From b559134a14f1f63ad6be3cc2356a5caa04f554e2 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 16 May 2014 02:13:59 -0700 Subject: more doc updates --- doc/html/include_2apps_8php.html | 179 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 doc/html/include_2apps_8php.html (limited to 'doc/html/include_2apps_8php.html') diff --git a/doc/html/include_2apps_8php.html b/doc/html/include_2apps_8php.html new file mode 100644 index 000000000..df74b3f02 --- /dev/null +++ b/doc/html/include_2apps_8php.html @@ -0,0 +1,179 @@ + + + + + + +The Red Matrix: include/apps.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
apps.php File Reference
+
+
+ + + + + + + + +

+Functions

 get_system_apps ()
 
 parse_app_description ($f)
 
 translate_system_apps (&$arr)
 
+

Function Documentation

+ +
+
+ + + + + + + +
get_system_apps ()
+
+

apps

+ +

Referenced by apps_content().

+ +
+
+ +
+
+ + + + + + + + +
parse_app_description ( $f)
+
+ +

Referenced by get_system_apps().

+ +
+
+ +
+
+ + + + + + + + +
translate_system_apps ($arr)
+
+ +

Referenced by parse_app_description().

+ +
+
+
+
+ -- cgit v1.2.3 From 626eab99f8affc59f3578dabf4fd2ad97abd62e4 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 23 May 2014 14:52:55 -0700 Subject: add profile photo app because it is sometimes hard to find. Also doc updates --- doc/html/include_2apps_8php.html | 279 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 279 insertions(+) (limited to 'doc/html/include_2apps_8php.html') diff --git a/doc/html/include_2apps_8php.html b/doc/html/include_2apps_8php.html index df74b3f02..9f8ab7072 100644 --- a/doc/html/include_2apps_8php.html +++ b/doc/html/include_2apps_8php.html @@ -114,12 +114,273 @@ $(document).ready(function(){initNavTree('include_2apps_8php.html','');}); Functions  get_system_apps ()   + app_name_compare ($a, $b) +   parse_app_description ($f)    translate_system_apps (&$arr)   + app_render ($papp, $mode= 'view') +  + app_install ($uid, $app) +  + app_destroy ($uid, $app) +  + app_installed ($uid, $app) +  + app_list ($uid) +  + app_decode ($s) +  + app_store ($arr) +  + app_update ($arr) +  + app_encode ($app, $embed=false) +  + papp_encode ($papp) + 

Function Documentation

+ +
+
+ + + + + + + + +
app_decode ( $s)
+
+ +

Referenced by appman_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
app_destroy ( $uid,
 $app 
)
+
+ +

Referenced by appman_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
app_encode ( $app,
 $embed = false 
)
+
+ +

Referenced by appman_content(), and apps_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
app_install ( $uid,
 $app 
)
+
+ +

Referenced by appman_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
app_installed ( $uid,
 $app 
)
+
+ +

Referenced by app_install(), app_render(), and appman_post().

+ +
+
+ +
+
+ + + + + + + + +
app_list ( $uid)
+
+ +

Referenced by apps_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
app_name_compare ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
app_render ( $papp,
 $mode = 'view' 
)
+
+

modes: view: normal mode for viewing an app via bbcode from a conversation or page provides install/update button if you're logged in locally list: normal mode for viewing an app on the app page no buttons are shown edit: viewing the app page in editing mode provides a delete button

+ +

Referenced by apps_content().

+ +
+
+ +
+
+ + + + + + + + +
app_store ( $arr)
+
+ +

Referenced by app_install().

+ +
+
+ +
+
+ + + + + + + + +
app_update ( $arr)
+
+ +

Referenced by app_install().

+ +
+
@@ -136,6 +397,24 @@ Functions

Referenced by apps_content().

+
+
+ +
+
+ + + + + + + + +
papp_encode ( $papp)
+
+ +

Referenced by app_render().

+
-- cgit v1.2.3