From a47971aefd2bee45f4e57dd1fc3ea24bb370881f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jun 2014 18:32:40 +0200 Subject: Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation. --- doc/old/html/include_2apps_8php.html | 458 +++++++++++++++++++++++++++++++++++ 1 file changed, 458 insertions(+) create mode 100644 doc/old/html/include_2apps_8php.html (limited to 'doc/old/html/include_2apps_8php.html') diff --git a/doc/old/html/include_2apps_8php.html b/doc/old/html/include_2apps_8php.html new file mode 100644 index 000000000..9f8ab7072 --- /dev/null +++ b/doc/old/html/include_2apps_8php.html @@ -0,0 +1,458 @@ + + + + + + +The Red Matrix: include/apps.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
apps.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+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().

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

apps

+ +

Referenced by apps_content().

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

Referenced by app_render().

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

Referenced by get_system_apps().

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

Referenced by parse_app_description().

+ +
+
+
+
+ -- cgit v1.2.3