From 2e2f101e0b0f3eb7e9b601c725e192b55202face Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 11 Oct 2014 15:15:55 +0100 Subject: Doco: Hidden configs - you won't believe what happens next! Covered the P's, still need to do the X and just the configs. Work in progress, so not linked from the index yet. --- doc/hidden_configs.bb | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 doc/hidden_configs.bb (limited to 'doc') diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb new file mode 100644 index 000000000..cdf73ee1a --- /dev/null +++ b/doc/hidden_configs.bb @@ -0,0 +1,58 @@ +[b]Advanced Configurations for Power Users[/b] + +RedMatrix contains many configuration options hidden from the main admin panel. +These are generally options considered too niche, confusing, or advanced for +the average user. These settings can be activated from the the top level Red +directory with the syntax [code]util/config cat key value[/code] for a site +configuration, or [code]util/pconfig channel_id cat key value[/code] for a +member configuration. + +This document assumes you're an actual Power User. + +[b]pconfig[/b] + [em]system > user_scalable[/em] + Determine if the app is scalable on touch screens. Defaults to on, to + disable, set to zero - real zero, not just false. + [em]system > always_my_theme[/em] + Always use your own theme when viewing channels on the same hub. This + will break in some quite imaginative ways when viewing channels with + theme dependent Comanche. + [em]system > paranoia[/em] + Sets the security level of IP checking + Options are: + 0 - no IP checking + 1 - check 3 octets + 2 - check 2 octets + 3 - check for any difference at all + [em]system > protect_tag_hijacking[/em] + Prevent foreign networks hijacking system tags for your posts. + [em]system > archive_removed_contacts[/em] +[color=red]I don't think ths works. Check it before linking from the index then delete this line.[/color] + When an connection is removed, don't delete everything, instead, + archive all their posts. + [em]system > blocked[/em] + An array of xchans blocked by this channel. Technically, this is a + hidden config and does belong here, however, addons (notably + superblock) have made this available in the UI. + [em]system > default_cipher[/em] + Set the default cipher used for E2EE items. + [em]system > network_page_default[/em] + Set default params when viewing the network page. This should contain + the same querystring as manual filtering. + [em]system > display_friend_count[/em] + Set the number of connections to display in the connections profile + widget. + [em]system > taganyone[/em] + Requires the config of the same name to be enabled. Allow the tagging + of anyone, whether you are connected or not. This doesn't scale. + [em]system > startpage[/em] + Another of those technically hidden configs made available by addons. + Sets the default page to view when logging in. This is exposed to the + UI by the startpage addon. + [em]system > forcepublicuploads[/em] + Force uploaded photos to be public when uploaded as wall items. It + makes far more sense to just set your permissions properly in the first + place. Do that instead. + [em]system > do_not_track[/em] + As the browser header. This will break many identity based features. + You should really just set permissions that make sense. -- cgit v1.2.3 From fd00a24957fdb9413523b19a014658a0cc87b4bf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 11 Oct 2014 18:37:07 +0100 Subject: Some more previously undocumented configs. --- doc/hidden_configs.bb | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'doc') diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index cdf73ee1a..9db43b8ec 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -56,3 +56,52 @@ This document assumes you're an actual Power User. [em]system > do_not_track[/em] As the browser header. This will break many identity based features. You should really just set permissions that make sense. + +[b]Site config[/b] + [em]system > taganyone[/em] + Allow the tagging of anyone wehter you are connected or not. + [em]system > directorytags[/em] + Set the number of tags displayed on the directory page. + [em]system > startpage[/em] + Set the default page to be taken to after a login for all channels at + this website. Can be overwritten by user settings. + [em]system > proejcthome[/em] + Set the project homepage as the homepage of your hub. + [em]system > workflowchannelnext[/em] + The page to direct users to immediately after creating a channel. + [em]system > max_bookmark_images[/em] + Set the maximum number of images to use when parsing a link. +[color=red]Not sure this does anything. It defaults to 2, I've never seen more than one. Verify before linking from index[/color] + [em]system > max_daily_registrations[/em] + Set the maximum number of new registrations allowed on any day. + Useful to prevent oversubscription after a bout of publicity + for the project. + [em]system > tos_url[/em] + Set an alternative link for the ToS location. + [em]system > block_public_search[/em] + Similar to block_public, except only blocks public access to + search features. Useful for sites that want to be public, but + keep getting hammered by search engines. + [em]system > paranoia[/em] + As the pconfig, but on a site-wide basis. Can be overwritten + by member settings. + [em]system > openssl_conf_file[/em] + Specify a file containing OpenSSL configuration. Read the code first. + If you can't read the code, don't play with it. + [em]system > optimize_items[/em] + Runs optimise_table during some tasks to keep your database nice and + defragmented. This comes at a performance cost while the operations + are running, but also keeps things a bit faster while it's not. + There also exist CLI utilities for performing this operation, which you + may prefer, especially if you're a large site. + [em]system > default_expire_days[/em] + When creating a new channel, set the default expiration of connections + posts to this number of days. + [em]system > dlogfile[/em] + Logfile to use for logging development errors. Exactly the same as + logger otherwise. This isn't magic, and requires your own logging + statements. Developer tool. + [em]system > authlog[/em] + Logfile to use for logging auth errors. Used to plug in to server + side software such as fail2ban. Auth failures are still logged to + the main logs as well. -- cgit v1.2.3 From 1f976fbfe6d25cd967dd054f5a6ccc804a671054 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 12 Oct 2014 17:59:03 -0700 Subject: bit of cleanup of hidden_configs. This is a start - we've got hundreds more. --- doc/hidden_configs.bb | 67 +++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 37 deletions(-) (limited to 'doc') diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 9db43b8ec..4ad38a499 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -1,107 +1,100 @@ -[b]Advanced Configurations for Power Users[/b] +[b]Advanced Configurations for Administrators[/b] RedMatrix contains many configuration options hidden from the main admin panel. These are generally options considered too niche, confusing, or advanced for -the average user. These settings can be activated from the the top level Red +the average member. These settings can be activated from the the top level Red directory with the syntax [code]util/config cat key value[/code] for a site configuration, or [code]util/pconfig channel_id cat key value[/code] for a member configuration. -This document assumes you're an actual Power User. +This document assumes you're an administrator. [b]pconfig[/b] - [em]system > user_scalable[/em] + [b]system > user_scalable[/b] Determine if the app is scalable on touch screens. Defaults to on, to disable, set to zero - real zero, not just false. - [em]system > always_my_theme[/em] + [b]system > always_my_theme[/b] Always use your own theme when viewing channels on the same hub. This will break in some quite imaginative ways when viewing channels with theme dependent Comanche. - [em]system > paranoia[/em] + [b]system > paranoia[/b] Sets the security level of IP checking Options are: 0 - no IP checking 1 - check 3 octets 2 - check 2 octets 3 - check for any difference at all - [em]system > protect_tag_hijacking[/em] + [b]system > protect_tag_hijacking[/b] Prevent foreign networks hijacking system tags for your posts. - [em]system > archive_removed_contacts[/em] -[color=red]I don't think ths works. Check it before linking from the index then delete this line.[/color] - When an connection is removed, don't delete everything, instead, - archive all their posts. - [em]system > blocked[/em] + [b]system > blocked[/b] An array of xchans blocked by this channel. Technically, this is a hidden config and does belong here, however, addons (notably superblock) have made this available in the UI. - [em]system > default_cipher[/em] + [b]system > default_cipher[/b] Set the default cipher used for E2EE items. - [em]system > network_page_default[/em] + [b]system > network_page_default[/b] Set default params when viewing the network page. This should contain the same querystring as manual filtering. - [em]system > display_friend_count[/em] + [b]system > display_friend_count[/b] Set the number of connections to display in the connections profile widget. - [em]system > taganyone[/em] + [b]system > taganyone[/b] Requires the config of the same name to be enabled. Allow the tagging of anyone, whether you are connected or not. This doesn't scale. - [em]system > startpage[/em] + [b]system > startpage[/b] Another of those technically hidden configs made available by addons. Sets the default page to view when logging in. This is exposed to the UI by the startpage addon. - [em]system > forcepublicuploads[/em] + [b]system > forcepublicuploads[/b] Force uploaded photos to be public when uploaded as wall items. It makes far more sense to just set your permissions properly in the first place. Do that instead. - [em]system > do_not_track[/em] + [b]system > do_not_track[/b] As the browser header. This will break many identity based features. You should really just set permissions that make sense. [b]Site config[/b] - [em]system > taganyone[/em] - Allow the tagging of anyone wehter you are connected or not. - [em]system > directorytags[/em] + [b]system > taganyone[/b] + Allow the tagging of anyone whether you are connected or not. + [b]system > directorytags[/b] Set the number of tags displayed on the directory page. - [em]system > startpage[/em] + [b]system > startpage[/b] Set the default page to be taken to after a login for all channels at this website. Can be overwritten by user settings. - [em]system > proejcthome[/em] + [b]system > proejcthome[/b] Set the project homepage as the homepage of your hub. - [em]system > workflowchannelnext[/em] + [b]system > workflowchannelnext[/b] The page to direct users to immediately after creating a channel. - [em]system > max_bookmark_images[/em] - Set the maximum number of images to use when parsing a link. -[color=red]Not sure this does anything. It defaults to 2, I've never seen more than one. Verify before linking from index[/color] - [em]system > max_daily_registrations[/em] + [b]system > max_daily_registrations[/b] Set the maximum number of new registrations allowed on any day. Useful to prevent oversubscription after a bout of publicity for the project. - [em]system > tos_url[/em] + [b]system > tos_url[/b] Set an alternative link for the ToS location. - [em]system > block_public_search[/em] + [b]system > block_public_search[/b] Similar to block_public, except only blocks public access to search features. Useful for sites that want to be public, but keep getting hammered by search engines. - [em]system > paranoia[/em] + [b]system > paranoia[/b] As the pconfig, but on a site-wide basis. Can be overwritten by member settings. - [em]system > openssl_conf_file[/em] + [b]system > openssl_conf_file[/b] Specify a file containing OpenSSL configuration. Read the code first. If you can't read the code, don't play with it. - [em]system > optimize_items[/em] + [b]system > optimize_items[/b] Runs optimise_table during some tasks to keep your database nice and defragmented. This comes at a performance cost while the operations are running, but also keeps things a bit faster while it's not. There also exist CLI utilities for performing this operation, which you may prefer, especially if you're a large site. - [em]system > default_expire_days[/em] + [b]system > default_expire_days[/b] When creating a new channel, set the default expiration of connections posts to this number of days. - [em]system > dlogfile[/em] + [b]system > dlogfile[/b] Logfile to use for logging development errors. Exactly the same as logger otherwise. This isn't magic, and requires your own logging statements. Developer tool. - [em]system > authlog[/em] + [b]system > authlog[/b] Logfile to use for logging auth errors. Used to plug in to server side software such as fail2ban. Auth failures are still logged to the main logs as well. -- cgit v1.2.3 From 9f95162593472400c1573985f5e0493230790e9d Mon Sep 17 00:00:00 2001 From: tuscanhobbit Date: Mon, 13 Oct 2014 21:29:47 +0200 Subject: one more hidden config --- doc/hidden_configs.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 4ad38a499..0fc04b766 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -98,3 +98,6 @@ This document assumes you're an administrator. Logfile to use for logging auth errors. Used to plug in to server side software such as fail2ban. Auth failures are still logged to the main logs as well. + [b]system > hide_in_statistics[/b] + Tell the red statistics servers to completely hide this hub in hub lists. + \ No newline at end of file -- cgit v1.2.3 From 1eb478ba54206cca53653e7a579aa1a36fb03315 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 16 Oct 2014 00:47:02 +0100 Subject: SSL is broken you say? Well bah gum. Someone probably needs to update Lighttpd and Apache too. --- doc/install/sample-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/install/sample-nginx.conf b/doc/install/sample-nginx.conf index f53a3d5fb..dd3b63d3b 100644 --- a/doc/install/sample-nginx.conf +++ b/doc/install/sample-nginx.conf @@ -55,7 +55,7 @@ server { ssl_certificate /etc/nginx/ssl/red.example.net.chain.pem; ssl_certificate_key /etc/nginx/ssl/example.net.key; ssl_session_timeout 5m; - ssl_protocols SSLv3 TLSv1; + ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; ssl_prefer_server_ciphers on; -- cgit v1.2.3 From 11ad127c68216734c406c393a361f2231e3a5a15 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 16 Oct 2014 01:57:04 +0100 Subject: Let's not play security expert. Use Mozillas recommended server config, even if it's ridiculously verbose. Reasoning - they make the browser, so if they've got it wrong, you're buggered anyway. --- doc/install/sample-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/install/sample-nginx.conf b/doc/install/sample-nginx.conf index dd3b63d3b..f533d8ee0 100644 --- a/doc/install/sample-nginx.conf +++ b/doc/install/sample-nginx.conf @@ -56,7 +56,7 @@ server { ssl_certificate_key /etc/nginx/ssl/example.net.key; ssl_session_timeout 5m; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; - ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; + ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA; ssl_prefer_server_ciphers on; fastcgi_param HTTPS on; -- cgit v1.2.3 From 1ee2b631db1afdec9672c72f6a27f99cfc853fd6 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 16 Oct 2014 22:52:28 +0200 Subject: lighttpd sample conf security enhancement --- doc/install/sample-lighttpd.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/install/sample-lighttpd.conf b/doc/install/sample-lighttpd.conf index 721fa25ea..db26c3b64 100644 --- a/doc/install/sample-lighttpd.conf +++ b/doc/install/sample-lighttpd.conf @@ -67,6 +67,11 @@ $SERVER["socket"] == ":443" { ssl.engine = "enable" ssl.ca-file = "/etc/lighttpd/certs/ca-certs.crt" #adjust to your needs ssl.pemfile = "/etc/lighttpd/certs/red-ssl.crt" #adjust to your needs + + ssl.use-compression = "disable" + ssl.use-sslv2 = "disable" + ssl.use-sslv3 = "disable" + ssl.cipher-list = "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA" } ### RISTRICT ACCESS TO DIRECTORYS AND FILES -- cgit v1.2.3 From 478e7c4479f0c994fb9119d5b44032cc072b7c0a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 19 Oct 2014 15:54:51 -0700 Subject: doc updates --- doc/html/Contact_8php.html | 2 +- doc/html/account_8php.html | 2 +- doc/html/annotated.html | 52 ++-- doc/html/annotated.js | 3 - doc/html/apw_2php_2style_8php.html | 2 +- doc/html/auth_8php.html | 2 +- doc/html/bb2diaspora_8php.html | 22 +- doc/html/bb2diaspora_8php.js | 2 +- doc/html/boot_8php.html | 40 +-- doc/html/chanman_8php.html | 29 +- .../classRedMatrix_1_1RedDAV_1_1RedBrowser.html | 20 +- doc/html/classes.html | 6 +- doc/html/crypto_8php.html | 4 +- doc/html/datetime_8php.html | 2 +- doc/html/dba__driver_8php.html | 4 +- doc/html/dir_d41ce877eb409a4791b288730010abe2.html | 4 +- doc/html/dir_d41ce877eb409a4791b288730010abe2.js | 2 +- doc/html/dir_d44c64559bbebec7f509842c48db8b23.html | 6 +- doc/html/dir_d44c64559bbebec7f509842c48db8b23.js | 3 +- doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html | 6 + doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js | 9 + doc/html/extract_8php.html | 2 +- doc/html/files.html | 194 ++++++------- doc/html/filestorage_8php.html | 6 + doc/html/functions.html | 34 +-- doc/html/functions_0x5f.html | 4 +- doc/html/functions_0x63.html | 6 +- doc/html/functions_0x64.html | 2 +- doc/html/functions_0x67.html | 28 +- doc/html/functions_0x6c.html | 4 +- doc/html/functions_0x70.html | 2 +- doc/html/functions_0x73.html | 12 +- doc/html/functions_0x76.html | 2 +- doc/html/functions_func.html | 4 +- doc/html/functions_func_0x63.html | 6 +- doc/html/functions_func_0x64.html | 2 +- doc/html/functions_func_0x67.html | 28 +- doc/html/functions_func_0x6c.html | 4 +- doc/html/functions_func_0x70.html | 2 +- doc/html/functions_func_0x73.html | 12 +- doc/html/functions_func_0x76.html | 2 +- doc/html/functions_vars.html | 34 +-- doc/html/globals_0x62.html | 2 +- doc/html/globals_0x63.html | 2 +- doc/html/globals_0x66.html | 3 + doc/html/globals_0x68.html | 3 + doc/html/globals_0x6c.html | 3 + doc/html/globals_func_0x62.html | 2 +- doc/html/globals_func_0x63.html | 2 +- doc/html/globals_func_0x66.html | 3 + doc/html/globals_func_0x68.html | 3 + doc/html/globals_func_0x6c.html | 3 + doc/html/hierarchy.html | 27 +- doc/html/hierarchy.js | 23 +- doc/html/hubloc_8php.html | 20 ++ doc/html/hubloc_8php.js | 1 + doc/html/include_2attach_8php.html | 48 +++- doc/html/include_2config_8php.html | 4 +- doc/html/include_2network_8php.html | 2 +- doc/html/language_8php.html | 2 +- doc/html/namespaceRedMatrix_1_1RedDAV.html | 14 +- doc/html/namespaceRedMatrix_1_1RedDAV.js | 5 +- doc/html/navtree.js | 18 +- doc/html/navtreeindex0.js | 18 +- doc/html/navtreeindex1.js | 30 +-- doc/html/navtreeindex2.js | 196 +++++++------- doc/html/navtreeindex3.js | 62 ++--- doc/html/navtreeindex4.js | 146 +++++----- doc/html/navtreeindex5.js | 274 +++++++++---------- doc/html/navtreeindex6.js | 300 ++++++++++----------- doc/html/navtreeindex7.js | 186 ++++++------- doc/html/navtreeindex8.js | 288 ++++++++++---------- doc/html/navtreeindex9.js | 135 +++++----- doc/html/permissions_8php.html | 4 +- doc/html/php2po_8php.html | 2 +- doc/html/php_2theme__init_8php.html | 2 +- doc/html/reddav_8php.html | 62 +++-- doc/html/reddav_8php.js | 3 - doc/html/search/all_24.js | 32 +-- doc/html/search/all_5f.js | 2 +- doc/html/search/all_62.js | 2 +- doc/html/search/all_63.js | 13 +- doc/html/search/all_64.js | 3 +- doc/html/search/all_66.js | 3 +- doc/html/search/all_67.js | 24 +- doc/html/search/all_68.js | 1 + doc/html/search/all_6c.js | 4 +- doc/html/search/all_70.js | 2 +- doc/html/search/all_72.js | 9 +- doc/html/search/all_73.js | 10 +- doc/html/search/all_76.js | 2 +- doc/html/search/classes_72.js | 6 +- doc/html/search/files_63.js | 7 +- doc/html/search/files_64.js | 3 +- doc/html/search/files_6c.js | 1 + doc/html/search/files_72.js | 5 +- doc/html/search/functions_5f.js | 2 +- doc/html/search/functions_62.js | 2 +- doc/html/search/functions_63.js | 8 +- doc/html/search/functions_64.js | 2 +- doc/html/search/functions_66.js | 1 + doc/html/search/functions_67.js | 24 +- doc/html/search/functions_68.js | 3 +- doc/html/search/functions_6c.js | 3 +- doc/html/search/functions_70.js | 2 +- doc/html/search/functions_73.js | 10 +- doc/html/search/functions_76.js | 2 +- doc/html/search/variables_24.js | 32 +-- doc/html/text_8php.html | 6 +- doc/html/todo.html | 24 +- doc/html/typo_8php.html | 2 +- doc/html/zot_8php.html | 4 +- 112 files changed, 1472 insertions(+), 1294 deletions(-) (limited to 'doc') diff --git a/doc/html/Contact_8php.html b/doc/html/Contact_8php.html index c8b87bcae..9377c0de9 100644 --- a/doc/html/Contact_8php.html +++ b/doc/html/Contact_8php.html @@ -246,7 +246,7 @@ Functions diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 1c7e4d4da..0346796e4 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -410,7 +410,7 @@ Functions diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 95ded2c80..3ec0d40ad 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -116,32 +116,32 @@ $(document).ready(function(){initNavTree('annotated.html','');}); oNfriendica-to-smarty-tpl oNRedMatrix |\NRedDAV -| \CRedBrowserProvides a DAV frontend for the webbrowser -oNupdatetpl -oNutil -oCApp -oCBaseObject -oCCache -oCConversation -oCdba_driver -oCdba_mysql -oCdba_mysqli -oCenotify -oCFKOAuth1 -oCFKOAuthDataStore -oCFriendicaSmarty -oCFriendicaSmartyEngine -oCItem -oCITemplateEngine -oCphoto_driver -oCphoto_gd -oCphoto_imagick -oCProtoDriver -oCRedBasicAuthAuthentication backend class for RedDAV -oCRedDirectoryRedDirectory class -oCRedFile -oCTemplate -\CZotDriver +| oCRedBasicAuthAuthentication backend class for RedDAV +| oCRedBrowserProvides a DAV frontend for the webbrowser +| oCRedDirectoryRedDirectory class +| \CRedFileThis class represents a file in DAV +oNupdatetpl +oNutil +oCApp +oCBaseObject +oCCache +oCConversation +oCdba_driver +oCdba_mysql +oCdba_mysqli +oCenotify +oCFKOAuth1 +oCFKOAuthDataStore +oCFriendicaSmarty +oCFriendicaSmartyEngine +oCItem +oCITemplateEngine +oCphoto_driver +oCphoto_gd +oCphoto_imagick +oCProtoDriver +oCTemplate +\CZotDriver diff --git a/doc/html/annotated.js b/doc/html/annotated.js index f3572b940..5ab4ca9b5 100644 --- a/doc/html/annotated.js +++ b/doc/html/annotated.js @@ -24,9 +24,6 @@ var annotated = [ "photo_gd", "classphoto__gd.html", "classphoto__gd" ], [ "photo_imagick", "classphoto__imagick.html", "classphoto__imagick" ], [ "ProtoDriver", "classProtoDriver.html", "classProtoDriver" ], - [ "RedBasicAuth", "classRedBasicAuth.html", "classRedBasicAuth" ], - [ "RedDirectory", "classRedDirectory.html", "classRedDirectory" ], - [ "RedFile", "classRedFile.html", "classRedFile" ], [ "Template", "classTemplate.html", "classTemplate" ], [ "ZotDriver", "classZotDriver.html", "classZotDriver" ] ]; \ No newline at end of file diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index c5755a3f6..58c81a57b 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -260,7 +260,7 @@ Variables
-

Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), advanced_profile(), aes_encapsulate(), api_group_members(), api_login(), app_decode(), app_install(), app_list(), app_render(), app_store(), app_update(), apps_content(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), connedit_content(), construct_page(), consume_feed(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_mention_callback(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editblock_content(), editlayout_content(), editwebpage_content(), email_header_encode(), encode_item(), encode_mail(), event_store_item(), events_post(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), fetch_xrd_links(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_diaspora_reshare_xml(), get_directory_realm(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_profile_fields_advanced(), get_profile_fields_basic(), get_role_perms(), get_system_apps(), get_terms_oftype(), get_theme_uid(), get_things(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), handle_feed(), hcard_init(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), item_remove_cid(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), mark_orphan_hubsxchans(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), netgrowth_content(), network_content(), new_channel_init(), new_contact(), notification(), notifications_off(), notifications_on(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_app_description(), parse_xml_string(), pdledit_content(), pemtome(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_location_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), pubrsatome(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), remove_obsolete_hublocs(), rpost_content(), photo_driver\save(), scrape_feed(), scrape_vcard(), search_ac_init(), send_status_notifications(), service_limits_content(), share_init(), share_unshield(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), store_diaspora_comment_sig(), string_splitter(), stringify_array_elms(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_build_packet(), zot_encode_locations(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

+

Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), advanced_profile(), aes_encapsulate(), api_group_members(), api_login(), app_decode(), app_install(), app_list(), app_render(), app_store(), app_update(), apps_content(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedMatrix\RedDAV\RedDirectory\childExists(), cloud_init(), common_init(), connedit_content(), construct_page(), consume_feed(), conversation(), RedMatrix\RedDAV\RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_mention_callback(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editblock_content(), editlayout_content(), editwebpage_content(), email_header_encode(), encode_item(), encode_mail(), event_store_item(), events_post(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), fetch_xrd_links(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), foofoo(), fsuggest_post(), get_all_perms(), get_diaspora_reshare_xml(), get_directory_realm(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_profile_fields_advanced(), get_profile_fields_basic(), get_role_perms(), get_system_apps(), get_terms_oftype(), get_theme_uid(), get_things(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getQuotaInfo(), gprobe_run(), handle_feed(), hcard_init(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), item_remove_cid(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), mark_orphan_hubsxchans(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), netgrowth_content(), network_content(), new_channel_init(), new_contact(), notification(), notifications_off(), notifications_on(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_app_description(), parse_xml_string(), pdledit_content(), pemtome(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_location_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), pubrsatome(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), remove_obsolete_hublocs(), rpost_content(), photo_driver\save(), scrape_feed(), scrape_vcard(), search_ac_init(), send_status_notifications(), service_limits_content(), share_init(), share_unshield(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), store_diaspora_comment_sig(), string_splitter(), stringify_array_elms(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_build_packet(), zot_encode_locations(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

diff --git a/doc/html/auth_8php.html b/doc/html/auth_8php.html index 11577f332..6df3cfea4 100644 --- a/doc/html/auth_8php.html +++ b/doc/html/auth_8php.html @@ -174,7 +174,7 @@ Variables
Returns
array|null Returns account record on success, null on failure.

A plugin indicates successful login by setting 'authenticated' to non-zero value and returning a user record Plugins should never set 'authenticated' except to indicate success - as hooks may be chained and later plugins should not interfere with an earlier one that succeeded.

-

Referenced by api_login(), removeaccount_post(), removeme_post(), and RedBasicAuth\validateUserPass().

+

Referenced by api_login(), removeaccount_post(), removeme_post(), and RedMatrix\RedDAV\RedBasicAuth\validateUserPass().

diff --git a/doc/html/bb2diaspora_8php.html b/doc/html/bb2diaspora_8php.html index 198b86169..f485a3595 100644 --- a/doc/html/bb2diaspora_8php.html +++ b/doc/html/bb2diaspora_8php.html @@ -134,8 +134,8 @@ Functions    bb2diaspora_itemwallwall (&$item)   - bb2diaspora_itembody ($item) -  + bb2diaspora_itembody ($item, $force_update=false) +   bb2diaspora ($Text, $preserve_nl=false, $fordiaspora=true)    unescape_underscores_in_links ($m) @@ -175,11 +175,11 @@ Functions

Transform #tags, strip off the [url] and replace spaces with underscore

-

Referenced by bb2diaspora_itembody(), diaspora_send_mail(), and format_event_diaspora().

+

Referenced by bb2diaspora_itembody(), diaspora_send_mail(), and format_event_diaspora().

- +
@@ -187,8 +187,18 @@ Functions - + + + + + + + + + + +
bb2diaspora_itembody (  $item)$item,
 $force_update = false 
)
@@ -211,7 +221,7 @@ Functions
-

Referenced by bb2diaspora_itembody().

+

Referenced by bb2diaspora_itembody().

diff --git a/doc/html/bb2diaspora_8php.js b/doc/html/bb2diaspora_8php.js index 9fd7c8e7f..2f70d373c 100644 --- a/doc/html/bb2diaspora_8php.js +++ b/doc/html/bb2diaspora_8php.js @@ -1,7 +1,7 @@ var bb2diaspora_8php = [ [ "bb2diaspora", "bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c", null ], - [ "bb2diaspora_itembody", "bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47", null ], + [ "bb2diaspora_itembody", "bb2diaspora_8php.html#ab27761069ea1275f0fc4c543099c5519", null ], [ "bb2diaspora_itemwallwall", "bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083", null ], [ "bb2dmention_callback", "bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34", null ], [ "bb_tag_preg_replace", "bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba", null ], diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 9199aeb2f..2ea8e6f27 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -208,7 +208,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1129 +const DB_UPDATE_VERSION 1130   const EOL '<br />' . "\r\n"   @@ -1006,7 +1006,7 @@ Variables
-

Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), account_remove(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), app_render(), app_store(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_retraction(), diaspora_send_status(), diaspora_share(), diaspora_transmit(), diaspora_unshare(), dir_tagblock(), dirsearch_content(), drop_item(), editpost_content(), event_store_item(), externals_run(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), identity_selector(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_developer(), is_public_profile(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), onedirsync_run(), onepoll_run(), page_content(), parse_app_description(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), register_page_template(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), siteinfo_init(), smilies(), store_diaspora_comment_sig(), tag_deliver(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), user_approve(), vcard_from_xchan(), verify_email_address(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

+

Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), account_remove(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), app_render(), app_store(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_retraction(), diaspora_send_status(), diaspora_share(), diaspora_transmit(), diaspora_unshare(), dir_tagblock(), dirsearch_content(), drop_item(), editpost_content(), event_store_item(), externals_run(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), identity_selector(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_developer(), is_public_profile(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), onedirsync_run(), onepoll_run(), page_content(), parse_app_description(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), process_location_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), register_page_template(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), siteinfo_init(), smilies(), store_diaspora_comment_sig(), tag_deliver(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), user_approve(), vcard_from_xchan(), verify_email_address(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

@@ -1274,7 +1274,7 @@ Variables
-

Referenced by Conversation\__construct(), acl_init(), api_content(), api_get_user(), api_post(), api_user(), app_render(), appman_content(), appman_post(), apps_content(), apw_form(), best_link_url(), blocks_content(), bookmarks_content(), bookmarks_init(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), cloud_init(), comanche_get_channel_id(), common_friends_visitor_widget(), connect_content(), connect_post(), connections_content(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contact_block(), contact_select(), contactgroup_content(), conversation(), current_theme(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), drop_items(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), findpeople_widget(), follow_content(), follow_init(), fsuggest_content(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_birthdays(), Item\get_comment_box(), get_events(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), group_get_members(), group_post(), group_select(), group_side(), handle_tag(), hcard_init(), home_init(), identity_selector(), impel_init(), invite_content(), invite_post(), is_public_profile(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), lockview_content(), login(), login_content(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_add_item(), menu_content(), menu_edit_item(), menu_post(), message_content(), mimetype_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), new_contact(), notes_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), parse_app_description(), pdledit_content(), pdledit_post(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), profperm_init(), rbmark_content(), redbasic_form(), regmod_content(), removeaccount_content(), removeaccount_post(), removeme_content(), removeme_post(), rmagic_init(), rpost_content(), search(), search_ac_init(), search_content(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), service_limits_content(), Conversation\set_mode(), settings_init(), settings_post(), share_init(), smilies(), sources_content(), sources_post(), starred_init(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), thing_content(), thing_init(), uexport_init(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), webpages_content(), widget_affinity(), widget_appselect(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_notes(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), z_input_filter(), zid_init(), and zping_content().

+

Referenced by Conversation\__construct(), acl_init(), api_content(), api_get_user(), api_post(), api_user(), app_render(), appman_content(), appman_post(), apps_content(), apw_form(), best_link_url(), blocks_content(), bookmarks_content(), bookmarks_init(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), cloud_init(), comanche_get_channel_id(), common_friends_visitor_widget(), connect_content(), connect_post(), connections_content(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contact_block(), contact_select(), contactgroup_content(), conversation(), current_theme(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), drop_items(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), findpeople_widget(), follow_content(), follow_init(), fsuggest_content(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_birthdays(), Item\get_comment_box(), get_events(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), group_get_members(), group_post(), group_select(), group_side(), handle_tag(), hcard_init(), home_init(), identity_selector(), impel_init(), invite_content(), invite_post(), is_public_profile(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), lockview_content(), locs_post(), login(), login_content(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_add_item(), menu_content(), menu_edit_item(), menu_post(), message_content(), mimetype_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), new_contact(), notes_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), parse_app_description(), pdledit_content(), pdledit_post(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), profperm_init(), rbmark_content(), redbasic_form(), regmod_content(), removeaccount_content(), removeaccount_post(), removeme_content(), removeme_post(), rmagic_init(), rpost_content(), search(), search_ac_init(), search_content(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), service_limits_content(), Conversation\set_mode(), settings_init(), settings_post(), share_init(), smilies(), sources_content(), sources_post(), starred_init(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), thing_content(), thing_init(), uexport_init(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), webpages_content(), widget_affinity(), widget_appselect(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_notes(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), z_input_filter(), zid_init(), and zping_content().

@@ -1326,7 +1326,7 @@ Variables
-

Referenced by account_remove(), achievements_content(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_hubloc(), admin_page_plugins(), admin_page_profs(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_content(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), sources_content(), sources_post(), subthread_content(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

+

Referenced by account_remove(), achievements_content(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_hubloc(), admin_page_plugins(), admin_page_profs(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_content(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), locs_post(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), sources_content(), sources_post(), subthread_content(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

@@ -1382,7 +1382,7 @@ Variables

e.g.: proc_run("ls","-la","/tmp");

$cmd and string args are surrounded with ""

-

Referenced by admin_page_channels(), admin_page_channels_post(), build_sync_packet(), channel_remove(), connect_post(), connections_post(), connedit_content(), connedit_post(), create_identity(), diaspora_comment(), diaspora_like(), diaspora_signed_retraction(), diaspora_transmit(), directory_run(), drop_item(), drop_items(), events_post(), fix_system_urls(), follow_init(), fsuggest_post(), import_post(), item_post(), like_content(), mail_content(), mood_init(), new_contact(), notifier_run(), photo_upload(), photos_post(), poller_run(), post_activity_item(), process_delivery(), profile_activity(), profile_photo_post(), profiles_post(), remove_obsolete_hublocs(), send_message(), settings_post(), start_delivery_chain(), tag_deliver(), tagger_content(), zid_init(), and zot_refresh().

+

Referenced by admin_page_channels(), admin_page_channels_post(), build_sync_packet(), channel_remove(), connect_post(), connections_post(), connedit_content(), connedit_post(), create_identity(), diaspora_comment(), diaspora_like(), diaspora_signed_retraction(), diaspora_transmit(), directory_run(), drop_item(), drop_items(), events_post(), fix_system_urls(), follow_init(), fsuggest_post(), import_post(), item_post(), like_content(), locs_post(), mail_content(), mood_init(), new_contact(), notifier_run(), photo_upload(), photos_post(), poller_run(), post_activity_item(), process_delivery(), profile_activity(), profile_photo_post(), profiles_post(), remove_obsolete_hublocs(), send_message(), settings_post(), start_delivery_chain(), tag_deliver(), tagger_content(), zid_init(), and zot_refresh().

@@ -1494,7 +1494,7 @@ Variables
-

Referenced by admin_content(), admin_page_profs(), admin_page_profs_post(), allowed_public_recips(), app_render(), app_store(), app_update(), appman_post(), authenticate_success(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), chatsvc_content(), check_config(), connect_post(), connections_content(), connections_post(), conversation(), create_identity(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_request(), diaspora_reshare(), directory_content(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), event_store_item(), externals_run(), filestorage_content(), find_upstream_directory(), follow_init(), format_categories(), format_filer(), get_parent_cloudpath(), RedMatrix\RedDAV\RedBrowser\getAssetUrl(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), like_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), oembed_iframe(), openid_content(), pagelist_widget(), parse_app_description(), pdledit_post(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), poll_content(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), rbmark_content(), rbmark_post(), register_post(), remove_obsolete_hublocs(), removeaccount_content(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), verify_email_address(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_new_uid(), and zot_refresh().

+

Referenced by admin_content(), admin_page_profs(), admin_page_profs_post(), allowed_public_recips(), app_render(), app_store(), app_update(), appman_post(), authenticate_success(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), chatsvc_content(), check_config(), connect_post(), connections_content(), connections_post(), conversation(), create_identity(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_request(), diaspora_reshare(), directory_content(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), event_store_item(), externals_run(), filestorage_content(), find_upstream_directory(), follow_init(), format_categories(), format_filer(), get_parent_cloudpath(), RedMatrix\RedDAV\RedBrowser\getAssetUrl(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), like_content(), locs_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), oembed_iframe(), openid_content(), pagelist_widget(), parse_app_description(), pdledit_post(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), poll_content(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), rbmark_content(), rbmark_post(), register_post(), remove_obsolete_hublocs(), removeaccount_content(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), verify_email_address(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_new_uid(), and zot_refresh().

@@ -1729,7 +1729,7 @@ Variables @@ -1826,7 +1826,7 @@ Variables @@ -2201,7 +2201,7 @@ Variables @@ -2215,7 +2215,7 @@ Variables @@ -2305,7 +2305,7 @@ Variables
- +
const DB_UPDATE_VERSION 1129const DB_UPDATE_VERSION 1130
@@ -2435,7 +2435,7 @@ Variables
@@ -2463,7 +2463,7 @@ Variables
-

Referenced by account_remove(), achievements_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_profs(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_htaccess(), check_keys(), check_php(), check_smarty3(), check_store(), common_content(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), load_database(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), pdledit_post(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), setup_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), sync_locations(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_approve(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

+

Referenced by account_remove(), achievements_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_profs(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_htaccess(), check_keys(), check_php(), check_smarty3(), check_store(), common_content(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), load_database(), locs_post(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), pdledit_post(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), setup_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), sync_locations(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_approve(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

@@ -2516,7 +2516,7 @@ Variables @@ -2544,7 +2544,7 @@ Variables @@ -2788,7 +2788,7 @@ Variables @@ -3094,7 +3094,7 @@ Variables
-

Referenced by RedDirectory\__construct(), RedFile\__construct(), admin_page_logs(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), consume_feed(), RedDirectory\createFile(), deliver_run(), detect_language(), diaspora_decode(), diaspora_dispatch(), diaspora_msg_build(), diaspora_pubmsg_build(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), dir_parse_query(), directory_content(), dirprofile_init(), discover_by_url(), encode_item(), fetch_xrd_links(), find_diaspora_person_by_handle(), fix_private_photos(), get_atom_elements(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), impel_init(), import_xchan(), item_post(), item_store(), item_store_update(), RedDirectory\log(), RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), old_webfinger(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), ping_init(), poco_load(), post_post(), process_location_delivery(), public_recips(), receive_post(), RedChannelList(), RedCollectionData(), RedDirectory\setName(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), update_feed_item(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

+

Referenced by admin_page_logs(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), deliver_run(), detect_language(), diaspora_decode(), diaspora_dispatch(), diaspora_msg_build(), diaspora_pubmsg_build(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), dir_parse_query(), directory_content(), dirprofile_init(), discover_by_url(), encode_item(), fetch_xrd_links(), find_diaspora_person_by_handle(), fix_private_photos(), get_atom_elements(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), impel_init(), import_xchan(), item_post(), item_store(), item_store_update(), RedMatrix\RedDAV\RedDirectory\log(), RedMatrix\RedDAV\RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), old_webfinger(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), ping_init(), poco_load(), post_post(), public_recips(), receive_post(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), update_feed_item(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

@@ -3108,7 +3108,7 @@ Variables
-

Referenced by Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), bb2diaspora_itemwallwall(), bookmark_add(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), delete_imported_item(), deliver_run(), diaspora_conversation(), diaspora_handle_from_contact(), diaspora_like(), diaspora_message(), diaspora_photo(), diaspora_reshare(), diaspora_transmit(), directory_content(), directory_run(), dirprofile_init(), discover_by_webbie(), expire_run(), externals_run(), fetch_lrdd_template(), fix_private_photos(), RedFile\get(), get_diaspora_key(), get_diaspora_reshare_xml(), get_language_name(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), new_contact(), notes_init(), notification(), notifier_run(), onepoll_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_location_delivery(), process_profile_delivery(), profile_load(), RedFile\put(), queue_run(), receive_post(), RedFileData(), Item\remove_child(), remove_obsolete_hublocs(), scale_external_images(), scrape_feed(), enotify\send(), Conversation\set_mode(), RedFile\setName(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), sync_locations(), tag_deliver(), unload_plugin(), z_fetch_url(), z_post_url(), zot_feed(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

+

Referenced by Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), bb2diaspora_itemwallwall(), bookmark_add(), consume_feed(), conversation(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), RedMatrix\RedDAV\RedFile\delete(), delete_imported_item(), deliver_run(), diaspora_conversation(), diaspora_handle_from_contact(), diaspora_like(), diaspora_message(), diaspora_photo(), diaspora_reshare(), diaspora_transmit(), directory_content(), directory_run(), dirprofile_init(), discover_by_webbie(), expire_run(), externals_run(), fetch_lrdd_template(), fix_private_photos(), RedMatrix\RedDAV\RedFile\get(), get_diaspora_key(), get_diaspora_reshare_xml(), get_language_name(), Conversation\get_template_data(), group_content(), guess_image_type(), hubloc_change_primary(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), new_contact(), notes_init(), notification(), notifier_run(), onepoll_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_location_delivery(), process_profile_delivery(), profile_load(), RedMatrix\RedDAV\RedFile\put(), queue_run(), receive_post(), RedChannelList(), RedFileData(), Item\remove_child(), remove_obsolete_hublocs(), scale_external_images(), scrape_feed(), enotify\send(), Conversation\set_mode(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), sync_locations(), tag_deliver(), unload_plugin(), z_fetch_url(), z_post_url(), zot_feed(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

@@ -4017,7 +4017,7 @@ Variables @@ -4919,7 +4919,7 @@ Variables diff --git a/doc/html/chanman_8php.html b/doc/html/chanman_8php.html index 4d829d819..de9e44539 100644 --- a/doc/html/chanman_8php.html +++ b/doc/html/chanman_8php.html @@ -4,7 +4,7 @@ -The Red Matrix: mod/chanman.php File Reference +The Red Matrix: include/chanman.php File Reference @@ -28,7 +28,7 @@ - + + @@ -161,6 +162,7 @@ Private Attributes

Detailed Description

Provides a DAV frontend for the webbrowser.

RedBrowser is a SabreDAV server-plugin to provide a view to the DAV storage for the webbrowser.

+

http://opensource.org/licenses/mit-license.php The MIT License (MIT)

Constructor & Destructor Documentation

@@ -177,11 +179,12 @@ Private Attributes

Constructor for RedBrowser class.

-

$enablePost will be activated through set_writeable() in a later stage. At the moment the write_storage permission is only valid for the whole folder. No file specific permissions yet.

+

$enablePost will be activated through set_writeable() in a later stage. At the moment the write_storage permission is only valid for the whole folder. No file specific permissions yet.

+
Todo:
disable enablePost by default and only activate if permissions grant edit rights.

Disable assets with $enableAssets = false. Should get some thumbnail views anyway.

Parameters
The Red Matrix
@@ -103,10 +103,35 @@ $(document).ready(function(){initNavTree('chanman_8php.html','');});
+
chanman.php File Reference
+ + + + +

+Functions

 chanman_remove_everything_from_network ($channel_id)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
chanman_remove_everything_from_network ( $channel_id)
+
+ +
+
diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html index 5f0a97269..bebe6019d 100644 --- a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html @@ -137,6 +137,7 @@ Public Member Functions
 Creates the directory listing for the given path. More...
 
 userReadableSize ($size)
 Returns a human readable formatted string for filesizes. More...
 
 htmlActionsPanel (DAV\INode $node, &$output)
 Creates a form to add new folders and upload files. More...
- +
RedBasicAuth&$auth
RedBasicAuth&$auth
@@ -385,7 +388,8 @@ Private Attributes

The DAV browser is instantiated after the auth module and directory classes but before we know the current directory and who the owner and observer are. So we add a pointer to the browser into the auth module and vice versa. Then when we've figured out what directory is actually being accessed, we call the following function to decide whether or not to show web elements which include writeable objects.

-
Todo:
Maybe this can be solved with some $server->subscribeEvent()?
+

It only disable/enable the visible parts. Not the POST handler which handels the actual requests when uploading files or creating folders.

+
Todo:
Maybe this whole way of doing this can be solved with some $server->subscribeEvent().
@@ -403,6 +407,16 @@ Private Attributes
+

Returns a human readable formatted string for filesizes.

+

Don't we need such a functionality in other places, too?

+
Parameters
+ + +
int$sizefilesize in bytes
+
+
+
Returns
string
+

Referenced by RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex().

diff --git a/doc/html/classes.html b/doc/html/classes.html index 5683c0e61..97e7852d8 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -123,13 +123,13 @@ $(document).ready(function(){initNavTree('classes.html','');}); dba_mysqli    BaseObject   
  E  
-Item   RedBasicAuth    +Item   RedBasicAuth (RedMatrix\RedDAV)   
  C  
ITemplateEngine   RedBrowser (RedMatrix\RedDAV)    enotify   
  P  
-RedDirectory    +RedDirectory (RedMatrix\RedDAV)    Cache   
  F  
-RedFile    +RedFile (RedMatrix\RedDAV)    Conversation   photo_driver   
  T  
FKOAuth1    diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index a1c2b2eeb..1e0227a30 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -344,7 +344,7 @@ Functions @@ -464,7 +464,7 @@ Functions diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index aca76728a..41dc0f97f 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -336,7 +336,7 @@ Functions
-

Referenced by abook_toggle_flag(), account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_delete(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chat_message(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), comments_are_now_closed(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_message(), diaspora_post(), diaspora_profile(), diaspora_request(), diaspora_reshare(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_status(), diaspora_transmit(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), dlogger(), dob(), editpost_content(), ev_compare(), event_store_event(), events_content(), events_post(), externals_run(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedDirectory\getLastModified(), RedFile\getLastModified(), impel_init(), import_author_rss(), import_author_unknown(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), list_post_dates(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), manage_content(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), p_init(), pagelist_widget(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), prune_hub_reinstalls(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), removeaccount_post(), removeme_post(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), sync_locations(), tag_deliver(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), verify_email_address(), webpages_content(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by abook_toggle_flag(), account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_delete(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chat_message(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), comments_are_now_closed(), consume_feed(), conversation(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_message(), diaspora_post(), diaspora_profile(), diaspora_request(), diaspora_reshare(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_status(), diaspora_transmit(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), dlogger(), dob(), editpost_content(), ev_compare(), event_store_event(), events_content(), events_post(), externals_run(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedMatrix\RedDAV\RedFile\getLastModified(), RedMatrix\RedDAV\RedDirectory\getLastModified(), impel_init(), import_author_rss(), import_author_unknown(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), list_post_dates(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), manage_content(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), p_init(), pagelist_widget(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), prune_hub_reinstalls(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), removeaccount_post(), removeme_post(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), sync_locations(), tag_deliver(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), verify_email_address(), webpages_content(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index a7c3554e1..5a9becc31 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
-

Referenced by abook_toggle_flag(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_page_profs_post(), admin_page_users(), advanced_profile(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), app_destroy(), app_installed(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_query_build(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_things(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), item_add_cid(), item_message_id(), item_permissions_sql(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), list_public_sites(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), menu_list_count(), msearch_post(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poll_post(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), receive_post(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedDirectory\setName(), RedFile\setName(), settings_post(), sitelist_init(), sources_content(), sources_post(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_approve(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by abook_toggle_flag(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_page_profs_post(), admin_page_users(), advanced_profile(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), app_destroy(), app_installed(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_query_build(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedMatrix\RedDAV\RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_things(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), hubloc_change_primary(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), item_add_cid(), item_message_id(), item_permissions_sql(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), list_public_sites(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), locs_post(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), menu_list_count(), msearch_post(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poll_post(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedMatrix\RedDAV\RedFile\put(), queue_run(), rconnect_url(), receive_post(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), settings_post(), sitelist_init(), sources_content(), sources_post(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_approve(), user_deny(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

@@ -318,7 +318,7 @@ Functions

This will happen occasionally trying to store the session data after abnormal program termination

-

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_service_class_fetch(), account_total(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_profs(), admin_page_profs_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), advanced_profile(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_group(), api_group_members(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), app_destroy(), app_installed(), app_list(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatroom_list_count(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), identity_basic_export(), identity_check_service_class(), identity_selector(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), is_sys_channel(), item_add_cid(), item_check_service_class(), item_content(), item_expire(), item_message_id(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), menu_list_count(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), nav(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_off(), notifications_on(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poke_content(), poke_init(), poll_content(), poll_post(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), receive_post(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedDirectory\setName(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_channels_total_stat(), update_directory_entry(), update_local_posts_stat(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_approve(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_service_class_fetch(), account_total(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_profs(), admin_page_profs_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), advanced_profile(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_group(), api_group_members(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), app_destroy(), app_installed(), app_list(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatroom_list_count(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), Cache\get(), RedMatrix\RedDAV\RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getLastModified(), RedMatrix\RedDAV\RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), hubloc_change_primary(), identity_basic_export(), identity_check_service_class(), identity_selector(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), is_sys_channel(), item_add_cid(), item_check_service_class(), item_content(), item_expire(), item_message_id(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), locs_post(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), menu_list_count(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), nav(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_off(), notifications_on(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poke_content(), poke_init(), poll_content(), poll_post(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedMatrix\RedDAV\RedFile\put(), queue_run(), random_profile(), rconnect_url(), receive_post(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_channels_total_stat(), update_directory_entry(), update_local_posts_stat(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_approve(), user_deny(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index 2612a29c4..dfbb42fb9 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -126,8 +126,6 @@ Files   file  bookmarks.php   -file  chanman.php -  file  channel.php   file  chanview.php @@ -211,6 +209,8 @@ Files   file  lockview.php   +file  locs.php +  file  login.php   file  lostpass.php diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index fc3030f12..6364aede9 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -11,7 +11,6 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "block.php", "block_8php.html", "block_8php" ], [ "blocks.php", "blocks_8php.html", "blocks_8php" ], [ "bookmarks.php", "mod_2bookmarks_8php.html", "mod_2bookmarks_8php" ], - [ "chanman.php", "mod_2chanman_8php.html", null ], [ "channel.php", "channel_8php.html", "channel_8php" ], [ "chanview.php", "chanview_8php.html", "chanview_8php" ], [ "chat.php", "mod_2chat_8php.html", "mod_2chat_8php" ], @@ -53,6 +52,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "layouts.php", "layouts_8php.html", "layouts_8php" ], [ "like.php", "like_8php.html", "like_8php" ], [ "lockview.php", "lockview_8php.html", "lockview_8php" ], + [ "locs.php", "locs_8php.html", "locs_8php" ], [ "login.php", "login_8php.html", "login_8php" ], [ "lostpass.php", "lostpass_8php.html", "lostpass_8php" ], [ "magic.php", "magic_8php.html", "magic_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 888bf73e3..2376fcc5b 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -139,7 +139,7 @@ Files   file  cache.php   -file  chanman.php +file  chanman.php   file  chat.php   @@ -172,6 +172,8 @@ Files   file  diaspora.php   +file  dimport.php +  file  dir_fns.php   file  directory.php @@ -251,7 +253,7 @@ Files file  queue_fn.php   file  reddav.php - DAV related classes from SabreDAV for Red Matrix.
+ some DAV related functions for RedMatrix.
  file  security.php   diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index 7f10fa98d..f142dff64 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -19,7 +19,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "cache.php", "cache_8php.html", [ [ "Cache", "classCache.html", null ] ] ], - [ "chanman.php", "include_2chanman_8php.html", "include_2chanman_8php" ], + [ "chanman.php", "chanman_8php.html", "chanman_8php" ], [ "chat.php", "include_2chat_8php.html", "include_2chat_8php" ], [ "cli_startup.php", "cli__startup_8php.html", "cli__startup_8php" ], [ "cli_suggest.php", "cli__suggest_8php.html", "cli__suggest_8php" ], @@ -37,6 +37,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "datetime.php", "datetime_8php.html", "datetime_8php" ], [ "deliver.php", "deliver_8php.html", "deliver_8php" ], [ "diaspora.php", "diaspora_8php.html", "diaspora_8php" ], + [ "dimport.php", "dimport_8php.html", "dimport_8php" ], [ "dir_fns.php", "dir__fns_8php.html", "dir__fns_8php" ], [ "directory.php", "include_2directory_8php.html", "include_2directory_8php" ], [ "enotify.php", "enotify_8php.html", "enotify_8php" ], diff --git a/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html index f49bce2b4..14d998f04 100644 --- a/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html +++ b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html @@ -104,8 +104,14 @@ $(document).ready(function(){initNavTree('dir_e7f045be8bb383d8447c6a6b84145083.h + + + + + +

Files

file  RedBasicAuth.php
 
file  RedBrowser.php
 
file  RedDirectory.php
 
file  RedFile.php
 
diff --git a/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js index 0d7f52ca2..477c22fe8 100644 --- a/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js +++ b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js @@ -1,6 +1,15 @@ var dir_e7f045be8bb383d8447c6a6b84145083 = [ + [ "RedBasicAuth.php", "RedBasicAuth_8php.html", [ + [ "RedBasicAuth", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth" ] + ] ], [ "RedBrowser.php", "RedBrowser_8php.html", [ [ "RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", "classRedMatrix_1_1RedDAV_1_1RedBrowser" ] + ] ], + [ "RedDirectory.php", "RedDirectory_8php.html", [ + [ "RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", "classRedMatrix_1_1RedDAV_1_1RedDirectory" ] + ] ], + [ "RedFile.php", "RedFile_8php.html", [ + [ "RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", "classRedMatrix_1_1RedDAV_1_1RedFile" ] ] ] ]; \ No newline at end of file diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index f6a23636a..9e08aa0f4 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
-

Referenced by _well_known_init(), account_service_class_fetch(), activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), app_store(), app_update(), appman_post(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatsvc_post(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), diaspora_like(), diaspora_process_outbound(), directory_content(), discover_by_url(), discover_by_webbie(), drop_item(), event_store_event(), event_store_item(), externals_run(), feature_enabled(), fetch_xrd_links(), filter_insecure(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_page_template(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), sync_locations(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), translate_system_apps(), validate_channelname(), verify_email_address(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_photo(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

+

Referenced by _well_known_init(), account_service_class_fetch(), activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), app_store(), app_update(), appman_post(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatsvc_post(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), diaspora_like(), diaspora_process_outbound(), directory_content(), discover_by_url(), discover_by_webbie(), drop_item(), event_store_event(), event_store_item(), externals_run(), feature_enabled(), fetch_xrd_links(), filter_insecure(), find_xchan_in_array(), foofoo(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_page_template(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), sync_locations(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), translate_system_apps(), validate_channelname(), verify_email_address(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_photo(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

diff --git a/doc/html/files.html b/doc/html/files.html index 9ec8b80cc..f5a3e5e36 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -119,7 +119,10 @@ $(document).ready(function(){initNavTree('files.html','');}); ||o*photo_gd.php ||\*photo_imagick.php |o+RedDAV -||\*RedBrowser.php +||o*RedBasicAuth.php +||o*RedBrowser.php +||o*RedDirectory.php +||\*RedFile.php |o*account.php |o*acl_selectors.php |o*activities.php @@ -132,7 +135,7 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*bbcode.php |o*bookmarks.php |o*cache.php -|o*chanman.php +|o*chanman.php |o*chat.php |o*cli_startup.php |o*cli_suggest.php @@ -148,57 +151,58 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*datetime.php |o*deliver.php |o*diaspora.php -|o*dir_fns.php -|o*directory.php -|o*enotify.php -|o*event.php -|o*expire.php -|o*externals.php -|o*features.php -|o*follow.php -|o*gprobe.php -|o*group.php -|o*html2bbcode.php -|o*html2plain.php -|o*hubloc.php -|o*identity.php -|o*ItemObject.php -|o*ITemplateEngine.php -|o*items.php -|o*language.phpTranslation support -|o*menu.php -|o*message.php -|o*nav.php -|o*network.php -|o*notifier.php -|o*notify.php -|o*oauth.php -|o*oembed.php -|o*onedirsync.php -|o*onepoll.php -|o*page_widgets.php -|o*permissions.php -|o*photos.php -|o*plugin.phpSome functions to handle addons and themes -|o*poller.php -|o*probe.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*reddav.phpDAV related classes from SabreDAV for Red Matrix -|o*security.php -|o*session.php -|o*smarty.php -|o*socgraph.php -|o*spam.php -|o*statistics_fns.php -|o*system_unavailable.php -|o*taxonomy.php -|o*template_processor.php -|o*text.php -|o*widgets.php -|\*zot.php +|o*dimport.php +|o*dir_fns.php +|o*directory.php +|o*enotify.php +|o*event.php +|o*expire.php +|o*externals.php +|o*features.php +|o*follow.php +|o*gprobe.php +|o*group.php +|o*html2bbcode.php +|o*html2plain.php +|o*hubloc.php +|o*identity.php +|o*ItemObject.php +|o*ITemplateEngine.php +|o*items.php +|o*language.phpTranslation support +|o*menu.php +|o*message.php +|o*nav.php +|o*network.php +|o*notifier.php +|o*notify.php +|o*oauth.php +|o*oembed.php +|o*onedirsync.php +|o*onepoll.php +|o*page_widgets.php +|o*permissions.php +|o*photos.php +|o*plugin.phpSome functions to handle addons and themes +|o*poller.php +|o*probe.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*reddav.phpSome DAV related functions for RedMatrix +|o*security.php +|o*session.php +|o*smarty.php +|o*socgraph.php +|o*spam.php +|o*statistics_fns.php +|o*system_unavailable.php +|o*taxonomy.php +|o*template_processor.php +|o*text.php +|o*widgets.php +|\*zot.php o+mod |o*_well_known.php |o*achievements.php @@ -211,48 +215,48 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*block.php |o*blocks.php |o*bookmarks.php -|o*chanman.php -|o*channel.php -|o*chanview.php -|o*chat.php -|o*chatsvc.php -|o*cloud.phpInitialize RedMatrix's cloud (SabreDAV) -|o*common.php -|o*connect.php -|o*connections.php -|o*connedit.php -|o*contactgroup.php -|o*delegate.php -|o*directory.php -|o*dirprofile.php -|o*dirsearch.php -|o*display.php -|o*editblock.php -|o*editlayout.php -|o*editpost.php -|o*editwebpage.php -|o*events.php -|o*fbrowser.php -|o*feed.php -|o*filer.php -|o*filerm.php -|o*filestorage.php -|o*follow.php -|o*fsuggest.php -|o*group.php -|o*hcard.php -|o*help.php -|o*home.php -|o*hostxrd.php -|o*impel.php -|o*import.php -|o*importelm.php -|o*invite.php -|o*item.php -|o*lang.php -|o*layouts.php -|o*like.php -|o*lockview.php +|o*channel.php +|o*chanview.php +|o*chat.php +|o*chatsvc.php +|o*cloud.phpInitialize RedMatrix's cloud (SabreDAV) +|o*common.php +|o*connect.php +|o*connections.php +|o*connedit.php +|o*contactgroup.php +|o*delegate.php +|o*directory.php +|o*dirprofile.php +|o*dirsearch.php +|o*display.php +|o*editblock.php +|o*editlayout.php +|o*editpost.php +|o*editwebpage.php +|o*events.php +|o*fbrowser.php +|o*feed.php +|o*filer.php +|o*filerm.php +|o*filestorage.php +|o*follow.php +|o*fsuggest.php +|o*group.php +|o*hcard.php +|o*help.php +|o*home.php +|o*hostxrd.php +|o*impel.php +|o*import.php +|o*importelm.php +|o*invite.php +|o*item.php +|o*lang.php +|o*layouts.php +|o*like.php +|o*lockview.php +|o*locs.php |o*login.php |o*lostpass.php |o*magic.php diff --git a/doc/html/filestorage_8php.html b/doc/html/filestorage_8php.html index 91508e06f..5696cd2a8 100644 --- a/doc/html/filestorage_8php.html +++ b/doc/html/filestorage_8php.html @@ -147,6 +147,12 @@ Functions
+
Parameters
+ + +
object&$a
+
+
diff --git a/doc/html/functions.html b/doc/html/functions.html index c7d32363a..8434afa68 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -156,15 +156,15 @@ $(document).ready(function(){initNavTree('functions.html','');}); : App
  • $auth -: RedFile +: RedMatrix\RedDAV\RedFile , RedMatrix\RedDAV\RedBrowser -, RedDirectory +, RedMatrix\RedDAV\RedDirectory
  • $baseurl : App
  • $browser -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • $cached_profile_image : App @@ -180,13 +180,13 @@ $(document).ready(function(){initNavTree('functions.html','');}); , Item
  • $channel_hash -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • $channel_id -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • $channel_name -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • $children : Item @@ -240,7 +240,7 @@ $(document).ready(function(){initNavTree('functions.html','');});
  • $data : App , Item -, RedFile +, RedMatrix\RedDAV\RedFile
  • $db : App @@ -258,13 +258,13 @@ $(document).ready(function(){initNavTree('functions.html','');}); , dba_driver
  • $ext_path -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • $filename : FriendicaSmarty
  • $folder_hash -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • $force_max_items : App @@ -318,7 +318,7 @@ $(document).ready(function(){initNavTree('functions.html','');}); : App
  • $name -: RedFile +: RedMatrix\RedDAV\RedFile , FriendicaSmartyEngine , Template
  • @@ -330,20 +330,20 @@ $(document).ready(function(){initNavTree('functions.html','');});
  • $observer : Conversation -, RedBasicAuth +, RedMatrix\RedDAV\RedBasicAuth , App
  • $os_path -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • $owner_id -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • $owner_name : Item
  • $owner_nick -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • $owner_photo : Item @@ -397,7 +397,7 @@ $(document).ready(function(){initNavTree('functions.html','');}); : App
  • $red_path -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • $redirect_url : Item @@ -406,7 +406,7 @@ $(document).ready(function(){initNavTree('functions.html','');}); : Template
  • $root_dir -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • $scheme : App @@ -448,7 +448,7 @@ $(document).ready(function(){initNavTree('functions.html','');}); : Conversation
  • $timezone -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth , App
  • $toplevel diff --git a/doc/html/functions_0x5f.html b/doc/html/functions_0x5f.html index 9c7d24f69..e94eaa1c4 100644 --- a/doc/html/functions_0x5f.html +++ b/doc/html/functions_0x5f.html @@ -144,8 +144,8 @@ $(document).ready(function(){initNavTree('functions_0x5f.html','');}); : App , Conversation , Item -, RedDirectory -, RedFile +, RedMatrix\RedDAV\RedDirectory +, RedMatrix\RedDAV\RedFile , FKOAuth1 , FriendicaSmarty , FriendicaSmartyEngine diff --git a/doc/html/functions_0x63.html b/doc/html/functions_0x63.html index cdcca330f..2ee7151e5 100644 --- a/doc/html/functions_0x63.html +++ b/doc/html/functions_0x63.html @@ -148,7 +148,7 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); : Item
  • childExists() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • clear() : Cache @@ -175,10 +175,10 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');}); : Item
  • createDirectory() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • createFile() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • cropImage() : photo_driver diff --git a/doc/html/functions_0x64.html b/doc/html/functions_0x64.html index 7c8b04fa0..2bada26c8 100644 --- a/doc/html/functions_0x64.html +++ b/doc/html/functions_0x64.html @@ -144,7 +144,7 @@ $(document).ready(function(){initNavTree('functions_0x64.html','');}); : dba_driver
  • delete() -: RedFile +: RedMatrix\RedDAV\RedFile
  • deliver() : ZotDriver diff --git a/doc/html/functions_0x67.html b/doc/html/functions_0x67.html index b34c3eb99..1d0e5e511 100644 --- a/doc/html/functions_0x67.html +++ b/doc/html/functions_0x67.html @@ -147,7 +147,7 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); : RedMatrix\RedDAV\RedBrowser
  • get() -: RedFile +: RedMatrix\RedDAV\RedFile , Cache
  • get_account() @@ -266,22 +266,22 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); : RedMatrix\RedDAV\RedBrowser
  • getChild() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • getChildren() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • getContentType() -: RedFile +: RedMatrix\RedDAV\RedFile
  • getCurrentUser() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • getDir() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • getETag() -: RedFile +: RedMatrix\RedDAV\RedFile
  • getExt() : photo_driver @@ -295,21 +295,21 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); , photo_driver
  • getLastModified() -: RedFile -, RedDirectory +: RedMatrix\RedDAV\RedFile +, RedMatrix\RedDAV\RedDirectory
  • getName() -: RedDirectory -, RedFile +: RedMatrix\RedDAV\RedDirectory +, RedMatrix\RedDAV\RedFile
  • getQuotaInfo() -: RedDirectory +: RedMatrix\RedDAV\RedDirectory
  • getSize() -: RedFile +: RedMatrix\RedDAV\RedFile
  • getTimezone() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • getType() : photo_driver diff --git a/doc/html/functions_0x6c.html b/doc/html/functions_0x6c.html index c032d01b6..97abf9ab9 100644 --- a/doc/html/functions_0x6c.html +++ b/doc/html/functions_0x6c.html @@ -146,8 +146,8 @@ $(document).ready(function(){initNavTree('functions_0x6c.html','');}); , photo_imagick
  • log() -: RedDirectory -, RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth +, RedMatrix\RedDAV\RedDirectory
  • loginUser() : FKOAuth1 diff --git a/doc/html/functions_0x70.html b/doc/html/functions_0x70.html index 543a28bda..f67e4b87b 100644 --- a/doc/html/functions_0x70.html +++ b/doc/html/functions_0x70.html @@ -144,7 +144,7 @@ $(document).ready(function(){initNavTree('functions_0x70.html','');}); : FriendicaSmarty
  • put() -: RedFile +: RedMatrix\RedDAV\RedFile
  • diff --git a/doc/html/functions_0x73.html b/doc/html/functions_0x73.html index 69ad45f49..fd9e35758 100644 --- a/doc/html/functions_0x73.html +++ b/doc/html/functions_0x73.html @@ -225,13 +225,13 @@ $(document).ready(function(){initNavTree('functions_0x73.html','');}); : RedMatrix\RedDAV\RedBrowser
  • setAuthenticated() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • setBrowserPlugin() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • setCurrentUser() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • setDimensions() : photo_driver @@ -239,11 +239,11 @@ $(document).ready(function(){initNavTree('functions_0x73.html','');}); , photo_gd
  • setName() -: RedFile -, RedDirectory +: RedMatrix\RedDAV\RedFile +, RedMatrix\RedDAV\RedDirectory
  • setTimezone() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • store() : photo_driver diff --git a/doc/html/functions_0x76.html b/doc/html/functions_0x76.html index 04dc1bc4f..7e530d4a2 100644 --- a/doc/html/functions_0x76.html +++ b/doc/html/functions_0x76.html @@ -141,7 +141,7 @@ $(document).ready(function(){initNavTree('functions_0x76.html','');});

    - v -

    diff --git a/doc/html/functions_func_0x73.html b/doc/html/functions_func_0x73.html index 121464b8c..34697fee9 100644 --- a/doc/html/functions_func_0x73.html +++ b/doc/html/functions_func_0x73.html @@ -224,13 +224,13 @@ $(document).ready(function(){initNavTree('functions_func_0x73.html','');}); : RedMatrix\RedDAV\RedBrowser
  • setAuthenticated() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • setBrowserPlugin() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • setCurrentUser() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • setDimensions() : photo_driver @@ -238,11 +238,11 @@ $(document).ready(function(){initNavTree('functions_func_0x73.html','');}); , photo_gd
  • setName() -: RedFile -, RedDirectory +: RedMatrix\RedDAV\RedFile +, RedMatrix\RedDAV\RedDirectory
  • setTimezone() -: RedBasicAuth +: RedMatrix\RedDAV\RedBasicAuth
  • store() : photo_driver diff --git a/doc/html/functions_func_0x76.html b/doc/html/functions_func_0x76.html index 54c79f0bd..c6e5fd2be 100644 --- a/doc/html/functions_func_0x76.html +++ b/doc/html/functions_func_0x76.html @@ -140,7 +140,7 @@ $(document).ready(function(){initNavTree('functions_func_0x76.html','');});

    - v -

    diff --git a/doc/html/globals_func_0x6c.html b/doc/html/globals_func_0x6c.html index 4ab4b23bc..3987ba94b 100644 --- a/doc/html/globals_func_0x6c.html +++ b/doc/html/globals_func_0x6c.html @@ -218,6 +218,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6c.html','');});
  • lockview_content() : lockview.php
  • +
  • locs_post() +: locs.php +
  • logger() : text.php
  • diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index a514cee02..baf1a9507 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('hierarchy.html','');});
    This inheritance list is sorted roughly, but not completely, alphabetically:
    [detail level 12]
    - + @@ -123,17 +123,17 @@ $(document).ready(function(){initNavTree('hierarchy.html','');}); - + - + - + - - + + @@ -146,12 +146,15 @@ $(document).ready(function(){initNavTree('hierarchy.html','');}); - - - - - - + + + + + + + + +
    oCAbstractBasic
    |\CRedBasicAuthAuthentication backend class for RedDAV
    |\CRedMatrix\RedDAV\RedBasicAuthAuthentication backend class for RedDAV
    oCApp
    oCBaseObject
    |oCConversation
    |\Cdba_mysqli
    oCenotify
    oCICollection
    |\CRedDirectoryRedDirectory class
    |\CRedMatrix\RedDAV\RedDirectoryRedDirectory class
    oCIFile
    |\CRedFile
    |\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV
    oCIQuota
    |\CRedDirectoryRedDirectory class
    |\CRedMatrix\RedDAV\RedDirectoryRedDirectory class
    oCITemplateEngine
    |oCFriendicaSmartyEngine
    |\CTemplate
    oCNode
    |oCRedDirectoryRedDirectory class
    |\CRedFile
    |oCRedMatrix\RedDAV\RedDirectoryRedDirectory class
    |\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV
    oCOAuthDataStore
    |\CFKOAuthDataStore
    oCOAuthServer
    oCProtoDriver
    |\CZotDriver
    oCSabre
    |oCRedDirectoryRedDirectory class
    |oCRedDirectoryRedDirectory class
    |oCRedDirectoryRedDirectory class
    |\CRedMatrix\RedDAV\RedBrowserProvides a DAV frontend for the webbrowser
    \CSmarty
     \CFriendicaSmarty
    |oCRedMatrix\RedDAV\RedBasicAuthAuthentication backend class for RedDAV
    |oCRedMatrix\RedDAV\RedBrowserProvides a DAV frontend for the webbrowser
    |oCRedMatrix\RedDAV\RedDirectoryRedDirectory class
    |oCRedMatrix\RedDAV\RedDirectoryRedDirectory class
    |oCRedMatrix\RedDAV\RedDirectoryRedDirectory class
    |oCRedMatrix\RedDAV\RedFileThis class represents a file in DAV
    |\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV
    \CSmarty
     \CFriendicaSmarty
    diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 6fabb1f7f..006d8f3b6 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -1,7 +1,7 @@ var hierarchy = [ [ "AbstractBasic", null, [ - [ "RedBasicAuth", "classRedBasicAuth.html", null ] + [ "RedMatrix\\RedDAV\\RedBasicAuth", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html", null ] ] ], [ "App", "classApp.html", null ], [ "BaseObject", "classBaseObject.html", [ @@ -15,21 +15,21 @@ var hierarchy = ] ], [ "enotify", "classenotify.html", null ], [ "ICollection", null, [ - [ "RedDirectory", "classRedDirectory.html", null ] + [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ] ] ], [ "IFile", null, [ - [ "RedFile", "classRedFile.html", null ] + [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ] ] ], [ "IQuota", null, [ - [ "RedDirectory", "classRedDirectory.html", null ] + [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ] ] ], [ "ITemplateEngine", "interfaceITemplateEngine.html", [ [ "FriendicaSmartyEngine", "classFriendicaSmartyEngine.html", null ], [ "Template", "classTemplate.html", null ] ] ], [ "Node", null, [ - [ "RedDirectory", "classRedDirectory.html", null ], - [ "RedFile", "classRedFile.html", null ] + [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], + [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ] ] ], [ "OAuthDataStore", null, [ [ "FKOAuthDataStore", "classFKOAuthDataStore.html", null ] @@ -48,10 +48,13 @@ var hierarchy = [ "ZotDriver", "classZotDriver.html", null ] ] ], [ "Sabre", null, [ - [ "RedDirectory", "classRedDirectory.html", null ], - [ "RedDirectory", "classRedDirectory.html", null ], - [ "RedDirectory", "classRedDirectory.html", null ], - [ "RedMatrix\\RedDAV\\RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", null ] + [ "RedMatrix\\RedDAV\\RedBasicAuth", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html", null ], + [ "RedMatrix\\RedDAV\\RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", null ], + [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], + [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], + [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ], + [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ], + [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ] ] ], [ "Smarty", null, [ [ "FriendicaSmarty", "classFriendicaSmarty.html", null ] diff --git a/doc/html/hubloc_8php.html b/doc/html/hubloc_8php.html index 64d5e920f..bdc2eaa03 100644 --- a/doc/html/hubloc_8php.html +++ b/doc/html/hubloc_8php.html @@ -118,8 +118,28 @@ Functions    remove_obsolete_hublocs ()   + hubloc_change_primary ($hubloc) + 

    Function Documentation

    + +
    +
    + + + + + + + + +
    hubloc_change_primary ( $hubloc)
    +
    + +

    Referenced by sync_locations().

    + +
    +
    diff --git a/doc/html/hubloc_8php.js b/doc/html/hubloc_8php.js index 3b2e4bb1e..0c81388d9 100644 --- a/doc/html/hubloc_8php.js +++ b/doc/html/hubloc_8php.js @@ -1,5 +1,6 @@ var hubloc_8php = [ + [ "hubloc_change_primary", "hubloc_8php.html#ad86214b3a74084bd7b54e8d6c919ce4d", null ], [ "is_matrix_url", "hubloc_8php.html#aebd244b4616ded022cbbee5e82926951", null ], [ "prune_hub_reinstalls", "hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002", null ], [ "remove_obsolete_hublocs", "hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea", null ] diff --git a/doc/html/include_2attach_8php.html b/doc/html/include_2attach_8php.html index 8cfed4f91..22833ea99 100644 --- a/doc/html/include_2attach_8php.html +++ b/doc/html/include_2attach_8php.html @@ -141,7 +141,7 @@ Functions  Changes permissions of a file. More...
       attach_delete ($channel_id, $resource) - Delete a file/directory. More...
    + Delete a file/directory from a channel. More...
       get_cloudpath ($arr)  Returns path to file in cloud/. More...
    @@ -150,8 +150,10 @@ Functions  Returns path to parent folder in cloud/. More...
       find_folder_hash_by_attach_hash ($channel_id, $attachHash) + Return the hash of an attachment's folder. More...
       find_filename_by_hash ($channel_id, $attachHash) + Returns the filename of an attachment in a given channel. More...
       pipe_streams ($in, $out)   @@ -391,16 +393,18 @@ Functions
    -

    Delete a file/directory.

    +

    Delete a file/directory from a channel.

    +

    If the provided resource hash is from a directory it will delete everything recursively under this directory.

    Parameters
    - - + +
    int$channel_id
    string$resourcea hash to delete
    int$channel_idThe id of the channel
    string$resourceThe hash to delete
    +
    Returns
    void
    -

    Referenced by RedDirectory\createFile(), RedFile\delete(), filestorage_content(), and RedFile\put().

    +

    Referenced by RedMatrix\RedDAV\RedDirectory\createFile(), RedMatrix\RedDAV\RedFile\delete(), filestorage_content(), and RedMatrix\RedDAV\RedFile\put().

    @@ -523,7 +527,7 @@ Functions -

    Referenced by RedDirectory\createDirectory().

    +

    Referenced by RedMatrix\RedDAV\RedDirectory\createDirectory().

    @@ -600,6 +604,16 @@ Functions
    +

    Returns the filename of an attachment in a given channel.

    +
    Parameters
    + + + +
    mixed$channel_idThe id of the channel
    mixed$attachHashThe hash of the attachment
    +
    +
    +
    Returns
    string The filename of the attachment
    +

    Referenced by get_parent_cloudpath().

    @@ -628,6 +642,16 @@ Functions
    +

    Return the hash of an attachment's folder.

    +
    Parameters
    + + + +
    int$channel_idThe id of the channel
    string$attachHashThe hash of the attachment
    +
    +
    +
    Returns
    string
    +

    Referenced by get_parent_cloudpath().

    @@ -649,11 +673,11 @@ Functions

    Returns path to file in cloud/.

    Parameters
    - +
    $arr
    array$arr,[uid]int the channels uid $arr[folder] string $arr[filename]] string
    -
    Returns
    string with the path the file to cloud/
    +
    Returns
    string path to the file in cloud/

    Referenced by filestorage_content().

    @@ -692,11 +716,13 @@ Functions

    Returns path to parent folder in cloud/.

    Parameters
    - + + +
    $arr
    int$channel_idThe id of the channel
    string$channel_nameThe name of the channel
    string$attachHash
    -
    Returns
    string with the folder path
    +
    Returns
    string with the full folder path

    Referenced by filestorage_content(), and filestorage_post().

    @@ -761,7 +787,7 @@ Functions
    Returns
    string The mimetype according to a file ending.
    -

    Referenced by attach_store(), and RedDirectory\createFile().

    +

    Referenced by attach_store(), and RedMatrix\RedDAV\RedDirectory\createFile().

    diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index 754b626c7..b0f3479bb 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -340,7 +340,7 @@ Functions
    Returns
    mixed Return value or false on error or if not set
    -

    Referenced by account_service_class_fetch(), account_verify_password(), acl_init(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bb2diaspora_itembody(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), check_upstream_directory(), cli_startup(), create_account(), create_identity(), create_sys_channel(), RedDirectory\createFile(), detect_language(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch(), diaspora_dispatch_public(), diaspora_is_blacklisted(), diaspora_like(), diaspora_message(), diaspora_process_outbound(), diaspora_send_followup(), diaspora_send_mail(), diaspora_send_relay(), diaspora_transmit(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), downgrade_accounts(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), externals_run(), feature_enabled(), feed_init(), filter_insecure(), find_upstream_directory(), findpeople_widget(), get_all_perms(), Item\get_comment_box(), get_default_profile_photo(), get_directory_realm(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), get_profile_fields_advanced(), get_profile_fields_basic(), get_role_perms(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), guess_image_type(), home_content(), home_init(), identity_basic_export(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), is_public_profile(), item_post(), item_store(), item_store_update(), photo_imagick\load(), localize_item(), logger(), login(), lostpass_content(), lostpass_post(), mark_orphan_hubsxchans(), nav(), navbar_complete(), network_content(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_contact(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), openid_content(), parse_url_content(), perm_is_allowed(), photo_factory(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), receive_post(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), remove_obsolete_hublocs(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), service_limits_content(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), siteinfo_init(), smilies(), start_delivery_chain(), store_diaspora_comment_sig(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), verify_email_address(), viewconnections_content(), viewconnections_init(), viewsrc_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_gethub(), zot_import(), and zotfeed_init().

    +

    Referenced by account_service_class_fetch(), account_verify_password(), acl_init(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bb2diaspora_itembody(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), check_upstream_directory(), cli_startup(), create_account(), create_identity(), create_sys_channel(), RedMatrix\RedDAV\RedDirectory\createFile(), detect_language(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch(), diaspora_dispatch_public(), diaspora_is_blacklisted(), diaspora_like(), diaspora_message(), diaspora_process_outbound(), diaspora_send_followup(), diaspora_send_mail(), diaspora_send_relay(), diaspora_transmit(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), downgrade_accounts(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), externals_run(), feature_enabled(), feed_init(), filter_insecure(), find_upstream_directory(), findpeople_widget(), get_all_perms(), Item\get_comment_box(), get_default_profile_photo(), get_directory_realm(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), get_profile_fields_advanced(), get_profile_fields_basic(), get_role_perms(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getChildren(), group_content(), guess_image_type(), home_content(), home_init(), identity_basic_export(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), is_public_profile(), item_post(), item_store(), item_store_update(), photo_imagick\load(), localize_item(), logger(), login(), lostpass_content(), lostpass_post(), mark_orphan_hubsxchans(), nav(), navbar_complete(), network_content(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_contact(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), openid_content(), parse_url_content(), perm_is_allowed(), photo_factory(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedMatrix\RedDAV\RedFile\put(), receive_post(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), remove_obsolete_hublocs(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), service_limits_content(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), siteinfo_init(), smilies(), start_delivery_chain(), store_diaspora_comment_sig(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), verify_email_address(), viewconnections_content(), viewconnections_init(), viewsrc_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_gethub(), zot_import(), and zotfeed_init().

    @@ -433,7 +433,7 @@ Functions
    Returns
    mixed Stored value or false if it does not exist
    -

    Referenced by Conversation\__construct(), acl_init(), bb2diaspora_itembody(), App\build_pagehead(), change_channel(), channel_content(), connect_content(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), editpost_content(), feature_enabled(), findpeople_widget(), fix_attached_file_permissions(), fix_attached_photo_permissions(), Item\get_comment_box(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), FKOAuth1\loginUser(), mail_content(), message_content(), nav(), network_content(), new_contact(), notification(), pdledit_content(), post_post(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), smilies(), tag_deliver(), theme_content(), webpages_content(), and widget_notes().

    +

    Referenced by Conversation\__construct(), acl_init(), bb2diaspora_itembody(), App\build_pagehead(), change_channel(), channel_content(), connect_content(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), editpost_content(), feature_enabled(), findpeople_widget(), fix_attached_file_permissions(), fix_attached_photo_permissions(), Item\get_comment_box(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), FKOAuth1\loginUser(), mail_content(), message_content(), nav(), network_content(), new_contact(), notification(), pdledit_content(), post_post(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), smilies(), tag_deliver(), theme_content(), webpages_content(), and widget_notes().

    diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 6dd338f10..2a5cb1c96 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -509,7 +509,7 @@ Functions diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index b177f71d5..0f1fe6ebd 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -372,7 +372,7 @@ Functions
    Returns
    translated string if exists, otherwise return $s
    -

    Referenced by account_remove(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_profs(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), app_render(), app_store(), app_update(), appman_content(), appman_post(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bb2diaspora_itembody(), bbcode(), block_content(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatsvc_content(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), diaspora_like(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store_item(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), gender_selector_min(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), hcard_init(), help_content(), home_content(), RedMatrix\RedDAV\RedBrowser\htmlActionsPanel(), identity_check_service_class(), impel_init(), import_author_rss(), import_author_unknown(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_content(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), like_puller(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), marital_selector_min(), match_content(), menu_content(), menu_post(), menu_render(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), openid_content(), page_content(), pagelist_widget(), paginate(), pdl_selector(), pdledit_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), poll_content(), populate_acl(), post_activity_item(), post_init(), probe_content(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), rbmark_content(), rbmark_post(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeaccount_content(), removeaccount_post(), removeme_content(), removeme_post(), rmagic_content(), rmagic_post(), role_selector(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), service_limits_content(), settings_post(), setup_content(), sexpref_selector(), sexpref_selector_min(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), sync_locations(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), translate_scope(), translate_system_apps(), update_birthdays(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_approve(), user_deny(), validate_channelname(), vcard_from_xchan(), verify_email_address(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_appselect(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    +

    Referenced by account_remove(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_profs(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), app_render(), app_store(), app_update(), appman_content(), appman_post(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bb2diaspora_itembody(), bbcode(), block_content(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatsvc_content(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), diaspora_like(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store_item(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), follow_init(), foofoo(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), gender_selector_min(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), hcard_init(), help_content(), home_content(), RedMatrix\RedDAV\RedBrowser\htmlActionsPanel(), identity_check_service_class(), impel_init(), import_author_rss(), import_author_unknown(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_content(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), like_puller(), load_database(), localize_item(), lockview_content(), locs_post(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), marital_selector_min(), match_content(), menu_content(), menu_post(), menu_render(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), openid_content(), page_content(), pagelist_widget(), paginate(), pdl_selector(), pdledit_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), poll_content(), populate_acl(), post_activity_item(), post_init(), probe_content(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), rbmark_content(), rbmark_post(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeaccount_content(), removeaccount_post(), removeme_content(), removeme_post(), rmagic_content(), rmagic_post(), role_selector(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), service_limits_content(), settings_post(), setup_content(), sexpref_selector(), sexpref_selector_min(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), sync_locations(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), translate_scope(), translate_system_apps(), update_birthdays(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_approve(), user_deny(), validate_channelname(), vcard_from_xchan(), verify_email_address(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_appselect(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    diff --git a/doc/html/namespaceRedMatrix_1_1RedDAV.html b/doc/html/namespaceRedMatrix_1_1RedDAV.html index 206a9ff9c..f078431e9 100644 --- a/doc/html/namespaceRedMatrix_1_1RedDAV.html +++ b/doc/html/namespaceRedMatrix_1_1RedDAV.html @@ -112,13 +112,19 @@ $(document).ready(function(){initNavTree('namespaceRedMatrix_1_1RedDAV.html','') + + + + + + + + +

    Classes

    class  RedBasicAuth
     Authentication backend class for RedDAV. More...
     
    class  RedBrowser
     Provides a DAV frontend for the webbrowser. More...
     
    class  RedDirectory
     RedDirectory class. More...
     
    class  RedFile
     This class represents a file in DAV. More...
     
    -

    Detailed Description

    -

    RedMatrix - "The Network"

    -

    http://opensource.org/licenses/mit-license.php The MIT License (MIT)

    -
    + diff --git a/doc/html/namespaceRedMatrix_1_1RedDAV.js b/doc/html/namespaceRedMatrix_1_1RedDAV.js index f4892f0d4..b0d685e01 100644 --- a/doc/html/namespaceRedMatrix_1_1RedDAV.js +++ b/doc/html/namespaceRedMatrix_1_1RedDAV.js @@ -1,4 +1,7 @@ var namespaceRedMatrix_1_1RedDAV = [ - [ "RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", "classRedMatrix_1_1RedDAV_1_1RedBrowser" ] + [ "RedBasicAuth", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth" ], + [ "RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", "classRedMatrix_1_1RedDAV_1_1RedBrowser" ], + [ "RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", "classRedMatrix_1_1RedDAV_1_1RedDirectory" ], + [ "RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", "classRedMatrix_1_1RedDAV_1_1RedFile" ] ]; \ No newline at end of file diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 8b66b55ce..29bd1cf55 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -37,15 +37,15 @@ var NAVTREE = var NAVTREEINDEX = [ "BS-Default_8php.html", -"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1", -"classApp.html#a58ac598544892ff7c32890291b72635e", -"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555", -"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html", -"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4", -"include_2photos_8php.html", -"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26", -"setup_8php.html#a88247384a96e14516f474d7af6a465c1", -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776" +"boot_8php.html#a56fd673eaa7014150297ce1162502db5", +"classApp.html#a557d7b779d8259027f4724ebf7b248dc", +"classdba__driver.html", +"dir_05f4fba29266e8fd7869afcd6cefb5cb.html", +"gprobe_8php.html", +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487", +"notifier_8php.html", +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75", +"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index ba0dc6c6c..7e19edb9b 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -19,10 +19,13 @@ var NAVTREEINDEX0 = "Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[6,0,0,21,1], "Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[6,0,0,21,0], "ConversationObject_8php.html":[6,0,0,25], -"ITemplateEngine_8php.html":[6,0,0,46], -"ItemObject_8php.html":[6,0,0,45], -"ProtoDriver_8php.html":[6,0,0,66], -"RedBrowser_8php.html":[6,0,0,2,0], +"ITemplateEngine_8php.html":[6,0,0,47], +"ItemObject_8php.html":[6,0,0,46], +"ProtoDriver_8php.html":[6,0,0,67], +"RedBasicAuth_8php.html":[6,0,0,2,0], +"RedBrowser_8php.html":[6,0,0,2,1], +"RedDirectory_8php.html":[6,0,0,2,2], +"RedFile_8php.html":[6,0,0,2,3], "__well__known_8php.html":[6,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[6,0,1,0,0], "account_8php.html":[6,0,0,3], @@ -104,7 +107,6 @@ var NAVTREEINDEX0 = "auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f":[6,0,0,9,3], "bb2diaspora_8php.html":[6,0,0,11], "bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[6,0,0,11,13], -"bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47":[6,0,0,11,1], "bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863":[6,0,0,11,9], "bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b":[6,0,0,11,6], "bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2":[6,0,0,11,10], @@ -113,6 +115,7 @@ var NAVTREEINDEX0 = "bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747":[6,0,0,11,14], "bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4":[6,0,0,11,7], "bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083":[6,0,0,11,2], +"bb2diaspora_8php.html#ab27761069ea1275f0fc4c543099c5519":[6,0,0,11,1], "bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a":[6,0,0,11,12], "bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625":[6,0,0,11,5], "bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d":[6,0,0,11,11], @@ -246,8 +249,5 @@ var NAVTREEINDEX0 = "boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,166], "boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[6,0,4,43], "boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[6,0,4,87], -"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,35], -"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,204], -"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,245], -"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,295] +"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,35] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index b2b8ea2c2..5784f0f8f 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,5 +1,8 @@ var NAVTREEINDEX1 = { +"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,204], +"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,245], +"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,295], "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[6,0,4,20], "boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[6,0,4,66], "boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[6,0,4,194], @@ -199,15 +202,17 @@ var NAVTREEINDEX1 = "boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[6,0,4,231], "boxy_8php.html":[6,0,3,1,3,1,0], "cache_8php.html":[6,0,0,14], -"channel_8php.html":[6,0,1,12], -"channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[6,0,1,12,0], -"channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc":[6,0,1,12,1], -"chanview_8php.html":[6,0,1,13], -"chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b":[6,0,1,13,0], -"chatsvc_8php.html":[6,0,1,15], -"chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116":[6,0,1,15,1], -"chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[6,0,1,15,0], -"chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[6,0,1,15,2], +"chanman_8php.html":[6,0,0,15], +"chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[6,0,0,15,0], +"channel_8php.html":[6,0,1,11], +"channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[6,0,1,11,0], +"channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc":[6,0,1,11,1], +"chanview_8php.html":[6,0,1,12], +"chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b":[6,0,1,12,0], +"chatsvc_8php.html":[6,0,1,14], +"chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116":[6,0,1,14,1], +"chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[6,0,1,14,0], +"chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[6,0,1,14,2], "choklet_8php.html":[6,0,3,0,0], "classApp.html":[5,0,6], "classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[5,0,6,56], @@ -244,10 +249,5 @@ var NAVTREEINDEX1 = "classApp.html#a4bdd7bfed62f50515fce652127bf481b":[5,0,6,25], "classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[5,0,6,59], "classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[5,0,6,67], -"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[5,0,6,9], -"classApp.html#a557d7b779d8259027f4724ebf7b248dc":[5,0,6,28], -"classApp.html#a560189f048d3db2f526841963cc43e97":[5,0,6,26], -"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,6,88], -"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,6,58], -"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,6,74] +"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[5,0,6,9] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index 0509f02a0..5477cae7b 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,5 +1,10 @@ var NAVTREEINDEX2 = { +"classApp.html#a557d7b779d8259027f4724ebf7b248dc":[5,0,6,28], +"classApp.html#a560189f048d3db2f526841963cc43e97":[5,0,6,26], +"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,6,88], +"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,6,58], +"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,6,74], "classApp.html#a58ac598544892ff7c32890291b72635e":[5,0,6,62], "classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[5,0,6,63], "classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[5,0,6,3], @@ -152,102 +157,97 @@ var NAVTREEINDEX2 = "classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b":[5,0,23,4], "classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181":[5,0,23,5], "classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b":[5,0,23,3], -"classRedBasicAuth.html":[5,0,24], -"classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857":[5,0,24,5], -"classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7":[5,0,24,13], -"classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0":[5,0,24,2], -"classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47":[5,0,24,15], -"classRedBasicAuth.html#a2dab393650d1573e3515969a153e8354":[5,0,24,10], -"classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a":[5,0,24,6], -"classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc":[5,0,24,4], -"classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333":[5,0,24,3], -"classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac":[5,0,24,11], -"classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925":[5,0,24,0], -"classRedBasicAuth.html#a8d09b8d784cc810a0b3be580d05106a7":[5,0,24,14], -"classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b":[5,0,24,7], -"classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f":[5,0,24,1], -"classRedBasicAuth.html#aa75dc43b59adc98e38a98517d3fd35d1":[5,0,24,12], -"classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef":[5,0,24,9], -"classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e":[5,0,24,8], -"classRedDirectory.html":[5,0,25], -"classRedDirectory.html#a0f113244cd85c17848df991001d024f4":[5,0,25,13], -"classRedDirectory.html#a11376aed1963b4471eb1592c13c63976":[5,0,25,10], -"classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180":[5,0,25,0], -"classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0":[5,0,25,3], -"classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375":[5,0,25,9], -"classRedDirectory.html#a3c148c07ad909985125aa4926d8d0021":[5,0,25,15], -"classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec":[5,0,25,1], -"classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc":[5,0,25,7], -"classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4":[5,0,25,6], -"classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44":[5,0,25,12], -"classRedDirectory.html#a986936910f0216887a25e28916c166c7":[5,0,25,2], -"classRedDirectory.html#aa10254abf177bb2a0e4a88495725e09b":[5,0,25,14], -"classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a":[5,0,25,5], -"classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569":[5,0,25,4], -"classRedDirectory.html#acb32b8df27538c57772824a745e751d7":[5,0,25,16], -"classRedDirectory.html#ad87c514a307ec97ba0f1372e9bcfa6a4":[5,0,25,17], -"classRedDirectory.html#adc48035679e52c55d9881f83de535553":[5,0,25,11], -"classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583":[5,0,25,8], -"classRedFile.html":[5,0,26], -"classRedFile.html#a0c961c5f49544d2502420361fa526437":[5,0,26,6], -"classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b":[5,0,26,3], -"classRedFile.html#a2ff12032b45538353eded9809d3b7550":[5,0,26,11], -"classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25":[5,0,26,9], -"classRedFile.html#a41562a28007789bbe7fe06d6a20eef47":[5,0,26,5], -"classRedFile.html#a41a49a583eb276b75626fcf97f4a699c":[5,0,26,8], -"classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2":[5,0,26,10], -"classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535":[5,0,26,2], -"classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183":[5,0,26,0], -"classRedFile.html#acb1edbe1848fab05347746fa1ea09d8f":[5,0,26,7], -"classRedFile.html#acc48c05cd5a70951cb3c615ad84f03ba":[5,0,26,12], -"classRedFile.html#ae96d5caa2db7a461c57b24380fa87e28":[5,0,26,4], -"classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7":[5,0,26,1], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html":[5,0,3,0,0], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd":[5,0,3,0,0,2], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd":[5,0,3,0,0,7], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf":[5,0,3,0,0,5], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5":[5,0,3,0,0,0], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19":[5,0,3,0,0,6], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d":[5,0,3,0,0,4], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142":[5,0,3,0,0,8], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78":[5,0,3,0,0,1], -"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09":[5,0,3,0,0,3], -"classTemplate.html":[5,0,27], -"classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b":[5,0,27,13], -"classTemplate.html#a285b5b2007dbbf733476273df3fed4ef":[5,0,27,12], -"classTemplate.html#a317d535946dc065c35dd5cd38380e6c6":[5,0,27,22], -"classTemplate.html#a35d599c9b53a02e2fe2232e5b7ed5da7":[5,0,27,2], -"classTemplate.html#a37c15f6d1ade500943629f27a62808b7":[5,0,27,3], -"classTemplate.html#a4b933954086d9e01a1804b0b1c6ee93e":[5,0,27,6], -"classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10":[5,0,27,21], -"classTemplate.html#a6f0efc256688c36110180b501067ff11":[5,0,27,23], -"classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38":[5,0,27,15], -"classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677":[5,0,27,9], -"classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1":[5,0,27,19], -"classTemplate.html#aa6a087e0b7b887dd1c98c9e0ecbd3b29":[5,0,27,4], -"classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee":[5,0,27,10], -"classTemplate.html#aac9a4638f11271e1b1dcc9f247242718":[5,0,27,20], -"classTemplate.html#aae9c4d761ea1298e745e8052d7910194":[5,0,27,1], -"classTemplate.html#abbc484016ddf5d818f55b823cae6feb0":[5,0,27,14], -"classTemplate.html#abda4c8d049f70553338eae7c905e9d5c":[5,0,27,17], -"classTemplate.html#abf71098c80fd1f218a59452b3408309e":[5,0,27,7], -"classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4":[5,0,27,0], -"classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8":[5,0,27,18], -"classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228":[5,0,27,8], -"classTemplate.html#ae791766c3d055f7f1ba5a5e60d647934":[5,0,27,5], -"classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a":[5,0,27,16], -"classTemplate.html#afd97b4b1e7754a550e67c0ea79159059":[5,0,27,11], -"classZotDriver.html":[5,0,28], -"classZotDriver.html#a2e15ff09772f0608203dad1c98299394":[5,0,28,3], -"classZotDriver.html#a3cfdf443da4e5326e205855d7c0054f2":[5,0,28,0], -"classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514":[5,0,28,6], -"classZotDriver.html#a6776935156accb0f170e2e24577133db":[5,0,28,1], -"classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f":[5,0,28,4], -"classZotDriver.html#af65febb26031eb7f39871b9e2a539797":[5,0,28,2], -"classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6":[5,0,28,5], -"classdba__driver.html":[5,0,10], -"classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721":[5,0,10,1], -"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,10,8], -"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,10,9], -"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,10,6] +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html":[5,0,3,0,0], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a112ad78a863dc0e598b5f02c596798c0":[5,0,3,0,0,9], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3":[5,0,3,0,0,8], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a1a23c349cc4699a8474505972684ea9c":[5,0,3,0,0,13], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a2926fe923baade564f2663632fa8c633":[5,0,3,0,0,3], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a605aa09565a097316b80f0d17d6b5823":[5,0,3,0,0,12], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6333c8ce58998bd11bf8102afe3b0748":[5,0,3,0,0,1], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6ece02655b780469e59e204c5979a624":[5,0,3,0,0,7], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a76fdb7fd5dd7376155abb5a58cd6fd69":[5,0,3,0,0,11], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a849c99cf0a7ad065d630c8a30106ad5e":[5,0,3,0,0,15], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aa0b2a5fa9186d7dc0e637f1ecb379c42":[5,0,3,0,0,0], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aad0ef0cc05c407de84dbfbf2050bbbbe":[5,0,3,0,0,14], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aadce020fb595c7943829d7f995d3f998":[5,0,3,0,0,5], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abe1defedb90ac8e3b6487e124e625521":[5,0,3,0,0,10], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abf6fe89b0a8239ed93c3b07e1fbce75b":[5,0,3,0,0,2], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#adc72f36f0b2b17b20ea4df900afcd697":[5,0,3,0,0,4], +"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#af6d239fefed05859327ee8db626703f9":[5,0,3,0,0,6], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html":[5,0,3,0,1], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd":[5,0,3,0,1,2], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd":[5,0,3,0,1,7], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf":[5,0,3,0,1,5], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5":[5,0,3,0,1,0], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19":[5,0,3,0,1,6], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d":[5,0,3,0,1,4], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142":[5,0,3,0,1,8], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78":[5,0,3,0,1,1], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09":[5,0,3,0,1,3], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html":[5,0,3,0,2], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a14ac61d31a031d139956763db4e03956":[5,0,3,0,2,11], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a17ea47e34cb76b6e79f36ebed790d76a":[5,0,3,0,2,15], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a1a37850bdd1f188abd6160559698d5d7":[5,0,3,0,2,4], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a2fc4e6b9be2108bbaa1ca1a03fd6d44e":[5,0,3,0,2,14], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a438066fb1565fbcffa22c12d5ce23695":[5,0,3,0,2,17], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a4bba2e56bc8ec3e05f05eae46f56f36d":[5,0,3,0,2,16], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a55f7172814a0749b5342f152ab3fa0df":[5,0,3,0,2,8], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a58e750256cdc2f0f79fbe8d5463ffefe":[5,0,3,0,2,3], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db443ed3c84938b4352fe515bf8d68":[5,0,3,0,2,9], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db5f641f8f5dc999e55cee1832ecd5":[5,0,3,0,2,7], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a76b58fe5223e565c97f1b9af93031a99":[5,0,3,0,2,0], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a825dc5f3e0f83f50736c16daa6a4809d":[5,0,3,0,2,6], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a964b13fde1a5da6f76b51ca5519234dc":[5,0,3,0,2,1], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a9b9a0b5bfa4de1f78e6cafaa534b6f6a":[5,0,3,0,2,5], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aab6907e7fb7f9f7227f9cd42bdc84eb9":[5,0,3,0,2,12], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aca0e8d574ea66a0e210f571700663c62":[5,0,3,0,2,2], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#adf8735b3118cdf2f42416edaf42b82e9":[5,0,3,0,2,13], +"classRedMatrix_1_1RedDAV_1_1RedDirectory.html#af90a1a74cfd643a5c56b9a17ea250d59":[5,0,3,0,2,10], +"classRedMatrix_1_1RedDAV_1_1RedFile.html":[5,0,3,0,3], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a0350cb4e0327e1f9922869a48ee04f1d":[5,0,3,0,3,9], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a05798eac84c578152ff21758261c6ac6":[5,0,3,0,3,0], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a07e1b19e7aaf3dcce822e9be8823a87d":[5,0,3,0,3,7], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a21b6e9d420c352f25610a33f57858215":[5,0,3,0,3,10], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a235700e2dfbe21dc41613d36e30e8acc":[5,0,3,0,3,11], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a709ec1288d21ddf1353524435ab916f0":[5,0,3,0,3,8], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a7241beecd01f5bb4e74659863dd85bd8":[5,0,3,0,3,2], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#a9f14682acf3ccb70df5af5dd0687c689":[5,0,3,0,3,4], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#ab722dcb8c4598426c81fa2b2e4fad5f2":[5,0,3,0,3,12], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#ab7ab7ba81fab28eb02382cfdfd80ecfe":[5,0,3,0,3,1], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#ac47016aa0e3f6f1a1c4570bd6fd8cf25":[5,0,3,0,3,5], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#ac945aa782d6c035d339e59974266ec4d":[5,0,3,0,3,6], +"classRedMatrix_1_1RedDAV_1_1RedFile.html#af5c88b75d0c1f590af03755534cb167e":[5,0,3,0,3,3], +"classTemplate.html":[5,0,24], +"classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b":[5,0,24,13], +"classTemplate.html#a285b5b2007dbbf733476273df3fed4ef":[5,0,24,12], +"classTemplate.html#a317d535946dc065c35dd5cd38380e6c6":[5,0,24,22], +"classTemplate.html#a35d599c9b53a02e2fe2232e5b7ed5da7":[5,0,24,2], +"classTemplate.html#a37c15f6d1ade500943629f27a62808b7":[5,0,24,3], +"classTemplate.html#a4b933954086d9e01a1804b0b1c6ee93e":[5,0,24,6], +"classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10":[5,0,24,21], +"classTemplate.html#a6f0efc256688c36110180b501067ff11":[5,0,24,23], +"classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38":[5,0,24,15], +"classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677":[5,0,24,9], +"classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1":[5,0,24,19], +"classTemplate.html#aa6a087e0b7b887dd1c98c9e0ecbd3b29":[5,0,24,4], +"classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee":[5,0,24,10], +"classTemplate.html#aac9a4638f11271e1b1dcc9f247242718":[5,0,24,20], +"classTemplate.html#aae9c4d761ea1298e745e8052d7910194":[5,0,24,1], +"classTemplate.html#abbc484016ddf5d818f55b823cae6feb0":[5,0,24,14], +"classTemplate.html#abda4c8d049f70553338eae7c905e9d5c":[5,0,24,17], +"classTemplate.html#abf71098c80fd1f218a59452b3408309e":[5,0,24,7], +"classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4":[5,0,24,0], +"classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8":[5,0,24,18], +"classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228":[5,0,24,8], +"classTemplate.html#ae791766c3d055f7f1ba5a5e60d647934":[5,0,24,5], +"classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a":[5,0,24,16], +"classTemplate.html#afd97b4b1e7754a550e67c0ea79159059":[5,0,24,11], +"classZotDriver.html":[5,0,25], +"classZotDriver.html#a2e15ff09772f0608203dad1c98299394":[5,0,25,3], +"classZotDriver.html#a3cfdf443da4e5326e205855d7c0054f2":[5,0,25,0], +"classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514":[5,0,25,6], +"classZotDriver.html#a6776935156accb0f170e2e24577133db":[5,0,25,1], +"classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f":[5,0,25,4], +"classZotDriver.html#af65febb26031eb7f39871b9e2a539797":[5,0,25,2], +"classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6":[5,0,25,5] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index 24bc69ce5..a13c90144 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,5 +1,10 @@ var NAVTREEINDEX3 = { +"classdba__driver.html":[5,0,10], +"classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721":[5,0,10,1], +"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,10,8], +"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,10,9], +"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,10,6], "classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555":[5,0,10,7], "classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975":[5,0,10,2], "classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,10,11], @@ -78,8 +83,8 @@ var NAVTREEINDEX3 = "cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[6,0,0,17,0], "cli__suggest_8php.html":[6,0,0,18], "cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[6,0,0,18,0], -"cloud_8php.html":[6,0,1,16], -"cloud_8php.html#ad2e96e917852f27dedfc263d37e13756":[6,0,1,16,0], +"cloud_8php.html":[6,0,1,15], +"cloud_8php.html#ad2e96e917852f27dedfc263d37e13756":[6,0,1,15,0], "comanche_8php.html":[6,0,0,19], "comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[6,0,0,19,5], "comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[6,0,0,19,3], @@ -91,23 +96,23 @@ var NAVTREEINDEX3 = "comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[6,0,0,19,6], "comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e":[6,0,0,19,1], "comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[6,0,0,19,8], -"common_8php.html":[6,0,1,17], -"common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[6,0,1,17,0], -"common_8php.html#aca62f113655809f41f49042ce9b123c2":[6,0,1,17,1], -"connect_8php.html":[6,0,1,18], -"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[6,0,1,18,2], -"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[6,0,1,18,0], -"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[6,0,1,18,1], -"connections_8php.html":[6,0,1,19], -"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[6,0,1,19,3], -"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[6,0,1,19,0], -"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[6,0,1,19,2], -"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[6,0,1,19,1], -"connedit_8php.html":[6,0,1,20], -"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[6,0,1,20,3], -"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[6,0,1,20,2], -"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[6,0,1,20,0], -"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[6,0,1,20,1], +"common_8php.html":[6,0,1,16], +"common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[6,0,1,16,0], +"common_8php.html#aca62f113655809f41f49042ce9b123c2":[6,0,1,16,1], +"connect_8php.html":[6,0,1,17], +"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[6,0,1,17,2], +"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[6,0,1,17,0], +"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[6,0,1,17,1], +"connections_8php.html":[6,0,1,18], +"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[6,0,1,18,3], +"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[6,0,1,18,0], +"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[6,0,1,18,2], +"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[6,0,1,18,1], +"connedit_8php.html":[6,0,1,19], +"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[6,0,1,19,3], +"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[6,0,1,19,2], +"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[6,0,1,19,0], +"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[6,0,1,19,1], "contact__selectors_8php.html":[6,0,0,22], "contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[6,0,0,22,1], "contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[6,0,0,22,0], @@ -117,8 +122,8 @@ var NAVTREEINDEX3 = "contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[6,0,0,23,2], "contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[6,0,0,23,1], "contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[6,0,0,23,3], -"contactgroup_8php.html":[6,0,1,21], -"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[6,0,1,21,0], +"contactgroup_8php.html":[6,0,1,20], +"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[6,0,1,20,0], "conversation_8php.html":[6,0,0,24], "conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[6,0,0,24,7], "conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[6,0,0,24,9], @@ -203,8 +208,8 @@ var NAVTREEINDEX3 = "dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930":[6,0,0,0,0,4], "dba__mysql_8php.html":[6,0,0,0,1], "dba__mysqli_8php.html":[6,0,0,0,2], -"delegate_8php.html":[6,0,1,22], -"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[6,0,1,22,0], +"delegate_8php.html":[6,0,1,21], +"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[6,0,1,21,0], "deliver_8php.html":[6,0,0,29], "deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[6,0,0,29,0], "diaspora_8php.html":[6,0,0,30], @@ -242,12 +247,7 @@ var NAVTREEINDEX3 = "diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b":[6,0,0,30,22], "diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c":[6,0,0,30,23], "diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc":[6,0,0,30,21], -"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[6,0,3,1,3,0], -"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[6,0,3,1,0,2], -"dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[6,0,2,0], -"dir_21bc5169ff11430004758be31dcfc6c4.html":[6,0,0,0], -"dir_23ec12649285f9fabf3a6b7380226c28.html":[6,0,2], -"dir_25f74a9991dbbca1b52a94e358ca73c1.html":[6,0,2,1,0], -"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[6,0,3,1,3,1], -"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[6,0,3,1,3] +"dimport_8php.html":[6,0,0,31], +"dimport_8php.html#a581f040717941ce3e1868b0b5dceefd1":[6,0,0,31,0], +"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[6,0,3,1,3,0] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index 244e98fb1..a533b3d46 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,5 +1,12 @@ var NAVTREEINDEX4 = { +"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[6,0,3,1,0,2], +"dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[6,0,2,0], +"dir_21bc5169ff11430004758be31dcfc6c4.html":[6,0,0,0], +"dir_23ec12649285f9fabf3a6b7380226c28.html":[6,0,2], +"dir_25f74a9991dbbca1b52a94e358ca73c1.html":[6,0,2,1,0], +"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[6,0,3,1,3,1], +"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[6,0,3,1,3], "dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[6,0,3,1,1,1,0], "dir_720432dea4a717197ae070dbc42b8f20.html":[6,0,2,1], "dir_817f6d302394b98e59575acdb59998bc.html":[6,0,3,0], @@ -8,14 +15,14 @@ var NAVTREEINDEX4 = "dir_8e58ba5e98ac07e59ee15ca7486c9950.html":[6,0,3,1,2], "dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1], "dir_92d6b429199666aa3765c8a934db5e14.html":[6,0,3,1,1,1], -"dir__fns_8php.html":[6,0,0,31], -"dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,31,0], -"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,31,6], -"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,31,3], -"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,31,5], -"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,31,4], -"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,31,1], -"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,31,2], +"dir__fns_8php.html":[6,0,0,32], +"dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,32,0], +"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,32,6], +"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,32,3], +"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,32,5], +"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,32,4], +"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,32,1], +"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,32,2], "dir_a8a0005c2b8590c535262d232c22afab.html":[6,0,3,1,1,1,0,0], "dir_aae29906d7bfc07d076125f669c8352e.html":[6,0,0,1], "dir_b2f003339c516cc00c8cadcafbe82f13.html":[6,0,3], @@ -26,16 +33,16 @@ var NAVTREEINDEX4 = "dir_d520c5cf583201d9437764f209363c22.html":[6,0,3,1,0], "dir_e7f045be8bb383d8447c6a6b84145083.html":[6,0,0,2], "dir_f19da925ee886ec38f19b0e8c19779bc.html":[6,0,3,1,0,0], -"dirprofile_8php.html":[6,0,1,24], -"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[6,0,1,24,0], -"dirsearch_8php.html":[6,0,1,25], -"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[6,0,1,25,3], -"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[6,0,1,25,1], -"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[6,0,1,25,0], -"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[6,0,1,25,4], -"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[6,0,1,25,2], -"display_8php.html":[6,0,1,26], -"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[6,0,1,26,0], +"dirprofile_8php.html":[6,0,1,23], +"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[6,0,1,23,0], +"dirsearch_8php.html":[6,0,1,24], +"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[6,0,1,24,3], +"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[6,0,1,24,1], +"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[6,0,1,24,0], +"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[6,0,1,24,4], +"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[6,0,1,24,2], +"display_8php.html":[6,0,1,25], +"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[6,0,1,25,0], "docblox__errorchecker_8php.html":[6,0,2,3], "docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[6,0,2,3,3], "docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[6,0,2,3,2], @@ -48,53 +55,53 @@ var NAVTREEINDEX4 = "docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[6,0,2,3,4], "docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[6,0,2,3,1], "docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[6,0,2,3,10], -"editblock_8php.html":[6,0,1,27], -"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[6,0,1,27,0], -"editlayout_8php.html":[6,0,1,28], -"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[6,0,1,28,0], -"editpost_8php.html":[6,0,1,29], -"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[6,0,1,29,0], -"editwebpage_8php.html":[6,0,1,30], -"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[6,0,1,30,0], -"enotify_8php.html":[6,0,0,33], -"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[6,0,0,33,1], -"event_8php.html":[6,0,0,34], -"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[6,0,0,34,8], -"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[6,0,0,34,0], -"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[6,0,0,34,1], -"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[6,0,0,34,7], -"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[6,0,0,34,2], -"event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92":[6,0,0,34,5], -"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[6,0,0,34,6], -"event_8php.html#ac9f206819186b65952ac1869f0da8c6e":[6,0,0,34,3], -"event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c":[6,0,0,34,4], -"events_8php.html":[6,0,1,31], -"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[6,0,1,31,0], -"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[6,0,1,31,1], -"expire_8php.html":[6,0,0,35], -"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[6,0,0,35,0], -"externals_8php.html":[6,0,0,36], -"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[6,0,0,36,0], +"editblock_8php.html":[6,0,1,26], +"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[6,0,1,26,0], +"editlayout_8php.html":[6,0,1,27], +"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[6,0,1,27,0], +"editpost_8php.html":[6,0,1,28], +"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[6,0,1,28,0], +"editwebpage_8php.html":[6,0,1,29], +"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[6,0,1,29,0], +"enotify_8php.html":[6,0,0,34], +"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[6,0,0,34,1], +"event_8php.html":[6,0,0,35], +"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[6,0,0,35,8], +"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[6,0,0,35,0], +"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[6,0,0,35,1], +"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[6,0,0,35,7], +"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[6,0,0,35,2], +"event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92":[6,0,0,35,5], +"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[6,0,0,35,6], +"event_8php.html#ac9f206819186b65952ac1869f0da8c6e":[6,0,0,35,3], +"event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c":[6,0,0,35,4], +"events_8php.html":[6,0,1,30], +"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[6,0,1,30,0], +"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[6,0,1,30,1], +"expire_8php.html":[6,0,0,36], +"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[6,0,0,36,0], +"externals_8php.html":[6,0,0,37], +"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[6,0,0,37,0], "extract_8php.html":[6,0,2,4], "extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[6,0,2,4,3], "extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[6,0,2,4,2], "extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[6,0,2,4,0], "extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[6,0,2,4,1], -"fbrowser_8php.html":[6,0,1,32], -"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[6,0,1,32,0], -"features_8php.html":[6,0,0,37], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[6,0,0,37,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[6,0,0,37,1], -"feed_8php.html":[6,0,1,33], -"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[6,0,1,33,0], -"filer_8php.html":[6,0,1,34], -"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[6,0,1,34,0], -"filerm_8php.html":[6,0,1,35], -"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[6,0,1,35,0], +"fbrowser_8php.html":[6,0,1,31], +"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[6,0,1,31,0], +"features_8php.html":[6,0,0,38], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[6,0,0,38,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[6,0,0,38,1], +"feed_8php.html":[6,0,1,32], +"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[6,0,1,32,0], +"filer_8php.html":[6,0,1,33], +"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[6,0,1,33,0], +"filerm_8php.html":[6,0,1,34], +"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[6,0,1,34,0], "files.html":[6,0], -"filestorage_8php.html":[6,0,1,36], -"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[6,0,1,36,0], -"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[6,0,1,36,1], +"filestorage_8php.html":[6,0,1,35], +"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[6,0,1,35,0], +"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[6,0,1,35,1], "fpostit_8php.html":[6,0,2,0,0], "fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[6,0,2,0,0,0], "fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[6,0,2,0,0,1], @@ -114,9 +121,9 @@ var NAVTREEINDEX4 = "friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[6,0,2,5,7], "friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[6,0,2,5,4], "friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[6,0,2,5,3], -"fsuggest_8php.html":[6,0,1,38], -"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[6,0,1,38,1], -"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[6,0,1,38,0], +"fsuggest_8php.html":[6,0,1,37], +"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[6,0,1,37,1], +"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[6,0,1,37,0], "full_8php.html":[6,0,3,0,2], "full_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,0,2,0], "functions.html":[5,3,0], @@ -165,8 +172,8 @@ var NAVTREEINDEX4 = "functions_func_0x75.html":[5,3,1,18], "functions_func_0x76.html":[5,3,1,19], "functions_vars.html":[5,3,2], -"globals.html":[6,1,0,0], "globals.html":[6,1,0], +"globals.html":[6,1,0,0], "globals_0x5f.html":[6,1,0,1], "globals_0x61.html":[6,1,0,2], "globals_0x62.html":[6,1,0,3], @@ -193,8 +200,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[6,1,0,24], "globals_0x78.html":[6,1,0,25], "globals_0x7a.html":[6,1,0,26], -"globals_func.html":[6,1,1,0], "globals_func.html":[6,1,1], +"globals_func.html":[6,1,1,0], "globals_func_0x61.html":[6,1,1,1], "globals_func_0x62.html":[6,1,1,2], "globals_func_0x63.html":[6,1,1,3], @@ -220,8 +227,8 @@ var NAVTREEINDEX4 = "globals_func_0x77.html":[6,1,1,23], "globals_func_0x78.html":[6,1,1,24], "globals_func_0x7a.html":[6,1,1,25], -"globals_vars.html":[6,1,2], "globals_vars.html":[6,1,2,0], +"globals_vars.html":[6,1,2], "globals_vars_0x61.html":[6,1,2,1], "globals_vars_0x63.html":[6,1,2,2], "globals_vars_0x64.html":[6,1,2,3], @@ -242,12 +249,5 @@ var NAVTREEINDEX4 = "globals_vars_0x75.html":[6,1,2,18], "globals_vars_0x77.html":[6,1,2,19], "globals_vars_0x78.html":[6,1,2,20], -"globals_vars_0x7a.html":[6,1,2,21], -"gprobe_8php.html":[6,0,0,39], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[6,0,0,39,0], -"greenthumbnails_8php.html":[6,0,3,1,0,2,3], -"hcard_8php.html":[6,0,1,40], -"hcard_8php.html#a3663012f1549849af88aba2bb87388e3":[6,0,1,40,0], -"hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d":[6,0,1,40,1], -"help_8php.html":[6,0,1,41] +"globals_vars_0x7a.html":[6,1,2,21] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index 6a9245f45..87a5fb67d 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,67 +1,75 @@ var NAVTREEINDEX5 = { -"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[6,0,1,41,1], -"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[6,0,1,41,0], +"gprobe_8php.html":[6,0,0,40], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[6,0,0,40,0], +"greenthumbnails_8php.html":[6,0,3,1,0,2,3], +"hcard_8php.html":[6,0,1,39], +"hcard_8php.html#a3663012f1549849af88aba2bb87388e3":[6,0,1,39,0], +"hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d":[6,0,1,39,1], +"help_8php.html":[6,0,1,40], +"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[6,0,1,40,1], +"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[6,0,1,40,0], "hierarchy.html":[5,2], -"home_8php.html":[6,0,1,42], -"home_8php.html#aa1cf697851a646755baf537f75334c46":[6,0,1,42,0], -"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,42,1], -"hostxrd_8php.html":[6,0,1,43], -"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,43,0], -"html2bbcode_8php.html":[6,0,0,41], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,41,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,41,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,41,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,41,2], -"html2plain_8php.html":[6,0,0,42], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,42,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,42,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,42,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,42,1], -"hubloc_8php.html":[6,0,0,43], -"hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea":[6,0,0,43,2], -"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,43,1], -"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,43,0], -"identity_8php.html":[6,0,0,44], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,44,3], -"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,44,11], -"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,44,17], -"identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe":[6,0,0,44,22], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,44,10], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,44,2], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[6,0,0,44,26], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[6,0,0,44,25], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[6,0,0,44,27], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[6,0,0,44,8], -"identity_8php.html#a4e996e44b50330098a04b467367a559f":[6,0,0,44,20], -"identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21":[6,0,0,44,12], -"identity_8php.html#a5650319c799de09d1b6d1076b6f839a4":[6,0,0,44,23], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[6,0,0,44,30], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[6,0,0,44,31], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[6,0,0,44,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[6,0,0,44,28], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[6,0,0,44,19], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[6,0,0,44,9], -"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[6,0,0,44,21], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[6,0,0,44,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[6,0,0,44,14], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[6,0,0,44,13], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[6,0,0,44,6], -"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[6,0,0,44,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[6,0,0,44,16], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[6,0,0,44,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[6,0,0,44,24], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[6,0,0,44,18], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[6,0,0,44,7], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[6,0,0,44,29], -"identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249":[6,0,0,44,15], -"impel_8php.html":[6,0,1,44], -"impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b":[6,0,1,44,0], -"import_8php.html":[6,0,1,45], -"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[6,0,1,45,1], -"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[6,0,1,45,0], -"importelm_8php.html":[6,0,1,46], -"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[6,0,1,46,0], +"home_8php.html":[6,0,1,41], +"home_8php.html#aa1cf697851a646755baf537f75334c46":[6,0,1,41,0], +"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,41,1], +"hostxrd_8php.html":[6,0,1,42], +"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,42,0], +"html2bbcode_8php.html":[6,0,0,42], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,42,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,42,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,42,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,42,2], +"html2plain_8php.html":[6,0,0,43], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,43,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,43,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,43,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,43,1], +"hubloc_8php.html":[6,0,0,44], +"hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea":[6,0,0,44,3], +"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,44,2], +"hubloc_8php.html#ad86214b3a74084bd7b54e8d6c919ce4d":[6,0,0,44,0], +"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,44,1], +"identity_8php.html":[6,0,0,45], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,45,3], +"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,45,11], +"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,45,17], +"identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe":[6,0,0,45,22], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,45,10], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,45,2], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[6,0,0,45,26], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[6,0,0,45,25], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[6,0,0,45,27], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[6,0,0,45,8], +"identity_8php.html#a4e996e44b50330098a04b467367a559f":[6,0,0,45,20], +"identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21":[6,0,0,45,12], +"identity_8php.html#a5650319c799de09d1b6d1076b6f839a4":[6,0,0,45,23], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[6,0,0,45,30], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[6,0,0,45,31], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[6,0,0,45,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[6,0,0,45,28], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[6,0,0,45,19], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[6,0,0,45,9], +"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[6,0,0,45,21], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[6,0,0,45,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[6,0,0,45,14], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[6,0,0,45,13], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[6,0,0,45,6], +"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[6,0,0,45,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[6,0,0,45,16], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[6,0,0,45,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[6,0,0,45,24], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[6,0,0,45,18], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[6,0,0,45,7], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[6,0,0,45,29], +"identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249":[6,0,0,45,15], +"impel_8php.html":[6,0,1,43], +"impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b":[6,0,1,43,0], +"import_8php.html":[6,0,1,44], +"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[6,0,1,44,1], +"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[6,0,1,44,0], +"importelm_8php.html":[6,0,1,45], +"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[6,0,1,45,0], "include_2api_8php.html":[6,0,0,6], "include_2api_8php.html#a0991f72554f821255397d615e76f3203":[6,0,0,6,12], "include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[6,0,0,6,5], @@ -152,8 +160,6 @@ var NAVTREEINDEX5 = "include_2bookmarks_8php.html":[6,0,0,13], "include_2bookmarks_8php.html#a743763b0ce83af0bbc8a2f7ac16033aa":[6,0,0,13,1], "include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323":[6,0,0,13,0], -"include_2chanman_8php.html":[6,0,0,15], -"include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[6,0,0,15,0], "include_2chat_8php.html":[6,0,0,16], "include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[6,0,0,16,4], "include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049":[6,0,0,16,6], @@ -176,78 +182,72 @@ var NAVTREEINDEX5 = "include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[6,0,0,20,3], "include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[6,0,0,20,4], "include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[6,0,0,20,12], -"include_2directory_8php.html":[6,0,0,32], -"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,32,0], -"include_2follow_8php.html":[6,0,0,38], -"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,38,0], -"include_2group_8php.html":[6,0,0,40], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,40,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,40,10], -"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,40,1], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,40,0], -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,40,6], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,40,7], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,40,4], -"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,40,8], -"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,40,5], -"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,40,11], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,40,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,40,9], -"include_2menu_8php.html":[6,0,0,49], -"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,49,11], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,49,1], -"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,49,10], -"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,49,9], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,49,3], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,49,8], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,49,7], -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[6,0,0,49,5], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[6,0,0,49,2], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[6,0,0,49,6], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[6,0,0,49,4], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[6,0,0,49,0], -"include_2message_8php.html":[6,0,0,50], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[6,0,0,50,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[6,0,0,50,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[6,0,0,50,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,50,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,50,0], -"include_2network_8php.html":[6,0,0,52], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,52,7], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,52,14], -"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,52,16], -"include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,52,20], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,52,6], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,52,12], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,52,11], -"include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48":[6,0,0,52,4], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,52,19], -"include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,52,5], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,52,10], -"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,52,9], -"include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,52,13], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,52,18], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,52,8], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,52,24], -"include_2network_8php.html#a984708e60d531b31b2d1f88b5f408f7b":[6,0,0,52,25], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,52,21], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,52,22], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,52,23], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,52,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,52,0], -"include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,52,17], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,52,3], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,52,15], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,52,1], -"include_2notify_8php.html":[6,0,0,54], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,54,0], -"include_2oembed_8php.html":[6,0,0,56], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[6,0,0,56,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[6,0,0,56,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[6,0,0,56,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[6,0,0,56,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[6,0,0,56,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[6,0,0,56,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[6,0,0,56,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[6,0,0,56,2] +"include_2directory_8php.html":[6,0,0,33], +"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,33,0], +"include_2follow_8php.html":[6,0,0,39], +"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,39,0], +"include_2group_8php.html":[6,0,0,41], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,41,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,41,10], +"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,41,1], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,41,0], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,41,6], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,41,7], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,41,4], +"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,41,8], +"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,41,5], +"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,41,11], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,41,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,41,9], +"include_2menu_8php.html":[6,0,0,50], +"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,50,11], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,50,1], +"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,50,10], +"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,50,9], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,50,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,50,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,50,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[6,0,0,50,5], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[6,0,0,50,2], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[6,0,0,50,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[6,0,0,50,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[6,0,0,50,0], +"include_2message_8php.html":[6,0,0,51], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[6,0,0,51,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[6,0,0,51,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[6,0,0,51,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,51,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,51,0], +"include_2network_8php.html":[6,0,0,53], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,53,7], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,53,14], +"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,53,16], +"include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,53,20], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,53,6], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,53,12], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,53,11], +"include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48":[6,0,0,53,4], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,53,19], +"include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,53,5], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,53,10], +"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,53,9], +"include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,53,13], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,53,18], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,53,8], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,53,24], +"include_2network_8php.html#a984708e60d531b31b2d1f88b5f408f7b":[6,0,0,53,25], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,53,21], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,53,22], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,53,23], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,53,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,53,0], +"include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,53,17], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,53,3], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,53,15], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,53,1], +"include_2notify_8php.html":[6,0,0,55], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,55,0], +"include_2oembed_8php.html":[6,0,0,57], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[6,0,0,57,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[6,0,0,57,7] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 22769b114..7e42a4dcc 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,131 +1,139 @@ var NAVTREEINDEX6 = { -"include_2photos_8php.html":[6,0,0,61], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[6,0,0,61,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[6,0,0,61,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[6,0,0,61,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[6,0,0,61,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[6,0,0,61,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[6,0,0,61,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[6,0,0,61,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[6,0,0,61,4], -"include_2probe_8php.html":[6,0,0,64], -"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[6,0,0,64,3], -"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,64,4], -"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,64,1], -"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,64,8], -"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,64,0], -"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[6,0,0,64,6], -"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[6,0,0,64,2], -"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,64,7], -"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[6,0,0,64,5], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[6,0,0,57,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[6,0,0,57,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[6,0,0,57,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[6,0,0,57,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[6,0,0,57,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[6,0,0,57,2], +"include_2photos_8php.html":[6,0,0,62], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[6,0,0,62,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[6,0,0,62,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[6,0,0,62,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[6,0,0,62,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[6,0,0,62,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[6,0,0,62,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[6,0,0,62,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[6,0,0,62,4], +"include_2probe_8php.html":[6,0,0,65], +"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[6,0,0,65,3], +"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,65,4], +"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,65,1], +"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,65,8], +"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,65,0], +"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[6,0,0,65,6], +"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[6,0,0,65,2], +"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,65,7], +"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[6,0,0,65,5], "index.html":[], "interfaceITemplateEngine.html":[5,0,19], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,19,1], "interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,19,0], -"invite_8php.html":[6,0,1,47], -"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,47,0], -"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,47,1], -"item_8php.html":[6,0,1,48], -"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,48,0], -"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,48,3], -"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,48,5], -"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,48,4], -"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,48,1], -"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,48,2], -"items_8php.html":[6,0,0,47], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[6,0,0,47,72], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,47,3], -"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,47,42], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,47,30], -"items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,47,9], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,47,35], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,47,44], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,47,27], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,47,5], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,47,34], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,47,47], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,47,4], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,47,71], -"items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc":[6,0,0,47,38], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,47,22], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,47,0], -"items_8php.html#a37f79991f36811cf847446ff60e8e11f":[6,0,0,47,40], -"items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,47,54], -"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,47,56], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,47,59], -"items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,47,36], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,47,32], -"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,47,16], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,47,21], -"items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86":[6,0,0,47,18], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,47,14], -"items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,47,29], -"items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,47,46], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,47,19], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,47,45], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,47,17], -"items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,47,39], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,47,43], -"items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,47,49], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,47,37], -"items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,47,7], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,47,52], -"items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,47,60], -"items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,47,1], -"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,47,57], -"items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,47,53], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,47,6], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,47,67], -"items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a":[6,0,0,47,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,47,12], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,47,33], -"items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,47,70], -"items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,47,51], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,47,68], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,47,11], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,47,23], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,47,10], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,47,31], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,47,62], -"items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,47,69], -"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,47,15], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,47,65], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,47,28], -"items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,47,8], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,47,2], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,47,20], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,47,48], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,47,55], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,47,66], -"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,47,58], -"items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,47,13], -"items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,47,63], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,47,25], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,47,41], -"items_8php.html#af0a887050dc8d0f51c89890cdaf3145f":[6,0,0,47,64], -"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,47,61], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,47,50], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,47,24], -"lang_8php.html":[6,0,1,49], -"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,49,0], -"language_8php.html":[6,0,0,48], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[6,0,0,48,7], -"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[6,0,0,48,3], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[6,0,0,48,0], -"language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997":[6,0,0,48,9], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[6,0,0,48,5], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[6,0,0,48,4], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[6,0,0,48,1], -"language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96":[6,0,0,48,8], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[6,0,0,48,6], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[6,0,0,48,2], -"layouts_8php.html":[6,0,1,50], -"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[6,0,1,50,0], -"like_8php.html":[6,0,1,51], -"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[6,0,1,51,0], -"lockview_8php.html":[6,0,1,52], -"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[6,0,1,52,0], +"invite_8php.html":[6,0,1,46], +"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,46,0], +"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,46,1], +"item_8php.html":[6,0,1,47], +"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,47,0], +"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,47,3], +"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,47,5], +"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,47,4], +"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,47,1], +"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,47,2], +"items_8php.html":[6,0,0,48], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[6,0,0,48,72], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,48,3], +"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,48,42], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,48,30], +"items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,48,9], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,48,35], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,48,44], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,48,27], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,48,5], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,48,34], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,48,47], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,48,4], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,48,71], +"items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc":[6,0,0,48,38], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,48,22], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,48,0], +"items_8php.html#a37f79991f36811cf847446ff60e8e11f":[6,0,0,48,40], +"items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,48,54], +"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,48,56], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,48,59], +"items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,48,36], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,48,32], +"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,48,16], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,48,21], +"items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86":[6,0,0,48,18], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,48,14], +"items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,48,29], +"items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,48,46], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,48,19], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,48,45], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,48,17], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,48,39], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,48,43], +"items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,48,49], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,48,37], +"items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,48,7], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,48,52], +"items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,48,60], +"items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,48,1], +"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,48,57], +"items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,48,53], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,48,6], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,48,67], +"items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a":[6,0,0,48,26], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,48,12], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,48,33], +"items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,48,70], +"items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,48,51], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,48,68], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,48,11], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,48,23], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,48,10], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,48,31], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,48,62], +"items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,48,69], +"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,48,15], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,48,65], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,48,28], +"items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,48,8], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,48,2], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,48,20], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,48,48], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,48,55], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,48,66], +"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,48,58], +"items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,48,13], +"items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,48,63], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,48,25], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,48,41], +"items_8php.html#af0a887050dc8d0f51c89890cdaf3145f":[6,0,0,48,64], +"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,48,61], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,48,50], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,48,24], +"lang_8php.html":[6,0,1,48], +"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,48,0], +"language_8php.html":[6,0,0,49], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[6,0,0,49,7], +"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[6,0,0,49,3], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[6,0,0,49,0], +"language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997":[6,0,0,49,9], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[6,0,0,49,5], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[6,0,0,49,4], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[6,0,0,49,1], +"language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96":[6,0,0,49,8], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[6,0,0,49,6], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[6,0,0,49,2], +"layouts_8php.html":[6,0,1,49], +"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[6,0,1,49,0], +"like_8php.html":[6,0,1,50], +"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[6,0,1,50,0], +"lockview_8php.html":[6,0,1,51], +"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[6,0,1,51,0], +"locs_8php.html":[6,0,1,52], +"locs_8php.html#a6b43654592919ac863d67a1f787a69b9":[6,0,1,52,0], "login_8php.html":[6,0,1,53], "login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[6,0,1,53,0], "lostpass_8php.html":[6,0,1,54], @@ -166,20 +174,19 @@ var NAVTREEINDEX6 = "mod_2bookmarks_8php.html":[6,0,1,10], "mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[6,0,1,10,1], "mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[6,0,1,10,0], -"mod_2chanman_8php.html":[6,0,1,11], -"mod_2chat_8php.html":[6,0,1,14], -"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[6,0,1,14,0], -"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[6,0,1,14,2], -"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[6,0,1,14,1], -"mod_2directory_8php.html":[6,0,1,23], -"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[6,0,1,23,1], -"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[6,0,1,23,0], -"mod_2follow_8php.html":[6,0,1,37], -"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[6,0,1,37,1], -"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[6,0,1,37,0], -"mod_2group_8php.html":[6,0,1,39], -"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[6,0,1,39,0], -"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[6,0,1,39,1], +"mod_2chat_8php.html":[6,0,1,13], +"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[6,0,1,13,0], +"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[6,0,1,13,2], +"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[6,0,1,13,1], +"mod_2directory_8php.html":[6,0,1,22], +"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[6,0,1,22,1], +"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[6,0,1,22,0], +"mod_2follow_8php.html":[6,0,1,36], +"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[6,0,1,36,1], +"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[6,0,1,36,0], +"mod_2group_8php.html":[6,0,1,38], +"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[6,0,1,38,0], +"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[6,0,1,38,1], "mod_2menu_8php.html":[6,0,1,59], "mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[6,0,1,59,0], "mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[6,0,1,59,1], @@ -214,8 +221,8 @@ var NAVTREEINDEX6 = "namespaceFriendica.html":[5,0,1], "namespaceRedMatrix.html":[5,0,3], "namespaceRedMatrix.html":[4,0,3], -"namespaceRedMatrix_1_1RedDAV.html":[4,0,3,0], "namespaceRedMatrix_1_1RedDAV.html":[5,0,3,0], +"namespaceRedMatrix_1_1RedDAV.html":[4,0,3,0], "namespaceacl__selectors.html":[5,0,0], "namespaceacl__selectors.html":[4,0,0], "namespacefriendica-to-smarty-tpl.html":[4,0,2], @@ -224,13 +231,13 @@ var NAVTREEINDEX6 = "namespacemembers_func.html":[4,1,1], "namespacemembers_vars.html":[4,1,2], "namespaces.html":[4,0], -"namespaceupdatetpl.html":[4,0,4], "namespaceupdatetpl.html":[5,0,4], -"namespaceutil.html":[5,0,5], +"namespaceupdatetpl.html":[4,0,4], "namespaceutil.html":[4,0,5], -"nav_8php.html":[6,0,0,51], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[6,0,0,51,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[6,0,0,51,1], +"namespaceutil.html":[5,0,5], +"nav_8php.html":[6,0,0,52], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[6,0,0,52,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[6,0,0,52,1], "netgrowth_8php.html":[6,0,1,64], "netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919":[6,0,1,64,0], "new__channel_8php.html":[6,0,1,66], @@ -242,12 +249,5 @@ var NAVTREEINDEX6 = "notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[6,0,1,67,0], "notifications_8php.html":[6,0,1,68], "notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[6,0,1,68,1], -"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[6,0,1,68,0], -"notifier_8php.html":[6,0,0,53], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[6,0,0,53,0], -"notred_8php.html":[6,0,3,1,3,1,3], -"oauth_8php.html":[6,0,0,55], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[6,0,0,55,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[6,0,0,55,2], -"oexchange_8php.html":[6,0,1,71] +"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[6,0,1,68,0] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index bdb21c936..2d9e8f269 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,12 +1,19 @@ var NAVTREEINDEX7 = { +"notifier_8php.html":[6,0,0,54], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[6,0,0,54,0], +"notred_8php.html":[6,0,3,1,3,1,3], +"oauth_8php.html":[6,0,0,56], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[6,0,0,56,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[6,0,0,56,2], +"oexchange_8php.html":[6,0,1,71], "oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[6,0,1,71,0], "oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[6,0,1,71,1], "olddefault_8php.html":[6,0,3,1,0,2,5], -"onedirsync_8php.html":[6,0,0,57], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[6,0,0,57,0], -"onepoll_8php.html":[6,0,0,58], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[6,0,0,58,0], +"onedirsync_8php.html":[6,0,0,58], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[6,0,0,58,0], +"onepoll_8php.html":[6,0,0,59], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[6,0,0,59,0], "online_8php.html":[6,0,1,72], "online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[6,0,1,72,0], "openid_8php.html":[6,0,1,73], @@ -18,9 +25,9 @@ var NAVTREEINDEX7 = "page_8php.html":[6,0,1,76], "page_8php.html#a4d89800c0366a239191b1692c09635cf":[6,0,1,76,1], "page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,76,0], -"page__widgets_8php.html":[6,0,0,59], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,59,1], -"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,59,0], +"page__widgets_8php.html":[6,0,0,60], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,60,1], +"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,60,0], "pages.html":[], "parse__url_8php.html":[6,0,1,77], "parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[6,0,1,77,2], @@ -32,14 +39,14 @@ var NAVTREEINDEX7 = "pdledit_8php.html":[6,0,1,78], "pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,78,0], "pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,78,1], -"permissions_8php.html":[6,0,0,60], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,60,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,60,0], -"permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724":[6,0,0,60,5], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,60,4], -"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,60,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,60,6], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,60,1], +"permissions_8php.html":[6,0,0,61], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,61,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,61,0], +"permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724":[6,0,0,61,5], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,61,4], +"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,61,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,61,6], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,61,1], "photo_8php.html":[6,0,1,79], "photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,79,0], "photo__driver_8php.html":[6,0,0,1,0], @@ -67,34 +74,34 @@ var NAVTREEINDEX7 = "pine_8php.html":[6,0,3,1,0,2,8], "ping_8php.html":[6,0,1,82], "ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,82,0], -"plugin_8php.html":[6,0,0,62], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,62,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,62,22], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,62,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,62,17], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[6,0,0,62,20], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,62,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,62,16], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,62,14], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,62,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,62,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,62,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,62,23], -"plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,62,12], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,62,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,62,0], -"plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,62,19], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,62,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,62,25], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,62,13], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,62,18], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,62,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[6,0,0,62,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[6,0,0,62,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[6,0,0,62,15], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[6,0,0,62,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[6,0,0,62,21], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[6,0,0,62,5], +"plugin_8php.html":[6,0,0,63], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,63,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,63,22], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,63,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,63,17], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[6,0,0,63,20], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,63,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,63,16], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,63,14], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,63,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,63,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,63,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,63,23], +"plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,63,12], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,63,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,63,0], +"plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,63,19], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,63,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,63,25], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,63,13], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,63,18], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,63,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[6,0,0,63,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[6,0,0,63,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[6,0,0,63,15], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[6,0,0,63,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[6,0,0,63,21], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[6,0,0,63,5], "po2php_8php.html":[6,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[6,0,2,7,0], "poco_8php.html":[6,0,1,83], @@ -106,8 +113,8 @@ var NAVTREEINDEX7 = "poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77":[6,0,1,85,2], "poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263":[6,0,1,85,0], "poll_8php.html#ab9ecd5b71af090a5da9c93f34f7ec930":[6,0,1,85,1], -"poller_8php.html":[6,0,0,63], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[6,0,0,63,0], +"poller_8php.html":[6,0,0,64], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[6,0,0,64,0], "post_8php.html":[6,0,1,86], "post_8php.html#af4b48181ce773ef0cdfc972441445c34":[6,0,1,86,0], "post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[6,0,1,86,1], @@ -144,13 +151,13 @@ var NAVTREEINDEX7 = "profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[6,0,1,90,0], "profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[6,0,1,90,1], "profile__photo_8php.html#a561103564199da56e58061a4196eb102":[6,0,1,90,2], -"profile__selectors_8php.html":[6,0,0,65], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[6,0,0,65,4], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[6,0,0,65,2], -"profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816":[6,0,0,65,1], -"profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074":[6,0,0,65,5], -"profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534":[6,0,0,65,3], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[6,0,0,65,0], +"profile__selectors_8php.html":[6,0,0,66], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[6,0,0,66,4], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[6,0,0,66,2], +"profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816":[6,0,0,66,1], +"profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074":[6,0,0,66,5], +"profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534":[6,0,0,66,3], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[6,0,0,66,0], "profiles_8php.html":[6,0,1,91], "profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[6,0,1,91,1], "profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[6,0,1,91,0], @@ -160,11 +167,11 @@ var NAVTREEINDEX7 = "profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[6,0,1,92,0], "pubsites_8php.html":[6,0,1,93], "pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[6,0,1,93,0], -"queue_8php.html":[6,0,0,67], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[6,0,0,67,0], -"queue__fn_8php.html":[6,0,0,68], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[6,0,0,68,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[6,0,0,68,0], +"queue_8php.html":[6,0,0,68], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[6,0,0,68,0], +"queue__fn_8php.html":[6,0,0,69], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[6,0,0,69,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[6,0,0,69,0], "randprof_8php.html":[6,0,1,94], "randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[6,0,1,94,0], "rbmark_8php.html":[6,0,1,95], @@ -180,10 +187,10 @@ var NAVTREEINDEX7 = "redbasic_2php_2theme_8php.html":[6,0,3,1,3,0,2], "redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[6,0,3,1,3,0,2,0], "redbasic_8php.html":[6,0,3,1,0,2,9], -"reddav_8php.html":[6,0,0,69], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[6,0,0,69,4], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[6,0,0,69,5], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,69,3], +"reddav_8php.html":[6,0,0,70], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[6,0,0,70,1], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[6,0,0,70,2], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,70,0], "register_8php.html":[6,0,1,97], "register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[6,0,1,97,0], "register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[6,0,1,97,2], @@ -211,43 +218,36 @@ var NAVTREEINDEX7 = "search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[6,0,1,105,1], "search__ac_8php.html":[6,0,1,106], "search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[6,0,1,106,0], -"security_8php.html":[6,0,0,70], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[6,0,0,70,2], -"security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c":[6,0,0,70,11], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[6,0,0,70,4], -"security_8php.html#a6126c77a1267e046ac59cf864613f011":[6,0,0,70,10], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[6,0,0,70,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[6,0,0,70,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[6,0,0,70,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[6,0,0,70,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[6,0,0,70,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[6,0,0,70,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[6,0,0,70,0], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[6,0,0,70,8], +"security_8php.html":[6,0,0,71], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[6,0,0,71,2], +"security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c":[6,0,0,71,11], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[6,0,0,71,4], +"security_8php.html#a6126c77a1267e046ac59cf864613f011":[6,0,0,71,10], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[6,0,0,71,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[6,0,0,71,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[6,0,0,71,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[6,0,0,71,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[6,0,0,71,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[6,0,0,71,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[6,0,0,71,0], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[6,0,0,71,8], "service__limits_8php.html":[6,0,1,107], "service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a":[6,0,1,107,0], -"session_8php.html":[6,0,0,71], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[6,0,0,71,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[6,0,0,71,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[6,0,0,71,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[6,0,0,71,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[6,0,0,71,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[6,0,0,71,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[6,0,0,71,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[6,0,0,71,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[6,0,0,71,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[6,0,0,71,2], +"session_8php.html":[6,0,0,72], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[6,0,0,72,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[6,0,0,72,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[6,0,0,72,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[6,0,0,72,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[6,0,0,72,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[6,0,0,72,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[6,0,0,72,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[6,0,0,72,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[6,0,0,72,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[6,0,0,72,2], "settings_8php.html":[6,0,1,108], "settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[6,0,1,108,0], "settings_8php.html#a3a4cde287482fced008583f54ba2a722":[6,0,1,108,1], "settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[6,0,1,108,2], "setup_8php.html":[6,0,1,109], -"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[6,0,1,109,2], -"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[6,0,1,109,14], -"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[6,0,1,109,5], -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[6,0,1,109,13], -"setup_8php.html#a2b375ddc555140236fc500135de99371":[6,0,1,109,10], -"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[6,0,1,109,3], -"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[6,0,1,109,1], -"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[6,0,1,109,8] +"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[6,0,1,109,2] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index 6a045dd3e..de2843783 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,5 +1,12 @@ var NAVTREEINDEX8 = { +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[6,0,1,109,14], +"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[6,0,1,109,5], +"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[6,0,1,109,13], +"setup_8php.html#a2b375ddc555140236fc500135de99371":[6,0,1,109,10], +"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[6,0,1,109,3], +"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[6,0,1,109,1], +"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[6,0,1,109,8], "setup_8php.html#a88247384a96e14516f474d7af6a465c1":[6,0,1,109,12], "setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[6,0,1,109,4], "setup_8php.html#ab4b71369a25021d59247c917e98d8246":[6,0,1,109,7], @@ -19,161 +26,161 @@ var NAVTREEINDEX8 = "siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[6,0,1,111,0], "sitelist_8php.html":[6,0,1,112], "sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[6,0,1,112,0], -"smarty_8php.html":[6,0,0,72], +"smarty_8php.html":[6,0,0,73], "smilies_8php.html":[6,0,1,113], "smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,113,0], -"socgraph_8php.html":[6,0,0,73], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,73,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,73,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[6,0,0,73,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[6,0,0,73,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[6,0,0,73,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[6,0,0,73,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[6,0,0,73,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[6,0,0,73,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[6,0,0,73,3], +"socgraph_8php.html":[6,0,0,74], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,74,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,74,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[6,0,0,74,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[6,0,0,74,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[6,0,0,74,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[6,0,0,74,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[6,0,0,74,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[6,0,0,74,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[6,0,0,74,3], "sources_8php.html":[6,0,1,114], "sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,114,0], "sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,114,1], -"spam_8php.html":[6,0,0,74], -"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,74,1], -"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,74,0], +"spam_8php.html":[6,0,0,75], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,75,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,75,0], "sslify_8php.html":[6,0,1,115], "sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,115,0], "starred_8php.html":[6,0,1,116], "starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,116,0], -"statistics__fns_8php.html":[6,0,0,75], -"statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c":[6,0,0,75,2], -"statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6":[6,0,0,75,0], -"statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa":[6,0,0,75,3], -"statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe":[6,0,0,75,1], +"statistics__fns_8php.html":[6,0,0,76], +"statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c":[6,0,0,76,2], +"statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6":[6,0,0,76,0], +"statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa":[6,0,0,76,3], +"statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe":[6,0,0,76,1], "subthread_8php.html":[6,0,1,117], "subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[6,0,1,117,0], "suggest_8php.html":[6,0,1,118], "suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,118,0], "suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,118,1], -"system__unavailable_8php.html":[6,0,0,76], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[6,0,0,76,0], +"system__unavailable_8php.html":[6,0,0,77], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[6,0,0,77,0], "tagger_8php.html":[6,0,1,119], "tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[6,0,1,119,0], "tagrm_8php.html":[6,0,1,120], "tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[6,0,1,120,1], "tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[6,0,1,120,0], -"taxonomy_8php.html":[6,0,0,77], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[6,0,0,77,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[6,0,0,77,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[6,0,0,77,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[6,0,0,77,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[6,0,0,77,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[6,0,0,77,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[6,0,0,77,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[6,0,0,77,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[6,0,0,77,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[6,0,0,77,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[6,0,0,77,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[6,0,0,77,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[6,0,0,77,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[6,0,0,77,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[6,0,0,77,8], -"template__processor_8php.html":[6,0,0,78], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[6,0,0,78,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[6,0,0,78,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[6,0,0,78,2], -"text_8php.html":[6,0,0,79], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[6,0,0,79,41], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[6,0,0,79,47], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[6,0,0,79,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[6,0,0,79,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[6,0,0,79,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[6,0,0,79,72], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[6,0,0,79,46], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[6,0,0,79,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[6,0,0,79,83], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[6,0,0,79,34], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[6,0,0,79,37], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[6,0,0,79,51], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[6,0,0,79,54], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[6,0,0,79,48], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[6,0,0,79,49], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[6,0,0,79,44], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[6,0,0,79,73], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[6,0,0,79,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[6,0,0,79,91], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[6,0,0,79,80], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[6,0,0,79,50], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[6,0,0,79,10], -"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[6,0,0,79,77], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[6,0,0,79,93], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[6,0,0,79,24], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[6,0,0,79,88], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[6,0,0,79,75], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[6,0,0,79,32], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[6,0,0,79,43], -"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[6,0,0,79,26], -"text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc":[6,0,0,79,19], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[6,0,0,79,74], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[6,0,0,79,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[6,0,0,79,89], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[6,0,0,79,35], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[6,0,0,79,33], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[6,0,0,79,45], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[6,0,0,79,63], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[6,0,0,79,52], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[6,0,0,79,25], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[6,0,0,79,62], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[6,0,0,79,85], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[6,0,0,79,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[6,0,0,79,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[6,0,0,79,84], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[6,0,0,79,42], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[6,0,0,79,29], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[6,0,0,79,81], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[6,0,0,79,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[6,0,0,79,36], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[6,0,0,79,28], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[6,0,0,79,82], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[6,0,0,79,8], -"text_8php.html#a876e94892867019935b348b573299352":[6,0,0,79,70], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[6,0,0,79,76], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[6,0,0,79,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[6,0,0,79,21], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[6,0,0,79,61], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[6,0,0,79,20], -"text_8php.html#a905c3895feb6f276df23f07f16f9bb52":[6,0,0,79,86], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[6,0,0,79,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[6,0,0,79,56], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[6,0,0,79,67], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[6,0,0,79,65], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[6,0,0,79,69], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[6,0,0,79,31], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[6,0,0,79,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[6,0,0,79,57], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[6,0,0,79,38], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[6,0,0,79,30], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[6,0,0,79,92], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[6,0,0,79,71], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[6,0,0,79,87], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[6,0,0,79,90], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[6,0,0,79,58], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[6,0,0,79,39], -"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[6,0,0,79,78], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[6,0,0,79,22], -"text_8php.html#acedb584f65114a33f389efb796172a91":[6,0,0,79,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[6,0,0,79,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[6,0,0,79,66], -"text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08":[6,0,0,79,27], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,79,53], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,79,40], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,79,68], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,79,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,79,59], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,79,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,79,79], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,79,64], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,79,23], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,79,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,79,60], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,79,55], +"taxonomy_8php.html":[6,0,0,78], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[6,0,0,78,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[6,0,0,78,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[6,0,0,78,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[6,0,0,78,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[6,0,0,78,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[6,0,0,78,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[6,0,0,78,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[6,0,0,78,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[6,0,0,78,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[6,0,0,78,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[6,0,0,78,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[6,0,0,78,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[6,0,0,78,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[6,0,0,78,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[6,0,0,78,8], +"template__processor_8php.html":[6,0,0,79], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[6,0,0,79,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[6,0,0,79,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[6,0,0,79,2], +"text_8php.html":[6,0,0,80], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[6,0,0,80,41], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[6,0,0,80,47], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[6,0,0,80,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[6,0,0,80,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[6,0,0,80,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[6,0,0,80,72], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[6,0,0,80,46], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[6,0,0,80,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[6,0,0,80,83], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[6,0,0,80,34], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[6,0,0,80,37], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[6,0,0,80,51], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[6,0,0,80,54], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[6,0,0,80,48], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[6,0,0,80,49], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[6,0,0,80,44], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[6,0,0,80,73], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[6,0,0,80,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[6,0,0,80,91], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[6,0,0,80,80], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[6,0,0,80,50], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[6,0,0,80,10], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[6,0,0,80,77], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[6,0,0,80,93], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[6,0,0,80,24], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[6,0,0,80,88], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[6,0,0,80,75], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[6,0,0,80,32], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[6,0,0,80,43], +"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[6,0,0,80,26], +"text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc":[6,0,0,80,19], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[6,0,0,80,74], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[6,0,0,80,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[6,0,0,80,89], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[6,0,0,80,35], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[6,0,0,80,33], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[6,0,0,80,45], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[6,0,0,80,63], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[6,0,0,80,52], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[6,0,0,80,25], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[6,0,0,80,62], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[6,0,0,80,85], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[6,0,0,80,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[6,0,0,80,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[6,0,0,80,84], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[6,0,0,80,42], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[6,0,0,80,29], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[6,0,0,80,81], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[6,0,0,80,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[6,0,0,80,36], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[6,0,0,80,28], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[6,0,0,80,82], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[6,0,0,80,8], +"text_8php.html#a876e94892867019935b348b573299352":[6,0,0,80,70], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[6,0,0,80,76], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[6,0,0,80,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[6,0,0,80,21], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[6,0,0,80,61], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[6,0,0,80,20], +"text_8php.html#a905c3895feb6f276df23f07f16f9bb52":[6,0,0,80,86], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[6,0,0,80,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[6,0,0,80,56], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[6,0,0,80,67], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[6,0,0,80,65], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[6,0,0,80,69], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[6,0,0,80,31], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[6,0,0,80,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[6,0,0,80,57], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[6,0,0,80,38], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[6,0,0,80,30], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[6,0,0,80,92], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[6,0,0,80,71], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[6,0,0,80,87], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[6,0,0,80,90], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[6,0,0,80,58], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[6,0,0,80,39], +"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[6,0,0,80,78], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[6,0,0,80,22], +"text_8php.html#acedb584f65114a33f389efb796172a91":[6,0,0,80,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[6,0,0,80,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[6,0,0,80,66], +"text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08":[6,0,0,80,27], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,80,53], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,80,40], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,80,68], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,80,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,80,59], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,80,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,80,79], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,80,64], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,80,23], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,80,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,80,60], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,80,55], "theme_2apw_2php_2theme__init_8php.html":[6,0,3,1,0,1,4], "theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[6,0,3,1,0,1,4,0], "theme_2blogga_2php_2default_8php.html":[6,0,3,1,1,0,1], @@ -242,12 +249,5 @@ var NAVTREEINDEX8 = "view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[6,0,3,1,1,1,0,0,0,3], "view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[6,0,3,1,1,1,0,0,0,4], "view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[6,0,3,1,1,1,0,0,0,2], -"view_2theme_2redbasic_2php_2config_8php.html":[6,0,3,1,3,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[6,0,3,1,3,0,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[6,0,3,1,3,0,0,1], -"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[6,0,3,1,3,0,0,2], -"view_8php.html":[6,0,1,129], -"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[6,0,1,129,0], -"viewconnections_8php.html":[6,0,1,130], -"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[6,0,1,130,1] +"view_2theme_2redbasic_2php_2config_8php.html":[6,0,3,1,3,0,0] }; diff --git a/doc/html/navtreeindex9.js b/doc/html/navtreeindex9.js index afe7e6ea7..1e9892a17 100644 --- a/doc/html/navtreeindex9.js +++ b/doc/html/navtreeindex9.js @@ -1,5 +1,12 @@ var NAVTREEINDEX9 = { +"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[6,0,3,1,3,0,0,0], +"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[6,0,3,1,3,0,0,1], +"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[6,0,3,1,3,0,0,2], +"view_8php.html":[6,0,1,129], +"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[6,0,1,129,0], +"viewconnections_8php.html":[6,0,1,130], +"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[6,0,1,130,1], "viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[6,0,1,130,0], "viewsrc_8php.html":[6,0,1,131], "viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[6,0,1,131,0], @@ -18,37 +25,37 @@ var NAVTREEINDEX9 = "wfinger_8php.html":[6,0,1,137], "wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[6,0,1,137,0], "widedarkness_8php.html":[6,0,3,1,0,2,10], -"widgets_8php.html":[6,0,0,80], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[6,0,0,80,11], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[6,0,0,80,26], -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[6,0,0,80,3], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[6,0,0,80,8], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[6,0,0,80,9], -"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[6,0,0,80,16], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,80,18], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,80,19], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,80,5], -"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,80,25], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[6,0,0,80,12], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[6,0,0,80,27], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[6,0,0,80,21], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[6,0,0,80,15], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[6,0,0,80,2], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[6,0,0,80,23], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[6,0,0,80,10], -"widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20":[6,0,0,80,20], -"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[6,0,0,80,6], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[6,0,0,80,7], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,80,24], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,80,22], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,80,29], -"widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,80,1], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,80,14], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,80,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,80,13], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,80,28], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,80,4], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,80,17], +"widgets_8php.html":[6,0,0,81], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[6,0,0,81,11], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[6,0,0,81,26], +"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[6,0,0,81,3], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[6,0,0,81,8], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[6,0,0,81,9], +"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[6,0,0,81,16], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,81,18], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,81,19], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,81,5], +"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,81,25], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[6,0,0,81,12], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[6,0,0,81,27], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[6,0,0,81,21], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[6,0,0,81,15], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[6,0,0,81,2], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[6,0,0,81,23], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[6,0,0,81,10], +"widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20":[6,0,0,81,20], +"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[6,0,0,81,6], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[6,0,0,81,7], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,81,24], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,81,22], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,81,29], +"widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,81,1], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,81,14], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,81,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,81,13], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,81,28], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,81,4], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,81,17], "xchan_8php.html":[6,0,1,138], "xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,138,0], "xrd_8php.html":[6,0,1,139], @@ -57,39 +64,39 @@ var NAVTREEINDEX9 = "xref_8php.html#a9bee399213b8de8226b0d60834307473":[6,0,1,140,0], "zfinger_8php.html":[6,0,1,141], "zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[6,0,1,141,0], -"zot_8php.html":[6,0,0,81], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,81,15], -"zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75":[6,0,0,81,9], -"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[6,0,0,81,6], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[6,0,0,81,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[6,0,0,81,18], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[6,0,0,81,20], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[6,0,0,81,5], -"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[6,0,0,81,11], -"zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315":[6,0,0,81,8], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[6,0,0,81,25], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[6,0,0,81,30], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[6,0,0,81,22], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[6,0,0,81,0], -"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[6,0,0,81,29], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[6,0,0,81,3], -"zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988":[6,0,0,81,12], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[6,0,0,81,28], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[6,0,0,81,23], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[6,0,0,81,14], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[6,0,0,81,13], -"zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5":[6,0,0,81,1], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[6,0,0,81,16], -"zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254":[6,0,0,81,17], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[6,0,0,81,27], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[6,0,0,81,19], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[6,0,0,81,31], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[6,0,0,81,10], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[6,0,0,81,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[6,0,0,81,2], -"zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca":[6,0,0,81,21], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,81,24], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,81,26], +"zot_8php.html":[6,0,0,82], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,82,15], +"zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75":[6,0,0,82,9], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[6,0,0,82,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[6,0,0,82,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[6,0,0,82,18], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[6,0,0,82,20], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[6,0,0,82,5], +"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[6,0,0,82,11], +"zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315":[6,0,0,82,8], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[6,0,0,82,25], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[6,0,0,82,30], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[6,0,0,82,22], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[6,0,0,82,0], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[6,0,0,82,29], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[6,0,0,82,3], +"zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988":[6,0,0,82,12], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[6,0,0,82,28], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[6,0,0,82,23], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[6,0,0,82,14], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[6,0,0,82,13], +"zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5":[6,0,0,82,1], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[6,0,0,82,16], +"zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254":[6,0,0,82,17], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[6,0,0,82,27], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[6,0,0,82,19], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[6,0,0,82,31], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[6,0,0,82,10], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[6,0,0,82,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[6,0,0,82,2], +"zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca":[6,0,0,82,21], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,82,24], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,82,26], "zotfeed_8php.html":[6,0,1,142], "zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[6,0,1,142,0], "zping_8php.html":[6,0,1,143], diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html index b70ba43d6..8ae3220ff 100644 --- a/doc/html/permissions_8php.html +++ b/doc/html/permissions_8php.html @@ -243,7 +243,7 @@ Functions -

    Referenced by connedit_content(), create_identity(), and new_contact().

    +

    Referenced by connedit_content(), create_identity(), foofoo(), and new_contact().

    @@ -277,7 +277,7 @@ Functions
    -

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), contact_block(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_photo(), diaspora_post(), diaspora_reshare(), display_content(), editblock_content(), get_feed_for(), RedDirectory\getChild(), RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), p_init(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), post_post(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), search_content(), Conversation\set_mode(), RedMatrix\RedDAV\RedBrowser\set_writeable(), RedDirectory\setName(), RedFile\setName(), subthread_content(), tag_deliver(), tgroup_check(), update_birthdays(), viewconnections_content(), widget_archive(), widget_categories(), widget_item(), widget_photo_albums(), widget_tagcloud_wall(), z_readdir(), and zot_feed().

    +

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), contact_block(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), RedMatrix\RedDAV\RedFile\delete(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_photo(), diaspora_post(), diaspora_reshare(), display_content(), editblock_content(), get_feed_for(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), p_init(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), post_post(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), search_content(), Conversation\set_mode(), RedMatrix\RedDAV\RedBrowser\set_writeable(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), subthread_content(), tag_deliver(), tgroup_check(), update_birthdays(), viewconnections_content(), widget_archive(), widget_categories(), widget_item(), widget_photo_albums(), widget_tagcloud_wall(), z_readdir(), and zot_feed().

    diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index 3143f7326..40001f325 100644 --- a/doc/html/php2po_8php.html +++ b/doc/html/php2po_8php.html @@ -168,7 +168,7 @@ Variables
    -

    Referenced by App\__construct(), Template\_get_var(), Template\_replcb_for(), activity_sanitise(), aes_encapsulate(), aes_unencapsulate(), app_render(), bb_sanitize_style(), build_sync_packet(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_poll_interval(), dirprofile_init(), dirsearch_content(), extra_query_args(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_plugin_info(), get_theme_info(), get_things(), guess_image_type(), import_directory_profile(), item_photo_menu(), item_store_update(), load_config(), load_pconfig(), load_xconfig(), local_dir_update(), mail_post(), mood_content(), netgrowth_content(), new_contact(), FKOAuthDataStore\new_request_token(), obj_verb_selector(), openid_content(), parse_app_description(), photos_albums_list(), po2php_run(), poco_init(), poke_content(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), profile_load(), requestdata(), role_selector(), settings_post(), sslify_init(), startup(), tt(), RedMatrix\RedDAV\RedBrowser\userReadableSize(), vote_post(), x(), zfinger_init(), and zot_refresh().

    +

    Referenced by App\__construct(), Template\_get_var(), Template\_replcb_for(), activity_sanitise(), aes_encapsulate(), aes_unencapsulate(), app_render(), bb_sanitize_style(), build_sync_packet(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_poll_interval(), dirprofile_init(), dirsearch_content(), extra_query_args(), foofoo(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_plugin_info(), get_theme_info(), get_things(), guess_image_type(), import_directory_profile(), item_photo_menu(), item_store_update(), load_config(), load_pconfig(), load_xconfig(), local_dir_update(), mail_post(), mood_content(), netgrowth_content(), new_contact(), FKOAuthDataStore\new_request_token(), obj_verb_selector(), openid_content(), parse_app_description(), photos_albums_list(), po2php_run(), poco_init(), poke_content(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), profile_load(), requestdata(), role_selector(), settings_post(), sslify_init(), startup(), tt(), RedMatrix\RedDAV\RedBrowser\userReadableSize(), vote_post(), x(), zfinger_init(), and zot_refresh().

    diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index ded8b6e17..814d0a7b5 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables

    Those who require this feature will know what to do with it. Those who don't, won't. Eventually this functionality needs to be provided by a module such that permissions can be enforced. At the moment it's more of a proof of concept; but sufficient for our immediate needs.

    -

    Referenced by admin_page_channels(), api_call(), api_user(), appman_content(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), diaspora_msg_build(), diaspora_pubmsg_build(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), events_content(), events_post(), feed_init(), filestorage_content(), filestorage_post(), fix_attached_file_permissions(), get_feed_for(), get_public_feed(), handle_feed(), handle_tag(), hcard_init(), home_init(), impel_init(), import_post(), importelm_post(), invite_content(), is_public_profile(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), parse_app_description(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_content(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), start_delivery_chain(), store_diaspora_comment_sig(), tagger_content(), thing_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_encode_locations(), zot_finger(), and zot_refresh().

    +

    Referenced by admin_page_channels(), api_call(), api_user(), appman_content(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), diaspora_msg_build(), diaspora_pubmsg_build(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), events_content(), events_post(), feed_init(), filestorage_content(), filestorage_post(), fix_attached_file_permissions(), get_feed_for(), get_public_feed(), handle_feed(), handle_tag(), hcard_init(), home_init(), impel_init(), import_post(), importelm_post(), invite_content(), is_public_profile(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), locs_post(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), parse_app_description(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_content(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), start_delivery_chain(), store_diaspora_comment_sig(), tagger_content(), thing_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_encode_locations(), zot_finger(), and zot_refresh().

    diff --git a/doc/html/reddav_8php.html b/doc/html/reddav_8php.html index a6af84519..ac5e204bb 100644 --- a/doc/html/reddav_8php.html +++ b/doc/html/reddav_8php.html @@ -104,27 +104,15 @@ $(document).ready(function(){initNavTree('reddav_8php.html','');});
    reddav.php File Reference
    -

    DAV related classes from SabreDAV for Red Matrix. +

    some DAV related functions for RedMatrix. More...

    - - - - - - - - - -

    -Classes

    class  RedDirectory
     RedDirectory class. More...
     
    class  RedFile
     
    class  RedBasicAuth
     Authentication backend class for RedDAV. More...
     
    @@ -138,10 +126,11 @@ Functions

    Functions

     RedChannelList (&$auth)
     

    Detailed Description

    -

    DAV related classes from SabreDAV for Red Matrix.

    -

    This file contains the classes from SabreDAV that got extended to adapt it for Red Matrix.

    -

    You find the original SabreDAV classes under vendor/sabre/dav/. We need to use SabreDAV 1.8.x for PHP5.3 compatibility. SabreDAV >= 2.0 requires PHP >= 5.4.

    -
    Todo:
    split up the classes into own files.
    +

    some DAV related functions for RedMatrix.

    +

    This file contains some functions which did not fit into one of the RedDAV classes.

    +

    The extended SabreDAV classes you will find in the RedDAV namespace under includes/RedDAV/. The original SabreDAV classes you can find under vendor/sabre/dav/. We need to use SabreDAV 1.8.x for PHP5.3 compatibility. SabreDAV >= 2.0 requires PHP >= 5.4.

    +
    Todo:
    split up the classes into own files.
    +

    http://opensource.org/licenses/mit-license.php The MIT License (MIT)

    Function Documentation

    @@ -158,15 +147,15 @@ Functions

    Returns an array with viewable channels.

    -

    Get a list of RedDirectory objects with all the channels where the visitor has view_storage perms.

    -
    Todo:
    Is there any reason why this is not inside RedDirectory class?
    +

    Get a list of RedDirectory objects with all the channels where the visitor has view_storage perms.

    +
    Todo:
    Is there any reason why this is not inside RedDirectory class? function name looks like a class name, should we rename it?
    Parameters
    - +
    $auth
    RedBasicAuth&$auth
    -
    Returns
    array containing RedDirectory objects
    +
    Returns
    array RedDirectory[]

    Referenced by RedCollectionData().

    @@ -197,18 +186,25 @@ Functions

    TODO what exactly does this function?

    -

    Array with all RedDirectory and RedFile DAV items for the given path.

    -
    Todo:
    Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there.
    +

    Array with all RedDirectory and RedFile DAV items for the given path.

    +
    Todo:
    Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there. function name looks like a class name, should we rename it?
    Parameters
    - + +
    string$filepath to a directory
    &$auth
    RedBasicAuth&$auth
    +
    +
    +
    Returns
    null|array []
    +
    Exceptions
    + + +
    \Sabre\DAV\Exception\Forbidden
    \Sabre\DAV\Exception\NotFound
    -
    Returns
    array DAV[]
    -

    Referenced by RedDirectory\getChildren().

    +

    Referenced by RedMatrix\RedDAV\RedDirectory\getChildren().

    @@ -243,16 +239,24 @@ Functions

    TODO What exactly is this function for?

    +

    function name looks like a class name, should we rename it?

    Parameters
    - - + +
    string$file
    &$auth
    string$filepath to file or directory
    RedBasicAuth&$auth
    boolean$test(optional) enable test mode
    +
    Returns
    RedFile|RedDirectory|boolean|null
    +
    Exceptions
    + + +
    \Sabre\DAV\Exception\Forbidden
    +
    +
    -

    Referenced by RedDirectory\childExists(), cloud_init(), and RedDirectory\getChild().

    +

    Referenced by RedMatrix\RedDAV\RedDirectory\childExists(), cloud_init(), and RedMatrix\RedDAV\RedDirectory\getChild().

    diff --git a/doc/html/reddav_8php.js b/doc/html/reddav_8php.js index 5281d8c6d..02eaf1811 100644 --- a/doc/html/reddav_8php.js +++ b/doc/html/reddav_8php.js @@ -1,8 +1,5 @@ var reddav_8php = [ - [ "RedDirectory", "classRedDirectory.html", "classRedDirectory" ], - [ "RedFile", "classRedFile.html", "classRedFile" ], - [ "RedBasicAuth", "classRedBasicAuth.html", "classRedBasicAuth" ], [ "RedChannelList", "reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66", null ], [ "RedCollectionData", "reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266", null ], [ "RedFileData", "reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088", null ] diff --git a/doc/html/search/all_24.js b/doc/html/search/all_24.js index 7166d3bfb..d4ea06349 100644 --- a/doc/html/search/all_24.js +++ b/doc/html/search/all_24.js @@ -9,18 +9,18 @@ var searchData= ['_24argv',['$argv',['../classApp.html#ab3da757abe5cb45bf88f07cc51a73b58',1,'App']]], ['_24arr',['$arr',['../extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb',1,'extract.php']]], ['_24aside',['$aside',['../minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf',1,'minimalisticdarkness.php']]], - ['_24auth',['$auth',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142',1,'RedMatrix\RedDAV\RedBrowser\$auth()'],['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()']]], + ['_24auth',['$auth',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142',1,'RedMatrix\RedDAV\RedBrowser\$auth()'],['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aab6907e7fb7f9f7227f9cd42bdc84eb9',1,'RedMatrix\RedDAV\RedDirectory\$auth()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a21b6e9d420c352f25610a33f57858215',1,'RedMatrix\RedDAV\RedFile\$auth()']]], ['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]], ['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]], - ['_24browser',['$browser',['../classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e',1,'RedBasicAuth']]], + ['_24browser',['$browser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24cached_5fprofile_5fimage',['$cached_profile_image',['../classApp.html#abe0e4fa91097f7a6588e1213a834121c',1,'App']]], ['_24cached_5fprofile_5fpicdate',['$cached_profile_picdate',['../classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e',1,'App']]], ['_24called_5fapi',['$called_api',['../include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d',1,'api.php']]], ['_24category',['$category',['../classApp.html#a5cfc098c061b7d765add58fd2ca97445',1,'App']]], ['_24channel',['$channel',['../classApp.html#a050b0696118da47e8b30859ad1a2c149',1,'App\$channel()'],['../classItem.html#acc32426c0f465391be8a99ad810c7b8e',1,'Item\$channel()'],['../php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php'],['../theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php']]], - ['_24channel_5fhash',['$channel_hash',['../classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef',1,'RedBasicAuth']]], - ['_24channel_5fid',['$channel_id',['../classRedBasicAuth.html#a2dab393650d1573e3515969a153e8354',1,'RedBasicAuth']]], - ['_24channel_5fname',['$channel_name',['../classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac',1,'RedBasicAuth']]], + ['_24channel_5fhash',['$channel_hash',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a112ad78a863dc0e598b5f02c596798c0',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['_24channel_5fid',['$channel_id',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abe1defedb90ac8e3b6487e124e625521',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['_24channel_5fname',['$channel_name',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a76fdb7fd5dd7376155abb5a58cd6fd69',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24children',['$children',['../classItem.html#a80dcd0fb7673776c0967839d429c2a0f',1,'Item']]], ['_24cid',['$cid',['../classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0',1,'App']]], ['_24cipher',['$cipher',['../classConversation.html#aa95c1a62af38bdfba7add9549bec083b',1,'Conversation']]], @@ -37,7 +37,7 @@ var searchData= ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]], ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]], ['_24d',['$d',['../classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38',1,'Template']]], - ['_24data',['$data',['../classApp.html#a0ce85be198e46570366cb3344f3c55b8',1,'App\$data()'],['../classItem.html#aec24e233f9098f902b1e57e60dcb2019',1,'Item\$data()'],['../classRedFile.html#a2ff12032b45538353eded9809d3b7550',1,'RedFile\$data()']]], + ['_24data',['$data',['../classApp.html#a0ce85be198e46570366cb3344f3c55b8',1,'App\$data()'],['../classItem.html#aec24e233f9098f902b1e57e60dcb2019',1,'Item\$data()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a235700e2dfbe21dc41613d36e30e8acc',1,'RedMatrix\RedDAV\RedFile\$data()']]], ['_24db',['$db',['../classApp.html#a330410a288f3393d53772f5e98f857ea',1,'App\$db()'],['../classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6',1,'dba_driver\$db()']]], ['_24debug',['$debug',['../classdba__driver.html#af48e2afeded5285766bf92e22123ed03',1,'dba_driver\$debug()'],['../classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a',1,'Template\$debug()']]], ['_24dir',['$dir',['../docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62',1,'docblox_errorchecker.php']]], @@ -46,13 +46,13 @@ var searchData= ['_24dirstack',['$dirstack',['../docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6',1,'docblox_errorchecker.php']]], ['_24done',['$done',['../classTemplate.html#abda4c8d049f70553338eae7c905e9d5c',1,'Template']]], ['_24error',['$error',['../classApp.html#ac1a8b2cd40609b231a560201a08852ba',1,'App\$error()'],['../classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c',1,'dba_driver\$error()']]], - ['_24ext_5fpath',['$ext_path',['../classRedDirectory.html#a0f113244cd85c17848df991001d024f4',1,'RedDirectory']]], + ['_24ext_5fpath',['$ext_path',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#adf8735b3118cdf2f42416edaf42b82e9',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24fext',['$fext',['../apw_2php_2style_8php.html#a404171b8f918c116e45a6421c92f0cc9',1,'style.php']]], ['_24filelist',['$filelist',['../docblox__errorchecker_8php.html#a648a570b0f9f6e0e51b7267647c4b09b',1,'docblox_errorchecker.php']]], ['_24filename',['$filename',['../classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690',1,'FriendicaSmarty']]], ['_24files',['$files',['../extract_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): extract.php'],['../tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149',1,'$files(): tpldebug.php'],['../typo_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): typo.php']]], ['_24fname',['$fname',['../apw_2php_2style_8php.html#ab9e0f70d44ab67f4334f9883631777fc',1,'style.php']]], - ['_24folder_5fhash',['$folder_hash',['../classRedDirectory.html#aa10254abf177bb2a0e4a88495725e09b',1,'RedDirectory']]], + ['_24folder_5fhash',['$folder_hash',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a2fc4e6b9be2108bbaa1ca1a03fd6d44e',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24force_5fmax_5fitems',['$force_max_items',['../classApp.html#ae3f47830543d0d902f66913def8db66b',1,'App']]], ['_24gc_5fprobability',['$gc_probability',['../session_8php.html#a96b09cc763572f45280786a7b33feb7e',1,'session.php']]], ['_24groups',['$groups',['../classApp.html#ac6e6b1c7d6df408580ff79977fcfa656',1,'App']]], @@ -81,19 +81,19 @@ var searchData= ['_24mode',['$mode',['../classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a',1,'Conversation']]], ['_24module',['$module',['../classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d',1,'App']]], ['_24module_5floaded',['$module_loaded',['../classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165',1,'App']]], - ['_24name',['$name',['../classRedFile.html#acc48c05cd5a70951cb3c615ad84f03ba',1,'RedFile\$name()'],['../classFriendicaSmartyEngine.html#aaba6a42101bc9ae32e36b7fa2e243f02',1,'FriendicaSmartyEngine\$name()'],['../classTemplate.html#a6eb301a51cc94d8b94f4548fbad85eae',1,'Template\$name()']]], + ['_24name',['$name',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ab722dcb8c4598426c81fa2b2e4fad5f2',1,'RedMatrix\RedDAV\RedFile\$name()'],['../classFriendicaSmartyEngine.html#aaba6a42101bc9ae32e36b7fa2e243f02',1,'FriendicaSmartyEngine\$name()'],['../classTemplate.html#a6eb301a51cc94d8b94f4548fbad85eae',1,'Template\$name()']]], ['_24nav_5fpercent_5fmin_5fopacity',['$nav_percent_min_opacity',['../redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c',1,'style.php']]], ['_24nav_5fsel',['$nav_sel',['../classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c',1,'App']]], ['_24navheight',['$navheight',['../apw_2php_2style_8php.html#a1c8a7c0db8c174239f3909cb931cb872',1,'style.php']]], ['_24needed',['$needed',['../docblox__errorchecker_8php.html#a852004caba0a34390297a079f4aaac73',1,'docblox_errorchecker.php']]], ['_24nodes',['$nodes',['../classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1',1,'Template']]], ['_24obliquemacro',['$obliquemacro',['../apw_2php_2style_8php.html#a2cad82a3ecadbe58dbc4197de1c63da0',1,'style.php']]], - ['_24observer',['$observer',['../classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f',1,'App\$observer()'],['../classConversation.html#a8748445aa26047ebed5141f3c3cbc244',1,'Conversation\$observer()'],['../classRedBasicAuth.html#aa75dc43b59adc98e38a98517d3fd35d1',1,'RedBasicAuth\$observer()']]], - ['_24os_5fpath',['$os_path',['../classRedDirectory.html#a3c148c07ad909985125aa4926d8d0021',1,'RedDirectory']]], + ['_24observer',['$observer',['../classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f',1,'App\$observer()'],['../classConversation.html#a8748445aa26047ebed5141f3c3cbc244',1,'Conversation\$observer()'],['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a605aa09565a097316b80f0d17d6b5823',1,'RedMatrix\RedDAV\RedBasicAuth\$observer()']]], + ['_24os_5fpath',['$os_path',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a17ea47e34cb76b6e79f36ebed790d76a',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24out',['$out',['../php2po_8php.html#a48cb304902320d173a4eaa41543327b9',1,'php2po.php']]], - ['_24owner_5fid',['$owner_id',['../classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7',1,'RedBasicAuth']]], + ['_24owner_5fid',['$owner_id',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a1a23c349cc4699a8474505972684ea9c',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24owner_5fname',['$owner_name',['../classItem.html#a9594df6014b0b6f45364ea7a34510130',1,'Item']]], - ['_24owner_5fnick',['$owner_nick',['../classRedBasicAuth.html#a8d09b8d784cc810a0b3be580d05106a7',1,'RedBasicAuth']]], + ['_24owner_5fnick',['$owner_nick',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aad0ef0cc05c407de84dbfbf2050bbbbe',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24owner_5fphoto',['$owner_photo',['../classItem.html#a078f95b4134ce3a1df344cf8d386f986',1,'Item']]], ['_24owner_5furl',['$owner_url',['../classItem.html#afa54851df82962c7c42dea3cc9f5c92c',1,'Item']]], ['_24page',['$page',['../classApp.html#a4b67935096f66d1f14b657399a8461ac',1,'App']]], @@ -116,11 +116,11 @@ var searchData= ['_24query_5fstring',['$query_string',['../classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f',1,'App']]], ['_24r',['$r',['../classTemplate.html#aac9a4638f11271e1b1dcc9f247242718',1,'Template']]], ['_24rdelim',['$rdelim',['../classApp.html#a244b2d53b21be269aad2269d23192f95',1,'App']]], - ['_24red_5fpath',['$red_path',['../classRedDirectory.html#acb32b8df27538c57772824a745e751d7',1,'RedDirectory']]], + ['_24red_5fpath',['$red_path',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a4bba2e56bc8ec3e05f05eae46f56f36d',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24redirect_5furl',['$redirect_url',['../classItem.html#a5b561415861f5b89b0733aacfe0428d1',1,'Item']]], ['_24replace',['$replace',['../classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10',1,'Template']]], ['_24res',['$res',['../docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5',1,'docblox_errorchecker.php']]], - ['_24root_5fdir',['$root_dir',['../classRedDirectory.html#ad87c514a307ec97ba0f1372e9bcfa6a4',1,'RedDirectory']]], + ['_24root_5fdir',['$root_dir',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a438066fb1565fbcffa22c12d5ce23695',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24s',['$s',['../extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634',1,'extract.php']]], ['_24scheme',['$scheme',['../classApp.html#ad082d63acc078e5bf23825a03bdd6a76',1,'App']]], ['_24search',['$search',['../classTemplate.html#a317d535946dc065c35dd5cd38380e6c6',1,'Template']]], @@ -143,7 +143,7 @@ var searchData= ['_24theme_5fthread_5fallow',['$theme_thread_allow',['../classApp.html#a487332f8de40414ca1a54a4265570b70',1,'App']]], ['_24threaded',['$threaded',['../classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2',1,'Item']]], ['_24threads',['$threads',['../classConversation.html#a41f4a549e6a99f98935c4742addd22c8',1,'Conversation']]], - ['_24timezone',['$timezone',['../classApp.html#ab35b01a366a2ea95725e97af278f87ab',1,'App\$timezone()'],['../classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47',1,'RedBasicAuth\$timezone()']]], + ['_24timezone',['$timezone',['../classApp.html#ab35b01a366a2ea95725e97af278f87ab',1,'App\$timezone()'],['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a849c99cf0a7ad065d630c8a30106ad5e',1,'RedMatrix\RedDAV\RedBasicAuth\$timezone()']]], ['_24toplevel',['$toplevel',['../classItem.html#a5cfa6cf964f433a917a81cab079ff9d8',1,'Item']]], ['_24type',['$type',['../classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03',1,'photo_driver']]], ['_24types',['$types',['../classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03',1,'photo_driver']]], diff --git a/doc/html/search/all_5f.js b/doc/html/search/all_5f.js index 1f5af3f08..419f16ab5 100644 --- a/doc/html/search/all_5f.js +++ b/doc/html/search/all_5f.js @@ -1,6 +1,6 @@ var searchData= [ - ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5',1,'RedMatrix\RedDAV\RedBrowser\__construct()'],['../classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180',1,'RedDirectory\__construct()'],['../classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183',1,'RedFile\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], + ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5',1,'RedMatrix\RedDAV\RedBrowser\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a76b58fe5223e565c97f1b9af93031a99',1,'RedMatrix\RedDAV\RedDirectory\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a05798eac84c578152ff21758261c6ac6',1,'RedMatrix\RedDAV\RedFile\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], ['_5f_5fdestruct',['__destruct',['../classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721',1,'dba_driver\__destruct()'],['../classphoto__driver.html#ae4501abdc9651359f81d036b63625686',1,'photo_driver\__destruct()']]], ['_5fbuild_5fnodes',['_build_nodes',['../classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4',1,'Template']]], ['_5fget_5fvar',['_get_var',['../classTemplate.html#aae9c4d761ea1298e745e8052d7910194',1,'Template']]], diff --git a/doc/html/search/all_62.js b/doc/html/search/all_62.js index 3d9faa8f6..a310a24fc 100644 --- a/doc/html/search/all_62.js +++ b/doc/html/search/all_62.js @@ -6,7 +6,7 @@ var searchData= ['baseobject_2ephp',['BaseObject.php',['../BaseObject_8php.html',1,'']]], ['bb2diaspora',['bb2diaspora',['../bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c',1,'bb2diaspora.php']]], ['bb2diaspora_2ephp',['bb2diaspora.php',['../bb2diaspora_8php.html',1,'']]], - ['bb2diaspora_5fitembody',['bb2diaspora_itembody',['../bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47',1,'bb2diaspora.php']]], + ['bb2diaspora_5fitembody',['bb2diaspora_itembody',['../bb2diaspora_8php.html#ab27761069ea1275f0fc4c543099c5519',1,'bb2diaspora.php']]], ['bb2diaspora_5fitemwallwall',['bb2diaspora_itemwallwall',['../bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083',1,'bb2diaspora.php']]], ['bb2dmention_5fcallback',['bb2dmention_callback',['../bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34',1,'bb2diaspora.php']]], ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js index 18a8d5c4d..d70828864 100644 --- a/doc/html/search/all_63.js +++ b/doc/html/search/all_63.js @@ -11,9 +11,8 @@ var searchData= ['chanlink_5fcid',['chanlink_cid',['../text_8php.html#a85e3a4851c16674834010d8419a5d7ca',1,'text.php']]], ['chanlink_5fhash',['chanlink_hash',['../text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0',1,'text.php']]], ['chanlink_5furl',['chanlink_url',['../text_8php.html#a2e8d6c402603be3a1256a16605e09c2a',1,'text.php']]], - ['chanman_2ephp',['chanman.php',['../mod_2chanman_8php.html',1,'']]], - ['chanman_2ephp',['chanman.php',['../include_2chanman_8php.html',1,'']]], - ['chanman_5fremove_5feverything_5ffrom_5fnetwork',['chanman_remove_everything_from_network',['../include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b',1,'chanman.php']]], + ['chanman_2ephp',['chanman.php',['../chanman_8php.html',1,'']]], + ['chanman_5fremove_5feverything_5ffrom_5fnetwork',['chanman_remove_everything_from_network',['../chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b',1,'chanman.php']]], ['channel_2ephp',['channel.php',['../channel_8php.html',1,'']]], ['channel_5fcontent',['channel_content',['../channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1',1,'channel.php']]], ['channel_5finit',['channel_init',['../channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc',1,'channel.php']]], @@ -62,7 +61,7 @@ var searchData= ['check_5fupstream_5fdirectory',['check_upstream_directory',['../dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16',1,'dir_fns.php']]], ['check_5fwall_5fto_5fwall',['check_wall_to_wall',['../classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8',1,'Item']]], ['check_5fwebbie',['check_webbie',['../text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3',1,'text.php']]], - ['childexists',['childExists',['../classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec',1,'RedDirectory']]], + ['childexists',['childExists',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a964b13fde1a5da6f76b51ca5519234dc',1,'RedMatrix::RedDAV::RedDirectory']]], ['choklet_2ephp',['choklet.php',['../choklet_8php.html',1,'']]], ['clean_5furls',['clean_urls',['../boot_8php.html#ab79b8b4555cae20d03f8200666d89d63',1,'boot.php']]], ['clear',['clear',['../classCache.html#ab14d0f4bdf7116a94d545c574b38f568',1,'Cache']]], @@ -100,11 +99,11 @@ var searchData= ['compare_5fpermissions',['compare_permissions',['../items_8php.html#a0790a4550b829e85504af548623002ca',1,'items.php']]], ['completeurl',['completeurl',['../parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a',1,'parse_url.php']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], + ['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2redbasic_2php_2config_8php.html',1,'']]], - ['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]], ['connect',['connect',['../classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc',1,'dba_driver\connect()'],['../classdba__mysql.html#a1887338627ce0e28786839363014bd0b',1,'dba_mysql\connect()'],['../classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1',1,'dba_mysqli\connect()']]], ['connect_2ephp',['connect.php',['../connect_8php.html',1,'']]], ['connect_5fcontent',['connect_content',['../connect_8php.html#a489f0a66c660de6ec4d6917b27674f07',1,'connect.php']]], @@ -151,8 +150,8 @@ var searchData= ['create_5faccount',['create_account',['../account_8php.html#a141fe579c351c78209d425473f978eb5',1,'account.php']]], ['create_5fidentity',['create_identity',['../identity_8php.html#a345f4c943d84de502ec6e72d2c813945',1,'identity.php']]], ['create_5fsys_5fchannel',['create_sys_channel',['../identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05',1,'identity.php']]], - ['createdirectory',['createDirectory',['../classRedDirectory.html#a986936910f0216887a25e28916c166c7',1,'RedDirectory']]], - ['createfile',['createFile',['../classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0',1,'RedDirectory']]], + ['createdirectory',['createDirectory',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aca0e8d574ea66a0e210f571700663c62',1,'RedMatrix::RedDAV::RedDirectory']]], + ['createfile',['createFile',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a58e750256cdc2f0f79fbe8d5463ffefe',1,'RedMatrix::RedDAV::RedDirectory']]], ['cronhooks_2ephp',['cronhooks.php',['../cronhooks_8php.html',1,'']]], ['cronhooks_5frun',['cronhooks_run',['../cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca',1,'cronhooks.php']]], ['cropimage',['cropImage',['../classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e',1,'photo_driver\cropImage()'],['../classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c',1,'photo_gd\cropImage()'],['../classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4',1,'photo_imagick\cropImage()']]], diff --git a/doc/html/search/all_64.js b/doc/html/search/all_64.js index 1bdc59537..882c7252e 100644 --- a/doc/html/search/all_64.js +++ b/doc/html/search/all_64.js @@ -35,7 +35,7 @@ var searchData= ['del_5fxconfig',['del_xconfig',['../include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72',1,'config.php']]], ['delegate_2ephp',['delegate.php',['../delegate_8php.html',1,'']]], ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], - ['delete',['delete',['../classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7',1,'RedFile']]], + ['delete',['delete',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ab7ab7ba81fab28eb02382cfdfd80ecfe',1,'RedMatrix::RedDAV::RedFile']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb',1,'items.php']]], ['deletenode',['deletenode',['../html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2',1,'html2bbcode.php']]], @@ -84,6 +84,7 @@ var searchData= ['diaspora_5ftransmit',['diaspora_transmit',['../diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56',1,'diaspora.php']]], ['diaspora_5ful',['diaspora_ul',['../bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc',1,'bb2diaspora.php']]], ['diaspora_5funshare',['diaspora_unshare',['../diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200',1,'diaspora.php']]], + ['dimport_2ephp',['dimport.php',['../dimport_8php.html',1,'']]], ['dir_5ffns_2ephp',['dir_fns.php',['../dir__fns_8php.html',1,'']]], ['dir_5fparse_5fquery',['dir_parse_query',['../dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305',1,'dirsearch.php']]], ['dir_5fquery_5fbuild',['dir_query_build',['../dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2',1,'dirsearch.php']]], diff --git a/doc/html/search/all_66.js b/doc/html/search/all_66.js index 57cf29738..cba5b9135 100644 --- a/doc/html/search/all_66.js +++ b/doc/html/search/all_66.js @@ -48,10 +48,11 @@ var searchData= ['fkoauthdatastore',['FKOAuthDataStore',['../classFKOAuthDataStore.html',1,'']]], ['flip',['flip',['../classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832',1,'photo_driver\flip()'],['../classphoto__gd.html#a44cedef376044018702d9355ddc813ce',1,'photo_gd\flip()'],['../classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393',1,'photo_imagick\flip()']]], ['fnull',['fnull',['../namespaceupdatetpl.html#a79c20eb62d568c999b56eb08530355d3',1,'updatetpl']]], - ['follow_2ephp',['follow.php',['../mod_2follow_8php.html',1,'']]], ['follow_2ephp',['follow.php',['../include_2follow_8php.html',1,'']]], + ['follow_2ephp',['follow.php',['../mod_2follow_8php.html',1,'']]], ['follow_5fcontent',['follow_content',['../mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592',1,'follow.php']]], ['follow_5finit',['follow_init',['../mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a',1,'follow.php']]], + ['foofoo',['foofoo',['../dimport_8php.html#a581f040717941ce3e1868b0b5dceefd1',1,'dimport.php']]], ['foreach',['foreach',['../typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5',1,'typo.php']]], ['format_5fcategories',['format_categories',['../text_8php.html#a3054189cff173977f4216c9a3dd29e1b',1,'text.php']]], ['format_5fcss_5fif_5fexists',['format_css_if_exists',['../plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6',1,'plugin.php']]], diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index a73da01ad..db91dd09e 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -4,7 +4,7 @@ var searchData= ['gender_5fselector',['gender_selector',['../profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355',1,'profile_selectors.php']]], ['gender_5fselector_5fmin',['gender_selector_min',['../profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816',1,'profile_selectors.php']]], ['generatedirectoryindex',['generateDirectoryIndex',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09',1,'RedMatrix::RedDAV::RedBrowser']]], - ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535',1,'RedFile\get()']]], + ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a7241beecd01f5bb4e74659863dd85bd8',1,'RedMatrix\RedDAV\RedFile\get()']]], ['get_5faccount',['get_account',['../classApp.html#a08bc87aff64f39fbc084e9d6545cee4d',1,'App']]], ['get_5faccount_5fid',['get_account_id',['../boot_8php.html#afe88b920aa285982edb817a0dd44eb37',1,'boot.php']]], ['get_5fall_5fperms',['get_all_perms',['../permissions_8php.html#aeca9b280f3dc3358c89976d81d690008',1,'permissions.php']]], @@ -102,20 +102,20 @@ var searchData= ['get_5fwords',['get_words',['../spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6',1,'spam.php']]], ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e',1,'config.php']]], ['getasseturl',['getAssetUrl',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d',1,'RedMatrix::RedDAV::RedBrowser']]], - ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], - ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], - ['getcontenttype',['getContentType',['../classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b',1,'RedFile']]], - ['getcurrentuser',['getCurrentUser',['../classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925',1,'RedBasicAuth']]], - ['getdir',['getDir',['../classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4',1,'RedDirectory']]], - ['getetag',['getETag',['../classRedFile.html#ae96d5caa2db7a461c57b24380fa87e28',1,'RedFile']]], + ['getchild',['getChild',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a1a37850bdd1f188abd6160559698d5d7',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getchildren',['getChildren',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a9b9a0b5bfa4de1f78e6cafaa534b6f6a',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getcontenttype',['getContentType',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#af5c88b75d0c1f590af03755534cb167e',1,'RedMatrix::RedDAV::RedFile']]], + ['getcurrentuser',['getCurrentUser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aa0b2a5fa9186d7dc0e637f1ecb379c42',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['getdir',['getDir',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a825dc5f3e0f83f50736c16daa6a4809d',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getetag',['getETag',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a9f14682acf3ccb70df5af5dd0687c689',1,'RedMatrix::RedDAV::RedFile']]], ['getext',['getExt',['../classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba',1,'photo_driver']]], ['getheight',['getHeight',['../classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468',1,'photo_driver']]], ['getimage',['getImage',['../classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5',1,'photo_driver\getImage()'],['../classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484',1,'photo_gd\getImage()'],['../classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc',1,'photo_imagick\getImage()']]], - ['getlastmodified',['getLastModified',['../classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc',1,'RedDirectory\getLastModified()'],['../classRedFile.html#a41562a28007789bbe7fe06d6a20eef47',1,'RedFile\getLastModified()']]], - ['getname',['getName',['../classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583',1,'RedDirectory\getName()'],['../classRedFile.html#a0c961c5f49544d2502420361fa526437',1,'RedFile\getName()']]], - ['getquotainfo',['getQuotaInfo',['../classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375',1,'RedDirectory']]], - ['getsize',['getSize',['../classRedFile.html#acb1edbe1848fab05347746fa1ea09d8f',1,'RedFile']]], - ['gettimezone',['getTimezone',['../classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f',1,'RedBasicAuth']]], + ['getlastmodified',['getLastModified',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db5f641f8f5dc999e55cee1832ecd5',1,'RedMatrix\RedDAV\RedDirectory\getLastModified()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ac47016aa0e3f6f1a1c4570bd6fd8cf25',1,'RedMatrix\RedDAV\RedFile\getLastModified()']]], + ['getname',['getName',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a55f7172814a0749b5342f152ab3fa0df',1,'RedMatrix\RedDAV\RedDirectory\getName()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ac945aa782d6c035d339e59974266ec4d',1,'RedMatrix\RedDAV\RedFile\getName()']]], + ['getquotainfo',['getQuotaInfo',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db443ed3c84938b4352fe515bf8d68',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getsize',['getSize',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a07e1b19e7aaf3dcce822e9be8823a87d',1,'RedMatrix::RedDAV::RedFile']]], + ['gettimezone',['getTimezone',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6333c8ce58998bd11bf8102afe3b0748',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['gettype',['getType',['../classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3',1,'photo_driver']]], ['getwidth',['getWidth',['../classphoto__driver.html#acc30486acee9e89e32701f44a1738117',1,'photo_driver']]], ['goaway',['goaway',['../boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1',1,'boot.php']]], diff --git a/doc/html/search/all_68.js b/doc/html/search/all_68.js index 7a3916c8d..d08c52aa0 100644 --- a/doc/html/search/all_68.js +++ b/doc/html/search/all_68.js @@ -31,6 +31,7 @@ var searchData= ['htmlactionspanel',['htmlActionsPanel',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf',1,'RedMatrix::RedDAV::RedBrowser']]], ['http_5fstatus_5fexit',['http_status_exit',['../include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2',1,'network.php']]], ['hubloc_2ephp',['hubloc.php',['../hubloc_8php.html',1,'']]], + ['hubloc_5fchange_5fprimary',['hubloc_change_primary',['../hubloc_8php.html#ad86214b3a74084bd7b54e8d6c919ce4d',1,'hubloc.php']]], ['hubloc_5fflags_5fdeleted',['HUBLOC_FLAGS_DELETED',['../boot_8php.html#a7c286add8961fd2d79216314cd4aadd8',1,'boot.php']]], ['hubloc_5fflags_5forphancheck',['HUBLOC_FLAGS_ORPHANCHECK',['../boot_8php.html#aefe573c3c7b0d37fbff264bbae79d673',1,'boot.php']]], ['hubloc_5fflags_5fprimary',['HUBLOC_FLAGS_PRIMARY',['../boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955',1,'boot.php']]], diff --git a/doc/html/search/all_6c.js b/doc/html/search/all_6c.js index 33e3593c5..483bab71e 100644 --- a/doc/html/search/all_6c.js +++ b/doc/html/search/all_6c.js @@ -34,7 +34,9 @@ var searchData= ['localize_5fitem',['localize_item',['../conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c',1,'conversation.php']]], ['lockview_2ephp',['lockview.php',['../lockview_8php.html',1,'']]], ['lockview_5fcontent',['lockview_content',['../lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44',1,'lockview.php']]], - ['log',['log',['../classRedDirectory.html#a11376aed1963b4471eb1592c13c63976',1,'RedDirectory\log()'],['../classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0',1,'RedBasicAuth\log()']]], + ['locs_2ephp',['locs.php',['../locs_8php.html',1,'']]], + ['locs_5fpost',['locs_post',['../locs_8php.html#a6b43654592919ac863d67a1f787a69b9',1,'locs.php']]], + ['log',['log',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abf6fe89b0a8239ed93c3b07e1fbce75b',1,'RedMatrix\RedDAV\RedBasicAuth\log()'],['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#af90a1a74cfd643a5c56b9a17ea250d59',1,'RedMatrix\RedDAV\RedDirectory\log()']]], ['logger',['logger',['../text_8php.html#a030fa5ecc64168af0c4f44897a9bce63',1,'text.php']]], ['logger_5fall',['LOGGER_ALL',['../boot_8php.html#afe63ae69ba55299f813766e54df06ede',1,'boot.php']]], ['logger_5fdata',['LOGGER_DATA',['../boot_8php.html#a6969947145a139ec374ce098224d8e81',1,'boot.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index ca08049d4..94227af82 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -216,5 +216,5 @@ var searchData= ['pubsites_5fcontent',['pubsites_content',['../pubsites_8php.html#af614e279aab54065345bda6b03eafdf0',1,'pubsites.php']]], ['purify_5fhtml',['purify_html',['../text_8php.html#a4841df5beabdd1bdd1ed56781a915d61',1,'text.php']]], ['push_5flang',['push_lang',['../language_8php.html#ac9142ef1d01a235c760deb0f16643f5a',1,'language.php']]], - ['put',['put',['../classRedFile.html#a41a49a583eb276b75626fcf97f4a699c',1,'RedFile']]] + ['put',['put',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a709ec1288d21ddf1353524435ab916f0',1,'RedMatrix::RedDAV::RedFile']]] ]; diff --git a/doc/html/search/all_72.js b/doc/html/search/all_72.js index 13f0b8e8f..696b63543 100644 --- a/doc/html/search/all_72.js +++ b/doc/html/search/all_72.js @@ -30,15 +30,18 @@ var searchData= ['redbasic_2ephp',['redbasic.php',['../redbasic_8php.html',1,'']]], ['redbasic_5fform',['redbasic_form',['../view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793',1,'config.php']]], ['redbasic_5finit',['redbasic_init',['../redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b',1,'theme.php']]], - ['redbasicauth',['RedBasicAuth',['../classRedBasicAuth.html',1,'']]], + ['redbasicauth',['RedBasicAuth',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html',1,'RedMatrix::RedDAV']]], + ['redbasicauth_2ephp',['RedBasicAuth.php',['../RedBasicAuth_8php.html',1,'']]], ['redbrowser',['RedBrowser',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html',1,'RedMatrix::RedDAV']]], ['redbrowser_2ephp',['RedBrowser.php',['../RedBrowser_8php.html',1,'']]], ['redchannellist',['RedChannelList',['../reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66',1,'reddav.php']]], ['redcollectiondata',['RedCollectionData',['../reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266',1,'reddav.php']]], ['reddav',['RedDAV',['../namespaceRedMatrix_1_1RedDAV.html',1,'RedMatrix']]], ['reddav_2ephp',['reddav.php',['../reddav_8php.html',1,'']]], - ['reddirectory',['RedDirectory',['../classRedDirectory.html',1,'']]], - ['redfile',['RedFile',['../classRedFile.html',1,'']]], + ['reddirectory',['RedDirectory',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html',1,'RedMatrix::RedDAV']]], + ['reddirectory_2ephp',['RedDirectory.php',['../RedDirectory_8php.html',1,'']]], + ['redfile',['RedFile',['../classRedMatrix_1_1RedDAV_1_1RedFile.html',1,'RedMatrix::RedDAV']]], + ['redfile_2ephp',['RedFile.php',['../RedFile_8php.html',1,'']]], ['redfiledata',['RedFileData',['../reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088',1,'reddav.php']]], ['redmatrix',['RedMatrix',['../namespaceRedMatrix.html',1,'']]], ['reduce',['reduce',['../docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f',1,'docblox_errorchecker.php']]], diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index ec123194d..03ae80329 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -56,12 +56,12 @@ var searchData= ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], ['set_5fwriteable',['set_writeable',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19',1,'RedMatrix::RedDAV::RedBrowser']]], ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], - ['setauthenticated',['setAuthenticated',['../classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333',1,'RedBasicAuth']]], - ['setbrowserplugin',['setBrowserPlugin',['../classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc',1,'RedBasicAuth']]], - ['setcurrentuser',['setCurrentUser',['../classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857',1,'RedBasicAuth']]], + ['setauthenticated',['setAuthenticated',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a2926fe923baade564f2663632fa8c633',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['setbrowserplugin',['setBrowserPlugin',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#adc72f36f0b2b17b20ea4df900afcd697',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['setcurrentuser',['setCurrentUser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aadce020fb595c7943829d7f995d3f998',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['setdimensions',['setDimensions',['../classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143',1,'photo_driver\setDimensions()'],['../classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e',1,'photo_gd\setDimensions()'],['../classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb',1,'photo_imagick\setDimensions()']]], - ['setname',['setName',['../classRedDirectory.html#adc48035679e52c55d9881f83de535553',1,'RedDirectory\setName()'],['../classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25',1,'RedFile\setName()']]], - ['settimezone',['setTimezone',['../classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a',1,'RedBasicAuth']]], + ['setname',['setName',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a14ac61d31a031d139956763db4e03956',1,'RedMatrix\RedDAV\RedDirectory\setName()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a0350cb4e0327e1f9922869a48ee04f1d',1,'RedMatrix\RedDAV\RedFile\setName()']]], + ['settimezone',['setTimezone',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#af6d239fefed05859327ee8db626703f9',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['settings_2ephp',['settings.php',['../settings_8php.html',1,'']]], ['settings_5finit',['settings_init',['../settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], diff --git a/doc/html/search/all_76.js b/doc/html/search/all_76.js index 823caf7e5..37f7c54b7 100644 --- a/doc/html/search/all_76.js +++ b/doc/html/search/all_76.js @@ -4,7 +4,7 @@ var searchData= ['validate_5fchannelname',['validate_channelname',['../identity_8php.html#af2802bc13a00a17b867bba7978ba8f58',1,'identity.php']]], ['validate_5femail',['validate_email',['../include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02',1,'network.php']]], ['validate_5furl',['validate_url',['../include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2',1,'network.php']]], - ['validateuserpass',['validateUserPass',['../classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b',1,'RedBasicAuth']]], + ['validateuserpass',['validateUserPass',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6ece02655b780469e59e204c5979a624',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['var_5freplace',['var_replace',['../classTemplate.html#abbc484016ddf5d818f55b823cae6feb0',1,'Template']]], ['vcard_5ffrom_5fxchan',['vcard_from_xchan',['../Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960',1,'Contact.php']]], ['verify_5femail_5faddress',['verify_email_address',['../account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5',1,'account.php']]], diff --git a/doc/html/search/classes_72.js b/doc/html/search/classes_72.js index 83b6c85f7..e437f3cef 100644 --- a/doc/html/search/classes_72.js +++ b/doc/html/search/classes_72.js @@ -1,7 +1,7 @@ var searchData= [ - ['redbasicauth',['RedBasicAuth',['../classRedBasicAuth.html',1,'']]], + ['redbasicauth',['RedBasicAuth',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html',1,'RedMatrix::RedDAV']]], ['redbrowser',['RedBrowser',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html',1,'RedMatrix::RedDAV']]], - ['reddirectory',['RedDirectory',['../classRedDirectory.html',1,'']]], - ['redfile',['RedFile',['../classRedFile.html',1,'']]] + ['reddirectory',['RedDirectory',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html',1,'RedMatrix::RedDAV']]], + ['redfile',['RedFile',['../classRedMatrix_1_1RedDAV_1_1RedFile.html',1,'RedMatrix::RedDAV']]] ]; diff --git a/doc/html/search/files_63.js b/doc/html/search/files_63.js index 69fb8fee5..8a197f3c3 100644 --- a/doc/html/search/files_63.js +++ b/doc/html/search/files_63.js @@ -1,8 +1,7 @@ var searchData= [ ['cache_2ephp',['cache.php',['../cache_8php.html',1,'']]], - ['chanman_2ephp',['chanman.php',['../mod_2chanman_8php.html',1,'']]], - ['chanman_2ephp',['chanman.php',['../include_2chanman_8php.html',1,'']]], + ['chanman_2ephp',['chanman.php',['../chanman_8php.html',1,'']]], ['channel_2ephp',['channel.php',['../channel_8php.html',1,'']]], ['chanview_2ephp',['chanview.php',['../chanview_8php.html',1,'']]], ['chat_2ephp',['chat.php',['../mod_2chat_8php.html',1,'']]], @@ -15,11 +14,11 @@ var searchData= ['comanche_2ephp',['comanche.php',['../comanche_8php.html',1,'']]], ['common_2ephp',['common.php',['../common_8php.html',1,'']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], - ['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], + ['config_2ephp',['config.php',['../view_2theme_2blogga_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2redbasic_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]], - ['config_2ephp',['config.php',['../view_2theme_2blogga_2php_2config_8php.html',1,'']]], + ['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], ['connect_2ephp',['connect.php',['../connect_8php.html',1,'']]], ['connections_2ephp',['connections.php',['../connections_8php.html',1,'']]], ['connedit_2ephp',['connedit.php',['../connedit_8php.html',1,'']]], diff --git a/doc/html/search/files_64.js b/doc/html/search/files_64.js index a4f523e4a..9f149a278 100644 --- a/doc/html/search/files_64.js +++ b/doc/html/search/files_64.js @@ -9,13 +9,14 @@ var searchData= ['dba_5fdriver_2ephp',['dba_driver.php',['../dba__driver_8php.html',1,'']]], ['dba_5fmysql_2ephp',['dba_mysql.php',['../dba__mysql_8php.html',1,'']]], ['dba_5fmysqli_2ephp',['dba_mysqli.php',['../dba__mysqli_8php.html',1,'']]], + ['default_2ephp',['default.php',['../theme_2blogga_2view_2theme_2blog_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]], - ['default_2ephp',['default.php',['../theme_2blogga_2view_2theme_2blog_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2mytheme_2php_2default_8php.html',1,'']]], ['delegate_2ephp',['delegate.php',['../delegate_8php.html',1,'']]], ['deliver_2ephp',['deliver.php',['../deliver_8php.html',1,'']]], ['diaspora_2ephp',['diaspora.php',['../diaspora_8php.html',1,'']]], + ['dimport_2ephp',['dimport.php',['../dimport_8php.html',1,'']]], ['dir_5ffns_2ephp',['dir_fns.php',['../dir__fns_8php.html',1,'']]], ['directory_2ephp',['directory.php',['../mod_2directory_8php.html',1,'']]], ['directory_2ephp',['directory.php',['../include_2directory_8php.html',1,'']]], diff --git a/doc/html/search/files_6c.js b/doc/html/search/files_6c.js index b695ca079..272421a4f 100644 --- a/doc/html/search/files_6c.js +++ b/doc/html/search/files_6c.js @@ -5,6 +5,7 @@ var searchData= ['layouts_2ephp',['layouts.php',['../layouts_8php.html',1,'']]], ['like_2ephp',['like.php',['../like_8php.html',1,'']]], ['lockview_2ephp',['lockview.php',['../lockview_8php.html',1,'']]], + ['locs_2ephp',['locs.php',['../locs_8php.html',1,'']]], ['login_2ephp',['login.php',['../login_8php.html',1,'']]], ['lostpass_2ephp',['lostpass.php',['../lostpass_8php.html',1,'']]] ]; diff --git a/doc/html/search/files_72.js b/doc/html/search/files_72.js index 247488352..0bab1f0eb 100644 --- a/doc/html/search/files_72.js +++ b/doc/html/search/files_72.js @@ -2,13 +2,16 @@ var searchData= [ ['randprof_2ephp',['randprof.php',['../randprof_8php.html',1,'']]], ['rbmark_2ephp',['rbmark.php',['../rbmark_8php.html',1,'']]], - ['readme_2emd',['README.md',['../blogga_2php_2README_8md.html',1,'']]], ['readme_2emd',['README.md',['../apw_2README_8md.html',1,'']]], + ['readme_2emd',['README.md',['../blogga_2php_2README_8md.html',1,'']]], ['receive_2ephp',['receive.php',['../receive_8php.html',1,'']]], ['redable_2ephp',['redable.php',['../redable_8php.html',1,'']]], ['redbasic_2ephp',['redbasic.php',['../redbasic_8php.html',1,'']]], + ['redbasicauth_2ephp',['RedBasicAuth.php',['../RedBasicAuth_8php.html',1,'']]], ['redbrowser_2ephp',['RedBrowser.php',['../RedBrowser_8php.html',1,'']]], ['reddav_2ephp',['reddav.php',['../reddav_8php.html',1,'']]], + ['reddirectory_2ephp',['RedDirectory.php',['../RedDirectory_8php.html',1,'']]], + ['redfile_2ephp',['RedFile.php',['../RedFile_8php.html',1,'']]], ['register_2ephp',['register.php',['../register_8php.html',1,'']]], ['regmod_2ephp',['regmod.php',['../regmod_8php.html',1,'']]], ['regver_2ephp',['regver.php',['../regver_8php.html',1,'']]], diff --git a/doc/html/search/functions_5f.js b/doc/html/search/functions_5f.js index 5767841c8..a25babe06 100644 --- a/doc/html/search/functions_5f.js +++ b/doc/html/search/functions_5f.js @@ -1,6 +1,6 @@ var searchData= [ - ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5',1,'RedMatrix\RedDAV\RedBrowser\__construct()'],['../classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180',1,'RedDirectory\__construct()'],['../classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183',1,'RedFile\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], + ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5',1,'RedMatrix\RedDAV\RedBrowser\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a76b58fe5223e565c97f1b9af93031a99',1,'RedMatrix\RedDAV\RedDirectory\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a05798eac84c578152ff21758261c6ac6',1,'RedMatrix\RedDAV\RedFile\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], ['_5f_5fdestruct',['__destruct',['../classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721',1,'dba_driver\__destruct()'],['../classphoto__driver.html#ae4501abdc9651359f81d036b63625686',1,'photo_driver\__destruct()']]], ['_5fbuild_5fnodes',['_build_nodes',['../classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4',1,'Template']]], ['_5fget_5fvar',['_get_var',['../classTemplate.html#aae9c4d761ea1298e745e8052d7910194',1,'Template']]], diff --git a/doc/html/search/functions_62.js b/doc/html/search/functions_62.js index 949acb675..34fc83be3 100644 --- a/doc/html/search/functions_62.js +++ b/doc/html/search/functions_62.js @@ -3,7 +3,7 @@ var searchData= ['base64url_5fdecode',['base64url_decode',['../text_8php.html#a13286f8a95d2de6b102966ecc270c8d6',1,'text.php']]], ['base64url_5fencode',['base64url_encode',['../text_8php.html#a070384ec000fd65043fce11d5392d241',1,'text.php']]], ['bb2diaspora',['bb2diaspora',['../bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c',1,'bb2diaspora.php']]], - ['bb2diaspora_5fitembody',['bb2diaspora_itembody',['../bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47',1,'bb2diaspora.php']]], + ['bb2diaspora_5fitembody',['bb2diaspora_itembody',['../bb2diaspora_8php.html#ab27761069ea1275f0fc4c543099c5519',1,'bb2diaspora.php']]], ['bb2diaspora_5fitemwallwall',['bb2diaspora_itemwallwall',['../bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083',1,'bb2diaspora.php']]], ['bb2dmention_5fcallback',['bb2dmention_callback',['../bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34',1,'bb2diaspora.php']]], ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js index 76b0c59f0..efc89de6b 100644 --- a/doc/html/search/functions_63.js +++ b/doc/html/search/functions_63.js @@ -9,7 +9,7 @@ var searchData= ['chanlink_5fcid',['chanlink_cid',['../text_8php.html#a85e3a4851c16674834010d8419a5d7ca',1,'text.php']]], ['chanlink_5fhash',['chanlink_hash',['../text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0',1,'text.php']]], ['chanlink_5furl',['chanlink_url',['../text_8php.html#a2e8d6c402603be3a1256a16605e09c2a',1,'text.php']]], - ['chanman_5fremove_5feverything_5ffrom_5fnetwork',['chanman_remove_everything_from_network',['../include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b',1,'chanman.php']]], + ['chanman_5fremove_5feverything_5ffrom_5fnetwork',['chanman_remove_everything_from_network',['../chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b',1,'chanman.php']]], ['channel_5fcontent',['channel_content',['../channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1',1,'channel.php']]], ['channel_5finit',['channel_init',['../channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc',1,'channel.php']]], ['channel_5fremove',['channel_remove',['../Contact_8php.html#a4e8af0f0525161da74583c04b8b03097',1,'Contact.php']]], @@ -53,7 +53,7 @@ var searchData= ['check_5fupstream_5fdirectory',['check_upstream_directory',['../dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16',1,'dir_fns.php']]], ['check_5fwall_5fto_5fwall',['check_wall_to_wall',['../classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8',1,'Item']]], ['check_5fwebbie',['check_webbie',['../text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3',1,'text.php']]], - ['childexists',['childExists',['../classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec',1,'RedDirectory']]], + ['childexists',['childExists',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a964b13fde1a5da6f76b51ca5519234dc',1,'RedMatrix::RedDAV::RedDirectory']]], ['clean_5furls',['clean_urls',['../boot_8php.html#ab79b8b4555cae20d03f8200666d89d63',1,'boot.php']]], ['clear',['clear',['../classCache.html#ab14d0f4bdf7116a94d545c574b38f568',1,'Cache']]], ['cleardiv',['cleardiv',['../text_8php.html#afe18627c4983ee5f7c940a0992818cd5',1,'text.php']]], @@ -115,8 +115,8 @@ var searchData= ['create_5faccount',['create_account',['../account_8php.html#a141fe579c351c78209d425473f978eb5',1,'account.php']]], ['create_5fidentity',['create_identity',['../identity_8php.html#a345f4c943d84de502ec6e72d2c813945',1,'identity.php']]], ['create_5fsys_5fchannel',['create_sys_channel',['../identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05',1,'identity.php']]], - ['createdirectory',['createDirectory',['../classRedDirectory.html#a986936910f0216887a25e28916c166c7',1,'RedDirectory']]], - ['createfile',['createFile',['../classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0',1,'RedDirectory']]], + ['createdirectory',['createDirectory',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aca0e8d574ea66a0e210f571700663c62',1,'RedMatrix::RedDAV::RedDirectory']]], + ['createfile',['createFile',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a58e750256cdc2f0f79fbe8d5463ffefe',1,'RedMatrix::RedDAV::RedDirectory']]], ['cronhooks_5frun',['cronhooks_run',['../cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca',1,'cronhooks.php']]], ['cropimage',['cropImage',['../classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e',1,'photo_driver\cropImage()'],['../classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c',1,'photo_gd\cropImage()'],['../classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4',1,'photo_imagick\cropImage()']]], ['crypto_5fencapsulate',['crypto_encapsulate',['../crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c',1,'crypto.php']]], diff --git a/doc/html/search/functions_64.js b/doc/html/search/functions_64.js index fceeeeb96..96a309f6d 100644 --- a/doc/html/search/functions_64.js +++ b/doc/html/search/functions_64.js @@ -16,7 +16,7 @@ var searchData= ['del_5fpconfig',['del_pconfig',['../include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941',1,'config.php']]], ['del_5fxconfig',['del_xconfig',['../include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72',1,'config.php']]], ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], - ['delete',['delete',['../classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7',1,'RedFile']]], + ['delete',['delete',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ab7ab7ba81fab28eb02382cfdfd80ecfe',1,'RedMatrix::RedDAV::RedFile']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb',1,'items.php']]], ['deletenode',['deletenode',['../html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2',1,'html2bbcode.php']]], diff --git a/doc/html/search/functions_66.js b/doc/html/search/functions_66.js index f77811f4e..03ba9058a 100644 --- a/doc/html/search/functions_66.js +++ b/doc/html/search/functions_66.js @@ -38,6 +38,7 @@ var searchData= ['flip',['flip',['../classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832',1,'photo_driver\flip()'],['../classphoto__gd.html#a44cedef376044018702d9355ddc813ce',1,'photo_gd\flip()'],['../classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393',1,'photo_imagick\flip()']]], ['follow_5fcontent',['follow_content',['../mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592',1,'follow.php']]], ['follow_5finit',['follow_init',['../mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a',1,'follow.php']]], + ['foofoo',['foofoo',['../dimport_8php.html#a581f040717941ce3e1868b0b5dceefd1',1,'dimport.php']]], ['format_5fcategories',['format_categories',['../text_8php.html#a3054189cff173977f4216c9a3dd29e1b',1,'text.php']]], ['format_5fcss_5fif_5fexists',['format_css_if_exists',['../plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6',1,'plugin.php']]], ['format_5fevent_5fbbcode',['format_event_bbcode',['../event_8php.html#abb74206cf42d694307c3d7abb7af9869',1,'event.php']]], diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index 3216f9b77..f33095628 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -4,7 +4,7 @@ var searchData= ['gender_5fselector',['gender_selector',['../profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355',1,'profile_selectors.php']]], ['gender_5fselector_5fmin',['gender_selector_min',['../profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816',1,'profile_selectors.php']]], ['generatedirectoryindex',['generateDirectoryIndex',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09',1,'RedMatrix::RedDAV::RedBrowser']]], - ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535',1,'RedFile\get()']]], + ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a7241beecd01f5bb4e74659863dd85bd8',1,'RedMatrix\RedDAV\RedFile\get()']]], ['get_5faccount',['get_account',['../classApp.html#a08bc87aff64f39fbc084e9d6545cee4d',1,'App']]], ['get_5faccount_5fid',['get_account_id',['../boot_8php.html#afe88b920aa285982edb817a0dd44eb37',1,'boot.php']]], ['get_5fall_5fperms',['get_all_perms',['../permissions_8php.html#aeca9b280f3dc3358c89976d81d690008',1,'permissions.php']]], @@ -102,20 +102,20 @@ var searchData= ['get_5fwords',['get_words',['../spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6',1,'spam.php']]], ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e',1,'config.php']]], ['getasseturl',['getAssetUrl',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d',1,'RedMatrix::RedDAV::RedBrowser']]], - ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], - ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], - ['getcontenttype',['getContentType',['../classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b',1,'RedFile']]], - ['getcurrentuser',['getCurrentUser',['../classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925',1,'RedBasicAuth']]], - ['getdir',['getDir',['../classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4',1,'RedDirectory']]], - ['getetag',['getETag',['../classRedFile.html#ae96d5caa2db7a461c57b24380fa87e28',1,'RedFile']]], + ['getchild',['getChild',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a1a37850bdd1f188abd6160559698d5d7',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getchildren',['getChildren',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a9b9a0b5bfa4de1f78e6cafaa534b6f6a',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getcontenttype',['getContentType',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#af5c88b75d0c1f590af03755534cb167e',1,'RedMatrix::RedDAV::RedFile']]], + ['getcurrentuser',['getCurrentUser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aa0b2a5fa9186d7dc0e637f1ecb379c42',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['getdir',['getDir',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a825dc5f3e0f83f50736c16daa6a4809d',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getetag',['getETag',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a9f14682acf3ccb70df5af5dd0687c689',1,'RedMatrix::RedDAV::RedFile']]], ['getext',['getExt',['../classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba',1,'photo_driver']]], ['getheight',['getHeight',['../classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468',1,'photo_driver']]], ['getimage',['getImage',['../classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5',1,'photo_driver\getImage()'],['../classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484',1,'photo_gd\getImage()'],['../classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc',1,'photo_imagick\getImage()']]], - ['getlastmodified',['getLastModified',['../classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc',1,'RedDirectory\getLastModified()'],['../classRedFile.html#a41562a28007789bbe7fe06d6a20eef47',1,'RedFile\getLastModified()']]], - ['getname',['getName',['../classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583',1,'RedDirectory\getName()'],['../classRedFile.html#a0c961c5f49544d2502420361fa526437',1,'RedFile\getName()']]], - ['getquotainfo',['getQuotaInfo',['../classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375',1,'RedDirectory']]], - ['getsize',['getSize',['../classRedFile.html#acb1edbe1848fab05347746fa1ea09d8f',1,'RedFile']]], - ['gettimezone',['getTimezone',['../classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f',1,'RedBasicAuth']]], + ['getlastmodified',['getLastModified',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db5f641f8f5dc999e55cee1832ecd5',1,'RedMatrix\RedDAV\RedDirectory\getLastModified()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ac47016aa0e3f6f1a1c4570bd6fd8cf25',1,'RedMatrix\RedDAV\RedFile\getLastModified()']]], + ['getname',['getName',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a55f7172814a0749b5342f152ab3fa0df',1,'RedMatrix\RedDAV\RedDirectory\getName()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ac945aa782d6c035d339e59974266ec4d',1,'RedMatrix\RedDAV\RedFile\getName()']]], + ['getquotainfo',['getQuotaInfo',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db443ed3c84938b4352fe515bf8d68',1,'RedMatrix::RedDAV::RedDirectory']]], + ['getsize',['getSize',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a07e1b19e7aaf3dcce822e9be8823a87d',1,'RedMatrix::RedDAV::RedFile']]], + ['gettimezone',['getTimezone',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6333c8ce58998bd11bf8102afe3b0748',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['gettype',['getType',['../classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3',1,'photo_driver']]], ['getwidth',['getWidth',['../classphoto__driver.html#acc30486acee9e89e32701f44a1738117',1,'photo_driver']]], ['goaway',['goaway',['../boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1',1,'boot.php']]], diff --git a/doc/html/search/functions_68.js b/doc/html/search/functions_68.js index 8260baf97..c047c0a86 100644 --- a/doc/html/search/functions_68.js +++ b/doc/html/search/functions_68.js @@ -23,5 +23,6 @@ var searchData= ['html2bbcode',['html2bbcode',['../html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837',1,'html2bbcode.php']]], ['html2plain',['html2plain',['../html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04',1,'html2plain.php']]], ['htmlactionspanel',['htmlActionsPanel',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf',1,'RedMatrix::RedDAV::RedBrowser']]], - ['http_5fstatus_5fexit',['http_status_exit',['../include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2',1,'network.php']]] + ['http_5fstatus_5fexit',['http_status_exit',['../include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2',1,'network.php']]], + ['hubloc_5fchange_5fprimary',['hubloc_change_primary',['../hubloc_8php.html#ad86214b3a74084bd7b54e8d6c919ce4d',1,'hubloc.php']]] ]; diff --git a/doc/html/search/functions_6c.js b/doc/html/search/functions_6c.js index 40e43fe75..a7e715a07 100644 --- a/doc/html/search/functions_6c.js +++ b/doc/html/search/functions_6c.js @@ -26,7 +26,8 @@ var searchData= ['local_5fuser',['local_user',['../boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44',1,'boot.php']]], ['localize_5fitem',['localize_item',['../conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c',1,'conversation.php']]], ['lockview_5fcontent',['lockview_content',['../lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44',1,'lockview.php']]], - ['log',['log',['../classRedDirectory.html#a11376aed1963b4471eb1592c13c63976',1,'RedDirectory\log()'],['../classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0',1,'RedBasicAuth\log()']]], + ['locs_5fpost',['locs_post',['../locs_8php.html#a6b43654592919ac863d67a1f787a69b9',1,'locs.php']]], + ['log',['log',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abf6fe89b0a8239ed93c3b07e1fbce75b',1,'RedMatrix\RedDAV\RedBasicAuth\log()'],['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#af90a1a74cfd643a5c56b9a17ea250d59',1,'RedMatrix\RedDAV\RedDirectory\log()']]], ['logger',['logger',['../text_8php.html#a030fa5ecc64168af0c4f44897a9bce63',1,'text.php']]], ['login',['login',['../boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4',1,'boot.php']]], ['login_5fcontent',['login_content',['../login_8php.html#a1d69ca88eb9005a7026e128b9a645904',1,'login.php']]], diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index 20f1737b6..1d14502bf 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -125,5 +125,5 @@ var searchData= ['pubsites_5fcontent',['pubsites_content',['../pubsites_8php.html#af614e279aab54065345bda6b03eafdf0',1,'pubsites.php']]], ['purify_5fhtml',['purify_html',['../text_8php.html#a4841df5beabdd1bdd1ed56781a915d61',1,'text.php']]], ['push_5flang',['push_lang',['../language_8php.html#ac9142ef1d01a235c760deb0f16643f5a',1,'language.php']]], - ['put',['put',['../classRedFile.html#a41a49a583eb276b75626fcf97f4a699c',1,'RedFile']]] + ['put',['put',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a709ec1288d21ddf1353524435ab916f0',1,'RedMatrix::RedDAV::RedFile']]] ]; diff --git a/doc/html/search/functions_73.js b/doc/html/search/functions_73.js index 10a733a59..ecbf52d43 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -51,12 +51,12 @@ var searchData= ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], ['set_5fwriteable',['set_writeable',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19',1,'RedMatrix::RedDAV::RedBrowser']]], ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], - ['setauthenticated',['setAuthenticated',['../classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333',1,'RedBasicAuth']]], - ['setbrowserplugin',['setBrowserPlugin',['../classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc',1,'RedBasicAuth']]], - ['setcurrentuser',['setCurrentUser',['../classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857',1,'RedBasicAuth']]], + ['setauthenticated',['setAuthenticated',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a2926fe923baade564f2663632fa8c633',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['setbrowserplugin',['setBrowserPlugin',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#adc72f36f0b2b17b20ea4df900afcd697',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['setcurrentuser',['setCurrentUser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aadce020fb595c7943829d7f995d3f998',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['setdimensions',['setDimensions',['../classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143',1,'photo_driver\setDimensions()'],['../classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e',1,'photo_gd\setDimensions()'],['../classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb',1,'photo_imagick\setDimensions()']]], - ['setname',['setName',['../classRedDirectory.html#adc48035679e52c55d9881f83de535553',1,'RedDirectory\setName()'],['../classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25',1,'RedFile\setName()']]], - ['settimezone',['setTimezone',['../classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a',1,'RedBasicAuth']]], + ['setname',['setName',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a14ac61d31a031d139956763db4e03956',1,'RedMatrix\RedDAV\RedDirectory\setName()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a0350cb4e0327e1f9922869a48ee04f1d',1,'RedMatrix\RedDAV\RedFile\setName()']]], + ['settimezone',['setTimezone',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#af6d239fefed05859327ee8db626703f9',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['settings_5finit',['settings_init',['../settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], ['setup_5fcontent',['setup_content',['../setup_8php.html#a88247384a96e14516f474d7af6a465c1',1,'setup.php']]], diff --git a/doc/html/search/functions_76.js b/doc/html/search/functions_76.js index c0f0bd296..7a4c524e4 100644 --- a/doc/html/search/functions_76.js +++ b/doc/html/search/functions_76.js @@ -4,7 +4,7 @@ var searchData= ['validate_5fchannelname',['validate_channelname',['../identity_8php.html#af2802bc13a00a17b867bba7978ba8f58',1,'identity.php']]], ['validate_5femail',['validate_email',['../include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02',1,'network.php']]], ['validate_5furl',['validate_url',['../include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2',1,'network.php']]], - ['validateuserpass',['validateUserPass',['../classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b',1,'RedBasicAuth']]], + ['validateuserpass',['validateUserPass',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6ece02655b780469e59e204c5979a624',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['var_5freplace',['var_replace',['../classTemplate.html#abbc484016ddf5d818f55b823cae6feb0',1,'Template']]], ['vcard_5ffrom_5fxchan',['vcard_from_xchan',['../Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960',1,'Contact.php']]], ['verify_5femail_5faddress',['verify_email_address',['../account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5',1,'account.php']]], diff --git a/doc/html/search/variables_24.js b/doc/html/search/variables_24.js index 7166d3bfb..d4ea06349 100644 --- a/doc/html/search/variables_24.js +++ b/doc/html/search/variables_24.js @@ -9,18 +9,18 @@ var searchData= ['_24argv',['$argv',['../classApp.html#ab3da757abe5cb45bf88f07cc51a73b58',1,'App']]], ['_24arr',['$arr',['../extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb',1,'extract.php']]], ['_24aside',['$aside',['../minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf',1,'minimalisticdarkness.php']]], - ['_24auth',['$auth',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142',1,'RedMatrix\RedDAV\RedBrowser\$auth()'],['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()']]], + ['_24auth',['$auth',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142',1,'RedMatrix\RedDAV\RedBrowser\$auth()'],['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aab6907e7fb7f9f7227f9cd42bdc84eb9',1,'RedMatrix\RedDAV\RedDirectory\$auth()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a21b6e9d420c352f25610a33f57858215',1,'RedMatrix\RedDAV\RedFile\$auth()']]], ['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]], ['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]], - ['_24browser',['$browser',['../classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e',1,'RedBasicAuth']]], + ['_24browser',['$browser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24cached_5fprofile_5fimage',['$cached_profile_image',['../classApp.html#abe0e4fa91097f7a6588e1213a834121c',1,'App']]], ['_24cached_5fprofile_5fpicdate',['$cached_profile_picdate',['../classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e',1,'App']]], ['_24called_5fapi',['$called_api',['../include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d',1,'api.php']]], ['_24category',['$category',['../classApp.html#a5cfc098c061b7d765add58fd2ca97445',1,'App']]], ['_24channel',['$channel',['../classApp.html#a050b0696118da47e8b30859ad1a2c149',1,'App\$channel()'],['../classItem.html#acc32426c0f465391be8a99ad810c7b8e',1,'Item\$channel()'],['../php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php'],['../theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php']]], - ['_24channel_5fhash',['$channel_hash',['../classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef',1,'RedBasicAuth']]], - ['_24channel_5fid',['$channel_id',['../classRedBasicAuth.html#a2dab393650d1573e3515969a153e8354',1,'RedBasicAuth']]], - ['_24channel_5fname',['$channel_name',['../classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac',1,'RedBasicAuth']]], + ['_24channel_5fhash',['$channel_hash',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a112ad78a863dc0e598b5f02c596798c0',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['_24channel_5fid',['$channel_id',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abe1defedb90ac8e3b6487e124e625521',1,'RedMatrix::RedDAV::RedBasicAuth']]], + ['_24channel_5fname',['$channel_name',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a76fdb7fd5dd7376155abb5a58cd6fd69',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24children',['$children',['../classItem.html#a80dcd0fb7673776c0967839d429c2a0f',1,'Item']]], ['_24cid',['$cid',['../classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0',1,'App']]], ['_24cipher',['$cipher',['../classConversation.html#aa95c1a62af38bdfba7add9549bec083b',1,'Conversation']]], @@ -37,7 +37,7 @@ var searchData= ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]], ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]], ['_24d',['$d',['../classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38',1,'Template']]], - ['_24data',['$data',['../classApp.html#a0ce85be198e46570366cb3344f3c55b8',1,'App\$data()'],['../classItem.html#aec24e233f9098f902b1e57e60dcb2019',1,'Item\$data()'],['../classRedFile.html#a2ff12032b45538353eded9809d3b7550',1,'RedFile\$data()']]], + ['_24data',['$data',['../classApp.html#a0ce85be198e46570366cb3344f3c55b8',1,'App\$data()'],['../classItem.html#aec24e233f9098f902b1e57e60dcb2019',1,'Item\$data()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a235700e2dfbe21dc41613d36e30e8acc',1,'RedMatrix\RedDAV\RedFile\$data()']]], ['_24db',['$db',['../classApp.html#a330410a288f3393d53772f5e98f857ea',1,'App\$db()'],['../classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6',1,'dba_driver\$db()']]], ['_24debug',['$debug',['../classdba__driver.html#af48e2afeded5285766bf92e22123ed03',1,'dba_driver\$debug()'],['../classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a',1,'Template\$debug()']]], ['_24dir',['$dir',['../docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62',1,'docblox_errorchecker.php']]], @@ -46,13 +46,13 @@ var searchData= ['_24dirstack',['$dirstack',['../docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6',1,'docblox_errorchecker.php']]], ['_24done',['$done',['../classTemplate.html#abda4c8d049f70553338eae7c905e9d5c',1,'Template']]], ['_24error',['$error',['../classApp.html#ac1a8b2cd40609b231a560201a08852ba',1,'App\$error()'],['../classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c',1,'dba_driver\$error()']]], - ['_24ext_5fpath',['$ext_path',['../classRedDirectory.html#a0f113244cd85c17848df991001d024f4',1,'RedDirectory']]], + ['_24ext_5fpath',['$ext_path',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#adf8735b3118cdf2f42416edaf42b82e9',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24fext',['$fext',['../apw_2php_2style_8php.html#a404171b8f918c116e45a6421c92f0cc9',1,'style.php']]], ['_24filelist',['$filelist',['../docblox__errorchecker_8php.html#a648a570b0f9f6e0e51b7267647c4b09b',1,'docblox_errorchecker.php']]], ['_24filename',['$filename',['../classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690',1,'FriendicaSmarty']]], ['_24files',['$files',['../extract_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): extract.php'],['../tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149',1,'$files(): tpldebug.php'],['../typo_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): typo.php']]], ['_24fname',['$fname',['../apw_2php_2style_8php.html#ab9e0f70d44ab67f4334f9883631777fc',1,'style.php']]], - ['_24folder_5fhash',['$folder_hash',['../classRedDirectory.html#aa10254abf177bb2a0e4a88495725e09b',1,'RedDirectory']]], + ['_24folder_5fhash',['$folder_hash',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a2fc4e6b9be2108bbaa1ca1a03fd6d44e',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24force_5fmax_5fitems',['$force_max_items',['../classApp.html#ae3f47830543d0d902f66913def8db66b',1,'App']]], ['_24gc_5fprobability',['$gc_probability',['../session_8php.html#a96b09cc763572f45280786a7b33feb7e',1,'session.php']]], ['_24groups',['$groups',['../classApp.html#ac6e6b1c7d6df408580ff79977fcfa656',1,'App']]], @@ -81,19 +81,19 @@ var searchData= ['_24mode',['$mode',['../classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a',1,'Conversation']]], ['_24module',['$module',['../classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d',1,'App']]], ['_24module_5floaded',['$module_loaded',['../classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165',1,'App']]], - ['_24name',['$name',['../classRedFile.html#acc48c05cd5a70951cb3c615ad84f03ba',1,'RedFile\$name()'],['../classFriendicaSmartyEngine.html#aaba6a42101bc9ae32e36b7fa2e243f02',1,'FriendicaSmartyEngine\$name()'],['../classTemplate.html#a6eb301a51cc94d8b94f4548fbad85eae',1,'Template\$name()']]], + ['_24name',['$name',['../classRedMatrix_1_1RedDAV_1_1RedFile.html#ab722dcb8c4598426c81fa2b2e4fad5f2',1,'RedMatrix\RedDAV\RedFile\$name()'],['../classFriendicaSmartyEngine.html#aaba6a42101bc9ae32e36b7fa2e243f02',1,'FriendicaSmartyEngine\$name()'],['../classTemplate.html#a6eb301a51cc94d8b94f4548fbad85eae',1,'Template\$name()']]], ['_24nav_5fpercent_5fmin_5fopacity',['$nav_percent_min_opacity',['../redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c',1,'style.php']]], ['_24nav_5fsel',['$nav_sel',['../classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c',1,'App']]], ['_24navheight',['$navheight',['../apw_2php_2style_8php.html#a1c8a7c0db8c174239f3909cb931cb872',1,'style.php']]], ['_24needed',['$needed',['../docblox__errorchecker_8php.html#a852004caba0a34390297a079f4aaac73',1,'docblox_errorchecker.php']]], ['_24nodes',['$nodes',['../classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1',1,'Template']]], ['_24obliquemacro',['$obliquemacro',['../apw_2php_2style_8php.html#a2cad82a3ecadbe58dbc4197de1c63da0',1,'style.php']]], - ['_24observer',['$observer',['../classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f',1,'App\$observer()'],['../classConversation.html#a8748445aa26047ebed5141f3c3cbc244',1,'Conversation\$observer()'],['../classRedBasicAuth.html#aa75dc43b59adc98e38a98517d3fd35d1',1,'RedBasicAuth\$observer()']]], - ['_24os_5fpath',['$os_path',['../classRedDirectory.html#a3c148c07ad909985125aa4926d8d0021',1,'RedDirectory']]], + ['_24observer',['$observer',['../classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f',1,'App\$observer()'],['../classConversation.html#a8748445aa26047ebed5141f3c3cbc244',1,'Conversation\$observer()'],['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a605aa09565a097316b80f0d17d6b5823',1,'RedMatrix\RedDAV\RedBasicAuth\$observer()']]], + ['_24os_5fpath',['$os_path',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a17ea47e34cb76b6e79f36ebed790d76a',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24out',['$out',['../php2po_8php.html#a48cb304902320d173a4eaa41543327b9',1,'php2po.php']]], - ['_24owner_5fid',['$owner_id',['../classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7',1,'RedBasicAuth']]], + ['_24owner_5fid',['$owner_id',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a1a23c349cc4699a8474505972684ea9c',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24owner_5fname',['$owner_name',['../classItem.html#a9594df6014b0b6f45364ea7a34510130',1,'Item']]], - ['_24owner_5fnick',['$owner_nick',['../classRedBasicAuth.html#a8d09b8d784cc810a0b3be580d05106a7',1,'RedBasicAuth']]], + ['_24owner_5fnick',['$owner_nick',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aad0ef0cc05c407de84dbfbf2050bbbbe',1,'RedMatrix::RedDAV::RedBasicAuth']]], ['_24owner_5fphoto',['$owner_photo',['../classItem.html#a078f95b4134ce3a1df344cf8d386f986',1,'Item']]], ['_24owner_5furl',['$owner_url',['../classItem.html#afa54851df82962c7c42dea3cc9f5c92c',1,'Item']]], ['_24page',['$page',['../classApp.html#a4b67935096f66d1f14b657399a8461ac',1,'App']]], @@ -116,11 +116,11 @@ var searchData= ['_24query_5fstring',['$query_string',['../classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f',1,'App']]], ['_24r',['$r',['../classTemplate.html#aac9a4638f11271e1b1dcc9f247242718',1,'Template']]], ['_24rdelim',['$rdelim',['../classApp.html#a244b2d53b21be269aad2269d23192f95',1,'App']]], - ['_24red_5fpath',['$red_path',['../classRedDirectory.html#acb32b8df27538c57772824a745e751d7',1,'RedDirectory']]], + ['_24red_5fpath',['$red_path',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a4bba2e56bc8ec3e05f05eae46f56f36d',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24redirect_5furl',['$redirect_url',['../classItem.html#a5b561415861f5b89b0733aacfe0428d1',1,'Item']]], ['_24replace',['$replace',['../classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10',1,'Template']]], ['_24res',['$res',['../docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5',1,'docblox_errorchecker.php']]], - ['_24root_5fdir',['$root_dir',['../classRedDirectory.html#ad87c514a307ec97ba0f1372e9bcfa6a4',1,'RedDirectory']]], + ['_24root_5fdir',['$root_dir',['../classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a438066fb1565fbcffa22c12d5ce23695',1,'RedMatrix::RedDAV::RedDirectory']]], ['_24s',['$s',['../extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634',1,'extract.php']]], ['_24scheme',['$scheme',['../classApp.html#ad082d63acc078e5bf23825a03bdd6a76',1,'App']]], ['_24search',['$search',['../classTemplate.html#a317d535946dc065c35dd5cd38380e6c6',1,'Template']]], @@ -143,7 +143,7 @@ var searchData= ['_24theme_5fthread_5fallow',['$theme_thread_allow',['../classApp.html#a487332f8de40414ca1a54a4265570b70',1,'App']]], ['_24threaded',['$threaded',['../classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2',1,'Item']]], ['_24threads',['$threads',['../classConversation.html#a41f4a549e6a99f98935c4742addd22c8',1,'Conversation']]], - ['_24timezone',['$timezone',['../classApp.html#ab35b01a366a2ea95725e97af278f87ab',1,'App\$timezone()'],['../classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47',1,'RedBasicAuth\$timezone()']]], + ['_24timezone',['$timezone',['../classApp.html#ab35b01a366a2ea95725e97af278f87ab',1,'App\$timezone()'],['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a849c99cf0a7ad065d630c8a30106ad5e',1,'RedMatrix\RedDAV\RedBasicAuth\$timezone()']]], ['_24toplevel',['$toplevel',['../classItem.html#a5cfa6cf964f433a917a81cab079ff9d8',1,'Item']]], ['_24type',['$type',['../classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03',1,'photo_driver']]], ['_24types',['$types',['../classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03',1,'photo_driver']]], diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 9474507d0..7ce8da167 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -579,7 +579,7 @@ Variables @@ -1339,7 +1339,7 @@ Variables
    -

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), bb2diaspora_itembody(), bb2diaspora_itemwallwall(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), chat_post(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), connedit_post(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), RedFile\delete(), delete_imported_item(), deliver_run(), detect_language(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_decode(), diaspora_dispatch(), diaspora_dispatch_public(), diaspora_handle_from_contact(), diaspora_is_blacklisted(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), downgrade_accounts(), email_send(), encode_item(), expire_run(), externals_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), find_diaspora_person_by_handle(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_diaspora_key(), get_diaspora_reshare_xml(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), http_status_exit(), impel_init(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedDirectory\log(), RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), old_webfinger(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), receive_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), scale_external_images(), scrape_feed(), scrape_vcard(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedDirectory\setName(), RedFile\setName(), start_delivery_chain(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_feed_item(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), verify_email_address(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), bb2diaspora_itembody(), bb2diaspora_itemwallwall(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), chat_post(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), cloud_init(), connedit_post(), consume_feed(), conversation(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), cronhooks_run(), datetime_convert(), RedMatrix\RedDAV\RedFile\delete(), delete_imported_item(), deliver_run(), detect_language(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_decode(), diaspora_dispatch(), diaspora_dispatch_public(), diaspora_handle_from_contact(), diaspora_is_blacklisted(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), downgrade_accounts(), email_send(), encode_item(), expire_run(), externals_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), find_diaspora_person_by_handle(), fix_private_photos(), fix_system_urls(), RedMatrix\RedDAV\RedFile\get(), get_atom_elements(), get_diaspora_key(), get_diaspora_reshare_xml(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), group_content(), guess_image_type(), http_status_exit(), hubloc_change_primary(), impel_init(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedMatrix\RedDAV\RedDirectory\log(), RedMatrix\RedDAV\RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), old_webfinger(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), prune_hub_reinstalls(), public_recips(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), receive_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), scale_external_images(), scrape_feed(), scrape_vcard(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), start_delivery_chain(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_feed_item(), update_imported_item(), update_queue_time(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), verify_email_address(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    @@ -1761,7 +1761,7 @@ Variables diff --git a/doc/html/todo.html b/doc/html/todo.html index bc05e9751..375fff1d9 100644 --- a/doc/html/todo.html +++ b/doc/html/todo.html @@ -104,18 +104,20 @@ $(document).ready(function(){initNavTree('todo.html','');});
    File config.php
    There are a few places in the code (such as the admin panel) where boolean configurations need to be fixed as of 10/08/2011.
    -
    Member RedChannelList (&$auth)
    -
    Is there any reason why this is not inside RedDirectory class?
    -
    Member RedCollectionData ($file, &$auth)
    -
    Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there.
    -
    File reddav.php
    -
    split up the classes into own files.
    -
    Member RedDirectory::getDir ()
    +
    Member RedChannelList (&$auth)
    +
    Is there any reason why this is not inside RedDirectory class? function name looks like a class name, should we rename it?
    +
    Member RedCollectionData ($file, &$auth)
    +
    Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there. function name looks like a class name, should we rename it?
    +
    File reddav.php
    +
    split up the classes into own files.
    +
    Member RedMatrix::__construct (&$auth)
    +
    disable enablePost by default and only activate if permissions grant edit rights.
    +
    Member RedMatrix::set_writeable ()
    +
    Maybe this whole way of doing this can be solved with some $server->subscribeEvent().
    +
    Member RedMatrix::getDir ()
    add description of what this function does.
    -
    Member RedDirectory::setName ($name)
    -
    handle duplicate directory name
    -
    Member RedMatrix::set_writeable ()
    -
    Maybe this can be solved with some $server->subscribeEvent()?
    +
    Member RedMatrix::setName ($name)
    +
    handle duplicate directory name
    diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index a87780731..4c7a43de7 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), app_name_compare(), appman_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_content(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_retraction(), diaspora_send_status(), diaspora_share(), diaspora_transmit(), diaspora_unshare(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store_item(), events_content(), events_post(), expand_acl(), expand_groups(), externals_run(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), hcard_init(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), impel_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), p_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), regver_content(), relative_date(), removeaccount_content(), removeaccount_post(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), search_ac_init(), search_content(), search_init(), send_message(), service_class_allows(), service_class_fetch(), service_limits_content(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tag_sort_length(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_content(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), user_approve(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    +

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), app_name_compare(), appman_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_content(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_retraction(), diaspora_send_status(), diaspora_share(), diaspora_transmit(), diaspora_unshare(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store_item(), events_content(), events_post(), expand_acl(), expand_groups(), externals_run(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), hcard_init(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), impel_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), locs_post(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), p_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), regver_content(), relative_date(), removeaccount_content(), removeaccount_post(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), search_ac_init(), search_content(), search_init(), send_message(), service_class_allows(), service_class_fetch(), service_limits_content(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tag_sort_length(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_content(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), user_approve(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 5bfa11b54..7ed79000c 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -815,7 +815,7 @@ Functions @@ -1087,7 +1087,7 @@ which will be processed and delivered before this function ultimately returns.
    Returns
    string
    -

    Referenced by create_identity().

    +

    Referenced by create_identity(), and foofoo().

    -- cgit v1.2.3 From 88d63d1b779b5409b400d6635681b0f445849088 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 19 Oct 2014 15:55:22 -0700 Subject: new doc added to doc checkin --- doc/html/RedBasicAuth_8php.html | 127 ++++ doc/html/RedDirectory_8php.html | 127 ++++ doc/html/RedFile_8php.html | 127 ++++ doc/html/chanman_8php.js | 4 + ...edMatrix_1_1RedDAV_1_1RedBasicAuth-members.html | 133 +++++ .../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html | 519 +++++++++++++++++ .../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.js | 19 + .../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.png | Bin 0 -> 957 bytes ...edMatrix_1_1RedDAV_1_1RedDirectory-members.html | 135 +++++ .../classRedMatrix_1_1RedDAV_1_1RedDirectory.html | 642 +++++++++++++++++++++ .../classRedMatrix_1_1RedDAV_1_1RedDirectory.js | 21 + .../classRedMatrix_1_1RedDAV_1_1RedDirectory.png | Bin 0 -> 1601 bytes ...lassRedMatrix_1_1RedDAV_1_1RedFile-members.html | 130 +++++ doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.html | 479 +++++++++++++++ doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.js | 16 + doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.png | Bin 0 -> 1155 bytes doc/html/dimport_8php.html | 136 +++++ doc/html/dimport_8php.js | 4 + doc/html/locs_8php.html | 167 ++++++ doc/html/locs_8php.js | 4 + 20 files changed, 2790 insertions(+) create mode 100644 doc/html/RedBasicAuth_8php.html create mode 100644 doc/html/RedDirectory_8php.html create mode 100644 doc/html/RedFile_8php.html create mode 100644 doc/html/chanman_8php.js create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth-members.html create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.js create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.png create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory-members.html create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.js create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.png create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedFile-members.html create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.html create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.js create mode 100644 doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.png create mode 100644 doc/html/dimport_8php.html create mode 100644 doc/html/dimport_8php.js create mode 100644 doc/html/locs_8php.html create mode 100644 doc/html/locs_8php.js (limited to 'doc') diff --git a/doc/html/RedBasicAuth_8php.html b/doc/html/RedBasicAuth_8php.html new file mode 100644 index 000000000..86984219c --- /dev/null +++ b/doc/html/RedBasicAuth_8php.html @@ -0,0 +1,127 @@ + + + + + + +The Red Matrix: include/RedDAV/RedBasicAuth.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    RedBasicAuth.php File Reference
    +
    +
    + + + + + +

    +Classes

    class  RedMatrix\RedDAV\RedBasicAuth
     Authentication backend class for RedDAV. More...
     
    + + + +

    +Namespaces

    namespace  RedMatrix\RedDAV
     
    +
    +
    + diff --git a/doc/html/RedDirectory_8php.html b/doc/html/RedDirectory_8php.html new file mode 100644 index 000000000..e0e081164 --- /dev/null +++ b/doc/html/RedDirectory_8php.html @@ -0,0 +1,127 @@ + + + + + + +The Red Matrix: include/RedDAV/RedDirectory.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    RedDirectory.php File Reference
    +
    +
    + + + + + +

    +Classes

    class  RedMatrix\RedDAV\RedDirectory
     RedDirectory class. More...
     
    + + + +

    +Namespaces

    namespace  RedMatrix\RedDAV
     
    +
    +
    + diff --git a/doc/html/RedFile_8php.html b/doc/html/RedFile_8php.html new file mode 100644 index 000000000..218102ecc --- /dev/null +++ b/doc/html/RedFile_8php.html @@ -0,0 +1,127 @@ + + + + + + +The Red Matrix: include/RedDAV/RedFile.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    RedFile.php File Reference
    +
    +
    + + + + + +

    +Classes

    class  RedMatrix\RedDAV\RedFile
     This class represents a file in DAV. More...
     
    + + + +

    +Namespaces

    namespace  RedMatrix\RedDAV
     
    +
    +
    + diff --git a/doc/html/chanman_8php.js b/doc/html/chanman_8php.js new file mode 100644 index 000000000..803e97f0b --- /dev/null +++ b/doc/html/chanman_8php.js @@ -0,0 +1,4 @@ +var chanman_8php = +[ + [ "chanman_remove_everything_from_network", "chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b", null ] +]; \ No newline at end of file diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth-members.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth-members.html new file mode 100644 index 000000000..f2f77b15f --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth-members.html @@ -0,0 +1,133 @@ + + + + + + +The Red Matrix: Member List + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + + + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html new file mode 100644 index 000000000..9cd342a8d --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html @@ -0,0 +1,519 @@ + + + + + + +The Red Matrix: RedMatrix\RedDAV\RedBasicAuth Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    RedMatrix\RedDAV\RedBasicAuth Class Reference
    +
    +
    + +

    Authentication backend class for RedDAV. + More...

    +
    +Inheritance diagram for RedMatrix\RedDAV\RedBasicAuth:
    +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     setCurrentUser ($name)
     
     getCurrentUser ()
     
     setTimezone ($timezone)
     Sets the timezone from the channel in RedBasicAuth. More...
     
     getTimezone ()
     Returns the timezone. More...
     
     setBrowserPlugin ($browser)
     Set browser plugin for SabreDAV. More...
     
     log ()
     Prints out all RedBasicAuth variables to logger(). More...
     
    + + + + + + + + + + + + + +

    +Public Attributes

     $channel_id = 0
     
     $channel_hash = ''
     
     $observer = ''
     
     $browser
     
     $owner_id = 0
     
     $owner_nick = ''
     
    + + + + + + + +

    +Protected Member Functions

     validateUserPass ($username, $password)
     Validates a username and password. More...
     
     setAuthenticated ($r)
     Sets variables and session parameters after successfull authentication. More...
     
    + + + + + +

    +Protected Attributes

     $channel_name = null
     
     $timezone = ''
     
    +

    Detailed Description

    +

    Authentication backend class for RedDAV.

    +

    This class also contains some data which is not necessary for authentication like timezone settings.

    +

    http://opensource.org/licenses/mit-license.php The MIT License (MIT)

    +

    Member Function Documentation

    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::getCurrentUser ()
    +
    +

    Returns information about the currently logged-in channel.

    +

    If nobody is currently logged in, this method should return null.

    +
    See Also
    ::getCurrentUser
    +
    Returns
    string|null
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::getTimezone ()
    +
    + +

    Returns the timezone.

    +
    Returns
    string Return the channel's timezone.
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::log ()
    +
    + +

    Prints out all RedBasicAuth variables to logger().

    +
    Returns
    void
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::setAuthenticated ( $r)
    +
    +protected
    +
    + +

    Sets variables and session parameters after successfull authentication.

    +
    Parameters
    + + +
    array$rArray with the values for the authenticated channel.
    +
    +
    +
    Returns
    bool
    + +

    Referenced by RedMatrix\RedDAV\RedBasicAuth\validateUserPass().

    + +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::setBrowserPlugin ( $browser)
    +
    + +

    Set browser plugin for SabreDAV.

    +
    See Also
    RedBrowser::set_writeable()
    +
    Parameters
    + + +
    \Sabre\DAV\Browser\Plugin$browser
    +
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::setCurrentUser ( $name)
    +
    +

    Sets the channel_name from the currently logged-in channel.

    +
    Parameters
    + + +
    string$nameThe channel's name
    +
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::setTimezone ( $timezone)
    +
    + +

    Sets the timezone from the channel in RedBasicAuth.

    +

    Set in mod/cloud.php if the channel has a timezone set.

    +
    Parameters
    + + +
    string$timezoneThe channel's timezone.
    +
    +
    +
    Returns
    void
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    RedMatrix\RedDAV\RedBasicAuth::validateUserPass ( $username,
     $password 
    )
    +
    +protected
    +
    + +

    Validates a username and password.

    +

    Guest access is granted with the password "+++".

    +
    See Also
    ::validateUserPass
    +
    Parameters
    + + + +
    string$username
    string$password
    +
    +
    +
    Returns
    bool
    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$browser
    +
    +
    + +
    +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$channel_hash = ''
    +
    + +
    +
    + +
    +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$channel_id = 0
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$channel_name = null
    +
    +protected
    +
    +
    + +
    +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$observer = ''
    +
    + +
    +
    + +
    +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$owner_id = 0
    +
    + +
    +
    + +
    +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$owner_nick = ''
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedBasicAuth::$timezone = ''
    +
    +protected
    +
    +
    +
    The documentation for this class was generated from the following file: +
    +
    + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.js b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.js new file mode 100644 index 000000000..b48393cea --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.js @@ -0,0 +1,19 @@ +var classRedMatrix_1_1RedDAV_1_1RedBasicAuth = +[ + [ "getCurrentUser", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aa0b2a5fa9186d7dc0e637f1ecb379c42", null ], + [ "getTimezone", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6333c8ce58998bd11bf8102afe3b0748", null ], + [ "log", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abf6fe89b0a8239ed93c3b07e1fbce75b", null ], + [ "setAuthenticated", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a2926fe923baade564f2663632fa8c633", null ], + [ "setBrowserPlugin", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#adc72f36f0b2b17b20ea4df900afcd697", null ], + [ "setCurrentUser", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aadce020fb595c7943829d7f995d3f998", null ], + [ "setTimezone", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#af6d239fefed05859327ee8db626703f9", null ], + [ "validateUserPass", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a6ece02655b780469e59e204c5979a624", null ], + [ "$browser", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3", null ], + [ "$channel_hash", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a112ad78a863dc0e598b5f02c596798c0", null ], + [ "$channel_id", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#abe1defedb90ac8e3b6487e124e625521", null ], + [ "$channel_name", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a76fdb7fd5dd7376155abb5a58cd6fd69", null ], + [ "$observer", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a605aa09565a097316b80f0d17d6b5823", null ], + [ "$owner_id", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a1a23c349cc4699a8474505972684ea9c", null ], + [ "$owner_nick", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#aad0ef0cc05c407de84dbfbf2050bbbbe", null ], + [ "$timezone", "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a849c99cf0a7ad065d630c8a30106ad5e", null ] +]; \ No newline at end of file diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.png b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.png new file mode 100644 index 000000000..f361b604b Binary files /dev/null and b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBasicAuth.png differ diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory-members.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory-members.html new file mode 100644 index 000000000..b6cf43ad2 --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory-members.html @@ -0,0 +1,135 @@ + + + + + + +The Red Matrix: Member List + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + + + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html new file mode 100644 index 000000000..5f07edc7d --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html @@ -0,0 +1,642 @@ + + + + + + +The Red Matrix: RedMatrix\RedDAV\RedDirectory Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    RedMatrix\RedDAV\RedDirectory Class Reference
    +
    +
    + +

    RedDirectory class. + More...

    +
    +Inheritance diagram for RedMatrix\RedDAV\RedDirectory:
    +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     __construct ($ext_path, &$auth_plugin)
     Sets up the directory node, expects a full path. More...
     
     getChildren ()
     Returns an array with all the child nodes. More...
     
     getChild ($name)
     Returns a child by name. More...
     
     getName ()
     Returns the name of the directory. More...
     
     setName ($name)
     Renames the directory. More...
     
     createFile ($name, $data=null)
     Creates a new file in the directory. More...
     
     createDirectory ($name)
     Creates a new subdirectory. More...
     
     childExists ($name)
     Checks if a child exists. More...
     
     getDir ()
     
     getLastModified ()
     Returns the last modification time for the directory, as a UNIX timestamp. More...
     
     getQuotaInfo ()
     Return quota usage. More...
     
    + + + +

    +Private Member Functions

     log ()
     
    + + + + + + + + + + + + + +

    +Private Attributes

     $red_path
     
     $folder_hash
     
     $ext_path
     
     $root_dir = ''
     
     $auth
     
     $os_path = ''
     
    +

    Detailed Description

    +

    RedDirectory class.

    +

    A class that represents a directory.

    +

    http://opensource.org/licenses/mit-license.php The MIT License (MIT)

    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::__construct ( $ext_path,
    $auth_plugin 
    )
    +
    + +

    Sets up the directory node, expects a full path.

    +
    Parameters
    + + + +
    string$ext_patha full path
    RedBasicAuth&$auth_plugin
    +
    +
    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::childExists ( $name)
    +
    + +

    Checks if a child exists.

    +
    Parameters
    + + +
    string$nameThe name to check if it exists.
    +
    +
    +
    Returns
    boolean
    + +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::createDirectory ( $name)
    +
    + +

    Creates a new subdirectory.

    +
    Parameters
    + + +
    string$namethe directory to create
    +
    +
    +
    Returns
    void
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::createFile ( $name,
     $data = null 
    )
    +
    + +

    Creates a new file in the directory.

    +

    Data will either be supplied as a stream resource, or in certain cases as a string. Keep in mind that you may have to support either.

    +

    After successful creation of the file, you may choose to return the ETag of the new file here.

    +
    Exceptions
    + + +
    \Sabre\DAV\Exception\Forbidden
    +
    +
    +
    Parameters
    + + + +
    string$nameName of the file
    resource | string$dataInitial payload
    +
    +
    +
    Returns
    null|string ETag
    + +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::getChild ( $name)
    +
    + +

    Returns a child by name.

    +
    Exceptions
    + + + +
    \Sabre\DAV\Exception\Forbidden
    \Sabre\DAV\Exception\NotFound
    +
    +
    +
    Parameters
    + + +
    string$name
    +
    +
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::getChildren ()
    +
    + +

    Returns an array with all the child nodes.

    +
    Exceptions
    + + +
    \Sabre\DAV\Exception\Forbidden
    +
    +
    +
    Returns
    array []
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::getDir ()
    +
    +
    Todo:
    add description of what this function does.
    +
    Exceptions
    + + +
    \Sabre\DAV\Exception\NotFound
    +
    +
    +
    Returns
    void
    + +

    Referenced by RedMatrix\RedDAV\RedDirectory\__construct().

    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::getLastModified ()
    +
    + +

    Returns the last modification time for the directory, as a UNIX timestamp.

    +

    It looks for the last edited file in the folder. If it is an empty folder it returns the lastmodified time of the folder itself, to prevent zero timestamps.

    +
    Returns
    int last modification time in UNIX timestamp
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::getName ()
    +
    + +

    Returns the name of the directory.

    +
    Returns
    string
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::getQuotaInfo ()
    +
    + +

    Return quota usage.

    +

    Should guests relly see the used/free values from filesystem of the complete store directory?

    +
    Returns
    array with used and free values in bytes.
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::log ()
    +
    +private
    +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedDirectory::setName ( $name)
    +
    + +

    Renames the directory.

    +
    Todo:
    handle duplicate directory name
    +
    Exceptions
    + + +
    \Sabre\DAV\Exception\Forbidden
    +
    +
    +
    Parameters
    + + +
    string$nameThe new name of the directory.
    +
    +
    +
    Returns
    void
    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedDirectory::$auth
    +
    +private
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedDirectory::$ext_path
    +
    +private
    +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedDirectory::$folder_hash
    +
    +private
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedDirectory::$os_path = ''
    +
    +private
    +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedDirectory::$red_path
    +
    +private
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedDirectory::$root_dir = ''
    +
    +private
    +
    + +
    +
    +
    The documentation for this class was generated from the following file: +
    +
    + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.js b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.js new file mode 100644 index 000000000..bbb92425f --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.js @@ -0,0 +1,21 @@ +var classRedMatrix_1_1RedDAV_1_1RedDirectory = +[ + [ "__construct", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a76b58fe5223e565c97f1b9af93031a99", null ], + [ "childExists", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a964b13fde1a5da6f76b51ca5519234dc", null ], + [ "createDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aca0e8d574ea66a0e210f571700663c62", null ], + [ "createFile", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a58e750256cdc2f0f79fbe8d5463ffefe", null ], + [ "getChild", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a1a37850bdd1f188abd6160559698d5d7", null ], + [ "getChildren", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a9b9a0b5bfa4de1f78e6cafaa534b6f6a", null ], + [ "getDir", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a825dc5f3e0f83f50736c16daa6a4809d", null ], + [ "getLastModified", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db5f641f8f5dc999e55cee1832ecd5", null ], + [ "getName", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a55f7172814a0749b5342f152ab3fa0df", null ], + [ "getQuotaInfo", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a69db443ed3c84938b4352fe515bf8d68", null ], + [ "log", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#af90a1a74cfd643a5c56b9a17ea250d59", null ], + [ "setName", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a14ac61d31a031d139956763db4e03956", null ], + [ "$auth", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#aab6907e7fb7f9f7227f9cd42bdc84eb9", null ], + [ "$ext_path", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#adf8735b3118cdf2f42416edaf42b82e9", null ], + [ "$folder_hash", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a2fc4e6b9be2108bbaa1ca1a03fd6d44e", null ], + [ "$os_path", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a17ea47e34cb76b6e79f36ebed790d76a", null ], + [ "$red_path", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a4bba2e56bc8ec3e05f05eae46f56f36d", null ], + [ "$root_dir", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a438066fb1565fbcffa22c12d5ce23695", null ] +]; \ No newline at end of file diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.png b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.png new file mode 100644 index 000000000..e3eeebb23 Binary files /dev/null and b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.png differ diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile-members.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile-members.html new file mode 100644 index 000000000..2206f8cbf --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile-members.html @@ -0,0 +1,130 @@ + + + + + + +The Red Matrix: Member List + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + + + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.html new file mode 100644 index 000000000..1f48aa7b7 --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.html @@ -0,0 +1,479 @@ + + + + + + +The Red Matrix: RedMatrix\RedDAV\RedFile Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    RedMatrix\RedDAV\RedFile Class Reference
    +
    +
    + +

    This class represents a file in DAV. + More...

    +
    +Inheritance diagram for RedMatrix\RedDAV\RedFile:
    +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     __construct ($name, $data, &$auth)
     
     getName ()
     Returns the name of the file. More...
     
     setName ($newName)
     Renames the file. More...
     
     put ($data)
     Updates the data of the file. More...
     
     get ()
     Returns the raw data. More...
     
     getETag ()
     Returns the ETag for a file. More...
     
     getContentType ()
     Returns the mime-type for a file. More...
     
     getSize ()
     Returns the size of the node, in bytes. More...
     
     getLastModified ()
     Returns the last modification time for the file, as a unix timestamp. More...
     
     delete ()
     Delete the file. More...
     
    + + + + + + + +

    +Private Attributes

     $data
     
     $auth
     
     $name
     
    +

    Detailed Description

    +

    This class represents a file in DAV.

    +

    It provides all functions to work with files in Red's cloud through DAV protocol.

    +

    http://opensource.org/licenses/mit-license.php The MIT License (MIT)

    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    RedMatrix\RedDAV\RedFile::__construct ( $name,
     $data,
    $auth 
    )
    +
    +

    Sets up the node, expects a full path name.

    +
    Parameters
    + + + + +
    string$name
    array$datafrom attach table
    &$auth
    +
    +
    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedFile::delete ()
    +
    + +

    Delete the file.

    +

    This method checks the permissions and then calls attach_delete() function to actually remove the file.

    +
    Exceptions
    + + +
    \Sabre\DAV\Exception\Forbidden
    +
    +
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedFile::get ()
    +
    + +

    Returns the raw data.

    +
    Returns
    string
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedFile::getContentType ()
    +
    + +

    Returns the mime-type for a file.

    +

    If null is returned, we'll assume application/octet-stream

    +
    Returns
    mixed
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedFile::getETag ()
    +
    + +

    Returns the ETag for a file.

    +

    An ETag is a unique identifier representing the current version of the file. If the file changes, the ETag MUST change. The ETag is an arbitrary string, but MUST be surrounded by double-quotes.

    +

    Return null if the ETag can not effectively be determined.

    +
    Returns
    null|string
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedFile::getLastModified ()
    +
    + +

    Returns the last modification time for the file, as a unix timestamp.

    +
    Returns
    int last modification time in UNIX timestamp
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedFile::getName ()
    +
    + +

    Returns the name of the file.

    +
    Returns
    string
    + +
    +
    + +
    +
    + + + + + + + +
    RedMatrix\RedDAV\RedFile::getSize ()
    +
    + +

    Returns the size of the node, in bytes.

    +
    Returns
    int filesize in bytes
    + +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedFile::put ( $data)
    +
    + +

    Updates the data of the file.

    +
    Parameters
    + + +
    resource$data
    +
    +
    +
    Returns
    void
    + +
    +
    + +
    +
    + + + + + + + + +
    RedMatrix\RedDAV\RedFile::setName ( $newName)
    +
    + +

    Renames the file.

    +
    Exceptions
    + + +
    Sabre\DAV\Exception\Forbidden
    +
    +
    +
    Parameters
    + + +
    string$nameThe new name of the file.
    +
    +
    +
    Returns
    void
    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedFile::$auth
    +
    +private
    +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedFile::$data
    +
    +private
    +
    +
    + +
    +
    + + + + + +
    + + + + +
    RedMatrix\RedDAV\RedFile::$name
    +
    +private
    +
    +
    +
    The documentation for this class was generated from the following file: +
    +
    + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.js b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.js new file mode 100644 index 000000000..c65382641 --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.js @@ -0,0 +1,16 @@ +var classRedMatrix_1_1RedDAV_1_1RedFile = +[ + [ "__construct", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a05798eac84c578152ff21758261c6ac6", null ], + [ "delete", "classRedMatrix_1_1RedDAV_1_1RedFile.html#ab7ab7ba81fab28eb02382cfdfd80ecfe", null ], + [ "get", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a7241beecd01f5bb4e74659863dd85bd8", null ], + [ "getContentType", "classRedMatrix_1_1RedDAV_1_1RedFile.html#af5c88b75d0c1f590af03755534cb167e", null ], + [ "getETag", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a9f14682acf3ccb70df5af5dd0687c689", null ], + [ "getLastModified", "classRedMatrix_1_1RedDAV_1_1RedFile.html#ac47016aa0e3f6f1a1c4570bd6fd8cf25", null ], + [ "getName", "classRedMatrix_1_1RedDAV_1_1RedFile.html#ac945aa782d6c035d339e59974266ec4d", null ], + [ "getSize", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a07e1b19e7aaf3dcce822e9be8823a87d", null ], + [ "put", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a709ec1288d21ddf1353524435ab916f0", null ], + [ "setName", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a0350cb4e0327e1f9922869a48ee04f1d", null ], + [ "$auth", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a21b6e9d420c352f25610a33f57858215", null ], + [ "$data", "classRedMatrix_1_1RedDAV_1_1RedFile.html#a235700e2dfbe21dc41613d36e30e8acc", null ], + [ "$name", "classRedMatrix_1_1RedDAV_1_1RedFile.html#ab722dcb8c4598426c81fa2b2e4fad5f2", null ] +]; \ No newline at end of file diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.png b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.png new file mode 100644 index 000000000..9a1837e1c Binary files /dev/null and b/doc/html/classRedMatrix_1_1RedDAV_1_1RedFile.png differ diff --git a/doc/html/dimport_8php.html b/doc/html/dimport_8php.html new file mode 100644 index 000000000..925e95097 --- /dev/null +++ b/doc/html/dimport_8php.html @@ -0,0 +1,136 @@ + + + + + + +The Red Matrix: include/dimport.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    dimport.php File Reference
    +
    +
    + + + + +

    +Functions

     foofoo ()
     
    +

    Function Documentation

    + +
    +
    + + + + + + + +
    foofoo ()
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/dimport_8php.js b/doc/html/dimport_8php.js new file mode 100644 index 000000000..1f463fb3d --- /dev/null +++ b/doc/html/dimport_8php.js @@ -0,0 +1,4 @@ +var dimport_8php = +[ + [ "foofoo", "dimport_8php.html#a581f040717941ce3e1868b0b5dceefd1", null ] +]; \ No newline at end of file diff --git a/doc/html/locs_8php.html b/doc/html/locs_8php.html new file mode 100644 index 000000000..86cc0d2a8 --- /dev/null +++ b/doc/html/locs_8php.html @@ -0,0 +1,167 @@ + + + + + + +The Red Matrix: mod/locs.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    locs.php File Reference
    +
    +
    + + + + +

    +Functions

     locs_post (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    locs_post ($a)
    +
    +

    Placeholder file at present. This is going to involve a bit of work.

    +

    This file will deal with the deletion of channels and management of hublocs.

    +

    We need to provide the following functionality:

    +
      +
    • Delete my account and all channels from the entire network
    • +
    +
      +
    • Delete my account and all channels from this server
    • +
    +
      +
    • Delete a channel from the entire network
    • +
    +
      +
    • Delete a channel from this server
    • +
    +
      +
    • List all hub locations for this channel
    • +
    +
      +
    • Remove this/some hub location from this channel
    • +
    +
      +
    • promote this/some hub location to primary
    • +
    +
      +
    • Remove hub location 'xyz' from this channel, (this should possibly only be allowed if that hub has been down for a period of time)
    • +
    +
      +
    • Some of these actions should probably require email verification
    • +
    + +
    +
    +
    +
    + diff --git a/doc/html/locs_8php.js b/doc/html/locs_8php.js new file mode 100644 index 000000000..475fc5dd6 --- /dev/null +++ b/doc/html/locs_8php.js @@ -0,0 +1,4 @@ +var locs_8php = +[ + [ "locs_post", "locs_8php.html#a6b43654592919ac863d67a1f787a69b9", null ] +]; \ No newline at end of file -- cgit v1.2.3 From bae3029c639bf6f9469dd93bfedc3dce0d8510d7 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 19 Oct 2014 16:12:05 -0700 Subject: merge madness --- doc/AdvancedSearch.md | 5 +-- doc/Hooks.md | 2 + doc/about.bb | 2 +- doc/account_basics.bb | 2 + doc/accounts.bb | 2 +- doc/accounts_profiles_channels_basics.bb | 2 +- doc/addons.bb | 2 +- doc/addons_gnusocial.bb | 2 +- doc/api_functions.bb | 2 +- doc/bbcode.html | 2 +- doc/campaign.bb | 2 +- doc/channels.bb | 2 +- doc/checking_account_quota_usage.bb | 2 +- doc/cloud.bb | 2 +- doc/cloud_desktop_clients.bb | 2 +- doc/comanche.bb | 20 ++++----- doc/connecting_to_channels.bb | 2 +- doc/credits.bb | 76 ++++++++++++++++++++++++++++++++ doc/dav_dolphin.bb | 2 +- doc/dav_konqueror.bb | 3 +- doc/dav_mount.bb | 2 +- doc/dav_nautilus.bb | 2 +- doc/dav_nemo.bb | 4 +- doc/dav_windows.bb | 2 +- doc/debian_install.bb | 2 +- doc/dev-function-overview.md | 2 +- doc/developer_function_primer.bb | 2 +- doc/developers.bb | 2 +- doc/external-resource-links.bb | 4 +- doc/extra_features.bb | 2 +- doc/faq_admins.bb | 2 +- doc/faq_developers.bb | 5 ++- doc/faq_members.bb | 15 +++++++ doc/faq_users.bb | 17 ------- doc/features.bb | 2 +- doc/git_for_non_developers.bb | 2 +- doc/hidden_configs.bb | 4 +- doc/install.bb | 3 ++ doc/intro_for_developers.bb | 2 +- doc/macros/addons_footer.bb | 2 + doc/macros/cloud_footer.bb | 2 + doc/macros/main_footer.bb | 1 + doc/macros/troubleshooting_footer.bb | 2 + doc/main.bb | 2 +- doc/permissions.bb | 2 +- doc/plugins.bb | 2 +- doc/problems-following-an-update.bb | 3 +- doc/profiles.bb | 2 +- doc/red2pi.bb | 2 +- doc/registration.bb | 3 +- doc/remove_account.bb | 4 +- doc/schema_development.bb | 2 +- doc/tags_and_mentions.bb | 3 +- doc/troubleshooting.bb | 2 +- doc/webpages.bb | 3 +- doc/what_is_zot.bb | 2 +- 56 files changed, 170 insertions(+), 81 deletions(-) create mode 100644 doc/credits.bb create mode 100644 doc/faq_members.bb delete mode 100644 doc/faq_users.bb create mode 100644 doc/macros/addons_footer.bb create mode 100644 doc/macros/cloud_footer.bb create mode 100644 doc/macros/main_footer.bb create mode 100644 doc/macros/troubleshooting_footer.bb (limited to 'doc') diff --git a/doc/AdvancedSearch.md b/doc/AdvancedSearch.md index 5a9a5a3bc..df4a87482 100644 --- a/doc/AdvancedSearch.md +++ b/doc/AdvancedSearch.md @@ -51,7 +51,4 @@ Example: name="charlie brown" and country=canada and not gender=female - - - - +#include doc/macros/main_footer.bb; diff --git a/doc/Hooks.md b/doc/Hooks.md index 350068314..d7998a8e7 100644 --- a/doc/Hooks.md +++ b/doc/Hooks.md @@ -133,3 +133,5 @@ Hooks - Complete List * $a->module . '_pre_' . $selname * $a->module . '_pre_' . $selname +#include doc/macros/main_footer.bb; + diff --git a/doc/about.bb b/doc/about.bb index aa4fde54d..bd91970f6 100644 --- a/doc/about.bb +++ b/doc/about.bb @@ -20,5 +20,5 @@ Along the way, Red offers a number of unique goodies: [b]Privacy:[/b] Red identities (Zot IDs) can be deleted, backed up/downloaded, and cloned. The user is in full control of their data. Should you decide to delete all your content and erase your Zot ID, all you have to do is click on a link and it's immediately deleted from the hub. No questions, no fuss. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/account_basics.bb b/doc/account_basics.bb index 3c5d28fbc..a8fd6e5fd 100644 --- a/doc/account_basics.bb +++ b/doc/account_basics.bb @@ -31,3 +31,5 @@ See Also [zrl=[baseurl]/help/permissions]Permissions[/zrl] [zrl=[baseurl]/help/profiles]Profiles[/zrl] [zrl=[baseurl]/help/remove_account]Remove Account[/zrl] + +#include doc/macros/main_footer.bb; diff --git a/doc/accounts.bb b/doc/accounts.bb index bf57f1234..7c0378504 100644 --- a/doc/accounts.bb +++ b/doc/accounts.bb @@ -1,4 +1,4 @@ This one still needs to be written. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/accounts_profiles_channels_basics.bb b/doc/accounts_profiles_channels_basics.bb index f803f25e9..c064e99f1 100644 --- a/doc/accounts_profiles_channels_basics.bb +++ b/doc/accounts_profiles_channels_basics.bb @@ -15,5 +15,5 @@ Unlike other services Red Matrix offers you the advantage of creating [i]many mo During the registration you created your first [i]channel[/i]. Yes, besides several profiles you are able to have several channels. This might be a bit confusing in the beginning, but let's clear things up. You already have created one channel. You can use this one for the public, to communicate with people about every day life. But perhaps you are an avid book reader and many people are bored by that. So you open a [i]second channel[/i] just for the book lovers, where you all can talk about books as much as you like. Obviously this is a new stream of posts, with a new profile (... or new profile[i]s[/i] ...) and completely different contacts. Some connections might exist in both channels, but there will be some that are exclusive to only one of both. You yourself just switch between both of them just like you would in real life switch when talking to people you meet on the street or people you meet specially to talk about books. You can even connect to yourself, or better: to your other channel. :) [i]Think of a channel as different spaces dedicated to different topics where you meet with different people.[/i] -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/addons.bb b/doc/addons.bb index a4b76929b..726b437ed 100644 --- a/doc/addons.bb +++ b/doc/addons.bb @@ -1,5 +1,5 @@ * [zrl=[baseurl]/help/addons_gnusocial]Posting To Gnu Social[/zrl] -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/addons_gnusocial.bb b/doc/addons_gnusocial.bb index 664f1df39..339add5a9 100644 --- a/doc/addons_gnusocial.bb +++ b/doc/addons_gnusocial.bb @@ -60,5 +60,5 @@ If you don't choose this option, you will have an option to send a post to your If all goes well, you have just cross-posted your RedMatrix post to your account on a GNUsocial instance. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/addons_footer.bb; diff --git a/doc/api_functions.bb b/doc/api_functions.bb index ade6efd42..c9d90c716 100644 --- a/doc/api_functions.bb +++ b/doc/api_functions.bb @@ -129,5 +129,5 @@ Red proposed API extensions to the Twitter API api/albums/destroy (R),J api/friends/permissions (R),J -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/bbcode.html b/doc/bbcode.html index 97a0bbc6c..0f070eaa2 100644 --- a/doc/bbcode.html +++ b/doc/bbcode.html @@ -66,8 +66,8 @@
  • [rpost=title]Text to post[/rpost] The observer will be returned to their home hub to enter a post with the specified title and body. Both are optional
  • [qr]text to post[/qr] - create a QR code.

    -Return to the Main documentation page[/a] +#include doc/macros/main_footer.bb; diff --git a/doc/campaign.bb b/doc/campaign.bb index f3d23baa6..b05846a0b 100644 --- a/doc/campaign.bb +++ b/doc/campaign.bb @@ -233,5 +233,5 @@ Raising more than our initial goal of funds, will speed up our development effor Awesome. We'd be more than happy to chat. You can find us {HERE} -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/channels.bb b/doc/channels.bb index 42253a664..82b70630c 100644 --- a/doc/channels.bb +++ b/doc/channels.bb @@ -26,5 +26,5 @@ The "Matrix" page contains all recent posts from across the matrix, ag As mentioned at the start, many other kinds of channel are possible, however, the creation procedure is the same. The difference between channels lies primarily in the permissions assigned. For example, a channel for sharing documents with colleagues at work would probably want more permissive settings for "Can write to my "public" file storage" than a personal account. For more information, see the permissions section. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/checking_account_quota_usage.bb b/doc/checking_account_quota_usage.bb index 5bf5b3163..60d84005e 100644 --- a/doc/checking_account_quota_usage.bb +++ b/doc/checking_account_quota_usage.bb @@ -14,4 +14,4 @@ Visit the following URL in your browser: Example: [observer.baseurl]/filestorage/[observer.webname] -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/cloud.bb b/doc/cloud.bb index e71da78e8..92b97a21c 100644 --- a/doc/cloud.bb +++ b/doc/cloud.bb @@ -24,4 +24,4 @@ See: [zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl] When using WebDAV, the file is created with your channel's default file permissions and this cannot be changed from within the operating system. It also may not be as restrictive as you would like. What we've found is that the preferred method of making files private is to first create folders or directories; then visit "filestorage/{{username}}"; select the directory and change the permissions. Do this before you put anything into the directory. The directory permissions take precedence so you can then put files or other folders into that container and they will be protected from unwanted viewers by the directory permissions. It is common for folks to create a "personal" or "private" folder which is restricted to themselves. You can use this as a personal cloud to store anything from anywhere on the web or any computer and it is protected from others. You might also create folders for "family" and "friends" with permission granted to appropriate collections of channels. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/cloud_desktop_clients.bb b/doc/cloud_desktop_clients.bb index 557acb472..2f099527f 100644 --- a/doc/cloud_desktop_clients.bb +++ b/doc/cloud_desktop_clients.bb @@ -18,4 +18,4 @@ Note: There have been reported issues with clients that use "chunked transfer encoding", which includes Apple iOS services, and also the "AnyClient" and "CyberDuck" tools. These work fine for downloads, but uploads often end up with files of zero size. This is caused by an incorrect implemention of chunked encoding in some current FCGI (fast-cgi) implementations. Apache running with PHP as a module does not have these issues, but when running under FCGI you may need to use alternative clients or use the web uploader. At the time of this writing the issue has been open and no updates provided for at least a year. If you encounter zero size files with other clients, please check the client notes; as there are occasional configuration issues which can also produce these symptoms. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file +#include doc/macros/cloud_footer.bb; diff --git a/doc/comanche.bb b/doc/comanche.bb index d329cc34b..19a74833e 100644 --- a/doc/comanche.bb +++ b/doc/comanche.bb @@ -28,10 +28,10 @@ Currently there are three layout templates, unless your site provides additional edgestwo - two column layout with fixed side margins edgesthree - three column layout with fixed side margins full - three column layout with fixed side margins and adds a "header" region beneath the navigation bar - - redable - - A template for reading longer texts. Three columns: aside, content and right_aside. For maximum readability it is advised to only use the middle content column. + + redable + + A template for reading longer texts. Three columns: aside, content and right_aside. For maximum readability it is advised to only use the middle content column. [/code] @@ -45,11 +45,11 @@ To choose a layout template, use the 'template' tag. To choose the "choklet" template with the "three" flavour: [code] - [template=three]choklet[/template] -[/code] - -Or the "redable" (sic) template: - + [template=three]choklet[/template] +[/code] + +Or the "redable" (sic) template: + [code] [template]redable[/template] [/code] @@ -188,4 +188,4 @@ The 'comment' tag is used to delimit comments. These comments will not appear on [/region] [/code] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/connecting_to_channels.bb b/doc/connecting_to_channels.bb index a067b6cf2..901565ad3 100644 --- a/doc/connecting_to_channels.bb +++ b/doc/connecting_to_channels.bb @@ -16,4 +16,4 @@ You may also connect with any channel by visiting the "Connections" pa Some channels are designated "Premium Channels" and may require some action on your part before a connection can be established. The Connect button will for these channels will take you to a page which lists in detail what terms the channel owner has set. If the terms are accepted, the connection will then proceed normally. In some cases, such as with celebrities and world-reknowned publishers, this may involve payment. If you do not agree to the terms, the connection will not proceed, or it may proceed but with reduced permissions allowed on your interactions with that channel. -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/credits.bb b/doc/credits.bb new file mode 100644 index 000000000..d13b99bdd --- /dev/null +++ b/doc/credits.bb @@ -0,0 +1,76 @@ +[b]Credits[/b] + +Mike Macgirvin +Thomas Willingham +Fabio Comuni +Simon L'nu +marijus +Tobias Diekershoff +fabrixxm +tommy tomson +Simon +zottel +Christian Vogeley +jeroenpraat +Michael Vogel +erik +Zach Prezkuta +Paolo T +Michael Meer +Michael +Abinoam P. Marques Jr +Tobias Hößl +Alexander Kampmann +Olaf Conradi +Paolo Tacconi +tobiasd +Devlon Duthie +Zvi ben Yaakov (a.k.a rdc) +Alexandre Hannud Abdo +Olivier Migeot +Chris Case +Klaus Weidenbach +Michael Johnston +olivierm +Vasudev Kamath +pixelroot +Max Weller +duthied +Martin Schmitt +Sebastian Egbers +Erkan Yilmaz +sasiflo +Stefan Parviainen +Haakon Meland Eriksen +Oliver Hartmann (23n) +Erik Lundin +habeascodice +sirius +Charles +Tony Baldwin +Hauke Zuehl +Keith Fernie +toclimb +Daniel Frank +Matthew Exon +Michal Supler +Tobias Luther +U-SOUND\mike +mrjive +nostupidzone +tonnerkiller +Antoine G +Christian Drechsler +Ludovic Grossard +RedMatrixCanada +Stanislav Lechev [0xAF] +aweiher +bufalo1973 +dsp1986 +felixgilles +ike +maase2 +mycocham +ndurchx +pafcu +Simó Albert i Beltran diff --git a/doc/dav_dolphin.bb b/doc/dav_dolphin.bb index 4429303d3..a1ebba394 100644 --- a/doc/dav_dolphin.bb +++ b/doc/dav_dolphin.bb @@ -6,4 +6,4 @@ When prompted for a username and password, enter your username (the first part o Note, if you are already logged in to the web interface via Konqueror, you will not be prompted for further authentication. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file +#include doc/macros/cloud_footer.bb; diff --git a/doc/dav_konqueror.bb b/doc/dav_konqueror.bb index f44c11fb2..79108e1d0 100644 --- a/doc/dav_konqueror.bb +++ b/doc/dav_konqueror.bb @@ -8,4 +8,5 @@ Additionally, if one has authenticated at a different hub during their normal br This functionality is normally restricted to the web interface, and is not available to any desktop software other than KDE. -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file +#include doc/macros/cloud_footer.bb; + diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index 62edc09d0..d8cb2e08e 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -82,5 +82,5 @@ If that still doesn't work, disable the cache. Note that this has a performance If it [i]still[/i] doesn't work, there is one more thing you can try. (This one is caused by a bug in older versions of dav2fs itself, so updating to a new version may also help). Enable weak etag dropping by setting [code]drop_weak_etags 1[/code]. Unmount and remount your filesystem to apply the changes. +#include doc/macros/cloud_footer.bb; -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] diff --git a/doc/dav_nautilus.bb b/doc/dav_nautilus.bb index d3c478aa0..51663b6de 100644 --- a/doc/dav_nautilus.bb +++ b/doc/dav_nautilus.bb @@ -6,4 +6,4 @@ 4. You will be prompted for your username (same as above) and password 5. Your personal DAV directory will be shown in the window -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file +#include doc/macros/cloud_footer.bb; diff --git a/doc/dav_nemo.bb b/doc/dav_nemo.bb index a2553c1d5..2c88b0782 100644 --- a/doc/dav_nemo.bb +++ b/doc/dav_nemo.bb @@ -15,5 +15,5 @@ Fill the dialog - Passwort: yourpasswort Once open you can set a bookmark. - -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file + +#include doc/macros/cloud_footer.bb; diff --git a/doc/dav_windows.bb b/doc/dav_windows.bb index 600944b68..0eaffd4d0 100644 --- a/doc/dav_windows.bb +++ b/doc/dav_windows.bb @@ -8,4 +8,4 @@ RedDav using Windows 7 graphical user interface wizard: 5. Type your Red account's user name. IMPORTANT - NO at-sign or domain name. 6. Type your Red password -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] \ No newline at end of file +#include doc/macros/cloud_footer.bb; diff --git a/doc/debian_install.bb b/doc/debian_install.bb index f441025ae..f4e901dc6 100644 --- a/doc/debian_install.bb +++ b/doc/debian_install.bb @@ -29,4 +29,4 @@ To install Red for domain example.com, after the initial server setup run [code]bash setup-debian.sh red example.com[/code] -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md index 3cda8f7c4..ecf9186ca 100644 --- a/doc/dev-function-overview.md +++ b/doc/dev-function-overview.md @@ -48,5 +48,5 @@ Returns the translated variant of $string for the current language or $string (d Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0; -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/developer_function_primer.bb b/doc/developer_function_primer.bb index 144664615..3d5fe82a9 100644 --- a/doc/developer_function_primer.bb +++ b/doc/developer_function_primer.bb @@ -44,4 +44,4 @@ Returns the translated variant of $string for the current language or $string (d Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0; -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/developers.bb b/doc/developers.bb index a29a848e0..18e39c4ea 100644 --- a/doc/developers.bb +++ b/doc/developers.bb @@ -64,4 +64,4 @@ In the interests of consistency we adopt the following code styling. We may acce [li] Generally speaking, opening braces go on the same line as the thing which opens the brace. They are the last character on the line. Closing braces are on a line by themselves. [/li] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/external-resource-links.bb b/doc/external-resource-links.bb index 70dfd2fcc..29eabce74 100644 --- a/doc/external-resource-links.bb +++ b/doc/external-resource-links.bb @@ -19,6 +19,6 @@ [*][url=https://github.com/zzottel/feed2red]feed2red.pl (posts Atom/RSS feeds to channel)[/url] [b]Utilities[/b] -[*][url=http://beardyunixer.com:1234/?p=debian-install-script;a=tree]Debian Install Script[/url] +[*][url=http://gitweb.whogotzot.com/debian-install-script]Debian Install Script[/url] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/extra_features.bb b/doc/extra_features.bb index 372ac6bbe..2e877375e 100644 --- a/doc/extra_features.bb +++ b/doc/extra_features.bb @@ -94,4 +94,4 @@ Ability to mark special posts with a star indicator Provide a personal tag cloud on your channel page -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/faq_admins.bb b/doc/faq_admins.bb index 1679ec246..60c1be5a8 100644 --- a/doc/faq_admins.bb +++ b/doc/faq_admins.bb @@ -45,4 +45,4 @@ valid SSL certificate rather than disabling port 443. [/ul] -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/faq_developers.bb b/doc/faq_developers.bb index 192dcb5c5..61843648a 100644 --- a/doc/faq_developers.bb +++ b/doc/faq_developers.bb @@ -1,6 +1,5 @@ [size=large][b]Frequently Asked Questions For Developers[/b][/size] -(...) still needs to be written (...) [ul] [*][b]What does $a mean?[/b] @@ -26,3 +25,7 @@ function foo() { } [/code] [/ul] + + +#include doc/macros/main_footer.bb; + diff --git a/doc/faq_members.bb b/doc/faq_members.bb new file mode 100644 index 000000000..a089b8b0c --- /dev/null +++ b/doc/faq_members.bb @@ -0,0 +1,15 @@ +[size=large][b]The Red Matrix FAQ[/b][/size] + +[ul] +[*][b]I am able to edit a post's text after I saved it, but is there a way to change the permissions?[/b] +Short anser: No, there isn't. There are reasons. You are able to change permissons to your files, photos and the likes, but not to posts after you have saved them. The main reason is: Once you have saved a post it is being distributed either to the public channel and from there to other Red Matrix servers or to those you intended it to go. Just like you cannot reclaim something you gave to another person, you cannot change permissions to Red Matrix posts. We would need to track everywhere your posting goes, keep track of everyone you allowed to see it and then keep track of from whom to delete it. +If a posting is public this is even harder, as the Red Matrix is a global network and there is no way to follow a post, let alone reclaim it reliably. Other networks that may receive your post have no reliable way to delete or reclaim the post. +[*][b]I downloaded my channel and imported it (cloned my identity) to another site but there is no content, no posts, no photos. What is wrong???[/b] +To be honest: Nothing. That's the way it is right now. Technically it is surely possible to take at least your own posts and maybe even files with you, but this has simply put not implemented yet. When creating this feature we thought that keeping all your contacts was more important. Your friends have already seen your old content. Once we find someone willing to implement this, it will be done. :) +[*][b]I can't see private resources[/b] +You have probably disabled third party cookies. You need to enable them for remote authentication to work. +[*][b]There are a lot of foreign language posts. Let's auto-translate them.[/b] +There are also a lot of [b]private[/b] foreign language posts and auto-translation services would require us to transmit these private messages to the translation service; and we don't know what they will do with them on their servers. Actually we do know thanks to Edward Snowden. Our best bet is a project called [b][i]Apertium[/i][/b] which is an open source translator we can install locally. It is currently missing German translations - which are the most requested translation in the matrix. Once again, this will be implemented when we find somebody who really wants to make it happen. +[/ul] + +#include doc/macros/main_footer.bb; diff --git a/doc/faq_users.bb b/doc/faq_users.bb deleted file mode 100644 index aac4a114c..000000000 --- a/doc/faq_users.bb +++ /dev/null @@ -1,17 +0,0 @@ -[size=large][b]The Red Matrix FAQ[/b][/size] - -[ul] -[*][b]I am able to edit a post's text after I saved it, but is there a way to change the permissions?[/b] -Short anser: No, there isn't. There are reasons. You are able to change permissons to your files, photos and the likes, but not to posts after you have saved them. The main reason is: Once you have saved a post it is being distributed either to the public channel and from there to other Red Matrix servers or to those you intended it to go. Just like you cannot reclaim something you gave to another person, you cannot change permissions to Red Matrix posts. We would need to track everywhere your posting goes, keep track of everyone you allowed to see it and then keep track of from whom to delete it. -If a posting is public this is even harder, as the Red Matrix is a global network and there is no way to follow a post, let alone reclaim it reliably. Other networks that may receive your post have no reliable way to delete or reclaim the post. -[*][b]I downloaded my channel and imported it (cloned my identity) to another site but there is no content, no posts, no photos. What is wrong???[/b] -To be honest: Nothing. That's the way it is right now. Technically it is surely possible to take at least your own posts and maybe even files with you, but this has simply put not implemented yet. When creating this feature we thought that keeping all your contacts was more important. Your friends have already seen your old content. Once we find someone willing to implement this, it will be done. :) -[*][b]I can't see private resources[/b] -You have probably disabled third party cookies. You need to enable them for remote authentication to work. -[*][b]There are a lot of foreign language posts. Let's auto-translate them.[/b] -There are also a lot of [b]private[/b] foreign language posts and auto-translation services would require us to transmit these private messages to the translation service; and we don't know what they will do with them on their servers. Actually we do know thanks to Edward Snowden. Our best bet is a project called [b][i]Apertium[/i][/b] which is an open source translator we can install locally. It is currently missing German translations - which are the most requested translation in the matrix. Once again, this will be implemented when we find somebody who really wants to make it happen. -[/ul] - - - -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] diff --git a/doc/features.bb b/doc/features.bb index 388f9bc91..fc977fcc1 100644 --- a/doc/features.bb +++ b/doc/features.bb @@ -108,4 +108,4 @@ Similar to any other modern blogging system, social network, or a micro-blogging [b][color=white]Previewing[/color][/b] Post can be previewed prior to sending. -Return to the [url=[baseurl]/help/main]Main documentation page[/url] \ No newline at end of file +#include doc/macros/main_footer.bb; diff --git a/doc/git_for_non_developers.bb b/doc/git_for_non_developers.bb index aa87fba69..029a6eb77 100644 --- a/doc/git_for_non_developers.bb +++ b/doc/git_for_non_developers.bb @@ -68,4 +68,4 @@ git request-pull master https://example.com/project And simply send the output to the project maintainer. -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 0fc04b766..7b7a688c4 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -100,4 +100,6 @@ This document assumes you're an administrator. the main logs as well. [b]system > hide_in_statistics[/b] Tell the red statistics servers to completely hide this hub in hub lists. - \ No newline at end of file + +#include doc/macros/main_footer.bb; + diff --git a/doc/install.bb b/doc/install.bb index 1a35537aa..e68b4a230 100644 --- a/doc/install.bb +++ b/doc/install.bb @@ -1 +1,4 @@ #include install/INSTALL.txt; + +#include doc/macros/main_footer.bb; + diff --git a/doc/intro_for_developers.bb b/doc/intro_for_developers.bb index b44095d3d..50aedd0e2 100644 --- a/doc/intro_for_developers.bb +++ b/doc/intro_for_developers.bb @@ -109,4 +109,4 @@ At that point, if you need to add javascript or css files, add them to /js or /c Now you'll probably want to alter a template. These can be found in in /view/tpl OR view//tpl. All you should have to do is copy whatever you want to tweak from the first place to your theme's own tpl directory. -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/macros/addons_footer.bb b/doc/macros/addons_footer.bb new file mode 100644 index 000000000..f6b687a23 --- /dev/null +++ b/doc/macros/addons_footer.bb @@ -0,0 +1,2 @@ +Return to the [zrl=[baseurl]/help/addons]Addons documentation[/zrl] +Return to the [zrl=[baseurl]/help/addons]Main documentation[/zrl] diff --git a/doc/macros/cloud_footer.bb b/doc/macros/cloud_footer.bb new file mode 100644 index 000000000..798cc9ea6 --- /dev/null +++ b/doc/macros/cloud_footer.bb @@ -0,0 +1,2 @@ +Return to the [zrl=[baseurl]/help/cloud]Cloud documentation[/zrl] +Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] diff --git a/doc/macros/main_footer.bb b/doc/macros/main_footer.bb new file mode 100644 index 000000000..08f671ded --- /dev/null +++ b/doc/macros/main_footer.bb @@ -0,0 +1 @@ +Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] diff --git a/doc/macros/troubleshooting_footer.bb b/doc/macros/troubleshooting_footer.bb new file mode 100644 index 000000000..c7603a62b --- /dev/null +++ b/doc/macros/troubleshooting_footer.bb @@ -0,0 +1,2 @@ +[zrl=[baseurl]/help/troubleshooting]Troubleshooting documentation[/zrl] +[zrl=[baseurl]/help/troubleshooting]Documentation Main Page[/zrl] diff --git a/doc/main.bb b/doc/main.bb index 06559c327..5502db67d 100644 --- a/doc/main.bb +++ b/doc/main.bb @@ -36,7 +36,7 @@ Zot is the great new communicaton protocol invented especially for the Red Matri [zrl=[baseurl]/help/diaspora_compat]Diaspora Communications Compatibility (Diaspora and Friendica)[/zrl] [size=large][b]Frequently Asked Questions For Members[/b][/size] -[zrl=[baseurl]/help/faq_users]FAQ For Members[/zrl] +[zrl=[baseurl]/help/faq_members]FAQ For Members[/zrl] [size=large][b]For Hub Administrators[/b][/size] [zrl=[baseurl]/help/install]Install[/zrl] diff --git a/doc/permissions.bb b/doc/permissions.bb index c893ed84f..232ea9e96 100644 --- a/doc/permissions.bb +++ b/doc/permissions.bb @@ -107,4 +107,4 @@ The connection edit screen offers a slider to select a degree of friendship with The slider on the matrix page has both a minimum and maximum value. Posts will only be shown from people who fall between this range. Affinity has no relation to permissions, and is only useful in conjunction with the affinity tool feature. -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/plugins.bb b/doc/plugins.bb index 7709976c4..06801eb20 100644 --- a/doc/plugins.bb +++ b/doc/plugins.bb @@ -261,4 +261,4 @@ The Red Matrix has _install and _uninstall functions but these are used differen Changing these will often allow your plugin to function, but please double check all your permission and identity code because the concepts behind it are completely different in the Red Matrix. Many structured data names (especially DB schema columns) are also quite different. -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/problems-following-an-update.bb b/doc/problems-following-an-update.bb index 0b2c2e11a..a8a764cf1 100644 --- a/doc/problems-following-an-update.bb +++ b/doc/problems-following-an-update.bb @@ -34,4 +34,5 @@ Redbasic uses a few javascript libraries that are done differently, or entirely Should you report an issue with the theme developers then? No. Theme developers use their themes. Chances are, they know. Give them two or three days to catch up and [i]then[/i] report the issue if it's still not fixed. There are two workarounds for this situation. Firstly, you can temporarily use Redbasic. Secondly, most themes are open source too - open a pull request and make yourself a friend. -Return to the [url=[baseurl]/help/troubleshooting]Troubleshooting documentation page[/url] \ No newline at end of file +#include doc/macros/troubleshooting_footer.bb; + diff --git a/doc/profiles.bb b/doc/profiles.bb index 63b161962..5fcf5245a 100644 --- a/doc/profiles.bb +++ b/doc/profiles.bb @@ -32,4 +32,4 @@ On the directory page, you may search for people with published profiles. Curren On your Connnections page and in the directory there is a link to "Suggestions" or "Channel Suggestions", respectively. This will find channels who have matching and/or similar keywords. The more keywords you provide, the more relevant the search results that are returned. These are sorted by relevance. -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/red2pi.bb b/doc/red2pi.bb index 4ca58a382..d05cc57dd 100644 --- a/doc/red2pi.bb +++ b/doc/red2pi.bb @@ -342,4 +342,4 @@ Save and exit. Follow the instructions here: [url=https://github.com/friendica/friendica/wiki/Running-Friendica-with-SSL]https://github.com/friendica/friendica/wiki/Running-Friendica-with-SSL[/url] -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; diff --git a/doc/registration.bb b/doc/registration.bb index 0aaa679c2..c507a86a6 100644 --- a/doc/registration.bb +++ b/doc/registration.bb @@ -31,4 +31,5 @@ See Also [zrl=[baseurl]/help/permissions]Permissions[/zrl] [zrl=[baseurl]/help/remove_account]Remove Account[/zrl] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; + diff --git a/doc/remove_account.bb b/doc/remove_account.bb index adc08d8f9..feb3f249a 100644 --- a/doc/remove_account.bb +++ b/doc/remove_account.bb @@ -24,6 +24,4 @@ This is irreversible. All your channels will be deleted. If you have identity clones on other sites this only removes by default the channels instances which exists on this site. - - -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/schema_development.bb b/doc/schema_development.bb index 2890d5454..c92536d7a 100644 --- a/doc/schema_development.bb +++ b/doc/schema_development.bb @@ -73,4 +73,4 @@ theme are as follows: [li] sloppy_photos Determins whether photos are "sloppy" or aligned. Set or unset (1 or '')[/li] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/tags_and_mentions.bb b/doc/tags_and_mentions.bb index 477fbe291..d638492bb 100644 --- a/doc/tags_and_mentions.bb +++ b/doc/tags_and_mentions.bb @@ -66,5 +66,4 @@ will tag Robert Johnson, but we can only match one space. If the name was "Blind [/code] are both equivalent. - -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/troubleshooting.bb b/doc/troubleshooting.bb index f5572c6ed..d71b5f576 100644 --- a/doc/troubleshooting.bb +++ b/doc/troubleshooting.bb @@ -3,4 +3,4 @@ [li][zrl=[baseurl]/help/technical_faq]Technical FAQ[/zrl][/li] [li][zrl=[baseurl]/help/problems-following-an-update]Problems following an update[/zrl][/li] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; diff --git a/doc/webpages.bb b/doc/webpages.bb index 2bf7af762..780bde45c 100644 --- a/doc/webpages.bb +++ b/doc/webpages.bb @@ -10,6 +10,5 @@ The "page link title" box allows a user to specify the "pagelinkt Beneath the page creation box, a list of existing pages will appear with an "edit" link. Clicking this will take you to an editor, similar to that of the post editor, where you can make changes to your webpages. -If you are the admin of a site, you can specify a channel whose webpages we will use at key points around the site. Presently, the only place this is implemented is the home page. If you specify the channel "admin" and then the channel called "admin" creates a webpage called "home", we will display it's content on your websites home page. We expect this functionality to be extended to other areas in future. +#include doc/macros/main_footer.bb; -Return to the [url=[baseurl]/help/main]Main documentation page[/url] diff --git a/doc/what_is_zot.bb b/doc/what_is_zot.bb index 0e59d2d4c..67c0159e3 100644 --- a/doc/what_is_zot.bb +++ b/doc/what_is_zot.bb @@ -58,4 +58,4 @@ For more detailed, technical information about Zot, check out the following link - [url=https://github.com/friendica/red/blob/master/include/zot.php]Zot reference implementation in PHP[/url] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] \ No newline at end of file +#include doc/macros/main_footer.bb; -- cgit v1.2.3 From b27790302b104df7e788077e7a046561f072e762 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 22 Oct 2014 23:13:17 +0100 Subject: Doco - politics, unwritten pages, links, and stuff. Nothing major. --- doc/Privacy.md | 7 ++----- doc/Profiles.md | 36 ------------------------------------ doc/debian_install.bb | 4 ++-- doc/developer_function_primer.bb | 4 ++-- doc/faq_admins.bb | 5 +++++ doc/main.bb | 13 ++++--------- doc/red2pi.bb | 4 ---- doc/troubleshooting.bb | 2 ++ 8 files changed, 17 insertions(+), 58 deletions(-) delete mode 100644 doc/Profiles.md (limited to 'doc') diff --git a/doc/Privacy.md b/doc/Privacy.md index 60e087e06..9519651eb 100644 --- a/doc/Privacy.md +++ b/doc/Privacy.md @@ -25,10 +25,6 @@ An individual computer or server connected to the RedMatrix. These are provided The system operator of an individual hub. -**spy network** - -Typically large centralised providers including but not limited to Facebook and Google. RedMatrix PRIVATE communications are designed to even be resistant to monitoring by the American NSA, however the technical capabilities of the NSA are not completely known and no guarantee of privacy against this organisation can be made. RedMatrix PUBLIC communications are not protected in any way. - ##Policies **Public Information** @@ -52,7 +48,7 @@ Comments to posts that were created by others and posts which are designated as **Private Information** -RedMatrix developers will ensure that any content you provide which is designated as PRIVATE will be protected against eavesdropping - to the best of their ability. Private content is generally hidden or obscured even from hub administrators. It is also stripped from email notifications. It is difficult but NOT impossible for this content to be seen by a hub administrator who is determined to monitor your communications. We consider this like the lock on the door of a house. It will generally keep the house safe, but a determined burgler will ignore the lock on the door and instead break a window. +RedMatrix developers will ensure that any content you provide which is designated as PRIVATE will be protected against eavesdropping - to the best of their ability. Private content is generally hidden or obscured even from hub administrators. It is also stripped from email notifications. It is difficult but NOT impossible for this content to be seen by a hub administrator. This is a side effect of the physical laws of the universe. Unfortunately, if a database needs to decrypt a post at display time, it must have the means to decrypt the post! End to end encryption is also provided and this CANNOT be seen, even by a determined administrator. ##Identity Privacy @@ -74,3 +70,4 @@ The RedMatrix RECOMMENDS that hub administrators provide a grace period of 1-2 d If you typically and regularly post content of an adult or offensive nature, you are STRONGLY encouraged to mark your account "NSFW" (Not Safe For Work). This will prevent the display of your profile photo in the directory except to viewers that have chosen to disable "safe mode". If your profile photo is found by directory administrators to be adult or offensive, the directory administrator MAY flag your profile photo as NSFW. There is currently no official mechanism to contest or reverse this decision, which is why you SHOULD mark your own account NSFW if it is likely to be inappropriate for general audiences. +#include doc/macros/main_footer.bb; diff --git a/doc/Profiles.md b/doc/Profiles.md deleted file mode 100644 index 1e9e0fe5e..000000000 --- a/doc/Profiles.md +++ /dev/null @@ -1,36 +0,0 @@ -Profiles -======== - -* [Home](help) - -Red has unlimited profiles. You may use different profiles to show different "sides of yourself" to different audiences. This is different to having different _channels_. Different channels allow for completely different sets of information. You may have a channel for yourself, a channel for your sports team, a channel for your website, or whatever else. A profile allows for finely graded "sides" of each channel. For example, your default public profile might say "Hello, I'm Fred, and I like laughing". You may show your close friends a profile that adds "and I also enjoy dwarf tossing". - -You always have a profile known as your "default" or "public" profile. This profile is always available to the general public and cannot be hidden (there may be rare exceptions on privately run or disconnected sites). You may, and probably should restrict the information you make available on your public profile. - -That said, if you want other friends to be able to find you, it helps to have the following information in your public profile... - -* Your real name or at least a nickname everybody knows -* A photo of **you** -* Your location on the planet, at least to a country level. - -Without this basic information, you could get very lonely here. Most people (even your best friends) will not try and connect with somebody that has a fake name or doesn't contain a real photo. - -In addition, if you'd like to meet people that share some general interests with you, please take a moment and add some "Keywords" to your profile. Such as "music, linux, photography" or whatever. You can add as many keywords as you like. - -To create an alternate profile, select "View Profile" from the menu of your Red Matrix site, then click on the pencil at your profile photo. You may edit an existing profile, change the profile photo, add things to a profile or create a new profile. You may also create a "clone" of an existing profile if you only wish to change a few items but don't wish to enter all the information again. To do that, click on the profile you want to clone and choose "Clone this profile" there. - -In the list of your profiles, you can also choose the contacts who can see a specific profile. Just click on "Edit visibility" next to the profile in question (only available for the profiles that are not your default profile) and then click on user images to add them to or remove them from the group of people who can see this profile. - -Once a profile has been selected, when the person views your profile, they will see the private profile you have assigned. If they are not authenticated, they will see your public profile. - -There is a setting which allows you to publish your profile to a directory and ensure that it can be found by others. You can change this setting on the "Settings" page. - -If you do not wish to be found be people unless you give them your channel address, you may leave your profile unpublished. - -**Keywords and Directory Search** - -On the directory page, you may search for people with published profiles. The search is typically for your nickname or part of your full name. However this search will also match against other profile fields - such as gender, location, "about", work, and education. You may also include "Keywords" in your default profile - which may be used to search for common interests with other members. Keywords are used in the channel suggestion tool and although they aren't visible in the directory, they are shown if people visit your profile page. - -Directory searches are also able to use "boolean" logic so that you can search for "+lesbian +Florida" and find those who's sexual preference (or keywords) contain the world "lesbian" and that live in Florida. See the section on "Topical Tags" on the [Tags-and-Mentions](help/Tags-and-Mentions) page for more information on performing boolean searches. - -On your Connnections page and in the directory there is a link to "Suggestions" or "Channel Suggestions", respectively. This will find channels who have matching and/or similar keywords. The more keywords you provide, the more relevant the search results that are returned. These are sorted by relevance. diff --git a/doc/debian_install.bb b/doc/debian_install.bb index f4e901dc6..866ee8e9f 100644 --- a/doc/debian_install.bb +++ b/doc/debian_install.bb @@ -1,7 +1,7 @@ [b]Installing On Debian[/b] While following the instructions for any other installation will work on Debian, for this platform we also provide an install script -which can be [zrl=http://beardyunixer.com:1234/?p=debian-install-script.git;a=tree]downloaded here[/zrl] +which can be [url=http://gitweb.whogotzot.com/debian-install-script]downloaded here[/url] [b]THIS SCRIPT IS MEANT TO BE RUN ON A NEW OR JUST REINSTALLED SERVER[/b] @@ -17,7 +17,7 @@ For the initial setup git may not be installed on your server, to install git: If wget is installed try -[code]wget "http://beardyunixer.com:1234/?p=debian-install-script.git;a=blob_plain;f=debian-setup.sh;hb=HEAD" -O debian-setup.sh[/code] +[code]wget "http://gitweb.whogotzot.com/debian-install-script/snapshot/91e76332668509585d52d4fa3f5b81a728c67fa6.tar.gz" -O debian-setup.sh[/code] To install wget: [code]apt-get install wget[/code] diff --git a/doc/developer_function_primer.bb b/doc/developer_function_primer.bb index 3d5fe82a9..3db853b82 100644 --- a/doc/developer_function_primer.bb +++ b/doc/developer_function_primer.bb @@ -20,13 +20,13 @@ Returns the global app structure ($a). (App:: is usually assigned to the global $a), so $a->get_observer() or get_app()->get_observer() - returns an xchan structure representing the current viewer if authenticated (locally or remotely). -[b]get_config($family,$key), get_pconfig($uid,$family,$key)[/b] +[b]get_config($family,$key), get_pconfig($uid,$family,$key), get_xconfig($xchan_hash,$family,$key)[/b] Returns the config setting for $family and $key or false if unset. [b] set_config($family,$key,$value), set_pconfig($uid,$family,$key,$value)[/b] -Sets the value of config setting for $family and $key to $value. Returns $value. The config versions operate on system-wide settings. The pconfig versions get/set the values for a specific integer uid (channel_id). +Sets the value of config setting for $family and $key to $value. Returns $value. The config versions operate on system-wide settings. The pconfig versions get/set the values for a specific integer uid (channel_id). The xconfig version get/sets the value for a specific xchan hash - generally used for remote users. [b]dbesc()[/b] diff --git a/doc/faq_admins.bb b/doc/faq_admins.bb index 60c1be5a8..e4541035b 100644 --- a/doc/faq_admins.bb +++ b/doc/faq_admins.bb @@ -43,6 +43,11 @@ valid SSL certificate rather than disabling port 443. 4) Rsync everything in custom/ (this will only exist if you have custom modules) 5) Dump and restore DB. +[*] +[b]How do I set the default homepage for logged out viewers?[/b] + +Use the custom_home addon available in the main addons repository. + [/ul] #include doc/macros/main_footer.bb; diff --git a/doc/main.bb b/doc/main.bb index 5502db67d..b7155fa1e 100644 --- a/doc/main.bb +++ b/doc/main.bb @@ -24,7 +24,7 @@ Zot is the great new communicaton protocol invented especially for the Red Matri [zrl=[baseurl]/help/cloud]Cloud Storage[/zrl] [zrl=[baseurl]/help/remove_account]Remove Channel or Account[/zrl] -[size=large][b]Using the Red Matrix[/b][/size] +[size=large][b]Members Help[/b][/size] [zrl=[baseurl]/help/tags_and_mentions]Tags and Mentions[/zrl] [zrl=[baseurl]/help/webpages]Web Pages[/zrl] [zrl=[baseurl]/help/bbcode]BBcode reference for posts and comments[/zrl] @@ -32,20 +32,15 @@ Zot is the great new communicaton protocol invented especially for the Red Matri [zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl] [zrl=[baseurl]/help/AdvancedSearch]Advanced Directory Search[/zrl] [zrl=[baseurl]/help/addons]Help With Addons[/zrl] -[zrl=[baseurl]/help/nomadic-identity]Got Zot? Nomadic Identity, Channel Cloning And More[/zrl] [zrl=[baseurl]/help/diaspora_compat]Diaspora Communications Compatibility (Diaspora and Friendica)[/zrl] - -[size=large][b]Frequently Asked Questions For Members[/b][/size] [zrl=[baseurl]/help/faq_members]FAQ For Members[/zrl] -[size=large][b]For Hub Administrators[/b][/size] +[size=large][b]Administrators Help[/b][/size] [zrl=[baseurl]/help/install]Install[/zrl] [zrl=[baseurl]/help/debian_install]Easy Install on Debian via script[/zrl] [zrl=[baseurl]/help/red2pi]Installing Red on the Raspberry Pi[/zrl] -[zrl=[baseurl]/help/problems-following-an-update]Problems Following A Software Update[/zrl] [zrl=[baseurl]/help/troubleshooting]Troubleshooting Tips[/zrl] - -[size=large][b]Frequently Asked Questions For Hub Admins[/b][/size] +[zrl=[baseurl]/help/hidden_configs]Tweaking RedMatrix's Hidden Configurations[/zrl] [zrl=[baseurl]/help/faq_admins]FAQ For Admins[/zrl] [size=large][b]Technical Documentation[/b][/size] @@ -69,7 +64,6 @@ Zot is the great new communicaton protocol invented especially for the Red Matri [zrl=[baseurl]/help/to_do_code]To-Do list for Developers[/zrl] [zrl=[baseurl]/help/git_for_non_developers]Git for Non-Developers[/zrl] - [size=large][b]Frequently Asked Questions For Developers[/b][/size] [zrl=[baseurl]/help/faq_developers]FAQ For Developers[/zrl] @@ -79,5 +73,6 @@ Zot is the great new communicaton protocol invented especially for the Red Matri [url=https://github.com/friendica/red-addons]Addon Website[/url] [url=https://zothub.com/channel/one]Development Channel[/url] +[url=[baseurl]/help/credits]RedMatrix Credits[/url] [size=large][b]About This Red Matrix Site[/b][/size] [zrl=[baseurl]/siteinfo] [baseurl]/siteinfo[/zrl] diff --git a/doc/red2pi.bb b/doc/red2pi.bb index d05cc57dd..48b7f6d38 100644 --- a/doc/red2pi.bb +++ b/doc/red2pi.bb @@ -1,9 +1,5 @@ [b]How to install the Red Matrix on a Raspberry Pi[/b] -[zrl=[baseurl]/help/main] Back to the main page[/zrl] -Last update 2014-02-22 -[hr] - You just bought a Raspberry Pi and want to run the RED Matrix with your own domain name? Then this page is for you! You will: diff --git a/doc/troubleshooting.bb b/doc/troubleshooting.bb index d71b5f576..d5e1a29dc 100644 --- a/doc/troubleshooting.bb +++ b/doc/troubleshooting.bb @@ -3,4 +3,6 @@ [li][zrl=[baseurl]/help/technical_faq]Technical FAQ[/zrl][/li] [li][zrl=[baseurl]/help/problems-following-an-update]Problems following an update[/zrl][/li] +#include doc/macros/troubleshooting_footer.bb; #include doc/macros/main_footer.bb; + -- cgit v1.2.3 From 5ede7bd6542a2d0cac7ee0a42c9c13267d78bb98 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 Oct 2014 04:16:45 -0700 Subject: doc updates --- doc/html/apw_2php_2style_8php.html | 2 +- doc/html/bb2diaspora_8php.html | 2 +- doc/html/boot_8php.html | 40 ++- doc/html/boot_8php.js | 1 + doc/html/comanche_8php.html | 4 +- doc/html/crypto_8php.html | 4 +- doc/html/datetime_8php.html | 160 ++++++--- doc/html/datetime_8php.js | 6 +- doc/html/dba__driver_8php.html | 4 +- doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.html | 112 +++++++ doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.js | 4 + doc/html/dir_4acb285a1960a920438b718da0958cf4.html | 112 +++++++ doc/html/dir_4acb285a1960a920438b718da0958cf4.js | 4 + doc/html/dir_65522070e0a83623cefc01ebe26a83e3.html | 114 +++++++ doc/html/dir_65522070e0a83623cefc01ebe26a83e3.js | 5 + doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.html | 112 +++++++ doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.js | 4 + doc/html/dir_8543001e5d25368a6edede3e63efb554.html | 6 + doc/html/dir_8543001e5d25368a6edede3e63efb554.js | 5 +- doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.html | 114 +++++++ doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.js | 5 + doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.html | 114 +++++++ doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.js | 5 + doc/html/extract_8php.html | 4 +- doc/html/files.html | 50 +-- doc/html/globals_0x61.html | 3 + doc/html/globals_0x64.html | 8 +- doc/html/globals_0x68.html | 3 + doc/html/globals_0x6c.html | 3 + doc/html/globals_0x73.html | 8 +- doc/html/globals_0x74.html | 2 +- doc/html/globals_0x78.html | 6 + doc/html/globals_func_0x61.html | 3 + doc/html/globals_func_0x64.html | 8 +- doc/html/globals_func_0x68.html | 3 + doc/html/globals_func_0x6c.html | 3 + doc/html/globals_func_0x73.html | 8 +- doc/html/globals_func_0x74.html | 2 +- doc/html/globals_func_0x78.html | 6 + doc/html/hivenet_2php_2style_8php.html | 112 +++++++ doc/html/hivenet_2php_2theme_8php.html | 144 ++++++++ doc/html/hivenet_2php_2theme_8php.js | 4 + doc/html/hubloc_8php.html | 40 +++ doc/html/hubloc_8php.js | 4 +- doc/html/identity_8php.html | 2 +- doc/html/include_2api_8php.html | 30 +- doc/html/include_2api_8php.js | 1 + doc/html/include_2config_8php.html | 4 +- doc/html/include_2network_8php.html | 2 +- doc/html/items_8php.html | 14 +- doc/html/items_8php.js | 2 +- doc/html/language_8php.html | 2 +- doc/html/navtree.js | 18 +- doc/html/navtreeindex0.js | 184 +++++------ doc/html/navtreeindex1.js | 362 ++++++++++----------- doc/html/navtreeindex2.js | 4 +- doc/html/navtreeindex3.js | 14 +- doc/html/navtreeindex4.js | 26 +- doc/html/navtreeindex5.js | 74 ++--- doc/html/navtreeindex6.js | 40 +-- doc/html/navtreeindex7.js | 40 +-- doc/html/navtreeindex8.js | 52 +-- doc/html/navtreeindex9.js | 25 +- doc/html/permissions_8php.html | 2 +- doc/html/photo__driver_8php.html | 2 +- doc/html/php2po_8php.html | 2 +- doc/html/php_2theme__init_8php.html | 2 +- doc/html/plugin_8php.html | 2 +- doc/html/search/all_61.js | 3 +- doc/html/search/all_64.js | 4 +- doc/html/search/all_68.js | 1 + doc/html/search/all_6c.js | 1 + doc/html/search/all_73.js | 11 +- doc/html/search/all_74.js | 7 +- doc/html/search/all_78.js | 2 + doc/html/search/files_73.js | 5 +- doc/html/search/files_74.js | 7 +- doc/html/search/functions_61.js | 1 + doc/html/search/functions_64.js | 4 +- doc/html/search/functions_68.js | 1 + doc/html/search/functions_6c.js | 1 + doc/html/search/functions_73.js | 4 +- doc/html/search/functions_74.js | 2 +- doc/html/search/functions_78.js | 2 + doc/html/security_8php.html | 2 +- doc/html/stumble_2php_2style_8php.html | 112 +++++++ doc/html/stumble_2php_2theme_8php.html | 144 ++++++++ doc/html/stumble_2php_2theme_8php.js | 4 + doc/html/suckerberg_2php_2style_8php.html | 112 +++++++ doc/html/suckerberg_2php_2theme_8php.html | 144 ++++++++ doc/html/suckerberg_2php_2theme_8php.js | 4 + doc/html/text_8php.html | 2 +- doc/html/typo_8php.html | 2 +- 93 files changed, 2308 insertions(+), 543 deletions(-) create mode 100644 doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.html create mode 100644 doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.js create mode 100644 doc/html/dir_4acb285a1960a920438b718da0958cf4.html create mode 100644 doc/html/dir_4acb285a1960a920438b718da0958cf4.js create mode 100644 doc/html/dir_65522070e0a83623cefc01ebe26a83e3.html create mode 100644 doc/html/dir_65522070e0a83623cefc01ebe26a83e3.js create mode 100644 doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.html create mode 100644 doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.js create mode 100644 doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.html create mode 100644 doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.js create mode 100644 doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.html create mode 100644 doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.js create mode 100644 doc/html/hivenet_2php_2style_8php.html create mode 100644 doc/html/hivenet_2php_2theme_8php.html create mode 100644 doc/html/hivenet_2php_2theme_8php.js create mode 100644 doc/html/stumble_2php_2style_8php.html create mode 100644 doc/html/stumble_2php_2theme_8php.html create mode 100644 doc/html/stumble_2php_2theme_8php.js create mode 100644 doc/html/suckerberg_2php_2style_8php.html create mode 100644 doc/html/suckerberg_2php_2theme_8php.html create mode 100644 doc/html/suckerberg_2php_2theme_8php.js (limited to 'doc') diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 58c81a57b..e66359be6 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -260,7 +260,7 @@ Variables
    -

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), advanced_profile(), aes_encapsulate(), api_group_members(), api_login(), app_decode(), app_install(), app_list(), app_render(), app_store(), app_update(), apps_content(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedMatrix\RedDAV\RedDirectory\childExists(), cloud_init(), common_init(), connedit_content(), construct_page(), consume_feed(), conversation(), RedMatrix\RedDAV\RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_mention_callback(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editblock_content(), editlayout_content(), editwebpage_content(), email_header_encode(), encode_item(), encode_mail(), event_store_item(), events_post(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), fetch_xrd_links(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), foofoo(), fsuggest_post(), get_all_perms(), get_diaspora_reshare_xml(), get_directory_realm(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_profile_fields_advanced(), get_profile_fields_basic(), get_role_perms(), get_system_apps(), get_terms_oftype(), get_theme_uid(), get_things(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getQuotaInfo(), gprobe_run(), handle_feed(), hcard_init(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), item_remove_cid(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), mark_orphan_hubsxchans(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), netgrowth_content(), network_content(), new_channel_init(), new_contact(), notification(), notifications_off(), notifications_on(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_app_description(), parse_xml_string(), pdledit_content(), pemtome(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_location_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), pubrsatome(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), remove_obsolete_hublocs(), rpost_content(), photo_driver\save(), scrape_feed(), scrape_vcard(), search_ac_init(), send_status_notifications(), service_limits_content(), share_init(), share_unshield(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), store_diaspora_comment_sig(), string_splitter(), stringify_array_elms(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_build_packet(), zot_encode_locations(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), advanced_profile(), aes_encapsulate(), api_group_members(), api_login(), app_decode(), app_install(), app_list(), app_render(), app_store(), app_update(), apps_content(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedMatrix\RedDAV\RedDirectory\childExists(), cloud_init(), common_init(), connedit_content(), construct_page(), consume_feed(), conversation(), RedMatrix\RedDAV\RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), decode_tags(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_mention_callback(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editblock_content(), editlayout_content(), editwebpage_content(), email_header_encode(), encode_item(), encode_mail(), event_store_item(), events_post(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), fetch_xrd_links(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), foofoo(), fsuggest_post(), get_all_perms(), get_diaspora_reshare_xml(), get_directory_realm(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_profile_fields_advanced(), get_profile_fields_basic(), get_role_perms(), get_system_apps(), get_terms_oftype(), get_theme_uid(), get_things(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getQuotaInfo(), gprobe_run(), handle_feed(), hcard_init(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), item_remove_cid(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), mark_orphan_hubsxchans(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), netgrowth_content(), network_content(), new_channel_init(), new_contact(), notification(), notifications_off(), notifications_on(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_init(), parse_app_description(), parse_xml_string(), pdledit_content(), pemtome(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_location_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), pubrsatome(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), remove_obsolete_hublocs(), rpost_content(), photo_driver\save(), scrape_feed(), scrape_vcard(), search_ac_init(), send_status_notifications(), service_limits_content(), share_init(), share_unshield(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), store_diaspora_comment_sig(), string_splitter(), stringify_array_elms(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), toggle_theme(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_build_packet(), zot_encode_locations(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    diff --git a/doc/html/bb2diaspora_8php.html b/doc/html/bb2diaspora_8php.html index f485a3595..b3efd66e6 100644 --- a/doc/html/bb2diaspora_8php.html +++ b/doc/html/bb2diaspora_8php.html @@ -203,7 +203,7 @@ Functions diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 2ea8e6f27..04a9ad0f6 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -189,6 +189,8 @@ Functions    get_custom_nav (&$a, $navname)   + load_pdl (&$a) +   construct_page (&$a)    appdirpath () @@ -766,7 +768,7 @@ Variables
    -

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_profs(), admin_page_users(), admin_post(), api_get_user(), apps_content(), attach_init(), block_content(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connedit_content(), connedit_init(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), group_content(), group_post(), hcard_init(), help_content(), importelm_post(), item_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notes_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), p_init(), page_content(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), receive_post(), register_init(), regmod_content(), regver_content(), rpost_content(), settings_init(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), xref_init(), and zotfeed_init().

    +

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_profs(), admin_page_users(), admin_post(), api_get_user(), apps_content(), attach_init(), block_content(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connedit_content(), connedit_init(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), group_content(), group_post(), hcard_init(), help_content(), importelm_post(), item_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notes_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), p_init(), page_init(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), receive_post(), register_init(), regmod_content(), regver_content(), rpost_content(), settings_init(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), xref_init(), and zotfeed_init().

    @@ -784,7 +786,7 @@ Variables
    -

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_profs(), admin_page_users(), admin_post(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), apps_content(), attach_init(), block_content(), block_init(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), get_online_status(), group_content(), group_post(), hcard_init(), help_content(), importelm_post(), item_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notes_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), p_init(), page_content(), page_init(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), receive_post(), register_init(), regmod_content(), regver_content(), rpost_content(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), widget_collections(), widget_mailmenu(), widget_settings_menu(), xref_init(), and zotfeed_init().

    +

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_profs(), admin_page_users(), admin_post(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), apps_content(), attach_init(), block_content(), block_init(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), get_online_status(), group_content(), group_post(), hcard_init(), help_content(), importelm_post(), item_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notes_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), p_init(), page_init(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), receive_post(), register_init(), regmod_content(), regver_content(), rpost_content(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), widget_collections(), widget_mailmenu(), widget_settings_menu(), xref_init(), and zotfeed_init().

    @@ -1006,7 +1008,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), account_remove(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), app_render(), app_store(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_retraction(), diaspora_send_status(), diaspora_share(), diaspora_transmit(), diaspora_unshare(), dir_tagblock(), dirsearch_content(), drop_item(), editpost_content(), event_store_item(), externals_run(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), identity_selector(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_developer(), is_public_profile(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), onedirsync_run(), onepoll_run(), page_content(), parse_app_description(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), process_location_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), register_page_template(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), siteinfo_init(), smilies(), store_diaspora_comment_sig(), tag_deliver(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), user_approve(), vcard_from_xchan(), verify_email_address(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

    +

    Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), account_remove(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), app_render(), app_store(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_retraction(), diaspora_send_status(), diaspora_share(), diaspora_transmit(), diaspora_unshare(), dir_tagblock(), dirsearch_content(), drop_item(), editpost_content(), event_store_item(), externals_run(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), identity_selector(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_developer(), is_public_profile(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), onedirsync_run(), onepoll_run(), page_init(), parse_app_description(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), process_location_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), register_page_template(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), siteinfo_init(), smilies(), store_diaspora_comment_sig(), tag_deliver(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), user_approve(), vcard_from_xchan(), verify_email_address(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

    @@ -1259,6 +1261,24 @@ Variables

    Referenced by api_call(), conversation(), and item_photo_menu().

    + + + +
    +
    + + + + + + + + +
    load_pdl ($a)
    +
    @@ -1326,7 +1346,7 @@ Variables
    -

    Referenced by account_remove(), achievements_content(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_hubloc(), admin_page_plugins(), admin_page_profs(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_content(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), locs_post(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), sources_content(), sources_post(), subthread_content(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    +

    Referenced by account_remove(), achievements_content(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_hubloc(), admin_page_plugins(), admin_page_profs(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_content(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), locs_post(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_init(), pdledit_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), sources_content(), sources_post(), subthread_content(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    @@ -1494,7 +1514,7 @@ Variables
    -

    Referenced by admin_content(), admin_page_profs(), admin_page_profs_post(), allowed_public_recips(), app_render(), app_store(), app_update(), appman_post(), authenticate_success(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), chatsvc_content(), check_config(), connect_post(), connections_content(), connections_post(), conversation(), create_identity(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_request(), diaspora_reshare(), directory_content(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), event_store_item(), externals_run(), filestorage_content(), find_upstream_directory(), follow_init(), format_categories(), format_filer(), get_parent_cloudpath(), RedMatrix\RedDAV\RedBrowser\getAssetUrl(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), like_content(), locs_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), oembed_iframe(), openid_content(), pagelist_widget(), parse_app_description(), pdledit_post(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), poll_content(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), rbmark_content(), rbmark_post(), register_post(), remove_obsolete_hublocs(), removeaccount_content(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), verify_email_address(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_new_uid(), and zot_refresh().

    +

    Referenced by admin_content(), admin_page_profs(), admin_page_profs_post(), allowed_public_recips(), app_render(), app_store(), app_update(), appman_post(), authenticate_success(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), chatsvc_content(), check_config(), connect_post(), connections_content(), connections_post(), conversation(), create_identity(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_post(), diaspora_request(), diaspora_reshare(), directory_content(), dirprofile_init(), discover_by_url(), discover_by_webbie(), display_content(), event_store_item(), externals_run(), filestorage_content(), find_upstream_directory(), follow_init(), format_categories(), format_filer(), get_parent_cloudpath(), RedMatrix\RedDAV\RedBrowser\getAssetUrl(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), like_content(), locs_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), oembed_iframe(), openid_content(), pagelist_widget(), parse_app_description(), pdledit_post(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), poll_content(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), rbmark_content(), rbmark_post(), register_post(), remove_obsolete_hublocs(), removeaccount_content(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), verify_email_address(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xchan_store(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_new_uid(), and zot_refresh().

    @@ -2463,7 +2483,7 @@ Variables
    -

    Referenced by account_remove(), achievements_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_profs(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_htaccess(), check_keys(), check_php(), check_smarty3(), check_store(), common_content(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), load_database(), locs_post(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), pdledit_post(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), setup_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), sync_locations(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_approve(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    +

    Referenced by account_remove(), achievements_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_profs(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), appman_content(), appman_post(), attach_init(), block_content(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_htaccess(), check_keys(), check_php(), check_smarty3(), check_store(), common_content(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), hcard_init(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), load_database(), locs_post(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_init(), pdledit_content(), pdledit_post(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), removeaccount_post(), removeme_post(), rmagic_post(), search_content(), service_limits_content(), settings_post(), setup_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), sync_locations(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_approve(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    @@ -2803,7 +2823,7 @@ Variables @@ -3022,7 +3042,7 @@ Variables @@ -3094,7 +3114,7 @@ Variables
    -

    Referenced by admin_page_logs(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), deliver_run(), detect_language(), diaspora_decode(), diaspora_dispatch(), diaspora_msg_build(), diaspora_pubmsg_build(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), dir_parse_query(), directory_content(), dirprofile_init(), discover_by_url(), encode_item(), fetch_xrd_links(), find_diaspora_person_by_handle(), fix_private_photos(), get_atom_elements(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), impel_init(), import_xchan(), item_post(), item_store(), item_store_update(), RedMatrix\RedDAV\RedDirectory\log(), RedMatrix\RedDAV\RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), old_webfinger(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), ping_init(), poco_load(), post_post(), public_recips(), receive_post(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), update_feed_item(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    +

    Referenced by admin_page_logs(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), deliver_run(), detect_language(), diaspora_decode(), diaspora_dispatch(), diaspora_msg_build(), diaspora_pubmsg_build(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), dir_parse_query(), directory_content(), dirprofile_init(), discover_by_url(), encode_item(), fetch_xrd_links(), find_diaspora_person_by_handle(), fix_private_photos(), get_atom_elements(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), impel_init(), import_xchan(), item_post(), item_store(), item_store_update(), RedMatrix\RedDAV\RedDirectory\log(), RedMatrix\RedDAV\RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), old_webfinger(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), ping_init(), poco_load(), post_post(), public_recips(), receive_post(), RedChannelList(), RedFileData(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), update_feed_item(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    @@ -3108,7 +3128,7 @@ Variables
    -

    Referenced by Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), bb2diaspora_itemwallwall(), bookmark_add(), consume_feed(), conversation(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), RedMatrix\RedDAV\RedFile\delete(), delete_imported_item(), deliver_run(), diaspora_conversation(), diaspora_handle_from_contact(), diaspora_like(), diaspora_message(), diaspora_photo(), diaspora_reshare(), diaspora_transmit(), directory_content(), directory_run(), dirprofile_init(), discover_by_webbie(), expire_run(), externals_run(), fetch_lrdd_template(), fix_private_photos(), RedMatrix\RedDAV\RedFile\get(), get_diaspora_key(), get_diaspora_reshare_xml(), get_language_name(), Conversation\get_template_data(), group_content(), guess_image_type(), hubloc_change_primary(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), new_contact(), notes_init(), notification(), notifier_run(), onepoll_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_location_delivery(), process_profile_delivery(), profile_load(), RedMatrix\RedDAV\RedFile\put(), queue_run(), receive_post(), RedChannelList(), RedFileData(), Item\remove_child(), remove_obsolete_hublocs(), scale_external_images(), scrape_feed(), enotify\send(), Conversation\set_mode(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), sync_locations(), tag_deliver(), unload_plugin(), z_fetch_url(), z_post_url(), zot_feed(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), bb2diaspora_itemwallwall(), bookmark_add(), consume_feed(), conversation(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), RedMatrix\RedDAV\RedFile\delete(), delete_imported_item(), deliver_run(), diaspora_conversation(), diaspora_handle_from_contact(), diaspora_like(), diaspora_message(), diaspora_photo(), diaspora_reshare(), diaspora_transmit(), directory_content(), directory_run(), dirprofile_init(), discover_by_webbie(), expire_run(), externals_run(), fetch_lrdd_template(), fix_private_photos(), RedMatrix\RedDAV\RedFile\get(), get_diaspora_key(), get_diaspora_reshare_xml(), get_language_name(), Conversation\get_template_data(), group_content(), guess_image_type(), hubloc_change_primary(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), new_contact(), notes_init(), notification(), notifier_run(), onepoll_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_location_delivery(), process_profile_delivery(), profile_load(), RedMatrix\RedDAV\RedFile\put(), queue_run(), receive_post(), Item\remove_child(), remove_obsolete_hublocs(), scale_external_images(), scrape_feed(), enotify\send(), Conversation\set_mode(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), sync_locations(), tag_deliver(), unload_plugin(), z_fetch_url(), z_post_url(), zot_feed(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

    diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index 3a93f8eb0..742aa4d99 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -30,6 +30,7 @@ var boot_8php = [ "is_windows", "boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08", null ], [ "killme", "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c", null ], [ "load_contact_links", "boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6", null ], + [ "load_pdl", "boot_8php.html#a50a6707a28c7d05d3f49eaabc7994501", null ], [ "local_user", "boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44", null ], [ "login", "boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4", null ], [ "notice", "boot_8php.html#a9255af5ae9c887520091ea04763c1a88", null ], diff --git a/doc/html/comanche_8php.html b/doc/html/comanche_8php.html index 5967a7d6a..aec807d58 100644 --- a/doc/html/comanche_8php.html +++ b/doc/html/comanche_8php.html @@ -166,7 +166,7 @@ Functions

    comanche_get_channel_id() Returns the channel_id of the profile owner of the page, or the local_user if there is no profile owner. Otherwise returns 0

    -

    Referenced by comanche_block(), comanche_menu(), and construct_page().

    +

    Referenced by comanche_block(), comanche_menu(), and load_pdl().

    @@ -222,7 +222,7 @@ Functions
    -

    Referenced by construct_page(), and page_content().

    +

    Referenced by load_pdl(), and page_init().

    diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 1e0227a30..e5ed0d591 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -316,7 +316,7 @@ Functions @@ -738,7 +738,7 @@ Functions diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index 41dc0f97f..1f6eb1430 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -122,12 +122,12 @@ Functions    dob ($dob)   - datesel_format ($f) -  - datesel ($f, $pre, $ymin, $ymax, $allow_blank, $y, $m, $d) -  - timesel ($pre, $h, $m) -  + datesel ($format, $min, $max, $default, $id= 'datepicker') +  + timesel ($format, $h, $m, $id='timepicker') +  + datetimesel ($format, $min, $max, $default, $id= 'datetimepicker', $pickdate=true, $picktime=true, $minfrom= '', $maxfrom= '') +   relative_date ($posted_date, $format=null)    age ($dob, $owner_tz= '', $viewer_tz= '') @@ -218,7 +218,7 @@ Functions - +
    @@ -226,49 +226,82 @@ Functions - + - + - + - + - + + + + + + + +
    datesel (  $f, $format,
     $pre, $min,
     $ymin, $max,
     $ymax, $default,
     $allow_blank, $id = 'datepicker' 
    )
    +
    +

    returns a date selector

    +
    Parameters
    + + + + + + +
    $formatformat string, e.g. 'ymd' or 'mdy'. Not currently supported
    $minunix timestamp of minimum date
    $maxunix timestap of maximum date
    $defaultunix timestamp of default date
    $idid and name of datetimepicker (defaults to "datetimepicker")
    +
    +
    + +

    Referenced by dob().

    + +
    +
    + +
    +
    + + + + + + - + - + - + @@ -278,55 +311,67 @@ Functions
    datetime_convert ( $from = 'UTC',
     $y, $to = 'UTC',
     $m, $s = 'now',
     $d $fmt = "Y-m-d H:i:s" 
    -

    Referenced by dob(), and events_content().

    +

    Referenced by abook_toggle_flag(), account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_delete(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chat_message(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), comments_are_now_closed(), consume_feed(), conversation(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_message(), diaspora_post(), diaspora_profile(), diaspora_request(), diaspora_reshare(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_status(), diaspora_transmit(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), dlogger(), editpost_content(), ev_compare(), event_store_event(), events_content(), events_post(), externals_run(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedMatrix\RedDAV\RedFile\getLastModified(), RedMatrix\RedDAV\RedDirectory\getLastModified(), impel_init(), import_author_rss(), import_author_unknown(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), list_post_dates(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), manage_content(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), p_init(), pagelist_widget(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), prune_hub_reinstalls(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), removeaccount_post(), removeme_post(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), sync_locations(), tag_deliver(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), verify_email_address(), webpages_content(), xchan_store(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    - +
    - + - + + + + + + -
    datesel_format datetimesel (  $f)$format,
     $min,
    -
    - -

    Referenced by events_content(), and profiles_content().

    - -
    -
    - -
    -
    - - - + + - + - + - + - + + + + + + + + + + + + + + + + + + + @@ -335,8 +380,23 @@ Functions
    datetime_convert (  $from = 'UTC', $max,
     $to = 'UTC', $default,
     $s = 'now', $id = 'datetimepicker',
     $fmt = "Y-m-d H:i:s" $pickdate = true,
     $picktime = true,
     $minfrom = '',
     $maxfrom = '' 
    - -

    Referenced by abook_toggle_flag(), account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_delete(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chat_message(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), comments_are_now_closed(), consume_feed(), conversation(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_message(), diaspora_post(), diaspora_profile(), diaspora_request(), diaspora_reshare(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_status(), diaspora_transmit(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), dlogger(), dob(), editpost_content(), ev_compare(), event_store_event(), events_content(), events_post(), externals_run(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedMatrix\RedDAV\RedFile\getLastModified(), RedMatrix\RedDAV\RedDirectory\getLastModified(), impel_init(), import_author_rss(), import_author_unknown(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), list_post_dates(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), manage_content(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), p_init(), pagelist_widget(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), prune_hub_reinstalls(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), removeaccount_post(), removeme_post(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), sync_locations(), tag_deliver(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), verify_email_address(), webpages_content(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    returns a datetime selector

    +
    Parameters
    + + + + + + + + + + +
    $formatformat string, e.g. 'ymd' or 'mdy'. Not currently supported
    $minunix timestamp of minimum date
    $maxunix timestap of maximum date
    $defaultunix timestamp of default date
    $idid and name of datetimepicker (defaults to "datetimepicker")
    $pickdatetrue to show date picker (default)
    $picktimetrue to show time picker (default)
    $minfromset minimum date from picker with id $minfrom (none by default)
    $maxfromset maximum date from picker with id $maxfrom (none by default)
    +
    +
    + +

    Referenced by datesel(), events_content(), and timesel().

    @@ -500,7 +560,7 @@ Functions - +
    @@ -508,7 +568,7 @@ Functions - + @@ -520,7 +580,13 @@ Functions - + + + + + + + @@ -529,8 +595,16 @@ Functions
    timesel (  $pre, $format,
     $m $m,
     $id = 'timepicker' 
    - -

    Referenced by events_content().

    +

    returns a date selector

    +
    Parameters
    + + + + + +
    $formatformat string, e.g. 'ymd' or 'mdy'. Not currently supported
    $halready selected hour
    $malready selected minute
    $idid and name of datetimepicker (defaults to "timepicker")
    +
    +
    diff --git a/doc/html/datetime_8php.js b/doc/html/datetime_8php.js index 19d2d7f24..7fdf58cfd 100644 --- a/doc/html/datetime_8php.js +++ b/doc/html/datetime_8php.js @@ -2,16 +2,16 @@ var datetime_8php = [ [ "age", "datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df", null ], [ "cal", "datetime_8php.html#aea356409ba69f9de412298c998595dd2", null ], - [ "datesel", "datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8", null ], - [ "datesel_format", "datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa", null ], + [ "datesel", "datetime_8php.html#a77bb385ae8a9e7ca663309c102c0d766", null ], [ "datetime_convert", "datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226", null ], + [ "datetimesel", "datetime_8php.html#a72218e5ee21876484934bacbb6bd9ba3", null ], [ "dob", "datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8", null ], [ "field_timezone", "datetime_8php.html#a03900dcf0f9e3c58793a031673a70326", null ], [ "get_dim", "datetime_8php.html#a7df24d72ea05922d3127363e2295174c", null ], [ "get_first_dim", "datetime_8php.html#aba971b67f17fecf050813f1eba72367f", null ], [ "relative_date", "datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82", null ], [ "select_timezone", "datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f", null ], - [ "timesel", "datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1", null ], + [ "timesel", "datetime_8php.html#a3f239f94e23335d860b148958d87a093", null ], [ "timezone_cmp", "datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865", null ], [ "update_birthdays", "datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826", null ], [ "z_birthday", "datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f", null ] diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index 5a9becc31..35a50094e 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
    -

    Referenced by abook_toggle_flag(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_page_profs_post(), admin_page_users(), advanced_profile(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), app_destroy(), app_installed(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_query_build(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedMatrix\RedDAV\RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_things(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), hubloc_change_primary(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), item_add_cid(), item_message_id(), item_permissions_sql(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), list_public_sites(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), locs_post(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), menu_list_count(), msearch_post(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poll_post(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedMatrix\RedDAV\RedFile\put(), queue_run(), rconnect_url(), receive_post(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), settings_post(), sitelist_init(), sources_content(), sources_post(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_approve(), user_deny(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by abook_toggle_flag(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_page_profs_post(), admin_page_users(), advanced_profile(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), app_destroy(), app_installed(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_query_build(), directory_run(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedMatrix\RedDAV\RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_things(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), hubloc_change_primary(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), item_add_cid(), item_message_id(), item_permissions_sql(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), list_public_sites(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), locs_post(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), menu_list_count(), msearch_post(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_init(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poll_post(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedMatrix\RedDAV\RedFile\put(), queue_run(), rconnect_url(), receive_post(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), settings_post(), sitelist_init(), sources_content(), sources_post(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_approve(), user_deny(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xchan_store(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    @@ -318,7 +318,7 @@ Functions

    This will happen occasionally trying to store the session data after abnormal program termination

    -

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_service_class_fetch(), account_total(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_profs(), admin_page_profs_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), advanced_profile(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_group(), api_group_members(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), app_destroy(), app_installed(), app_list(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatroom_list_count(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), Cache\get(), RedMatrix\RedDAV\RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getLastModified(), RedMatrix\RedDAV\RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), hubloc_change_primary(), identity_basic_export(), identity_check_service_class(), identity_selector(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), is_sys_channel(), item_add_cid(), item_check_service_class(), item_content(), item_expire(), item_message_id(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), locs_post(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), menu_list_count(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), nav(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_off(), notifications_on(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poke_content(), poke_init(), poll_content(), poll_post(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedMatrix\RedDAV\RedFile\put(), queue_run(), random_profile(), rconnect_url(), receive_post(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_channels_total_stat(), update_directory_entry(), update_local_posts_stat(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_approve(), user_deny(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_service_class_fetch(), account_total(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_profs(), admin_page_profs_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), advanced_profile(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_group(), api_group_members(), api_login(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), app_destroy(), app_installed(), app_list(), app_store(), app_update(), appman_content(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), bb2diaspora_itemwallwall(), bb2dmention_callback(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatroom_list_count(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_upstream_directory(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_dispatch_public(), diaspora_get_contact_by_handle(), diaspora_handle_from_contact(), diaspora_like(), diaspora_mention_callback(), diaspora_message(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_request(), diaspora_reshare(), diaspora_retraction(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_addtocal(), event_store_event(), event_store_item(), events_content(), events_post(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filter_insecure(), find_diaspora_person_by_handle(), find_filename_by_hash(), find_folder_hash_by_attach_hash(), RedMatrix\RedDAV\RedBrowser\findAttachHash(), RedMatrix\RedDAV\RedBrowser\findAttachIdByHash(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), Cache\get(), RedMatrix\RedDAV\RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getLastModified(), RedMatrix\RedDAV\RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_feed(), handle_tag(), hcard_init(), home_content(), hubloc_change_primary(), identity_basic_export(), identity_check_service_class(), identity_selector(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_matrix_url(), is_sys_channel(), item_add_cid(), item_check_service_class(), item_content(), item_expire(), item_message_id(), item_post(), item_remove_cid(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), locs_post(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), mark_orphan_hubsxchans(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), menu_list_count(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), nav(), netgrowth_content(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_off(), notifications_on(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onedirsync_run(), onepoll_run(), openid_content(), p_init(), page_init(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), plugin_is_installed(), poco_init(), poco_load(), poke_content(), poke_init(), poll_content(), poll_post(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedMatrix\RedDAV\RedFile\put(), queue_run(), random_profile(), rconnect_url(), receive_post(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), rpost_content(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), start_delivery_chain(), photo_driver\store(), store_diaspora_comment_sig(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), uninstall_plugin(), unregister_hook(), update_birthdays(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_channels_total_stat(), update_directory_entry(), update_local_posts_stat(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_approve(), user_deny(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), vcard_from_xchan(), verify_email_address(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_fetch(), xchan_mail_query(), xchan_query(), xchan_store(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.html b/doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.html new file mode 100644 index 000000000..e3fe69222 --- /dev/null +++ b/doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: view/theme/suckerberg Directory Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    suckerberg Directory Reference
    +
    +
    + + + + +

    +Directories

    directory  php
     
    +
    +
    + diff --git a/doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.js b/doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.js new file mode 100644 index 000000000..c0919b906 --- /dev/null +++ b/doc/html/dir_0262a6a8df56a167e3761b6e5a54bb1c.js @@ -0,0 +1,4 @@ +var dir_0262a6a8df56a167e3761b6e5a54bb1c = +[ + [ "php", "dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.html", "dir_ac4f5165c8d71ebb1a1a0a168a48f3f7" ] +]; \ No newline at end of file diff --git a/doc/html/dir_4acb285a1960a920438b718da0958cf4.html b/doc/html/dir_4acb285a1960a920438b718da0958cf4.html new file mode 100644 index 000000000..b609d2603 --- /dev/null +++ b/doc/html/dir_4acb285a1960a920438b718da0958cf4.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: view/theme/stumble Directory Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    stumble Directory Reference
    +
    +
    + + + + +

    +Directories

    directory  php
     
    +
    +
    + diff --git a/doc/html/dir_4acb285a1960a920438b718da0958cf4.js b/doc/html/dir_4acb285a1960a920438b718da0958cf4.js new file mode 100644 index 000000000..ddf00ba8a --- /dev/null +++ b/doc/html/dir_4acb285a1960a920438b718da0958cf4.js @@ -0,0 +1,4 @@ +var dir_4acb285a1960a920438b718da0958cf4 = +[ + [ "php", "dir_65522070e0a83623cefc01ebe26a83e3.html", "dir_65522070e0a83623cefc01ebe26a83e3" ] +]; \ No newline at end of file diff --git a/doc/html/dir_65522070e0a83623cefc01ebe26a83e3.html b/doc/html/dir_65522070e0a83623cefc01ebe26a83e3.html new file mode 100644 index 000000000..70b82fa1e --- /dev/null +++ b/doc/html/dir_65522070e0a83623cefc01ebe26a83e3.html @@ -0,0 +1,114 @@ + + + + + + +The Red Matrix: view/theme/stumble/php Directory Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    php Directory Reference
    +
    +
    + + + + + + +

    +Files

    file  style.php
     
    file  theme.php
     
    +
    +
    + diff --git a/doc/html/dir_65522070e0a83623cefc01ebe26a83e3.js b/doc/html/dir_65522070e0a83623cefc01ebe26a83e3.js new file mode 100644 index 000000000..f914d9b01 --- /dev/null +++ b/doc/html/dir_65522070e0a83623cefc01ebe26a83e3.js @@ -0,0 +1,5 @@ +var dir_65522070e0a83623cefc01ebe26a83e3 = +[ + [ "style.php", "stumble_2php_2style_8php.html", null ], + [ "theme.php", "stumble_2php_2theme_8php.html", "stumble_2php_2theme_8php" ] +]; \ No newline at end of file diff --git a/doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.html b/doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.html new file mode 100644 index 000000000..920784d3d --- /dev/null +++ b/doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: view/theme/hivenet Directory Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    hivenet Directory Reference
    +
    +
    + + + + +

    +Directories

    directory  php
     
    +
    +
    + diff --git a/doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.js b/doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.js new file mode 100644 index 000000000..cc2615730 --- /dev/null +++ b/doc/html/dir_6e52a2a2cd27c08b7df5e5cdb216bd77.js @@ -0,0 +1,4 @@ +var dir_6e52a2a2cd27c08b7df5e5cdb216bd77 = +[ + [ "php", "dir_9ef82eb3846cd201470898c3b6ef38cf.html", "dir_9ef82eb3846cd201470898c3b6ef38cf" ] +]; \ No newline at end of file diff --git a/doc/html/dir_8543001e5d25368a6edede3e63efb554.html b/doc/html/dir_8543001e5d25368a6edede3e63efb554.html index 5c15c9f91..3b9d184f6 100644 --- a/doc/html/dir_8543001e5d25368a6edede3e63efb554.html +++ b/doc/html/dir_8543001e5d25368a6edede3e63efb554.html @@ -108,10 +108,16 @@ Directories   directory  blogga   +directory  hivenet +  directory  mytheme   directory  redbasic   +directory  stumble +  +directory  suckerberg diff --git a/doc/html/dir_8543001e5d25368a6edede3e63efb554.js b/doc/html/dir_8543001e5d25368a6edede3e63efb554.js index 25e3e7cc0..63c07db40 100644 --- a/doc/html/dir_8543001e5d25368a6edede3e63efb554.js +++ b/doc/html/dir_8543001e5d25368a6edede3e63efb554.js @@ -2,6 +2,9 @@ var dir_8543001e5d25368a6edede3e63efb554 = [ [ "apw", "dir_d520c5cf583201d9437764f209363c22.html", "dir_d520c5cf583201d9437764f209363c22" ], [ "blogga", "dir_922c77e958c99a98db92d38a3a349bf2.html", "dir_922c77e958c99a98db92d38a3a349bf2" ], + [ "hivenet", "dir_6e52a2a2cd27c08b7df5e5cdb216bd77.html", "dir_6e52a2a2cd27c08b7df5e5cdb216bd77" ], [ "mytheme", "dir_8e58ba5e98ac07e59ee15ca7486c9950.html", "dir_8e58ba5e98ac07e59ee15ca7486c9950" ], - [ "redbasic", "dir_55dbaf9b7b53c4fc605c9011743a7353.html", "dir_55dbaf9b7b53c4fc605c9011743a7353" ] + [ "redbasic", "dir_55dbaf9b7b53c4fc605c9011743a7353.html", "dir_55dbaf9b7b53c4fc605c9011743a7353" ], + [ "stumble", "dir_4acb285a1960a920438b718da0958cf4.html", "dir_4acb285a1960a920438b718da0958cf4" ], + [ "suckerberg", "dir_0262a6a8df56a167e3761b6e5a54bb1c.html", "dir_0262a6a8df56a167e3761b6e5a54bb1c" ] ]; \ No newline at end of file diff --git a/doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.html b/doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.html new file mode 100644 index 000000000..91c6ed04b --- /dev/null +++ b/doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.html @@ -0,0 +1,114 @@ + + + + + + +The Red Matrix: view/theme/hivenet/php Directory Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    php Directory Reference
    +
    +
    + + + + + + +

    +Files

    file  style.php
     
    file  theme.php
     
    +
    +
    + diff --git a/doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.js b/doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.js new file mode 100644 index 000000000..576c2c655 --- /dev/null +++ b/doc/html/dir_9ef82eb3846cd201470898c3b6ef38cf.js @@ -0,0 +1,5 @@ +var dir_9ef82eb3846cd201470898c3b6ef38cf = +[ + [ "style.php", "hivenet_2php_2style_8php.html", null ], + [ "theme.php", "hivenet_2php_2theme_8php.html", "hivenet_2php_2theme_8php" ] +]; \ No newline at end of file diff --git a/doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.html b/doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.html new file mode 100644 index 000000000..76a464461 --- /dev/null +++ b/doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.html @@ -0,0 +1,114 @@ + + + + + + +The Red Matrix: view/theme/suckerberg/php Directory Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    php Directory Reference
    +
    +
    + + + + + + +

    +Files

    file  style.php
     
    file  theme.php
     
    +
    +
    + diff --git a/doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.js b/doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.js new file mode 100644 index 000000000..0e2f340ef --- /dev/null +++ b/doc/html/dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.js @@ -0,0 +1,5 @@ +var dir_ac4f5165c8d71ebb1a1a0a168a48f3f7 = +[ + [ "style.php", "suckerberg_2php_2style_8php.html", null ], + [ "theme.php", "suckerberg_2php_2theme_8php.html", "suckerberg_2php_2theme_8php" ] +]; \ No newline at end of file diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index 9e08aa0f4..7f383a243 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
    -

    Referenced by _well_known_init(), account_service_class_fetch(), activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), app_store(), app_update(), appman_post(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatsvc_post(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), diaspora_like(), diaspora_process_outbound(), directory_content(), discover_by_url(), discover_by_webbie(), drop_item(), event_store_event(), event_store_item(), externals_run(), feature_enabled(), fetch_xrd_links(), filter_insecure(), find_xchan_in_array(), foofoo(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_page_template(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), sync_locations(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), translate_system_apps(), validate_channelname(), verify_email_address(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_photo(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    +

    Referenced by _well_known_init(), account_service_class_fetch(), activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), app_store(), app_update(), appman_post(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_message(), chat_post(), chatroom_create(), chatroom_destroy(), chatsvc_post(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), diaspora_like(), diaspora_process_outbound(), directory_content(), discover_by_url(), discover_by_webbie(), drop_item(), event_store_event(), event_store_item(), externals_run(), feature_enabled(), fetch_xrd_links(), filter_insecure(), find_xchan_in_array(), foofoo(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_page_template(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), sync_locations(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), translate_system_apps(), validate_channelname(), verify_email_address(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_photo(), widget_suggestions(), widget_tagcloud_wall(), xchan_fetch(), xchan_mail_query(), xchan_query(), xchan_store(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    @@ -160,7 +160,7 @@ Variables
    -

    Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), app_decode(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), bookmarks_init(), chanlink_hash(), chanlink_url(), comanche_parser(), comanche_region(), comanche_webpage(), construct_page(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_is_blacklisted(), diaspora_ol(), diaspora_ul(), dir_parse_query(), dir_query_build(), event_store_item(), expand_acl(), extra_query_args(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_hashtags(), format_mentions(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_language_name(), get_markup_template(), get_tags(), html2bb_video(), import_xchan(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), mail_content(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), strip_zids(), stripdcode_br_cb(), t(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), Template\var_replace(), webfinger_rfc7033(), x(), xchan_content(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

    +

    Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), app_decode(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), bookmarks_init(), chanlink_hash(), chanlink_url(), comanche_parser(), comanche_region(), comanche_webpage(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_is_blacklisted(), diaspora_ol(), diaspora_ul(), dir_parse_query(), dir_query_build(), event_store_item(), expand_acl(), extra_query_args(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_hashtags(), format_mentions(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_language_name(), get_markup_template(), get_tags(), html2bb_video(), import_xchan(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), load_pdl(), magic_link(), mail_content(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), scrape_feed(), scrape_vcard(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), strip_zids(), stripdcode_br_cb(), t(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), Template\var_replace(), webfinger_rfc7033(), x(), xchan_content(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

    diff --git a/doc/html/files.html b/doc/html/files.html index f5a3e5e36..640a7234a 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -408,25 +408,37 @@ $(document).ready(function(){initNavTree('files.html','');}); | |   o*config.php | |   o*default.php | |   \*theme.php -| o+mytheme -| |\+php -| | o*default.php -| | o*style.php -| | \*theme.php -| \+redbasic -|  o+php -|  |o*config.php -|  |o*style.php -|  |o*theme.php -|  |\*theme_init.php -|  \+schema -|   o*boxy.php -|   o*BS-Default.php -|   o*dark.php -|   o*notred.php -|   o*simple_black_on_white.php -|   o*simple_green_on_black.php -|   \*simple_white_on_black.php +| o+hivenet +| |\+php +| | o*style.php +| | \*theme.php +| o+mytheme +| |\+php +| | o*default.php +| | o*style.php +| | \*theme.php +| o+redbasic +| |o+php +| ||o*config.php +| ||o*style.php +| ||o*theme.php +| ||\*theme_init.php +| |\+schema +| | o*boxy.php +| | o*BS-Default.php +| | o*dark.php +| | o*notred.php +| | o*simple_black_on_white.php +| | o*simple_green_on_black.php +| | \*simple_white_on_black.php +| o+stumble +| |\+php +| | o*style.php +| | \*theme.php +| \+suckerberg +|  \+php +|   o*style.php +|   \*theme.php \*boot.php diff --git a/doc/html/globals_0x61.html b/doc/html/globals_0x61.html index f789f92bb..1274fbb03 100644 --- a/doc/html/globals_0x61.html +++ b/doc/html/globals_0x61.html @@ -522,6 +522,9 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');});
  • api_post() : api.php
  • +
  • api_red_xchan() +: api.php +
  • api_register_func() : api.php
  • diff --git a/doc/html/globals_0x64.html b/doc/html/globals_0x64.html index 314b2c265..52b9313da 100644 --- a/doc/html/globals_0x64.html +++ b/doc/html/globals_0x64.html @@ -145,14 +145,14 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});

    - d -

    diff --git a/doc/html/functions_func_0x73.html b/doc/html/functions_func_0x73.html index 34697fee9..f040a03de 100644 --- a/doc/html/functions_func_0x73.html +++ b/doc/html/functions_func_0x73.html @@ -233,9 +233,9 @@ $(document).ready(function(){initNavTree('functions_func_0x73.html','');}); : RedMatrix\RedDAV\RedBasicAuth
  • setDimensions() -: photo_driver -, photo_imagick +: photo_imagick , photo_gd +, photo_driver
  • setName() : RedMatrix\RedDAV\RedFile @@ -246,6 +246,7 @@ $(document).ready(function(){initNavTree('functions_func_0x73.html','');});
  • store() : photo_driver +, Redmatrix\Import\Import
  • supportedTypes() : photo_imagick diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html index 3942c0783..18ed219ed 100644 --- a/doc/html/functions_vars.html +++ b/doc/html/functions_vars.html @@ -205,6 +205,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
  • $conversation : Item
  • +
  • $credentials +: Redmatrix\Import\Import +
  • $css_sources : App
  • @@ -273,6 +276,12 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
  • $interactive : App
  • +
  • $itemlist +: Redmatrix\Import\Import +
  • +
  • $items +: Redmatrix\Import\Import +
  • $js_sources : App
  • @@ -309,9 +318,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');}); : Template
  • $observer -: Conversation +: App , RedMatrix\RedDAV\RedBasicAuth -, App +, Conversation
  • $os_path : RedMatrix\RedDAV\RedDirectory @@ -397,6 +406,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
  • $sourcename : App
  • +
  • $src_items +: Redmatrix\Import\Import +
  • $stack : Template
  • diff --git a/doc/html/globals.html b/doc/html/globals.html index d96b84b06..11075a6de 100644 --- a/doc/html/globals.html +++ b/doc/html/globals.html @@ -245,12 +245,6 @@ $(document).ready(function(){initNavTree('globals.html','');});
  • $phpfile : php2po.php
  • -
  • $plugin -: post_to_red.php -
  • -
  • $plugin_dir -: post_to_red.php -
  • $pofile : php2po.php
  • diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index 2546552fc..f80d0607b 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -450,63 +450,6 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • post_post() : post.php
  • -
  • post_to_red_acct_name -: post_to_red.php -
  • -
  • post_to_red_admin() -: post_to_red.php -
  • -
  • post_to_red_deactivate() -: post_to_red.php -
  • -
  • post_to_red_delete_comment() -: post_to_red.php -
  • -
  • post_to_red_delete_post() -: post_to_red.php -
  • -
  • post_to_red_display_admin_page() -: post_to_red.php -
  • -
  • post_to_red_displayAdminContent() -: post_to_red.php -
  • -
  • post_to_red_get_acct_name() -: post_to_red.php -
  • -
  • post_to_red_get_avatar() -: post_to_red.php -
  • -
  • post_to_red_get_channel_name() -: post_to_red.php -
  • -
  • post_to_red_get_password() -: post_to_red.php -
  • -
  • post_to_red_get_seed_location() -: post_to_red.php -
  • -
  • post_to_red_path -: post_to_red.php -
  • -
  • post_to_red_post() -: post_to_red.php -
  • -
  • post_to_red_post_checkbox() -: post_to_red.php -
  • -
  • post_to_red_post_field_data() -: post_to_red.php -
  • -
  • post_to_red_post_meta_content() -: post_to_red.php -
  • -
  • post_to_red_settings_link() -: post_to_red.php -
  • -
  • post_to_red_version -: post_to_red.php -
  • posted_dates() : items.php
  • diff --git a/doc/html/globals_0x72.html b/doc/html/globals_0x72.html index fb860ab29..d5a31e359 100644 --- a/doc/html/globals_0x72.html +++ b/doc/html/globals_0x72.html @@ -174,9 +174,6 @@ $(document).ready(function(){initNavTree('globals_0x72.html','');});
  • receive_post() : receive.php
  • -
  • red_comment() -: post_to_red.php -
  • red_escape_codeblock() : items.php
  • @@ -195,9 +192,6 @@ $(document).ready(function(){initNavTree('globals_0x72.html','');});
  • RED_VERSION : boot.php
  • -
  • red_xmlrpc_methods() -: post_to_red.php -
  • red_zrl_callback() : items.php
  • diff --git a/doc/html/globals_0x7a.html b/doc/html/globals_0x7a.html index f69270ec7..955f88faa 100644 --- a/doc/html/globals_0x7a.html +++ b/doc/html/globals_0x7a.html @@ -193,13 +193,13 @@ $(document).ready(function(){initNavTree('globals_0x7a.html','');}); : text.php
  • zot_build_packet() -: zot.php +: zot.php
  • zot_encode_locations() : zot.php
  • zot_feed() -: items.php +: items.php
  • zot_fetch() : zot.php @@ -219,6 +219,9 @@ $(document).ready(function(){initNavTree('globals_0x7a.html','');});
  • zot_new_uid() : zot.php
  • +
  • zot_process_message_request() +: zot.php +
  • zot_process_response() : zot.php
  • diff --git a/doc/html/globals_func_0x70.html b/doc/html/globals_func_0x70.html index a31dcb0d0..c8f9d5a82 100644 --- a/doc/html/globals_func_0x70.html +++ b/doc/html/globals_func_0x70.html @@ -311,54 +311,6 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');});
  • post_post() : post.php
  • -
  • post_to_red_admin() -: post_to_red.php -
  • -
  • post_to_red_deactivate() -: post_to_red.php -
  • -
  • post_to_red_delete_comment() -: post_to_red.php -
  • -
  • post_to_red_delete_post() -: post_to_red.php -
  • -
  • post_to_red_display_admin_page() -: post_to_red.php -
  • -
  • post_to_red_displayAdminContent() -: post_to_red.php -
  • -
  • post_to_red_get_acct_name() -: post_to_red.php -
  • -
  • post_to_red_get_avatar() -: post_to_red.php -
  • -
  • post_to_red_get_channel_name() -: post_to_red.php -
  • -
  • post_to_red_get_password() -: post_to_red.php -
  • -
  • post_to_red_get_seed_location() -: post_to_red.php -
  • -
  • post_to_red_post() -: post_to_red.php -
  • -
  • post_to_red_post_checkbox() -: post_to_red.php -
  • -
  • post_to_red_post_field_data() -: post_to_red.php -
  • -
  • post_to_red_post_meta_content() -: post_to_red.php -
  • -
  • post_to_red_settings_link() -: post_to_red.php -
  • posted_dates() : items.php
  • diff --git a/doc/html/globals_func_0x72.html b/doc/html/globals_func_0x72.html index bd2e05805..ca376ba13 100644 --- a/doc/html/globals_func_0x72.html +++ b/doc/html/globals_func_0x72.html @@ -167,9 +167,6 @@ $(document).ready(function(){initNavTree('globals_func_0x72.html','');});
  • receive_post() : receive.php
  • -
  • red_comment() -: post_to_red.php -
  • red_escape_codeblock() : items.php
  • @@ -182,9 +179,6 @@ $(document).ready(function(){initNavTree('globals_func_0x72.html','');});
  • red_unescape_codeblock() : items.php
  • -
  • red_xmlrpc_methods() -: post_to_red.php -
  • red_zrl_callback() : items.php
  • diff --git a/doc/html/globals_func_0x7a.html b/doc/html/globals_func_0x7a.html index d55be5649..dc104b249 100644 --- a/doc/html/globals_func_0x7a.html +++ b/doc/html/globals_func_0x7a.html @@ -189,13 +189,13 @@ $(document).ready(function(){initNavTree('globals_func_0x7a.html','');}); : text.php
  • zot_build_packet() -: zot.php +: zot.php
  • zot_encode_locations() : zot.php
  • zot_feed() -: items.php +: items.php
  • zot_fetch() : zot.php @@ -215,6 +215,9 @@ $(document).ready(function(){initNavTree('globals_func_0x7a.html','');});
  • zot_new_uid() : zot.php
  • +
  • zot_process_message_request() +: zot.php +
  • zot_process_response() : zot.php
  • diff --git a/doc/html/globals_vars.html b/doc/html/globals_vars.html index db57ee822..6db202f33 100644 --- a/doc/html/globals_vars.html +++ b/doc/html/globals_vars.html @@ -240,12 +240,6 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
  • $phpfile : php2po.php
  • -
  • $plugin -: post_to_red.php -
  • -
  • $plugin_dir -: post_to_red.php -
  • $pofile : php2po.php
  • diff --git a/doc/html/globals_vars_0x70.html b/doc/html/globals_vars_0x70.html index ceedc1719..ef9672298 100644 --- a/doc/html/globals_vars_0x70.html +++ b/doc/html/globals_vars_0x70.html @@ -277,15 +277,6 @@ $(document).ready(function(){initNavTree('globals_vars_0x70.html','');});
  • POLL_TENSCALE : boot.php
  • -
  • post_to_red_acct_name -: post_to_red.php -
  • -
  • post_to_red_path -: post_to_red.php -
  • -
  • post_to_red_version -: post_to_red.php -
  • diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index baf1a9507..76f606ace 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -126,35 +126,36 @@ $(document).ready(function(){initNavTree('hierarchy.html','');}); |\CRedMatrix\RedDAV\RedDirectoryRedDirectory class oCIFile |\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV -oCIQuota -|\CRedMatrix\RedDAV\RedDirectoryRedDirectory class -oCITemplateEngine -|oCFriendicaSmartyEngine -|\CTemplate -oCNode -|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class -|\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV -oCOAuthDataStore -|\CFKOAuthDataStore -oCOAuthServer -|\CFKOAuth1 -oCphoto_driver -|oCphoto_gd -|\Cphoto_imagick -oCPlugin -|\CRedMatrix\RedDAV\RedBrowserProvides a DAV frontend for the webbrowser -oCProtoDriver -|\CZotDriver -oCSabre -|oCRedMatrix\RedDAV\RedBasicAuthAuthentication backend class for RedDAV -|oCRedMatrix\RedDAV\RedBrowserProvides a DAV frontend for the webbrowser -|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class -|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class -|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class -|oCRedMatrix\RedDAV\RedFileThis class represents a file in DAV -|\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV -\CSmarty - \CFriendicaSmarty +oCRedmatrix\Import\Import +oCIQuota +|\CRedMatrix\RedDAV\RedDirectoryRedDirectory class +oCITemplateEngine +|oCFriendicaSmartyEngine +|\CTemplate +oCNode +|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class +|\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV +oCOAuthDataStore +|\CFKOAuthDataStore +oCOAuthServer +|\CFKOAuth1 +oCphoto_driver +|oCphoto_gd +|\Cphoto_imagick +oCPlugin +|\CRedMatrix\RedDAV\RedBrowserProvides a DAV frontend for the webbrowser +oCProtoDriver +|\CZotDriver +oCSabre +|oCRedMatrix\RedDAV\RedBasicAuthAuthentication backend class for RedDAV +|oCRedMatrix\RedDAV\RedBrowserProvides a DAV frontend for the webbrowser +|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class +|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class +|oCRedMatrix\RedDAV\RedDirectoryRedDirectory class +|oCRedMatrix\RedDAV\RedFileThis class represents a file in DAV +|\CRedMatrix\RedDAV\RedFileThis class represents a file in DAV +\CSmarty + \CFriendicaSmarty diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 006d8f3b6..cad7823d1 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -20,6 +20,7 @@ var hierarchy = [ "IFile", null, [ [ "RedMatrix\\RedDAV\\RedFile", "classRedMatrix_1_1RedDAV_1_1RedFile.html", null ] ] ], + [ "Redmatrix\\Import\\Import", "classRedmatrix_1_1Import_1_1Import.html", null ], [ "IQuota", null, [ [ "RedMatrix\\RedDAV\\RedDirectory", "classRedMatrix_1_1RedDAV_1_1RedDirectory.html", null ] ] ], diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index 184cb2c1f..735aa5b38 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -612,7 +612,7 @@ Functions
    -

    Referenced by zot_feed().

    +

    Referenced by zot_feed().

    diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index 496ab8186..0a4937645 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -433,7 +433,7 @@ Functions
    Returns
    mixed Stored value or false if it does not exist
    -

    Referenced by Conversation\__construct(), acl_init(), bb2diaspora_itembody(), App\build_pagehead(), change_channel(), channel_content(), connect_content(), connedit_content(), connedit_post(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), editpost_content(), feature_enabled(), findpeople_widget(), fix_attached_file_permissions(), fix_attached_photo_permissions(), Item\get_comment_box(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), load_pdl(), FKOAuth1\loginUser(), mail_content(), message_content(), nav(), network_content(), new_contact(), notification(), pdledit_content(), post_post(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), smilies(), tag_deliver(), theme_content(), webpages_content(), and widget_notes().

    +

    Referenced by Conversation\__construct(), acl_init(), bb2diaspora_itembody(), App\build_pagehead(), change_channel(), channel_content(), connect_content(), connedit_content(), connedit_post(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), editpost_content(), feature_enabled(), findpeople_widget(), fix_attached_file_permissions(), fix_attached_photo_permissions(), Item\get_comment_box(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), load_pdl(), FKOAuth1\loginUser(), mail_content(), message_content(), nav(), network_content(), new_contact(), notification(), pdledit_content(), post_post(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), settings_post(), smilies(), tag_deliver(), theme_content(), webpages_content(), widget_notes(), and widget_settings_menu().

    diff --git a/doc/html/include_2group_8php.html b/doc/html/include_2group_8php.html index 86f931911..edab06950 100644 --- a/doc/html/include_2group_8php.html +++ b/doc/html/include_2group_8php.html @@ -186,7 +186,7 @@ Functions
    -

    Referenced by create_identity(), and group_post().

    +

    Referenced by create_identity(), group_post(), and settings_post().

    @@ -226,7 +226,7 @@ Functions diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index ffba36cd4..f8fb60dc3 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -248,8 +248,8 @@ Functions    fetch_post_tags ($items, $link=false)   - zot_feed ($uid, $observer_xchan, $mindate) -  + zot_feed ($uid, $observer_xchan, $arr) +   items_fetch ($arr, $channel=null, $observer_hash=null, $client_mode=CLIENT_MODE_NORMAL, $module= 'network')    update_remote_id ($channel, $post_id, $webpage, $pagetitle, $namespace, $remote_id, $mid) @@ -803,7 +803,7 @@ Functions @@ -939,7 +939,7 @@ Functions @@ -1520,7 +1520,7 @@ Functions @@ -2144,7 +2144,7 @@ Functions - +
    @@ -2164,7 +2164,7 @@ Functions - + @@ -2174,7 +2174,7 @@ Functions
     $mindate $arr 
    -

    Referenced by zotfeed_init().

    +

    Referenced by zot_process_message_request(), and zotfeed_init().

    diff --git a/doc/html/items_8php.js b/doc/html/items_8php.js index c0568d1f7..45e633f25 100644 --- a/doc/html/items_8php.js +++ b/doc/html/items_8php.js @@ -72,5 +72,5 @@ var items_8php = [ "translate_scope", "items_8php.html#aabfaa193b83154c2a81e91284e5d5e59", null ], [ "update_feed_item", "items_8php.html#a9b449eeae50003414b8b30ca927af434", null ], [ "update_remote_id", "items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6", null ], - [ "zot_feed", "items_8php.html#a004e89d86b0f29b2c4da20108ecc4091", null ] + [ "zot_feed", "items_8php.html#a1cf89557f32d5dfbe8bd90448dc1aa92", null ] ]; \ No newline at end of file diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html index ad02e6270..31477d7b9 100644 --- a/doc/html/namespaces.html +++ b/doc/html/namespaces.html @@ -114,8 +114,10 @@ $(document).ready(function(){initNavTree('namespaces.html','');}); oNfriendica-to-smarty-tpl oNRedMatrix |\NRedDAV -oNupdatetpl -\Nutil +oNRedmatrix +|\NImport +oNupdatetpl +\Nutil diff --git a/doc/html/namespaces.js b/doc/html/namespaces.js index 451e130fb..3ca14e354 100644 --- a/doc/html/namespaces.js +++ b/doc/html/namespaces.js @@ -4,6 +4,7 @@ var namespaces = [ "Friendica", "namespaceFriendica.html", null ], [ "friendica-to-smarty-tpl", "namespacefriendica-to-smarty-tpl.html", null ], [ "RedMatrix", "namespaceRedMatrix.html", "namespaceRedMatrix" ], + [ "Redmatrix", "namespaceRedmatrix.html", "namespaceRedmatrix" ], [ "updatetpl", "namespaceupdatetpl.html", null ], [ "util", "namespaceutil.html", null ] ]; \ No newline at end of file diff --git a/doc/html/navtree.js b/doc/html/navtree.js index b13e549ed..ad8e7f70e 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -37,15 +37,15 @@ var NAVTREE = var NAVTREEINDEX = [ "BS-Default_8php.html", -"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209", -"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be", -"classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6", -"dir_0262a6a8df56a167e3761b6e5a54bb1c.html", -"globals_vars_0x72.html", -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6", -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a", -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb", -"updatetpl_8py.html#ac9d11279fed403a329a719298feafc4f" +"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53", +"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f", +"classTemplate.html#aae9c4d761ea1298e745e8052d7910194", +"diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9", +"globals_vars.html", +"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c", +"namespaceRedMatrix_1_1RedDAV.html", +"session_8php.html#ac95373f4966862a028033dd2f94d4da1", +"view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index 30ad06206..bf91f9867 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -1,65 +1,66 @@ var NAVTREEINDEX0 = { "BS-Default_8php.html":[6,0,3,1,4,1,1], -"BaseObject_8php.html":[6,0,0,10], -"Contact_8php.html":[6,0,0,21], -"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[6,0,0,21,2], -"Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8":[6,0,0,21,9], -"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[6,0,0,21,8], -"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[6,0,0,21,11], -"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[6,0,0,21,13], -"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[6,0,0,21,6], -"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[6,0,0,21,5], -"Contact_8php.html#a4e8af0f0525161da74583c04b8b03097":[6,0,0,21,4], -"Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33":[6,0,0,21,3], -"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[6,0,0,21,14], -"Contact_8php.html#a7e3f5bef8ea1d2bf8434c9be36a2b713":[6,0,0,21,10], -"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[6,0,0,21,7], -"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[6,0,0,21,12], -"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[6,0,0,21,1], -"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[6,0,0,21,0], -"ConversationObject_8php.html":[6,0,0,25], -"ITemplateEngine_8php.html":[6,0,0,47], -"ItemObject_8php.html":[6,0,0,46], -"ProtoDriver_8php.html":[6,0,0,67], -"RedBasicAuth_8php.html":[6,0,0,2,0], -"RedBrowser_8php.html":[6,0,0,2,1], -"RedDirectory_8php.html":[6,0,0,2,2], -"RedFile_8php.html":[6,0,0,2,3], +"BaseObject_8php.html":[6,0,0,11], +"Contact_8php.html":[6,0,0,22], +"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[6,0,0,22,2], +"Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8":[6,0,0,22,9], +"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[6,0,0,22,8], +"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[6,0,0,22,11], +"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[6,0,0,22,13], +"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[6,0,0,22,6], +"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[6,0,0,22,5], +"Contact_8php.html#a4e8af0f0525161da74583c04b8b03097":[6,0,0,22,4], +"Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33":[6,0,0,22,3], +"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[6,0,0,22,14], +"Contact_8php.html#a7e3f5bef8ea1d2bf8434c9be36a2b713":[6,0,0,22,10], +"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[6,0,0,22,7], +"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[6,0,0,22,12], +"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[6,0,0,22,1], +"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[6,0,0,22,0], +"ConversationObject_8php.html":[6,0,0,26], +"ITemplateEngine_8php.html":[6,0,0,48], +"Importer_8php.html":[6,0,0,1,0], +"ItemObject_8php.html":[6,0,0,47], +"ProtoDriver_8php.html":[6,0,0,68], +"RedBasicAuth_8php.html":[6,0,0,3,0], +"RedBrowser_8php.html":[6,0,0,3,1], +"RedDirectory_8php.html":[6,0,0,3,2], +"RedFile_8php.html":[6,0,0,3,3], "__well__known_8php.html":[6,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[6,0,1,0,0], -"account_8php.html":[6,0,0,3], -"account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[6,0,0,3,8], -"account_8php.html#a030cec6793b909c439c0336ba39b1571":[6,0,0,3,10], -"account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9":[6,0,0,3,7], -"account_8php.html#a141fe579c351c78209d425473f978eb5":[6,0,0,3,6], -"account_8php.html#a144b4891022567668375b58ea61cfff0":[6,0,0,3,5], -"account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89":[6,0,0,3,0], -"account_8php.html#a43e3042b2723d76915a030bac3c668b6":[6,0,0,3,1], -"account_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[6,0,0,3,13], -"account_8php.html#a754d7f53b3abc557b753c057dc4e021d":[6,0,0,3,12], -"account_8php.html#a901657dd078e070516cf97285e0bada7":[6,0,0,3,14], -"account_8php.html#a905b54e10704b283ac64680a8abc0971":[6,0,0,3,11], -"account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f":[6,0,0,3,2], -"account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[6,0,0,3,9], -"account_8php.html#aaff7720423417a4333697894ffd9ddeb":[6,0,0,3,4], -"account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[6,0,0,3,17], -"account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[6,0,0,3,15], -"account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5":[6,0,0,3,18], -"account_8php.html#ad07be417ac7eda939768804106ddea3d":[6,0,0,3,16], -"account_8php.html#ae052bd5558847bd38e89c213561a9771":[6,0,0,3,3], +"account_8php.html":[6,0,0,4], +"account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[6,0,0,4,8], +"account_8php.html#a030cec6793b909c439c0336ba39b1571":[6,0,0,4,10], +"account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9":[6,0,0,4,7], +"account_8php.html#a141fe579c351c78209d425473f978eb5":[6,0,0,4,6], +"account_8php.html#a144b4891022567668375b58ea61cfff0":[6,0,0,4,5], +"account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89":[6,0,0,4,0], +"account_8php.html#a43e3042b2723d76915a030bac3c668b6":[6,0,0,4,1], +"account_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[6,0,0,4,13], +"account_8php.html#a754d7f53b3abc557b753c057dc4e021d":[6,0,0,4,12], +"account_8php.html#a901657dd078e070516cf97285e0bada7":[6,0,0,4,14], +"account_8php.html#a905b54e10704b283ac64680a8abc0971":[6,0,0,4,11], +"account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f":[6,0,0,4,2], +"account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[6,0,0,4,9], +"account_8php.html#aaff7720423417a4333697894ffd9ddeb":[6,0,0,4,4], +"account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[6,0,0,4,17], +"account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[6,0,0,4,15], +"account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5":[6,0,0,4,18], +"account_8php.html#ad07be417ac7eda939768804106ddea3d":[6,0,0,4,16], +"account_8php.html#ae052bd5558847bd38e89c213561a9771":[6,0,0,4,3], "achievements_8php.html":[6,0,1,1], "achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e":[6,0,1,1,0], "acl_8php.html":[6,0,1,2], "acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f":[6,0,1,2,1], "acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a":[6,0,1,2,0], -"acl__selectors_8php.html":[6,0,0,4], -"acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91":[6,0,0,4,0], -"acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0":[6,0,0,4,2], -"acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528":[6,0,0,4,3], -"acl__selectors_8php.html#ad6664fb8330308e23f2645cd6624727e":[6,0,0,4,1], -"activities_8php.html":[6,0,0,5], -"activities_8php.html#a80134e807719b3c54aba971958d2e132":[6,0,0,5,0], +"acl__selectors_8php.html":[6,0,0,5], +"acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91":[6,0,0,5,0], +"acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0":[6,0,0,5,2], +"acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528":[6,0,0,5,3], +"acl__selectors_8php.html#ad6664fb8330308e23f2645cd6624727e":[6,0,0,5,1], +"activities_8php.html":[6,0,0,6], +"activities_8php.html#a80134e807719b3c54aba971958d2e132":[6,0,0,6,0], "admin_8php.html":[6,0,1,3], "admin_8php.html#a1d1362698af14d209aa3a0fb655551dd":[6,0,1,3,6], "admin_8php.html#a233b7c8c31776b7020532003c6e44e1c":[6,0,1,3,7], @@ -100,44 +101,44 @@ var NAVTREEINDEX0 = "apw_2php_2style_8php.html#af3a16c5f0dd7a74cf9acf6a49fff73a7":[6,0,3,1,0,1,2,9], "apw_2php_2theme_8php.html":[6,0,3,1,0,1,3], "apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[6,0,3,1,0,1,3,0], -"auth_8php.html":[6,0,0,9], -"auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[6,0,0,9,0], -"auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[6,0,0,9,2], -"auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2":[6,0,0,9,1], -"auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f":[6,0,0,9,3], -"bb2diaspora_8php.html":[6,0,0,11], -"bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[6,0,0,11,13], -"bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863":[6,0,0,11,9], -"bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b":[6,0,0,11,6], -"bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2":[6,0,0,11,10], -"bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c":[6,0,0,11,0], -"bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34":[6,0,0,11,3], -"bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747":[6,0,0,11,14], -"bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4":[6,0,0,11,7], -"bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083":[6,0,0,11,2], -"bb2diaspora_8php.html#ab27761069ea1275f0fc4c543099c5519":[6,0,0,11,1], -"bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a":[6,0,0,11,12], -"bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625":[6,0,0,11,5], -"bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d":[6,0,0,11,11], -"bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba":[6,0,0,11,4], -"bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc":[6,0,0,11,8], -"bbcode_8php.html":[6,0,0,12], -"bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[6,0,0,12,10], -"bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[6,0,0,12,9], -"bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a":[6,0,0,12,6], -"bbcode_8php.html#a2be26414a367118143cc89e2d58e7377":[6,0,0,12,7], -"bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd":[6,0,0,12,0], -"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[6,0,0,12,14], -"bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e":[6,0,0,12,5], -"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[6,0,0,12,12], -"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[6,0,0,12,13], -"bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7":[6,0,0,12,11], -"bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f":[6,0,0,12,2], -"bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[6,0,0,12,8], -"bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c":[6,0,0,12,4], -"bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9":[6,0,0,12,3], -"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[6,0,0,12,15], -"bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2":[6,0,0,12,1], +"auth_8php.html":[6,0,0,10], +"auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[6,0,0,10,0], +"auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[6,0,0,10,2], +"auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2":[6,0,0,10,1], +"auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f":[6,0,0,10,3], +"bb2diaspora_8php.html":[6,0,0,12], +"bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[6,0,0,12,13], +"bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863":[6,0,0,12,9], +"bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b":[6,0,0,12,6], +"bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2":[6,0,0,12,10], +"bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c":[6,0,0,12,0], +"bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34":[6,0,0,12,3], +"bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747":[6,0,0,12,14], +"bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4":[6,0,0,12,7], +"bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083":[6,0,0,12,2], +"bb2diaspora_8php.html#ab27761069ea1275f0fc4c543099c5519":[6,0,0,12,1], +"bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a":[6,0,0,12,12], +"bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625":[6,0,0,12,5], +"bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d":[6,0,0,12,11], +"bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba":[6,0,0,12,4], +"bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc":[6,0,0,12,8], +"bbcode_8php.html":[6,0,0,13], +"bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[6,0,0,13,10], +"bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[6,0,0,13,9], +"bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a":[6,0,0,13,6], +"bbcode_8php.html#a2be26414a367118143cc89e2d58e7377":[6,0,0,13,7], +"bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd":[6,0,0,13,0], +"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[6,0,0,13,14], +"bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e":[6,0,0,13,5], +"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[6,0,0,13,12], +"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[6,0,0,13,13], +"bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7":[6,0,0,13,11], +"bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f":[6,0,0,13,2], +"bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[6,0,0,13,8], +"bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c":[6,0,0,13,4], +"bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9":[6,0,0,13,3], +"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[6,0,0,13,15], +"bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2":[6,0,0,13,1], "block_8php.html":[6,0,1,8], "block_8php.html#a8a82a470acdfbc7a8e749509caeeea45":[6,0,1,8,0], "block_8php.html#a9b61c96044ed2a068f18c10370a78d5c":[6,0,1,8,1], @@ -248,6 +249,5 @@ var NAVTREEINDEX0 = "boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[6,0,4,213], "boot_8php.html#a50a6707a28c7d05d3f49eaabc7994501":[6,0,4,30], "boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,167], -"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[6,0,4,44], -"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[6,0,4,88] +"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[6,0,4,44] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 6950ffef0..4d7b1bf3e 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,5 +1,6 @@ var NAVTREEINDEX1 = { +"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[6,0,4,88], "boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,36], "boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,205], "boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,246], @@ -202,9 +203,9 @@ var NAVTREEINDEX1 = "boot_8php.html#afef254290febac854c85fc698d9483a6":[6,0,4,297], "boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[6,0,4,232], "boxy_8php.html":[6,0,3,1,4,1,0], -"cache_8php.html":[6,0,0,14], -"chanman_8php.html":[6,0,0,15], -"chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[6,0,0,15,0], +"cache_8php.html":[6,0,0,15], +"chanman_8php.html":[6,0,0,16], +"chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[6,0,0,16,0], "channel_8php.html":[6,0,1,11], "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[6,0,1,11,0], "channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc":[6,0,1,11,1], @@ -215,39 +216,38 @@ var NAVTREEINDEX1 = "chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[6,0,1,14,0], "chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[6,0,1,14,2], "choklet_8php.html":[6,0,3,0,0], -"classApp.html":[5,0,6], -"classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[5,0,6,56], -"classApp.html#a050b0696118da47e8b30859ad1a2c149":[5,0,6,40], -"classApp.html#a084e03c77686d8c13390fef3f7428a2b":[5,0,6,5], -"classApp.html#a08bc87aff64f39fbc084e9d6545cee4d":[5,0,6,2], -"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[5,0,6,75], -"classApp.html#a08f0537964d98958d218066364cff785":[5,0,6,1], -"classApp.html#a0ce85be198e46570366cb3344f3c55b8":[5,0,6,50], -"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[5,0,6,60], -"classApp.html#a123b903dfe5d3488cc68db3471d36fd2":[5,0,6,30], -"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[5,0,6,79], -"classApp.html#a14bd4b1c29f3aff371fe5d4cb11aeea3":[5,0,6,32], -"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[5,0,6,73], -"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[5,0,6,61], -"classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2":[5,0,6,8], -"classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7":[5,0,6,29], -"classApp.html#a230e975296cf164da2fee35ef720964f":[5,0,6,33], -"classApp.html#a244b2d53b21be269aad2269d23192f95":[5,0,6,77], -"classApp.html#a256360c9184fed6d7556e0bc0a835d7f":[5,0,6,48], -"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[5,0,6,76], -"classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a":[5,0,6,12], -"classApp.html#a330410a288f3393d53772f5e98f857ea":[5,0,6,51], -"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[5,0,6,66], -"classApp.html#a344d2b7dc2f276648d521aee4da1731c":[5,0,6,23], -"classApp.html#a3694aa1907aa103a2adbc71f926f0fa0":[5,0,6,55], -"classApp.html#a3d84af5e42082098672531cd1a618853":[5,0,6,22], -"classApp.html#a4659785d13e4bac0bed50dbb1b0d4299":[5,0,6,6], -"classApp.html#a4776d9322edea17fae56afa5d01a323e":[5,0,6,24], -"classApp.html#a4833bee2eae4ad1691a04fa19e11a766":[5,0,6,90], -"classApp.html#a487332f8de40414ca1a54a4265570b70":[5,0,6,85], -"classApp.html#a495ec082c2719314e536070ca1ce073d":[5,0,6,42], -"classApp.html#a4b67935096f66d1f14b657399a8461ac":[5,0,6,68], -"classApp.html#a4bdd7bfed62f50515fce652127bf481b":[5,0,6,25], -"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[5,0,6,59], -"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[5,0,6,67] +"classApp.html":[5,0,7], +"classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[5,0,7,56], +"classApp.html#a050b0696118da47e8b30859ad1a2c149":[5,0,7,40], +"classApp.html#a084e03c77686d8c13390fef3f7428a2b":[5,0,7,5], +"classApp.html#a08bc87aff64f39fbc084e9d6545cee4d":[5,0,7,2], +"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[5,0,7,75], +"classApp.html#a08f0537964d98958d218066364cff785":[5,0,7,1], +"classApp.html#a0ce85be198e46570366cb3344f3c55b8":[5,0,7,50], +"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[5,0,7,60], +"classApp.html#a123b903dfe5d3488cc68db3471d36fd2":[5,0,7,30], +"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[5,0,7,79], +"classApp.html#a14bd4b1c29f3aff371fe5d4cb11aeea3":[5,0,7,32], +"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[5,0,7,73], +"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[5,0,7,61], +"classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2":[5,0,7,8], +"classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7":[5,0,7,29], +"classApp.html#a230e975296cf164da2fee35ef720964f":[5,0,7,33], +"classApp.html#a244b2d53b21be269aad2269d23192f95":[5,0,7,77], +"classApp.html#a256360c9184fed6d7556e0bc0a835d7f":[5,0,7,48], +"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[5,0,7,76], +"classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a":[5,0,7,12], +"classApp.html#a330410a288f3393d53772f5e98f857ea":[5,0,7,51], +"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[5,0,7,66], +"classApp.html#a344d2b7dc2f276648d521aee4da1731c":[5,0,7,23], +"classApp.html#a3694aa1907aa103a2adbc71f926f0fa0":[5,0,7,55], +"classApp.html#a3d84af5e42082098672531cd1a618853":[5,0,7,22], +"classApp.html#a4659785d13e4bac0bed50dbb1b0d4299":[5,0,7,6], +"classApp.html#a4776d9322edea17fae56afa5d01a323e":[5,0,7,24], +"classApp.html#a4833bee2eae4ad1691a04fa19e11a766":[5,0,7,90], +"classApp.html#a487332f8de40414ca1a54a4265570b70":[5,0,7,85], +"classApp.html#a495ec082c2719314e536070ca1ce073d":[5,0,7,42], +"classApp.html#a4b67935096f66d1f14b657399a8461ac":[5,0,7,68], +"classApp.html#a4bdd7bfed62f50515fce652127bf481b":[5,0,7,25], +"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[5,0,7,59] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index 6e0f047f2..6e61d8759 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,163 +1,164 @@ var NAVTREEINDEX2 = { -"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[5,0,6,9], -"classApp.html#a557d7b779d8259027f4724ebf7b248dc":[5,0,6,28], -"classApp.html#a560189f048d3db2f526841963cc43e97":[5,0,6,26], -"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,6,88], -"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,6,58], -"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,6,74], -"classApp.html#a58ac598544892ff7c32890291b72635e":[5,0,6,62], -"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[5,0,6,63], -"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[5,0,6,3], -"classApp.html#a5cfc098c061b7d765add58fd2ca97445":[5,0,6,39], -"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,6,80], -"classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,6,4], -"classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,6,45], -"classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[5,0,6,7], -"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,6,81], -"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,6,82], -"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,6,69], -"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,6,65], -"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,6,47], -"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,6,83], -"classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[5,0,6,20], -"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,6,57], -"classApp.html#a871898becd0697d778f36d9336253ae8":[5,0,6,14], -"classApp.html#a8863703a0305eaa45eb970dbd2046291":[5,0,6,16], -"classApp.html#a89e9feb2bfb5253883a9720beaffe876":[5,0,6,21], -"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,6,87], -"classApp.html#a94a1ed2dc493c58612d17035b74ae736":[5,0,6,31], -"classApp.html#a98ef4cfd36693a3457c879b76bc6d694":[5,0,6,44], -"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[5,0,6,64], -"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[5,0,6,91], -"classApp.html#aab23c59172310fd30f2d60dc039d3eea":[5,0,6,13], -"classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e":[5,0,6,38], -"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[5,0,6,86], -"classApp.html#ab3da757abe5cb45bf88f07cc51a73b58":[5,0,6,35], -"classApp.html#ab47de68fa39806d1fb0976407e188b77":[5,0,6,71], -"classApp.html#abe0e4fa91097f7a6588e1213a834121c":[5,0,6,37], -"classApp.html#abea5a4f77dcd53c928dc4eed86616637":[5,0,6,19], -"classApp.html#abf46a653d8499e7c253cc1be894a6d83":[5,0,6,17], -"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[5,0,6,52], -"classApp.html#ac1d80a14492acc932715d54567d8a589":[5,0,6,46], -"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[5,0,6,54], -"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[5,0,6,43], -"classApp.html#acad5896b7a79ae31433ad8f89606c728":[5,0,6,70], -"classApp.html#acb27e607fe4c82603444676e25c36b70":[5,0,6,11], -"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[5,0,6,78], -"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[5,0,6,41], -"classApp.html#ad5175536561021548ae8188e24c7b80c":[5,0,6,36], -"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[5,0,6,27], -"classApp.html#adb5a4bb657881e553978ff390babd01f":[5,0,6,10], -"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[5,0,6,89], -"classApp.html#ae3f47830543d0d902f66913def8db66b":[5,0,6,53], -"classApp.html#ae9f96338f32187d308b67b980eea0008":[5,0,6,72], -"classApp.html#aeb1fe1c8ad9aa639909bd183ce578536":[5,0,6,18], -"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[5,0,6,84], -"classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166":[5,0,6,15], -"classApp.html#af5007c42a693afd9c4899c243b2e1363":[5,0,6,49], -"classApp.html#af58db526040829b1c8bd95561b329262":[5,0,6,34], -"classApp.html#af6d39f63fb7116bbeb04e51696f99474":[5,0,6,0], -"classBaseObject.html":[5,0,7], -"classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2":[5,0,7,0], -"classCache.html":[5,0,8], -"classConversation.html":[5,0,9], -"classConversation.html#a2a96b7a6573ae53db861624659e831cb":[5,0,9,6], -"classConversation.html#a2f12724ef0244e9049fe1bb9641b516d":[5,0,9,19], -"classConversation.html#a41f4a549e6a99f98935c4742addd22c8":[5,0,9,20], -"classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901":[5,0,9,2], -"classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[5,0,9,7], -"classConversation.html#a5879199008b96bee7550b576d614e1c1":[5,0,9,10], -"classConversation.html#a5b6adbb2fe24f0f53d6c22660dff91b2":[5,0,9,17], -"classConversation.html#a5effe8ad3007e01333df44b81432b813":[5,0,9,5], -"classConversation.html#a66f121ca4026246f86a732e5faa0682c":[5,0,9,11], -"classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[5,0,9,1], -"classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[5,0,9,16], -"classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[5,0,9,3], -"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[5,0,9,12], -"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3":[5,0,9,8], -"classConversation.html#aa95c1a62af38bdfba7add9549bec083b":[5,0,9,13], -"classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[5,0,9,9], -"classConversation.html#ae3d4190142e12b57051f11f2911f77a0":[5,0,9,4], -"classConversation.html#ae81221251307e315f566a11f921ce0a9":[5,0,9,21], -"classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae":[5,0,9,18], -"classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09":[5,0,9,0], -"classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a":[5,0,9,15], -"classConversation.html#afd4965d22a6e4bfea2f35e931b3273c6":[5,0,9,14], -"classFKOAuth1.html":[5,0,14], -"classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f":[5,0,14,1], -"classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6":[5,0,14,0], -"classFKOAuthDataStore.html":[5,0,15], -"classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1":[5,0,15,1], -"classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050":[5,0,15,5], -"classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934":[5,0,15,4], -"classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599":[5,0,15,2], -"classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab":[5,0,15,3], -"classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819":[5,0,15,0], -"classFriendicaSmarty.html":[5,0,16], -"classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690":[5,0,16,2], -"classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9":[5,0,16,1], -"classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6":[5,0,16,0], -"classFriendicaSmartyEngine.html":[5,0,17], -"classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118":[5,0,17,1], -"classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88":[5,0,17,2], -"classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6":[5,0,17,0], -"classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2":[5,0,17,3], -"classItem.html":[5,0,18], -"classItem.html#a007424e3e3171dcfb4312a02161da6cd":[5,0,18,34], -"classItem.html#a078f95b4134ce3a1df344cf8d386f986":[5,0,18,37], -"classItem.html#a0c301aaed2b7d682728d18db3a22afa3":[5,0,18,8], -"classItem.html#a1a1e42877e6ac7af50286142ceb483d2":[5,0,18,39], -"classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2":[5,0,18,42], -"classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2":[5,0,18,0], -"classItem.html#a2ce70ef63f9f4d86a09c351678806925":[5,0,18,24], -"classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf":[5,0,18,6], -"classItem.html#a428f448f89a8629055ea3294eb942aea":[5,0,18,16], -"classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8":[5,0,18,44], -"classItem.html#a4b92e3a9d6212c553aa2661489bd95d8":[5,0,18,15], -"classItem.html#a5b2fafdca55aefeaa08993a5a60529f0":[5,0,18,20], -"classItem.html#a5b561415861f5b89b0733aacfe0428d1":[5,0,18,40], -"classItem.html#a5cfa6cf964f433a917a81cab079ff9d8":[5,0,18,43], -"classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189":[5,0,18,45], -"classItem.html#a632185dd25c5caf277067c76230a4320":[5,0,18,4], -"classItem.html#a67892aa23d19f4431bb2e5f43c74000e":[5,0,18,12], -"classItem.html#a7f7bc059de377319282cb4ef4a828480":[5,0,18,41], -"classItem.html#a80dcd0fb7673776c0967839d429c2a0f":[5,0,18,31], -"classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51":[5,0,18,1], -"classItem.html#a904421c7a427411bb2ab473bca872f63":[5,0,18,7], -"classItem.html#a90743c8348b13213275c223bb9333aa0":[5,0,18,32], -"classItem.html#a9594df6014b0b6f45364ea7a34510130":[5,0,18,36], -"classItem.html#a97c7feeea7f26a73176cb19faa455e12":[5,0,18,22], -"classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[5,0,18,28], -"classItem.html#a9f2d219da712390f59012fc32a342074":[5,0,18,14], -"classItem.html#aa0ee775ec94abccec6c798428835d001":[5,0,18,5], -"classItem.html#aa1bd19fc8b5577078530265a7bf64123":[5,0,18,26], -"classItem.html#aa2c221231ad0fc3720ccc1f00f0c6304":[5,0,18,33], -"classItem.html#aa452b5bcd8dea12119b09212c615cb41":[5,0,18,25], -"classItem.html#aa49e40f961dff66da32c5ae110e32993":[5,0,18,21], -"classItem.html#aa541bc4290e51bfd688d6921bebabc73":[5,0,18,13], -"classItem.html#aa8b1bbc4236890694635295e46d7fd72":[5,0,18,27], -"classItem.html#aabf87ded59c25b5fe2b2296678e70509":[5,0,18,23], -"classItem.html#aba23a0a9d89e316d2b343cc46d695d91":[5,0,18,17], -"classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8":[5,0,18,2], -"classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967":[5,0,18,19], -"classItem.html#ac0f27e58532612f6e7a54c8a621b9b92":[5,0,18,11], -"classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c":[5,0,18,10], -"classItem.html#aca1e66988ed00cd627b2a359b72cd0ae":[5,0,18,3], -"classItem.html#acc32426c0f465391be8a99ad810c7b8e":[5,0,18,30], -"classItem.html#ad3638f93065693c1f69eb349feb1b7aa":[5,0,18,9], -"classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8":[5,0,18,18], -"classItem.html#aec24e233f9098f902b1e57e60dcb2019":[5,0,18,35], -"classItem.html#af1b73df9b7c4b927e26b7e243b491f42":[5,0,18,29], -"classItem.html#afa54851df82962c7c42dea3cc9f5c92c":[5,0,18,38], -"classProtoDriver.html":[5,0,23], -"classProtoDriver.html#a1593f3abae050edbd9304f4f8bc4894a":[5,0,23,0], -"classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d":[5,0,23,2], -"classProtoDriver.html#a34b97ca5ef2165f2e16eb2fe59ff6c67":[5,0,23,1], -"classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337":[5,0,23,6], -"classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b":[5,0,23,4], -"classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181":[5,0,23,5], -"classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b":[5,0,23,3], +"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[5,0,7,67], +"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[5,0,7,9], +"classApp.html#a557d7b779d8259027f4724ebf7b248dc":[5,0,7,28], +"classApp.html#a560189f048d3db2f526841963cc43e97":[5,0,7,26], +"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,7,88], +"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,7,58], +"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,7,74], +"classApp.html#a58ac598544892ff7c32890291b72635e":[5,0,7,62], +"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[5,0,7,63], +"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[5,0,7,3], +"classApp.html#a5cfc098c061b7d765add58fd2ca97445":[5,0,7,39], +"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,7,80], +"classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,7,4], +"classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,7,45], +"classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[5,0,7,7], +"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,7,81], +"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,7,82], +"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,7,69], +"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,7,65], +"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,7,47], +"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,7,83], +"classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[5,0,7,20], +"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,7,57], +"classApp.html#a871898becd0697d778f36d9336253ae8":[5,0,7,14], +"classApp.html#a8863703a0305eaa45eb970dbd2046291":[5,0,7,16], +"classApp.html#a89e9feb2bfb5253883a9720beaffe876":[5,0,7,21], +"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,7,87], +"classApp.html#a94a1ed2dc493c58612d17035b74ae736":[5,0,7,31], +"classApp.html#a98ef4cfd36693a3457c879b76bc6d694":[5,0,7,44], +"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[5,0,7,64], +"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[5,0,7,91], +"classApp.html#aab23c59172310fd30f2d60dc039d3eea":[5,0,7,13], +"classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e":[5,0,7,38], +"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[5,0,7,86], +"classApp.html#ab3da757abe5cb45bf88f07cc51a73b58":[5,0,7,35], +"classApp.html#ab47de68fa39806d1fb0976407e188b77":[5,0,7,71], +"classApp.html#abe0e4fa91097f7a6588e1213a834121c":[5,0,7,37], +"classApp.html#abea5a4f77dcd53c928dc4eed86616637":[5,0,7,19], +"classApp.html#abf46a653d8499e7c253cc1be894a6d83":[5,0,7,17], +"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[5,0,7,52], +"classApp.html#ac1d80a14492acc932715d54567d8a589":[5,0,7,46], +"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[5,0,7,54], +"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[5,0,7,43], +"classApp.html#acad5896b7a79ae31433ad8f89606c728":[5,0,7,70], +"classApp.html#acb27e607fe4c82603444676e25c36b70":[5,0,7,11], +"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[5,0,7,78], +"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[5,0,7,41], +"classApp.html#ad5175536561021548ae8188e24c7b80c":[5,0,7,36], +"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[5,0,7,27], +"classApp.html#adb5a4bb657881e553978ff390babd01f":[5,0,7,10], +"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[5,0,7,89], +"classApp.html#ae3f47830543d0d902f66913def8db66b":[5,0,7,53], +"classApp.html#ae9f96338f32187d308b67b980eea0008":[5,0,7,72], +"classApp.html#aeb1fe1c8ad9aa639909bd183ce578536":[5,0,7,18], +"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[5,0,7,84], +"classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166":[5,0,7,15], +"classApp.html#af5007c42a693afd9c4899c243b2e1363":[5,0,7,49], +"classApp.html#af58db526040829b1c8bd95561b329262":[5,0,7,34], +"classApp.html#af6d39f63fb7116bbeb04e51696f99474":[5,0,7,0], +"classBaseObject.html":[5,0,8], +"classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2":[5,0,8,0], +"classCache.html":[5,0,9], +"classConversation.html":[5,0,10], +"classConversation.html#a2a96b7a6573ae53db861624659e831cb":[5,0,10,6], +"classConversation.html#a2f12724ef0244e9049fe1bb9641b516d":[5,0,10,19], +"classConversation.html#a41f4a549e6a99f98935c4742addd22c8":[5,0,10,20], +"classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901":[5,0,10,2], +"classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[5,0,10,7], +"classConversation.html#a5879199008b96bee7550b576d614e1c1":[5,0,10,10], +"classConversation.html#a5b6adbb2fe24f0f53d6c22660dff91b2":[5,0,10,17], +"classConversation.html#a5effe8ad3007e01333df44b81432b813":[5,0,10,5], +"classConversation.html#a66f121ca4026246f86a732e5faa0682c":[5,0,10,11], +"classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[5,0,10,1], +"classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[5,0,10,16], +"classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[5,0,10,3], +"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[5,0,10,12], +"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3":[5,0,10,8], +"classConversation.html#aa95c1a62af38bdfba7add9549bec083b":[5,0,10,13], +"classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[5,0,10,9], +"classConversation.html#ae3d4190142e12b57051f11f2911f77a0":[5,0,10,4], +"classConversation.html#ae81221251307e315f566a11f921ce0a9":[5,0,10,21], +"classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae":[5,0,10,18], +"classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09":[5,0,10,0], +"classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a":[5,0,10,15], +"classConversation.html#afd4965d22a6e4bfea2f35e931b3273c6":[5,0,10,14], +"classFKOAuth1.html":[5,0,15], +"classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f":[5,0,15,1], +"classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6":[5,0,15,0], +"classFKOAuthDataStore.html":[5,0,16], +"classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1":[5,0,16,1], +"classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050":[5,0,16,5], +"classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934":[5,0,16,4], +"classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599":[5,0,16,2], +"classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab":[5,0,16,3], +"classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819":[5,0,16,0], +"classFriendicaSmarty.html":[5,0,17], +"classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690":[5,0,17,2], +"classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9":[5,0,17,1], +"classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6":[5,0,17,0], +"classFriendicaSmartyEngine.html":[5,0,18], +"classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118":[5,0,18,1], +"classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88":[5,0,18,2], +"classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6":[5,0,18,0], +"classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2":[5,0,18,3], +"classItem.html":[5,0,19], +"classItem.html#a007424e3e3171dcfb4312a02161da6cd":[5,0,19,34], +"classItem.html#a078f95b4134ce3a1df344cf8d386f986":[5,0,19,37], +"classItem.html#a0c301aaed2b7d682728d18db3a22afa3":[5,0,19,8], +"classItem.html#a1a1e42877e6ac7af50286142ceb483d2":[5,0,19,39], +"classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2":[5,0,19,42], +"classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2":[5,0,19,0], +"classItem.html#a2ce70ef63f9f4d86a09c351678806925":[5,0,19,24], +"classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf":[5,0,19,6], +"classItem.html#a428f448f89a8629055ea3294eb942aea":[5,0,19,16], +"classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8":[5,0,19,44], +"classItem.html#a4b92e3a9d6212c553aa2661489bd95d8":[5,0,19,15], +"classItem.html#a5b2fafdca55aefeaa08993a5a60529f0":[5,0,19,20], +"classItem.html#a5b561415861f5b89b0733aacfe0428d1":[5,0,19,40], +"classItem.html#a5cfa6cf964f433a917a81cab079ff9d8":[5,0,19,43], +"classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189":[5,0,19,45], +"classItem.html#a632185dd25c5caf277067c76230a4320":[5,0,19,4], +"classItem.html#a67892aa23d19f4431bb2e5f43c74000e":[5,0,19,12], +"classItem.html#a7f7bc059de377319282cb4ef4a828480":[5,0,19,41], +"classItem.html#a80dcd0fb7673776c0967839d429c2a0f":[5,0,19,31], +"classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51":[5,0,19,1], +"classItem.html#a904421c7a427411bb2ab473bca872f63":[5,0,19,7], +"classItem.html#a90743c8348b13213275c223bb9333aa0":[5,0,19,32], +"classItem.html#a9594df6014b0b6f45364ea7a34510130":[5,0,19,36], +"classItem.html#a97c7feeea7f26a73176cb19faa455e12":[5,0,19,22], +"classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[5,0,19,28], +"classItem.html#a9f2d219da712390f59012fc32a342074":[5,0,19,14], +"classItem.html#aa0ee775ec94abccec6c798428835d001":[5,0,19,5], +"classItem.html#aa1bd19fc8b5577078530265a7bf64123":[5,0,19,26], +"classItem.html#aa2c221231ad0fc3720ccc1f00f0c6304":[5,0,19,33], +"classItem.html#aa452b5bcd8dea12119b09212c615cb41":[5,0,19,25], +"classItem.html#aa49e40f961dff66da32c5ae110e32993":[5,0,19,21], +"classItem.html#aa541bc4290e51bfd688d6921bebabc73":[5,0,19,13], +"classItem.html#aa8b1bbc4236890694635295e46d7fd72":[5,0,19,27], +"classItem.html#aabf87ded59c25b5fe2b2296678e70509":[5,0,19,23], +"classItem.html#aba23a0a9d89e316d2b343cc46d695d91":[5,0,19,17], +"classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8":[5,0,19,2], +"classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967":[5,0,19,19], +"classItem.html#ac0f27e58532612f6e7a54c8a621b9b92":[5,0,19,11], +"classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c":[5,0,19,10], +"classItem.html#aca1e66988ed00cd627b2a359b72cd0ae":[5,0,19,3], +"classItem.html#acc32426c0f465391be8a99ad810c7b8e":[5,0,19,30], +"classItem.html#ad3638f93065693c1f69eb349feb1b7aa":[5,0,19,9], +"classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8":[5,0,19,18], +"classItem.html#aec24e233f9098f902b1e57e60dcb2019":[5,0,19,35], +"classItem.html#af1b73df9b7c4b927e26b7e243b491f42":[5,0,19,29], +"classItem.html#afa54851df82962c7c42dea3cc9f5c92c":[5,0,19,38], +"classProtoDriver.html":[5,0,24], +"classProtoDriver.html#a1593f3abae050edbd9304f4f8bc4894a":[5,0,24,0], +"classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d":[5,0,24,2], +"classProtoDriver.html#a34b97ca5ef2165f2e16eb2fe59ff6c67":[5,0,24,1], +"classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337":[5,0,24,6], +"classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b":[5,0,24,4], +"classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181":[5,0,24,5], +"classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b":[5,0,24,3], "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html":[5,0,3,0,0], "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a112ad78a863dc0e598b5f02c596798c0":[5,0,3,0,0,9], "classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3":[5,0,3,0,0,8], @@ -218,36 +219,35 @@ var NAVTREEINDEX2 = "classRedMatrix_1_1RedDAV_1_1RedFile.html#ac47016aa0e3f6f1a1c4570bd6fd8cf25":[5,0,3,0,3,5], "classRedMatrix_1_1RedDAV_1_1RedFile.html#ac945aa782d6c035d339e59974266ec4d":[5,0,3,0,3,6], "classRedMatrix_1_1RedDAV_1_1RedFile.html#af5c88b75d0c1f590af03755534cb167e":[5,0,3,0,3,3], -"classTemplate.html":[5,0,24], -"classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b":[5,0,24,13], -"classTemplate.html#a285b5b2007dbbf733476273df3fed4ef":[5,0,24,12], -"classTemplate.html#a317d535946dc065c35dd5cd38380e6c6":[5,0,24,22], -"classTemplate.html#a35d599c9b53a02e2fe2232e5b7ed5da7":[5,0,24,2], -"classTemplate.html#a37c15f6d1ade500943629f27a62808b7":[5,0,24,3], -"classTemplate.html#a4b933954086d9e01a1804b0b1c6ee93e":[5,0,24,6], -"classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10":[5,0,24,21], -"classTemplate.html#a6f0efc256688c36110180b501067ff11":[5,0,24,23], -"classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38":[5,0,24,15], -"classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677":[5,0,24,9], -"classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1":[5,0,24,19], -"classTemplate.html#aa6a087e0b7b887dd1c98c9e0ecbd3b29":[5,0,24,4], -"classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee":[5,0,24,10], -"classTemplate.html#aac9a4638f11271e1b1dcc9f247242718":[5,0,24,20], -"classTemplate.html#aae9c4d761ea1298e745e8052d7910194":[5,0,24,1], -"classTemplate.html#abbc484016ddf5d818f55b823cae6feb0":[5,0,24,14], -"classTemplate.html#abda4c8d049f70553338eae7c905e9d5c":[5,0,24,17], -"classTemplate.html#abf71098c80fd1f218a59452b3408309e":[5,0,24,7], -"classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4":[5,0,24,0], -"classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8":[5,0,24,18], -"classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228":[5,0,24,8], -"classTemplate.html#ae791766c3d055f7f1ba5a5e60d647934":[5,0,24,5], -"classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a":[5,0,24,16], -"classTemplate.html#afd97b4b1e7754a550e67c0ea79159059":[5,0,24,11], -"classZotDriver.html":[5,0,25], -"classZotDriver.html#a2e15ff09772f0608203dad1c98299394":[5,0,25,3], -"classZotDriver.html#a3cfdf443da4e5326e205855d7c0054f2":[5,0,25,0], -"classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514":[5,0,25,6], -"classZotDriver.html#a6776935156accb0f170e2e24577133db":[5,0,25,1], -"classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f":[5,0,25,4], -"classZotDriver.html#af65febb26031eb7f39871b9e2a539797":[5,0,25,2] +"classRedmatrix_1_1Import_1_1Import.html":[5,0,4,0,0], +"classRedmatrix_1_1Import_1_1Import.html#a1af46c9f88257635f362d6027ea710c3":[5,0,4,0,0,7], +"classRedmatrix_1_1Import_1_1Import.html#a2f69f16ecb7de1fb1daffbc38e68c9f1":[5,0,4,0,0,12], +"classRedmatrix_1_1Import_1_1Import.html#a31d73d48e1aa93319159c692d0197a3a":[5,0,4,0,0,13], +"classRedmatrix_1_1Import_1_1Import.html#a4420d6acf6ba2f3723c655251b12abef":[5,0,4,0,0,6], +"classRedmatrix_1_1Import_1_1Import.html#a5a54b41c30aed8ac9ca6e486fd0b4b97":[5,0,4,0,0,2], +"classRedmatrix_1_1Import_1_1Import.html#a70f9dd767d877530a7da7c6bd821e080":[5,0,4,0,0,10], +"classRedmatrix_1_1Import_1_1Import.html#a76dd522e47a48d80e1678211230f2ff5":[5,0,4,0,0,4], +"classRedmatrix_1_1Import_1_1Import.html#a832a4cc0d33d0eea29cb450004054580":[5,0,4,0,0,3], +"classRedmatrix_1_1Import_1_1Import.html#ab1e4a1d404b5a5a9c518c205d1428154":[5,0,4,0,0,8], +"classRedmatrix_1_1Import_1_1Import.html#ac578e85e4c491bf9e09fbbfa33f9d6b7":[5,0,4,0,0,14], +"classRedmatrix_1_1Import_1_1Import.html#ad9c6677ea07c496d81914b97aeb5fba5":[5,0,4,0,0,0], +"classRedmatrix_1_1Import_1_1Import.html#add4d39232c883b59634595be14441336":[5,0,4,0,0,1], +"classRedmatrix_1_1Import_1_1Import.html#ae705dd1deb245b1d06baa73062330e43":[5,0,4,0,0,5], +"classRedmatrix_1_1Import_1_1Import.html#af432ecbc45b812a03d58dfb378a212f7":[5,0,4,0,0,9], +"classRedmatrix_1_1Import_1_1Import.html#afd251e6e5a18516bac4d1a40435602f1":[5,0,4,0,0,11], +"classTemplate.html":[5,0,25], +"classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b":[5,0,25,13], +"classTemplate.html#a285b5b2007dbbf733476273df3fed4ef":[5,0,25,12], +"classTemplate.html#a317d535946dc065c35dd5cd38380e6c6":[5,0,25,22], +"classTemplate.html#a35d599c9b53a02e2fe2232e5b7ed5da7":[5,0,25,2], +"classTemplate.html#a37c15f6d1ade500943629f27a62808b7":[5,0,25,3], +"classTemplate.html#a4b933954086d9e01a1804b0b1c6ee93e":[5,0,25,6], +"classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10":[5,0,25,21], +"classTemplate.html#a6f0efc256688c36110180b501067ff11":[5,0,25,23], +"classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38":[5,0,25,15], +"classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677":[5,0,25,9], +"classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1":[5,0,25,19], +"classTemplate.html#aa6a087e0b7b887dd1c98c9e0ecbd3b29":[5,0,25,4], +"classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee":[5,0,25,10], +"classTemplate.html#aac9a4638f11271e1b1dcc9f247242718":[5,0,25,20] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index cb37ba352..ca92c7407 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,102 +1,119 @@ var NAVTREEINDEX3 = { -"classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6":[5,0,25,5], -"classdba__driver.html":[5,0,10], -"classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721":[5,0,10,1], -"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,10,8], -"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,10,9], -"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,10,6], -"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555":[5,0,10,7], -"classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975":[5,0,10,2], -"classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,10,11], -"classdba__driver.html#adcc1f8955120fec0708bce39202d0422":[5,0,10,4], -"classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc":[5,0,10,3], -"classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186":[5,0,10,0], -"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,10,10], -"classdba__driver.html#afc95ffa103a3290581b537670cde5311":[5,0,10,5], -"classdba__mysql.html":[5,0,11], -"classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,11,1], -"classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e":[5,0,11,0], -"classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e":[5,0,11,2], -"classdba__mysql.html#ac3fd60c278f400907322dac578754a99":[5,0,11,3], -"classdba__mysqli.html":[5,0,12], -"classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64":[5,0,12,2], -"classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec":[5,0,12,3], -"classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55":[5,0,12,0], -"classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1":[5,0,12,1], -"classenotify.html":[5,0,13], +"classTemplate.html#aae9c4d761ea1298e745e8052d7910194":[5,0,25,1], +"classTemplate.html#abbc484016ddf5d818f55b823cae6feb0":[5,0,25,14], +"classTemplate.html#abda4c8d049f70553338eae7c905e9d5c":[5,0,25,17], +"classTemplate.html#abf71098c80fd1f218a59452b3408309e":[5,0,25,7], +"classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4":[5,0,25,0], +"classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8":[5,0,25,18], +"classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228":[5,0,25,8], +"classTemplate.html#ae791766c3d055f7f1ba5a5e60d647934":[5,0,25,5], +"classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a":[5,0,25,16], +"classTemplate.html#afd97b4b1e7754a550e67c0ea79159059":[5,0,25,11], +"classZotDriver.html":[5,0,26], +"classZotDriver.html#a2e15ff09772f0608203dad1c98299394":[5,0,26,3], +"classZotDriver.html#a3cfdf443da4e5326e205855d7c0054f2":[5,0,26,0], +"classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514":[5,0,26,6], +"classZotDriver.html#a6776935156accb0f170e2e24577133db":[5,0,26,1], +"classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f":[5,0,26,4], +"classZotDriver.html#af65febb26031eb7f39871b9e2a539797":[5,0,26,2], +"classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6":[5,0,26,5], +"classdba__driver.html":[5,0,11], +"classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721":[5,0,11,1], +"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,11,8], +"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,11,9], +"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,11,6], +"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555":[5,0,11,7], +"classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975":[5,0,11,2], +"classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,11,11], +"classdba__driver.html#adcc1f8955120fec0708bce39202d0422":[5,0,11,4], +"classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc":[5,0,11,3], +"classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186":[5,0,11,0], +"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,11,10], +"classdba__driver.html#afc95ffa103a3290581b537670cde5311":[5,0,11,5], +"classdba__mysql.html":[5,0,12], +"classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,12,1], +"classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e":[5,0,12,0], +"classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e":[5,0,12,2], +"classdba__mysql.html#ac3fd60c278f400907322dac578754a99":[5,0,12,3], +"classdba__mysqli.html":[5,0,13], +"classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64":[5,0,13,2], +"classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec":[5,0,13,3], +"classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55":[5,0,13,0], +"classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1":[5,0,13,1], +"classenotify.html":[5,0,14], "classes.html":[5,1], -"classphoto__driver.html":[5,0,20], -"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,20,27], -"classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,20,28], -"classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,20,13], -"classphoto__driver.html#a1a63c4ae17e892a115ab9cf6efb960ce":[5,0,20,20], -"classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3":[5,0,20,17], -"classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832":[5,0,20,5], -"classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e":[5,0,20,2], -"classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec":[5,0,20,15], -"classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1":[5,0,20,29], -"classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03":[5,0,20,26], -"classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d":[5,0,20,14], -"classphoto__driver.html#a56634842b071b96502716e9843ea5361":[5,0,20,19], -"classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac":[5,0,20,16], -"classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b":[5,0,20,22], -"classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3":[5,0,20,9], -"classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da":[5,0,20,23], -"classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[5,0,20,25], -"classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[5,0,20,12], -"classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[5,0,20,6], -"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[5,0,20,8], -"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[5,0,20,11], -"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[5,0,20,0], -"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[5,0,20,10], -"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[5,0,20,4], -"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[5,0,20,3], -"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[5,0,20,1], -"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[5,0,20,21], -"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[5,0,20,24], -"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[5,0,20,18], -"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[5,0,20,7], -"classphoto__gd.html":[5,0,21], -"classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[5,0,21,5], -"classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd":[5,0,21,9], -"classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e":[5,0,21,8], -"classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754":[5,0,21,2], -"classphoto__gd.html#a33092b889875b68bfb1c97ff123012d9":[5,0,21,6], -"classphoto__gd.html#a44cedef376044018702d9355ddc813ce":[5,0,21,3], -"classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1":[5,0,21,1], -"classphoto__gd.html#a77f87730b11093b76980c541159df37d":[5,0,21,7], -"classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484":[5,0,21,4], -"classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c":[5,0,21,0], -"classphoto__imagick.html":[5,0,22], -"classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7":[5,0,22,10], -"classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8":[5,0,22,7], -"classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4":[5,0,22,0], -"classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66":[5,0,22,2], -"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[5,0,22,6], -"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[5,0,22,8], -"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[5,0,22,5], -"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[5,0,22,4], -"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[5,0,22,9], -"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[5,0,22,1], -"classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[5,0,22,3], -"cli__startup_8php.html":[6,0,0,17], -"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[6,0,0,17,0], -"cli__suggest_8php.html":[6,0,0,18], -"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[6,0,0,18,0], +"classphoto__driver.html":[5,0,21], +"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,21,27], +"classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,21,28], +"classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,21,13], +"classphoto__driver.html#a1a63c4ae17e892a115ab9cf6efb960ce":[5,0,21,20], +"classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3":[5,0,21,17], +"classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832":[5,0,21,5], +"classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e":[5,0,21,2], +"classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec":[5,0,21,15], +"classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1":[5,0,21,29], +"classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03":[5,0,21,26], +"classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d":[5,0,21,14], +"classphoto__driver.html#a56634842b071b96502716e9843ea5361":[5,0,21,19], +"classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac":[5,0,21,16], +"classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b":[5,0,21,22], +"classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3":[5,0,21,9], +"classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da":[5,0,21,23], +"classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[5,0,21,25], +"classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[5,0,21,12], +"classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[5,0,21,6], +"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[5,0,21,8], +"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[5,0,21,11], +"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[5,0,21,0], +"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[5,0,21,10], +"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[5,0,21,4], +"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[5,0,21,3], +"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[5,0,21,1], +"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[5,0,21,21], +"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[5,0,21,24], +"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[5,0,21,18], +"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[5,0,21,7], +"classphoto__gd.html":[5,0,22], +"classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[5,0,22,5], +"classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd":[5,0,22,9], +"classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e":[5,0,22,8], +"classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754":[5,0,22,2], +"classphoto__gd.html#a33092b889875b68bfb1c97ff123012d9":[5,0,22,6], +"classphoto__gd.html#a44cedef376044018702d9355ddc813ce":[5,0,22,3], +"classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1":[5,0,22,1], +"classphoto__gd.html#a77f87730b11093b76980c541159df37d":[5,0,22,7], +"classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484":[5,0,22,4], +"classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c":[5,0,22,0], +"classphoto__imagick.html":[5,0,23], +"classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7":[5,0,23,10], +"classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8":[5,0,23,7], +"classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4":[5,0,23,0], +"classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66":[5,0,23,2], +"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[5,0,23,6], +"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[5,0,23,8], +"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[5,0,23,5], +"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[5,0,23,4], +"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[5,0,23,9], +"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[5,0,23,1], +"classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[5,0,23,3], +"cli__startup_8php.html":[6,0,0,18], +"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[6,0,0,18,0], +"cli__suggest_8php.html":[6,0,0,19], +"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[6,0,0,19,0], "cloud_8php.html":[6,0,1,15], "cloud_8php.html#ad2e96e917852f27dedfc263d37e13756":[6,0,1,15,0], -"comanche_8php.html":[6,0,0,19], -"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[6,0,0,19,5], -"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[6,0,0,19,3], -"comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f":[6,0,0,19,9], -"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[6,0,0,19,4], -"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[6,0,0,19,0], -"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[6,0,0,19,7], -"comanche_8php.html#ad5a44e42231759aba1dda49e0490501e":[6,0,0,19,2], -"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[6,0,0,19,6], -"comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e":[6,0,0,19,1], -"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[6,0,0,19,8], +"comanche_8php.html":[6,0,0,20], +"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[6,0,0,20,5], +"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[6,0,0,20,3], +"comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f":[6,0,0,20,9], +"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[6,0,0,20,4], +"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[6,0,0,20,0], +"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[6,0,0,20,7], +"comanche_8php.html#ad5a44e42231759aba1dda49e0490501e":[6,0,0,20,2], +"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[6,0,0,20,6], +"comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e":[6,0,0,20,1], +"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[6,0,0,20,8], "common_8php.html":[6,0,1,16], "common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[6,0,1,16,0], "common_8php.html#aca62f113655809f41f49042ce9b123c2":[6,0,1,16,1], @@ -114,90 +131,90 @@ var NAVTREEINDEX3 = "connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[6,0,1,19,2], "connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[6,0,1,19,0], "connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[6,0,1,19,1], -"contact__selectors_8php.html":[6,0,0,22], -"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[6,0,0,22,1], -"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[6,0,0,22,0], -"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[6,0,0,22,2], -"contact__widgets_8php.html":[6,0,0,23], -"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[6,0,0,23,0], -"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[6,0,0,23,2], -"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[6,0,0,23,1], -"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[6,0,0,23,3], +"contact__selectors_8php.html":[6,0,0,23], +"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[6,0,0,23,1], +"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[6,0,0,23,0], +"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[6,0,0,23,2], +"contact__widgets_8php.html":[6,0,0,24], +"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[6,0,0,24,0], +"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[6,0,0,24,2], +"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[6,0,0,24,1], +"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[6,0,0,24,3], "contactgroup_8php.html":[6,0,1,20], "contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[6,0,1,20,0], -"conversation_8php.html":[6,0,0,24], -"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[6,0,0,24,7], -"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[6,0,0,24,9], -"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[6,0,0,24,16], -"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[6,0,0,24,22], -"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[6,0,0,24,6], -"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[6,0,0,24,17], -"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[6,0,0,24,15], -"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[6,0,0,24,23], -"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[6,0,0,24,8], -"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[6,0,0,24,14], -"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[6,0,0,24,13], -"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[6,0,0,24,21], -"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[6,0,0,24,19], -"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[6,0,0,24,10], -"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[6,0,0,24,4], -"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[6,0,0,24,2], -"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[6,0,0,24,20], -"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[6,0,0,24,0], -"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[6,0,0,24,1], -"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[6,0,0,24,11], -"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[6,0,0,24,5], -"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[6,0,0,24,18], -"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[6,0,0,24,12], -"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[6,0,0,24,3], -"cronhooks_8php.html":[6,0,0,26], -"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[6,0,0,26,0], -"crypto_8php.html":[6,0,0,27], -"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[6,0,0,27,5], -"crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2":[6,0,0,27,17], -"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[6,0,0,27,2], -"crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287":[6,0,0,27,19], -"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[6,0,0,27,4], -"crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8":[6,0,0,27,12], -"crypto_8php.html#a4d15d19b446dbf47804675df7c85e2a9":[6,0,0,27,14], -"crypto_8php.html#a573f02517abe4ac9241268263063b2a0":[6,0,0,27,9], -"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[6,0,0,27,1], -"crypto_8php.html#a630e1574554f34e7c38511585d9e71a2":[6,0,0,27,6], -"crypto_8php.html#a7427a18417341aa35e2207bfa205e432":[6,0,0,27,18], -"crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c":[6,0,0,27,11], -"crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26":[6,0,0,27,22], -"crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5":[6,0,0,27,13], -"crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5":[6,0,0,27,23], -"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[6,0,0,27,20], -"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[6,0,0,27,10], -"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[6,0,0,27,21], -"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[6,0,0,27,0], -"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[6,0,0,27,16], -"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[6,0,0,27,3], -"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[6,0,0,27,15], -"crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839":[6,0,0,27,7], -"crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85":[6,0,0,27,8], +"conversation_8php.html":[6,0,0,25], +"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[6,0,0,25,7], +"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[6,0,0,25,9], +"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[6,0,0,25,16], +"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[6,0,0,25,22], +"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[6,0,0,25,6], +"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[6,0,0,25,17], +"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[6,0,0,25,15], +"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[6,0,0,25,23], +"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[6,0,0,25,8], +"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[6,0,0,25,14], +"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[6,0,0,25,13], +"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[6,0,0,25,21], +"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[6,0,0,25,19], +"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[6,0,0,25,10], +"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[6,0,0,25,4], +"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[6,0,0,25,2], +"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[6,0,0,25,20], +"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[6,0,0,25,0], +"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[6,0,0,25,1], +"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[6,0,0,25,11], +"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[6,0,0,25,5], +"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[6,0,0,25,18], +"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[6,0,0,25,12], +"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[6,0,0,25,3], +"cronhooks_8php.html":[6,0,0,27], +"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[6,0,0,27,0], +"crypto_8php.html":[6,0,0,28], +"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[6,0,0,28,5], +"crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2":[6,0,0,28,17], +"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[6,0,0,28,2], +"crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287":[6,0,0,28,19], +"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[6,0,0,28,4], +"crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8":[6,0,0,28,12], +"crypto_8php.html#a4d15d19b446dbf47804675df7c85e2a9":[6,0,0,28,14], +"crypto_8php.html#a573f02517abe4ac9241268263063b2a0":[6,0,0,28,9], +"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[6,0,0,28,1], +"crypto_8php.html#a630e1574554f34e7c38511585d9e71a2":[6,0,0,28,6], +"crypto_8php.html#a7427a18417341aa35e2207bfa205e432":[6,0,0,28,18], +"crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c":[6,0,0,28,11], +"crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26":[6,0,0,28,22], +"crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5":[6,0,0,28,13], +"crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5":[6,0,0,28,23], +"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[6,0,0,28,20], +"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[6,0,0,28,10], +"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[6,0,0,28,21], +"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[6,0,0,28,0], +"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[6,0,0,28,16], +"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[6,0,0,28,3], +"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[6,0,0,28,15], +"crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839":[6,0,0,28,7], +"crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85":[6,0,0,28,8], "dark_8php.html":[6,0,3,1,4,1,2], "darkness_8php.html":[6,0,3,1,0,2,0], "darknessleftaside_8php.html":[6,0,3,1,0,2,1], "darknessrightaside_8php.html":[6,0,3,1,0,2,2], -"datetime_8php.html":[6,0,0,28], -"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[6,0,0,28,6], -"datetime_8php.html#a3f239f94e23335d860b148958d87a093":[6,0,0,28,11], -"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[6,0,0,28,5], -"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[6,0,0,28,10], -"datetime_8php.html#a72218e5ee21876484934bacbb6bd9ba3":[6,0,0,28,4], -"datetime_8php.html#a77bb385ae8a9e7ca663309c102c0d766":[6,0,0,28,2], -"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[6,0,0,28,7], -"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[6,0,0,28,9], -"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[6,0,0,28,12], -"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[6,0,0,28,14], -"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[6,0,0,28,8], -"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[6,0,0,28,0], -"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[6,0,0,28,3], -"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[6,0,0,28,1], -"datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826":[6,0,0,28,13], -"db__update_8php.html":[6,0,2,2], +"datetime_8php.html":[6,0,0,29], +"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[6,0,0,29,6], +"datetime_8php.html#a3f239f94e23335d860b148958d87a093":[6,0,0,29,11], +"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[6,0,0,29,5], +"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[6,0,0,29,10], +"datetime_8php.html#a72218e5ee21876484934bacbb6bd9ba3":[6,0,0,29,4], +"datetime_8php.html#a77bb385ae8a9e7ca663309c102c0d766":[6,0,0,29,2], +"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[6,0,0,29,7], +"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[6,0,0,29,9], +"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[6,0,0,29,12], +"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[6,0,0,29,14], +"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[6,0,0,29,8], +"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[6,0,0,29,0], +"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[6,0,0,29,3], +"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[6,0,0,29,1], +"datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826":[6,0,0,29,13], +"db__update_8php.html":[6,0,2,1], "dba__driver_8php.html":[6,0,0,0,0], "dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f":[6,0,0,0,0,8], "dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249":[6,0,0,0,0,7], @@ -211,43 +228,26 @@ var NAVTREEINDEX3 = "dba__mysqli_8php.html":[6,0,0,0,2], "delegate_8php.html":[6,0,1,21], "delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[6,0,1,21,0], -"deliver_8php.html":[6,0,0,29], -"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[6,0,0,29,0], -"diaspora_8php.html":[6,0,0,30], -"diaspora_8php.html#a006731620a5242d410358b32678e48e3":[6,0,0,30,0], -"diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d":[6,0,0,30,24], -"diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829":[6,0,0,30,1], -"diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605":[6,0,0,30,15], -"diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a":[6,0,0,30,25], -"diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31":[6,0,0,30,14], -"diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007":[6,0,0,30,19], -"diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668":[6,0,0,30,26], -"diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b":[6,0,0,30,12], -"diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa":[6,0,0,30,17], -"diaspora_8php.html#a5d57518545baa31cf8a85a937a267681":[6,0,0,30,10], -"diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff":[6,0,0,30,7], -"diaspora_8php.html#a69f250b078a46e405647428ec3399a16":[6,0,0,30,27], -"diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7":[6,0,0,30,4], -"diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2":[6,0,0,30,13], -"diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46":[6,0,0,30,11], -"diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36":[6,0,0,30,3], -"diaspora_8php.html#a858f70153c384f8778082cf7843a19da":[6,0,0,30,8], -"diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f":[6,0,0,30,16], -"diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9":[6,0,0,30,20], -"diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e":[6,0,0,30,32], -"diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055":[6,0,0,30,28], -"diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56":[6,0,0,30,29], -"diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4":[6,0,0,30,6], -"diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b":[6,0,0,30,31], -"diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200":[6,0,0,30,30], -"diaspora_8php.html#ab99505944728d46585b8312989de533d":[6,0,0,30,5], -"diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598":[6,0,0,30,18], -"diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7":[6,0,0,30,33], -"diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690":[6,0,0,30,9], -"diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f":[6,0,0,30,2], -"diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b":[6,0,0,30,22], -"diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c":[6,0,0,30,23], -"diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc":[6,0,0,30,21], -"dimport_8php.html":[6,0,0,31], -"dimport_8php.html#a581f040717941ce3e1868b0b5dceefd1":[6,0,0,31,0] +"deliver_8php.html":[6,0,0,30], +"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[6,0,0,30,0], +"diaspora_8php.html":[6,0,0,31], +"diaspora_8php.html#a006731620a5242d410358b32678e48e3":[6,0,0,31,0], +"diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d":[6,0,0,31,24], +"diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829":[6,0,0,31,1], +"diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605":[6,0,0,31,15], +"diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a":[6,0,0,31,25], +"diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31":[6,0,0,31,14], +"diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007":[6,0,0,31,19], +"diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668":[6,0,0,31,26], +"diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b":[6,0,0,31,12], +"diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa":[6,0,0,31,17], +"diaspora_8php.html#a5d57518545baa31cf8a85a937a267681":[6,0,0,31,10], +"diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff":[6,0,0,31,7], +"diaspora_8php.html#a69f250b078a46e405647428ec3399a16":[6,0,0,31,27], +"diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7":[6,0,0,31,4], +"diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2":[6,0,0,31,13], +"diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46":[6,0,0,31,11], +"diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36":[6,0,0,31,3], +"diaspora_8php.html#a858f70153c384f8778082cf7843a19da":[6,0,0,31,8], +"diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f":[6,0,0,31,16] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index 15d1aed09..f5f4028bc 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,19 +1,35 @@ var NAVTREEINDEX4 = { +"diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9":[6,0,0,31,20], +"diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e":[6,0,0,31,32], +"diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055":[6,0,0,31,28], +"diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56":[6,0,0,31,29], +"diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4":[6,0,0,31,6], +"diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b":[6,0,0,31,31], +"diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200":[6,0,0,31,30], +"diaspora_8php.html#ab99505944728d46585b8312989de533d":[6,0,0,31,5], +"diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598":[6,0,0,31,18], +"diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7":[6,0,0,31,33], +"diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690":[6,0,0,31,9], +"diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f":[6,0,0,31,2], +"diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b":[6,0,0,31,22], +"diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c":[6,0,0,31,23], +"diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc":[6,0,0,31,21], +"dimport_8php.html":[6,0,0,32], +"dimport_8php.html#a581f040717941ce3e1868b0b5dceefd1":[6,0,0,32,0], "dir_0262a6a8df56a167e3761b6e5a54bb1c.html":[6,0,3,1,6], "dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[6,0,3,1,4,0], "dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[6,0,3,1,0,2], "dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[6,0,2,0], "dir_21bc5169ff11430004758be31dcfc6c4.html":[6,0,0,0], "dir_23ec12649285f9fabf3a6b7380226c28.html":[6,0,2], -"dir_25f74a9991dbbca1b52a94e358ca73c1.html":[6,0,2,1,0], "dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[6,0,3,1,4,1], "dir_4acb285a1960a920438b718da0958cf4.html":[6,0,3,1,5], "dir_55dbaf9b7b53c4fc605c9011743a7353.html":[6,0,3,1,4], "dir_65522070e0a83623cefc01ebe26a83e3.html":[6,0,3,1,5,0], "dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[6,0,3,1,1,1,0], "dir_6e52a2a2cd27c08b7df5e5cdb216bd77.html":[6,0,3,1,2], -"dir_720432dea4a717197ae070dbc42b8f20.html":[6,0,2,1], +"dir_7edbbd0f8c514efef79942dcdc21f738.html":[6,0,0,1], "dir_817f6d302394b98e59575acdb59998bc.html":[6,0,3,0], "dir_8543001e5d25368a6edede3e63efb554.html":[6,0,3,1], "dir_887fdc94312ba7b057b6bfe7fdd27ea5.html":[6,0,3,1,3,0], @@ -21,16 +37,16 @@ var NAVTREEINDEX4 = "dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1], "dir_92d6b429199666aa3765c8a934db5e14.html":[6,0,3,1,1,1], "dir_9ef82eb3846cd201470898c3b6ef38cf.html":[6,0,3,1,2,0], -"dir__fns_8php.html":[6,0,0,32], -"dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,32,0], -"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,32,6], -"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,32,3], -"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,32,5], -"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,32,4], -"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,32,1], -"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,32,2], +"dir__fns_8php.html":[6,0,0,33], +"dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,33,0], +"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,33,6], +"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,33,3], +"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,33,5], +"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,33,4], +"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,33,1], +"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,33,2], "dir_a8a0005c2b8590c535262d232c22afab.html":[6,0,3,1,1,1,0,0], -"dir_aae29906d7bfc07d076125f669c8352e.html":[6,0,0,1], +"dir_aae29906d7bfc07d076125f669c8352e.html":[6,0,0,2], "dir_ac4f5165c8d71ebb1a1a0a168a48f3f7.html":[6,0,3,1,6,0], "dir_b2f003339c516cc00c8cadcafbe82f13.html":[6,0,3], "dir_c02447ad39a5307c81c64e880ec9e8d3.html":[6,0,3,1,1,0], @@ -38,7 +54,7 @@ var NAVTREEINDEX4 = "dir_d41ce877eb409a4791b288730010abe2.html":[6,0,1], "dir_d44c64559bbebec7f509842c48db8b23.html":[6,0,0], "dir_d520c5cf583201d9437764f209363c22.html":[6,0,3,1,0], -"dir_e7f045be8bb383d8447c6a6b84145083.html":[6,0,0,2], +"dir_e7f045be8bb383d8447c6a6b84145083.html":[6,0,0,3], "dir_f19da925ee886ec38f19b0e8c19779bc.html":[6,0,3,1,0,0], "dirprofile_8php.html":[6,0,1,23], "dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[6,0,1,23,0], @@ -50,18 +66,18 @@ var NAVTREEINDEX4 = "dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[6,0,1,24,2], "display_8php.html":[6,0,1,25], "display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[6,0,1,25,0], -"docblox__errorchecker_8php.html":[6,0,2,3], -"docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[6,0,2,3,3], -"docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[6,0,2,3,2], -"docblox__errorchecker_8php.html#a2b767cfc461fdd5061fffc9e4a806d5b":[6,0,2,3,0], -"docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5":[6,0,2,3,8], -"docblox__errorchecker_8php.html#a648a570b0f9f6e0e51b7267647c4b09b":[6,0,2,3,5], -"docblox__errorchecker_8php.html#a721c6ff80a6d3e4ad4ffa52a04c60085":[6,0,2,3,9], -"docblox__errorchecker_8php.html#a83018d9153d17d91fbcf3bc10158d34f":[6,0,2,3,6], -"docblox__errorchecker_8php.html#a852004caba0a34390297a079f4aaac73":[6,0,2,3,7], -"docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[6,0,2,3,4], -"docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[6,0,2,3,1], -"docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[6,0,2,3,10], +"docblox__errorchecker_8php.html":[6,0,2,2], +"docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[6,0,2,2,3], +"docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[6,0,2,2,2], +"docblox__errorchecker_8php.html#a2b767cfc461fdd5061fffc9e4a806d5b":[6,0,2,2,0], +"docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5":[6,0,2,2,8], +"docblox__errorchecker_8php.html#a648a570b0f9f6e0e51b7267647c4b09b":[6,0,2,2,5], +"docblox__errorchecker_8php.html#a721c6ff80a6d3e4ad4ffa52a04c60085":[6,0,2,2,9], +"docblox__errorchecker_8php.html#a83018d9153d17d91fbcf3bc10158d34f":[6,0,2,2,6], +"docblox__errorchecker_8php.html#a852004caba0a34390297a079f4aaac73":[6,0,2,2,7], +"docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[6,0,2,2,4], +"docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[6,0,2,2,1], +"docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[6,0,2,2,10], "editblock_8php.html":[6,0,1,26], "editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[6,0,1,26,0], "editlayout_8php.html":[6,0,1,27], @@ -70,35 +86,35 @@ var NAVTREEINDEX4 = "editpost_8php.html#a34011690864d122680c802e9e748ccfb":[6,0,1,28,0], "editwebpage_8php.html":[6,0,1,29], "editwebpage_8php.html#a375e945255fad79a71036528f7480650":[6,0,1,29,0], -"enotify_8php.html":[6,0,0,34], -"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[6,0,0,34,1], -"event_8php.html":[6,0,0,35], -"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[6,0,0,35,8], -"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[6,0,0,35,0], -"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[6,0,0,35,1], -"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[6,0,0,35,7], -"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[6,0,0,35,2], -"event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92":[6,0,0,35,5], -"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[6,0,0,35,6], -"event_8php.html#ac9f206819186b65952ac1869f0da8c6e":[6,0,0,35,3], -"event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c":[6,0,0,35,4], +"enotify_8php.html":[6,0,0,35], +"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[6,0,0,35,1], +"event_8php.html":[6,0,0,36], +"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[6,0,0,36,8], +"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[6,0,0,36,0], +"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[6,0,0,36,1], +"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[6,0,0,36,7], +"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[6,0,0,36,2], +"event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92":[6,0,0,36,5], +"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[6,0,0,36,6], +"event_8php.html#ac9f206819186b65952ac1869f0da8c6e":[6,0,0,36,3], +"event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c":[6,0,0,36,4], "events_8php.html":[6,0,1,30], "events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[6,0,1,30,0], "events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[6,0,1,30,1], -"expire_8php.html":[6,0,0,36], -"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[6,0,0,36,0], -"externals_8php.html":[6,0,0,37], -"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[6,0,0,37,0], -"extract_8php.html":[6,0,2,4], -"extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[6,0,2,4,3], -"extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[6,0,2,4,2], -"extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[6,0,2,4,0], -"extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[6,0,2,4,1], +"expire_8php.html":[6,0,0,37], +"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[6,0,0,37,0], +"externals_8php.html":[6,0,0,38], +"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[6,0,0,38,0], +"extract_8php.html":[6,0,2,3], +"extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[6,0,2,3,3], +"extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[6,0,2,3,2], +"extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[6,0,2,3,0], +"extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[6,0,2,3,1], "fbrowser_8php.html":[6,0,1,31], "fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[6,0,1,31,0], -"features_8php.html":[6,0,0,38], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[6,0,0,38,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[6,0,0,38,1], +"features_8php.html":[6,0,0,39], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[6,0,0,39,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[6,0,0,39,1], "feed_8php.html":[6,0,1,32], "feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[6,0,1,32,0], "filer_8php.html":[6,0,1,33], @@ -112,22 +128,22 @@ var NAVTREEINDEX4 = "fpostit_8php.html":[6,0,2,0,0], "fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[6,0,2,0,0,0], "fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[6,0,2,0,0,1], -"friendica-to-smarty-tpl_8py.html":[6,0,2,5], -"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[6,0,2,5,11], -"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[6,0,2,5,8], -"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[6,0,2,5,1], -"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[6,0,2,5,0], -"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[6,0,2,5,13], -"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[6,0,2,5,6], -"friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09":[6,0,2,5,12], -"friendica-to-smarty-tpl_8py.html#a8540514fb7c4aa18ad2dffa2a975036b":[6,0,2,5,14], -"friendica-to-smarty-tpl_8py.html#a87182a9bab47640428bd0b2b9946bef9":[6,0,2,5,10], -"friendica-to-smarty-tpl_8py.html#a89388ea9b2826e8218ed480e917d8105":[6,0,2,5,2], -"friendica-to-smarty-tpl_8py.html#a965e1d6d6293654a56e029a7e454dec7":[6,0,2,5,5], -"friendica-to-smarty-tpl_8py.html#ad9ef87ccb2c9960501f5e02424a22d80":[6,0,2,5,9], -"friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[6,0,2,5,7], -"friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[6,0,2,5,4], -"friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[6,0,2,5,3], +"friendica-to-smarty-tpl_8py.html":[6,0,2,4], +"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[6,0,2,4,11], +"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[6,0,2,4,8], +"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[6,0,2,4,1], +"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[6,0,2,4,0], +"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[6,0,2,4,13], +"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[6,0,2,4,6], +"friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09":[6,0,2,4,12], +"friendica-to-smarty-tpl_8py.html#a8540514fb7c4aa18ad2dffa2a975036b":[6,0,2,4,14], +"friendica-to-smarty-tpl_8py.html#a87182a9bab47640428bd0b2b9946bef9":[6,0,2,4,10], +"friendica-to-smarty-tpl_8py.html#a89388ea9b2826e8218ed480e917d8105":[6,0,2,4,2], +"friendica-to-smarty-tpl_8py.html#a965e1d6d6293654a56e029a7e454dec7":[6,0,2,4,5], +"friendica-to-smarty-tpl_8py.html#ad9ef87ccb2c9960501f5e02424a22d80":[6,0,2,4,9], +"friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[6,0,2,4,7], +"friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[6,0,2,4,4], +"friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[6,0,2,4,3], "fsuggest_8php.html":[6,0,1,37], "fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[6,0,1,37,1], "fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[6,0,1,37,0], @@ -233,21 +249,5 @@ var NAVTREEINDEX4 = "globals_func_0x76.html":[6,1,1,22], "globals_func_0x77.html":[6,1,1,23], "globals_func_0x78.html":[6,1,1,24], -"globals_func_0x7a.html":[6,1,1,25], -"globals_vars.html":[6,1,2], -"globals_vars.html":[6,1,2,0], -"globals_vars_0x61.html":[6,1,2,1], -"globals_vars_0x63.html":[6,1,2,2], -"globals_vars_0x64.html":[6,1,2,3], -"globals_vars_0x65.html":[6,1,2,4], -"globals_vars_0x66.html":[6,1,2,5], -"globals_vars_0x67.html":[6,1,2,6], -"globals_vars_0x68.html":[6,1,2,7], -"globals_vars_0x69.html":[6,1,2,8], -"globals_vars_0x6a.html":[6,1,2,9], -"globals_vars_0x6b.html":[6,1,2,10], -"globals_vars_0x6c.html":[6,1,2,11], -"globals_vars_0x6d.html":[6,1,2,12], -"globals_vars_0x6e.html":[6,1,2,13], -"globals_vars_0x70.html":[6,1,2,14] +"globals_func_0x7a.html":[6,1,1,25] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index cea8ef638..088466692 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,5 +1,21 @@ var NAVTREEINDEX5 = { +"globals_vars.html":[6,1,2], +"globals_vars.html":[6,1,2,0], +"globals_vars_0x61.html":[6,1,2,1], +"globals_vars_0x63.html":[6,1,2,2], +"globals_vars_0x64.html":[6,1,2,3], +"globals_vars_0x65.html":[6,1,2,4], +"globals_vars_0x66.html":[6,1,2,5], +"globals_vars_0x67.html":[6,1,2,6], +"globals_vars_0x68.html":[6,1,2,7], +"globals_vars_0x69.html":[6,1,2,8], +"globals_vars_0x6a.html":[6,1,2,9], +"globals_vars_0x6b.html":[6,1,2,10], +"globals_vars_0x6c.html":[6,1,2,11], +"globals_vars_0x6d.html":[6,1,2,12], +"globals_vars_0x6e.html":[6,1,2,13], +"globals_vars_0x70.html":[6,1,2,14], "globals_vars_0x72.html":[6,1,2,15], "globals_vars_0x73.html":[6,1,2,16], "globals_vars_0x74.html":[6,1,2,17], @@ -7,8 +23,8 @@ var NAVTREEINDEX5 = "globals_vars_0x77.html":[6,1,2,19], "globals_vars_0x78.html":[6,1,2,20], "globals_vars_0x7a.html":[6,1,2,21], -"gprobe_8php.html":[6,0,0,40], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[6,0,0,40,0], +"gprobe_8php.html":[6,0,0,41], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[6,0,0,41,0], "greenthumbnails_8php.html":[6,0,3,1,0,2,3], "hcard_8php.html":[6,0,1,39], "hcard_8php.html#a3663012f1549849af88aba2bb87388e3":[6,0,1,39,0], @@ -25,56 +41,56 @@ var NAVTREEINDEX5 = "home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,41,1], "hostxrd_8php.html":[6,0,1,42], "hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,42,0], -"html2bbcode_8php.html":[6,0,0,42], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,42,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,42,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,42,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,42,2], -"html2plain_8php.html":[6,0,0,43], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,43,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,43,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,43,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,43,1], -"hubloc_8php.html":[6,0,0,44], -"hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea":[6,0,0,44,3], -"hubloc_8php.html#acb708dd197aae72a4858cf5ff4e3195b":[6,0,0,44,5], -"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,44,2], -"hubloc_8php.html#ad86214b3a74084bd7b54e8d6c919ce4d":[6,0,0,44,0], -"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,44,1], -"hubloc_8php.html#af1b476c936f96a93282b1d058e3d05ea":[6,0,0,44,4], -"identity_8php.html":[6,0,0,45], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,45,3], -"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,45,11], -"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,45,17], -"identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe":[6,0,0,45,22], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,45,10], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,45,2], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[6,0,0,45,26], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[6,0,0,45,25], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[6,0,0,45,27], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[6,0,0,45,8], -"identity_8php.html#a4e996e44b50330098a04b467367a559f":[6,0,0,45,20], -"identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21":[6,0,0,45,12], -"identity_8php.html#a5650319c799de09d1b6d1076b6f839a4":[6,0,0,45,23], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[6,0,0,45,30], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[6,0,0,45,31], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[6,0,0,45,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[6,0,0,45,28], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[6,0,0,45,19], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[6,0,0,45,9], -"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[6,0,0,45,21], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[6,0,0,45,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[6,0,0,45,14], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[6,0,0,45,13], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[6,0,0,45,6], -"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[6,0,0,45,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[6,0,0,45,16], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[6,0,0,45,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[6,0,0,45,24], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[6,0,0,45,18], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[6,0,0,45,7], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[6,0,0,45,29], -"identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249":[6,0,0,45,15], +"html2bbcode_8php.html":[6,0,0,43], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,43,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,43,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,43,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,43,2], +"html2plain_8php.html":[6,0,0,44], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,44,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,44,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,44,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,44,1], +"hubloc_8php.html":[6,0,0,45], +"hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea":[6,0,0,45,3], +"hubloc_8php.html#acb708dd197aae72a4858cf5ff4e3195b":[6,0,0,45,5], +"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,45,2], +"hubloc_8php.html#ad86214b3a74084bd7b54e8d6c919ce4d":[6,0,0,45,0], +"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,45,1], +"hubloc_8php.html#af1b476c936f96a93282b1d058e3d05ea":[6,0,0,45,4], +"identity_8php.html":[6,0,0,46], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,46,3], +"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,46,11], +"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,46,17], +"identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe":[6,0,0,46,22], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,46,10], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,46,2], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[6,0,0,46,26], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[6,0,0,46,25], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[6,0,0,46,27], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[6,0,0,46,8], +"identity_8php.html#a4e996e44b50330098a04b467367a559f":[6,0,0,46,20], +"identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21":[6,0,0,46,12], +"identity_8php.html#a5650319c799de09d1b6d1076b6f839a4":[6,0,0,46,23], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[6,0,0,46,30], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[6,0,0,46,31], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[6,0,0,46,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[6,0,0,46,28], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[6,0,0,46,19], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[6,0,0,46,9], +"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[6,0,0,46,21], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[6,0,0,46,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[6,0,0,46,14], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[6,0,0,46,13], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[6,0,0,46,6], +"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[6,0,0,46,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[6,0,0,46,16], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[6,0,0,46,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[6,0,0,46,24], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[6,0,0,46,18], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[6,0,0,46,7], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[6,0,0,46,29], +"identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249":[6,0,0,46,15], "impel_8php.html":[6,0,1,43], "impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b":[6,0,1,43,0], "import_8php.html":[6,0,1,44], @@ -82,172 +98,156 @@ var NAVTREEINDEX5 = "import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[6,0,1,44,0], "importelm_8php.html":[6,0,1,45], "importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[6,0,1,45,0], -"include_2api_8php.html":[6,0,0,6], -"include_2api_8php.html#a0991f72554f821255397d615e76f3203":[6,0,0,6,12], -"include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[6,0,0,6,5], -"include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879":[6,0,0,6,18], -"include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f":[6,0,0,6,15], -"include_2api_8php.html#a2e94eab9d6c164bfef7a1b2ab87b339b":[6,0,0,6,0], -"include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283":[6,0,0,6,47], -"include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8":[6,0,0,6,16], -"include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e":[6,0,0,6,53], -"include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95":[6,0,0,6,41], -"include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea":[6,0,0,6,19], -"include_2api_8php.html#a4fe872332ff0bd8d5eae2f0c6819cb60":[6,0,0,6,32], -"include_2api_8php.html#a528d8070ee74ea800102936ce73cf366":[6,0,0,6,40], -"include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74":[6,0,0,6,21], -"include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d":[6,0,0,6,13], -"include_2api_8php.html#a5990101034e7abf6404feba3cd273629":[6,0,0,6,4], -"include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08":[6,0,0,6,48], -"include_2api_8php.html#a645397787618b5c548a31e8686e8cca4":[6,0,0,6,35], -"include_2api_8php.html#a6951c690d87775eb37e569c66011988e":[6,0,0,6,38], -"include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f":[6,0,0,6,34], -"include_2api_8php.html#a72bfecac1970bc29b853073e816388ff":[6,0,0,6,6], -"include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5":[6,0,0,6,9], -"include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad":[6,0,0,6,2], -"include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d":[6,0,0,6,49], -"include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e":[6,0,0,6,42], -"include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3":[6,0,0,6,10], -"include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705":[6,0,0,6,8], -"include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410":[6,0,0,6,37], -"include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3":[6,0,0,6,30], -"include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa":[6,0,0,6,23], -"include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1":[6,0,0,6,27], -"include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d":[6,0,0,6,55], -"include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f":[6,0,0,6,31], -"include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18":[6,0,0,6,3], -"include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898":[6,0,0,6,52], -"include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b":[6,0,0,6,17], -"include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76":[6,0,0,6,51], -"include_2api_8php.html#ac2c2b18c426d697d11a830bca146be8a":[6,0,0,6,33], -"include_2api_8php.html#ac5a64cc81d70ff3cf866093ea9721d23":[6,0,0,6,26], -"include_2api_8php.html#acafd2899309a005fcb725289173dc7fe":[6,0,0,6,22], -"include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22":[6,0,0,6,43], -"include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2":[6,0,0,6,11], -"include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4":[6,0,0,6,36], -"include_2api_8php.html#ad4d1634df6b35126552324683caaffa2":[6,0,0,6,46], -"include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536":[6,0,0,6,24], -"include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e":[6,0,0,6,39], -"include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53":[6,0,0,6,14], -"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[6,0,0,6,44], -"include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a":[6,0,0,6,25], -"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[6,0,0,6,20], -"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[6,0,0,6,1], -"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[6,0,0,6,7], -"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[6,0,0,6,54], -"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[6,0,0,6,45], -"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[6,0,0,6,50], -"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[6,0,0,6,28], -"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[6,0,0,6,29], -"include_2apps_8php.html":[6,0,0,7], -"include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0":[6,0,0,7,5], -"include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9":[6,0,0,7,8], -"include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2":[6,0,0,7,4], -"include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66":[6,0,0,7,7], -"include_2apps_8php.html#a1cb5c016510e39bcdc1d1c096d51c5c7":[6,0,0,7,2], -"include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83":[6,0,0,7,12], -"include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030":[6,0,0,7,13], -"include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f":[6,0,0,7,1], -"include_2apps_8php.html#a72756e1601489eb77971eeda011446d0":[6,0,0,7,3], -"include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658":[6,0,0,7,6], -"include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185":[6,0,0,7,0], -"include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680":[6,0,0,7,11], -"include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca":[6,0,0,7,10], -"include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46":[6,0,0,7,9], -"include_2attach_8php.html":[6,0,0,8], -"include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997":[6,0,0,8,9], -"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[6,0,0,8,0], -"include_2attach_8php.html#a1d72ef7cb940f6868e3e2a841cadfe8f":[6,0,0,8,11], -"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[6,0,0,8,5], -"include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86":[6,0,0,8,8], -"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[6,0,0,8,2], -"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[6,0,0,8,12], -"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[6,0,0,8,10], -"include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a":[6,0,0,8,13], -"include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd":[6,0,0,8,4], -"include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f":[6,0,0,8,7], -"include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3":[6,0,0,8,3], -"include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc":[6,0,0,8,6], -"include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932":[6,0,0,8,1], -"include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909":[6,0,0,8,14], -"include_2bookmarks_8php.html":[6,0,0,13], -"include_2bookmarks_8php.html#a743763b0ce83af0bbc8a2f7ac16033aa":[6,0,0,13,1], -"include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323":[6,0,0,13,0], -"include_2chat_8php.html":[6,0,0,16], -"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[6,0,0,16,4], -"include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049":[6,0,0,16,6], -"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[6,0,0,16,2], -"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[6,0,0,16,3], -"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[6,0,0,16,1], -"include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3":[6,0,0,16,0], -"include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a":[6,0,0,16,5], -"include_2config_8php.html":[6,0,0,20], -"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[6,0,0,20,7], -"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[6,0,0,20,0], -"include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b":[6,0,0,20,8], -"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[6,0,0,20,11], -"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[6,0,0,20,1], -"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[6,0,0,20,2], -"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[6,0,0,20,6], -"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[6,0,0,20,5], -"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[6,0,0,20,10], -"include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52":[6,0,0,20,9], -"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[6,0,0,20,3], -"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[6,0,0,20,4], -"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[6,0,0,20,12], -"include_2directory_8php.html":[6,0,0,33], -"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,33,0], -"include_2follow_8php.html":[6,0,0,39], -"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,39,0], -"include_2group_8php.html":[6,0,0,41], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,41,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,41,10], -"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,41,1], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,41,0], -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,41,6], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,41,7], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,41,4], -"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,41,8], -"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,41,5], -"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,41,11], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,41,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,41,9], -"include_2menu_8php.html":[6,0,0,50], -"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,50,11], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,50,1], -"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,50,10], -"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,50,9], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,50,3], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,50,8], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,50,7], -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[6,0,0,50,5], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[6,0,0,50,2], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[6,0,0,50,6], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[6,0,0,50,4], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[6,0,0,50,0], -"include_2message_8php.html":[6,0,0,51], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[6,0,0,51,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[6,0,0,51,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[6,0,0,51,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,51,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,51,0], -"include_2network_8php.html":[6,0,0,53], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,53,7], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,53,14], -"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,53,16], -"include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,53,20], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,53,6], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,53,12], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,53,11], -"include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48":[6,0,0,53,4], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,53,19], -"include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,53,5], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,53,10], -"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,53,9], -"include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,53,13], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,53,18], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,53,8], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,53,24], -"include_2network_8php.html#a984708e60d531b31b2d1f88b5f408f7b":[6,0,0,53,25], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,53,21] +"include_2api_8php.html":[6,0,0,7], +"include_2api_8php.html#a0991f72554f821255397d615e76f3203":[6,0,0,7,12], +"include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[6,0,0,7,5], +"include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879":[6,0,0,7,18], +"include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f":[6,0,0,7,15], +"include_2api_8php.html#a2e94eab9d6c164bfef7a1b2ab87b339b":[6,0,0,7,0], +"include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283":[6,0,0,7,47], +"include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8":[6,0,0,7,16], +"include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e":[6,0,0,7,53], +"include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95":[6,0,0,7,41], +"include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea":[6,0,0,7,19], +"include_2api_8php.html#a4fe872332ff0bd8d5eae2f0c6819cb60":[6,0,0,7,32], +"include_2api_8php.html#a528d8070ee74ea800102936ce73cf366":[6,0,0,7,40], +"include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74":[6,0,0,7,21], +"include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d":[6,0,0,7,13], +"include_2api_8php.html#a5990101034e7abf6404feba3cd273629":[6,0,0,7,4], +"include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08":[6,0,0,7,48], +"include_2api_8php.html#a645397787618b5c548a31e8686e8cca4":[6,0,0,7,35], +"include_2api_8php.html#a6951c690d87775eb37e569c66011988e":[6,0,0,7,38], +"include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f":[6,0,0,7,34], +"include_2api_8php.html#a72bfecac1970bc29b853073e816388ff":[6,0,0,7,6], +"include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5":[6,0,0,7,9], +"include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad":[6,0,0,7,2], +"include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d":[6,0,0,7,49], +"include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e":[6,0,0,7,42], +"include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3":[6,0,0,7,10], +"include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705":[6,0,0,7,8], +"include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410":[6,0,0,7,37], +"include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3":[6,0,0,7,30], +"include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa":[6,0,0,7,23], +"include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1":[6,0,0,7,27], +"include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d":[6,0,0,7,55], +"include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f":[6,0,0,7,31], +"include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18":[6,0,0,7,3], +"include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898":[6,0,0,7,52], +"include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b":[6,0,0,7,17], +"include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76":[6,0,0,7,51], +"include_2api_8php.html#ac2c2b18c426d697d11a830bca146be8a":[6,0,0,7,33], +"include_2api_8php.html#ac5a64cc81d70ff3cf866093ea9721d23":[6,0,0,7,26], +"include_2api_8php.html#acafd2899309a005fcb725289173dc7fe":[6,0,0,7,22], +"include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22":[6,0,0,7,43], +"include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2":[6,0,0,7,11], +"include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4":[6,0,0,7,36], +"include_2api_8php.html#ad4d1634df6b35126552324683caaffa2":[6,0,0,7,46], +"include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536":[6,0,0,7,24], +"include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e":[6,0,0,7,39], +"include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53":[6,0,0,7,14], +"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[6,0,0,7,44], +"include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a":[6,0,0,7,25], +"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[6,0,0,7,20], +"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[6,0,0,7,1], +"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[6,0,0,7,7], +"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[6,0,0,7,54], +"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[6,0,0,7,45], +"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[6,0,0,7,50], +"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[6,0,0,7,28], +"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[6,0,0,7,29], +"include_2apps_8php.html":[6,0,0,8], +"include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0":[6,0,0,8,5], +"include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9":[6,0,0,8,8], +"include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2":[6,0,0,8,4], +"include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66":[6,0,0,8,7], +"include_2apps_8php.html#a1cb5c016510e39bcdc1d1c096d51c5c7":[6,0,0,8,2], +"include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83":[6,0,0,8,12], +"include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030":[6,0,0,8,13], +"include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f":[6,0,0,8,1], +"include_2apps_8php.html#a72756e1601489eb77971eeda011446d0":[6,0,0,8,3], +"include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658":[6,0,0,8,6], +"include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185":[6,0,0,8,0], +"include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680":[6,0,0,8,11], +"include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca":[6,0,0,8,10], +"include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46":[6,0,0,8,9], +"include_2attach_8php.html":[6,0,0,9], +"include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997":[6,0,0,9,9], +"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[6,0,0,9,0], +"include_2attach_8php.html#a1d72ef7cb940f6868e3e2a841cadfe8f":[6,0,0,9,11], +"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[6,0,0,9,5], +"include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86":[6,0,0,9,8], +"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[6,0,0,9,2], +"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[6,0,0,9,12], +"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[6,0,0,9,10], +"include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a":[6,0,0,9,13], +"include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd":[6,0,0,9,4], +"include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f":[6,0,0,9,7], +"include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3":[6,0,0,9,3], +"include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc":[6,0,0,9,6], +"include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932":[6,0,0,9,1], +"include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909":[6,0,0,9,14], +"include_2bookmarks_8php.html":[6,0,0,14], +"include_2bookmarks_8php.html#a743763b0ce83af0bbc8a2f7ac16033aa":[6,0,0,14,1], +"include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323":[6,0,0,14,0], +"include_2chat_8php.html":[6,0,0,17], +"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[6,0,0,17,4], +"include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049":[6,0,0,17,6], +"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[6,0,0,17,2], +"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[6,0,0,17,3], +"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[6,0,0,17,1], +"include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3":[6,0,0,17,0], +"include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a":[6,0,0,17,5], +"include_2config_8php.html":[6,0,0,21], +"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[6,0,0,21,7], +"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[6,0,0,21,0], +"include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b":[6,0,0,21,8], +"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[6,0,0,21,11], +"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[6,0,0,21,1], +"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[6,0,0,21,2], +"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[6,0,0,21,6], +"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[6,0,0,21,5], +"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[6,0,0,21,10], +"include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52":[6,0,0,21,9], +"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[6,0,0,21,3], +"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[6,0,0,21,4], +"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[6,0,0,21,12], +"include_2directory_8php.html":[6,0,0,34], +"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,34,0], +"include_2follow_8php.html":[6,0,0,40], +"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,40,0], +"include_2group_8php.html":[6,0,0,42], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,42,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,42,10], +"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,42,1], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,42,0], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,42,6], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,42,7], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,42,4], +"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,42,8], +"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,42,5], +"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,42,11], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,42,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,42,9], +"include_2menu_8php.html":[6,0,0,51], +"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,51,11], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,51,1], +"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,51,10], +"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,51,9], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,51,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,51,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,51,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[6,0,0,51,5], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[6,0,0,51,2], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[6,0,0,51,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[6,0,0,51,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[6,0,0,51,0], +"include_2message_8php.html":[6,0,0,52], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[6,0,0,52,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[6,0,0,52,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[6,0,0,52,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,52,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,52,0], +"include_2network_8php.html":[6,0,0,54], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,54,7], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,54,14] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index e3c3f1ab3..1bd667200 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,47 +1,63 @@ var NAVTREEINDEX6 = { -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,53,22], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,53,23], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,53,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,53,0], -"include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,53,17], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,53,3], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,53,15], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,53,1], -"include_2notify_8php.html":[6,0,0,55], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,55,0], -"include_2oembed_8php.html":[6,0,0,57], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[6,0,0,57,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[6,0,0,57,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[6,0,0,57,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[6,0,0,57,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[6,0,0,57,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[6,0,0,57,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[6,0,0,57,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[6,0,0,57,2], -"include_2photos_8php.html":[6,0,0,62], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[6,0,0,62,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[6,0,0,62,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[6,0,0,62,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[6,0,0,62,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[6,0,0,62,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[6,0,0,62,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[6,0,0,62,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[6,0,0,62,4], -"include_2probe_8php.html":[6,0,0,65], -"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[6,0,0,65,3], -"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,65,4], -"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,65,1], -"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,65,8], -"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,65,0], -"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[6,0,0,65,6], -"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[6,0,0,65,2], -"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,65,7], -"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[6,0,0,65,5], +"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,54,16], +"include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,54,20], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,54,6], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,54,12], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,54,11], +"include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48":[6,0,0,54,4], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,54,19], +"include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,54,5], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,54,10], +"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,54,9], +"include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,54,13], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,54,18], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,54,8], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,54,24], +"include_2network_8php.html#a984708e60d531b31b2d1f88b5f408f7b":[6,0,0,54,25], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,54,21], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,54,22], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,54,23], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,54,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,54,0], +"include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,54,17], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,54,3], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,54,15], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,54,1], +"include_2notify_8php.html":[6,0,0,56], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,56,0], +"include_2oembed_8php.html":[6,0,0,58], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[6,0,0,58,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[6,0,0,58,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[6,0,0,58,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[6,0,0,58,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[6,0,0,58,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[6,0,0,58,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[6,0,0,58,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[6,0,0,58,2], +"include_2photos_8php.html":[6,0,0,63], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[6,0,0,63,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[6,0,0,63,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[6,0,0,63,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[6,0,0,63,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[6,0,0,63,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[6,0,0,63,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[6,0,0,63,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[6,0,0,63,4], +"include_2probe_8php.html":[6,0,0,66], +"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[6,0,0,66,3], +"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,66,4], +"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,66,1], +"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,66,8], +"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,66,0], +"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[6,0,0,66,6], +"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[6,0,0,66,2], +"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,66,7], +"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[6,0,0,66,5], "index.html":[], -"interfaceITemplateEngine.html":[5,0,19], -"interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,19,1], -"interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,19,0], +"interfaceITemplateEngine.html":[5,0,20], +"interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,20,1], +"interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,20,0], "invite_8php.html":[6,0,1,46], "invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,46,0], "invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,46,1], @@ -52,93 +68,93 @@ var NAVTREEINDEX6 = "item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,47,4], "item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,47,1], "item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,47,2], -"items_8php.html":[6,0,0,48], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[6,0,0,48,72], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,48,3], -"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,48,42], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,48,30], -"items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,48,9], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,48,35], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,48,44], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,48,27], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,48,5], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,48,34], -"items_8php.html#a25221826fa4621f523c68483e3b6af26":[6,0,0,48,64], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,48,47], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,48,4], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,48,71], -"items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc":[6,0,0,48,38], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,48,22], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,48,0], -"items_8php.html#a37f79991f36811cf847446ff60e8e11f":[6,0,0,48,40], -"items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,48,54], -"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,48,56], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,48,59], -"items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,48,36], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,48,32], -"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,48,16], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,48,21], -"items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86":[6,0,0,48,18], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,48,14], -"items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,48,29], -"items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,48,46], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,48,19], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,48,45], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,48,17], -"items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,48,39], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,48,43], -"items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,48,49], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,48,37], -"items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,48,7], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,48,52], -"items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,48,60], -"items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,48,1], -"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,48,57], -"items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,48,53], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,48,6], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,48,67], -"items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a":[6,0,0,48,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,48,12], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,48,33], -"items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,48,70], -"items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,48,51], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,48,68], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,48,11], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,48,23], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,48,10], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,48,31], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,48,62], -"items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,48,69], -"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,48,15], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,48,65], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,48,28], -"items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,48,8], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,48,2], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,48,20], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,48,48], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,48,55], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,48,66], -"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,48,58], -"items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,48,13], -"items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,48,63], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,48,25], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,48,41], -"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,48,61], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,48,50], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,48,24], +"items_8php.html":[6,0,0,49], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,49,3], +"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,49,42], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,49,30], +"items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,49,9], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,49,35], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,49,44], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,49,27], +"items_8php.html#a1cf89557f32d5dfbe8bd90448dc1aa92":[6,0,0,49,72], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,49,5], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,49,34], +"items_8php.html#a25221826fa4621f523c68483e3b6af26":[6,0,0,49,64], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,49,47], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,49,4], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,49,71], +"items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc":[6,0,0,49,38], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,49,22], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,49,0], +"items_8php.html#a37f79991f36811cf847446ff60e8e11f":[6,0,0,49,40], +"items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,49,54], +"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,49,56], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,49,59], +"items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,49,36], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,49,32], +"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,49,16], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,49,21], +"items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86":[6,0,0,49,18], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,49,14], +"items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,49,29], +"items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,49,46], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,49,19], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,49,45], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,49,17], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,49,39], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,49,43], +"items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,49,49], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,49,37], +"items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,49,7], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,49,52], +"items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,49,60], +"items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,49,1], +"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,49,57], +"items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,49,53], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,49,6], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,49,67], +"items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a":[6,0,0,49,26], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,49,12], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,49,33], +"items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,49,70], +"items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,49,51], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,49,68], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,49,11], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,49,23], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,49,10], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,49,31], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,49,62], +"items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,49,69], +"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,49,15], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,49,65], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,49,28], +"items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,49,8], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,49,2], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,49,20], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,49,48], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,49,55], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,49,66], +"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,49,58], +"items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,49,13], +"items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,49,63], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,49,25], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,49,41], +"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,49,61], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,49,50], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,49,24], "lang_8php.html":[6,0,1,48], "lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,48,0], -"language_8php.html":[6,0,0,49], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[6,0,0,49,7], -"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[6,0,0,49,3], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[6,0,0,49,0], -"language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997":[6,0,0,49,9], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[6,0,0,49,5], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[6,0,0,49,4], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[6,0,0,49,1], -"language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96":[6,0,0,49,8], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[6,0,0,49,6], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[6,0,0,49,2], +"language_8php.html":[6,0,0,50], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[6,0,0,50,7], +"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[6,0,0,50,3], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[6,0,0,50,0], +"language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997":[6,0,0,50,9], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[6,0,0,50,5], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[6,0,0,50,4], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[6,0,0,50,1], +"language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96":[6,0,0,50,8], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[6,0,0,50,6], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[6,0,0,50,2], "layouts_8php.html":[6,0,1,49], "layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[6,0,1,49,0], "like_8php.html":[6,0,1,50], @@ -230,24 +246,8 @@ var NAVTREEINDEX6 = "mytheme_2php_2style_8php.html":[6,0,3,1,3,0,1], "mytheme_2php_2theme_8php.html":[6,0,3,1,3,0,2], "mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[6,0,3,1,3,0,2,0], -"namespaceFriendica.html":[5,0,1], "namespaceFriendica.html":[4,0,1], -"namespaceRedMatrix.html":[5,0,3], +"namespaceFriendica.html":[5,0,1], "namespaceRedMatrix.html":[4,0,3], -"namespaceRedMatrix_1_1RedDAV.html":[4,0,3,0], -"namespaceRedMatrix_1_1RedDAV.html":[5,0,3,0], -"namespaceacl__selectors.html":[5,0,0], -"namespaceacl__selectors.html":[4,0,0], -"namespacefriendica-to-smarty-tpl.html":[4,0,2], -"namespacefriendica-to-smarty-tpl.html":[5,0,2], -"namespacemembers.html":[4,1,0], -"namespacemembers_func.html":[4,1,1], -"namespacemembers_vars.html":[4,1,2], -"namespaces.html":[4,0], -"namespaceupdatetpl.html":[5,0,4], -"namespaceupdatetpl.html":[4,0,4], -"namespaceutil.html":[4,0,5], -"namespaceutil.html":[5,0,5], -"nav_8php.html":[6,0,0,52], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[6,0,0,52,0] +"namespaceRedMatrix.html":[5,0,3] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index 0ffba9f84..8a1528c2d 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,6 +1,26 @@ var NAVTREEINDEX7 = { -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[6,0,0,52,1], +"namespaceRedMatrix_1_1RedDAV.html":[4,0,3,0], +"namespaceRedMatrix_1_1RedDAV.html":[5,0,3,0], +"namespaceRedmatrix.html":[5,0,4], +"namespaceRedmatrix.html":[4,0,4], +"namespaceRedmatrix_1_1Import.html":[4,0,4,0], +"namespaceRedmatrix_1_1Import.html":[5,0,4,0], +"namespaceacl__selectors.html":[4,0,0], +"namespaceacl__selectors.html":[5,0,0], +"namespacefriendica-to-smarty-tpl.html":[4,0,2], +"namespacefriendica-to-smarty-tpl.html":[5,0,2], +"namespacemembers.html":[4,1,0], +"namespacemembers_func.html":[4,1,1], +"namespacemembers_vars.html":[4,1,2], +"namespaces.html":[4,0], +"namespaceupdatetpl.html":[5,0,5], +"namespaceupdatetpl.html":[4,0,5], +"namespaceutil.html":[4,0,6], +"namespaceutil.html":[5,0,6], +"nav_8php.html":[6,0,0,53], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[6,0,0,53,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[6,0,0,53,1], "netgrowth_8php.html":[6,0,1,64], "netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919":[6,0,1,64,0], "new__channel_8php.html":[6,0,1,66], @@ -13,20 +33,20 @@ var NAVTREEINDEX7 = "notifications_8php.html":[6,0,1,68], "notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[6,0,1,68,1], "notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[6,0,1,68,0], -"notifier_8php.html":[6,0,0,54], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[6,0,0,54,0], +"notifier_8php.html":[6,0,0,55], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[6,0,0,55,0], "notred_8php.html":[6,0,3,1,4,1,3], -"oauth_8php.html":[6,0,0,56], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[6,0,0,56,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[6,0,0,56,2], +"oauth_8php.html":[6,0,0,57], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[6,0,0,57,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[6,0,0,57,2], "oexchange_8php.html":[6,0,1,71], "oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[6,0,1,71,0], "oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[6,0,1,71,1], "olddefault_8php.html":[6,0,3,1,0,2,5], -"onedirsync_8php.html":[6,0,0,58], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[6,0,0,58,0], -"onepoll_8php.html":[6,0,0,59], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[6,0,0,59,0], +"onedirsync_8php.html":[6,0,0,59], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[6,0,0,59,0], +"onepoll_8php.html":[6,0,0,60], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[6,0,0,60,0], "online_8php.html":[6,0,1,72], "online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[6,0,1,72,0], "openid_8php.html":[6,0,1,73], @@ -38,9 +58,9 @@ var NAVTREEINDEX7 = "page_8php.html":[6,0,1,76], "page_8php.html#a4d89800c0366a239191b1692c09635cf":[6,0,1,76,1], "page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,76,0], -"page__widgets_8php.html":[6,0,0,60], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,60,1], -"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,60,0], +"page__widgets_8php.html":[6,0,0,61], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,61,1], +"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,61,0], "pages.html":[], "parse__url_8php.html":[6,0,1,77], "parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[6,0,1,77,2], @@ -52,32 +72,32 @@ var NAVTREEINDEX7 = "pdledit_8php.html":[6,0,1,78], "pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,78,0], "pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,78,1], -"permissions_8php.html":[6,0,0,61], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,61,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,61,0], -"permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724":[6,0,0,61,5], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,61,4], -"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,61,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,61,6], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,61,1], +"permissions_8php.html":[6,0,0,62], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,62,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,62,0], +"permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724":[6,0,0,62,5], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,62,4], +"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,62,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,62,6], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,62,1], "photo_8php.html":[6,0,1,79], "photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,79,0], -"photo__driver_8php.html":[6,0,0,1,0], -"photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[6,0,0,1,0,2], -"photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[6,0,0,1,0,1], -"photo__driver_8php.html#a32e2817faa25d7f11f60a8abff565035":[6,0,0,1,0,4], -"photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887":[6,0,0,1,0,3], -"photo__gd_8php.html":[6,0,0,1,1], -"photo__imagick_8php.html":[6,0,0,1,2], -"php2po_8php.html":[6,0,2,6], -"php2po_8php.html#a1594a11499d06cc8a789ee7ca0c7a12b":[6,0,2,6,7], -"php2po_8php.html#a401d84ce156e49e8168bd0c4781e1be1":[6,0,2,6,5], -"php2po_8php.html#a45b05625748f412ec97afcd61cf7980b":[6,0,2,6,6], -"php2po_8php.html#a48cb304902320d173a4eaa41543327b9":[6,0,2,6,3], -"php2po_8php.html#a61f8ddeb5557d46ebc546cc355bda214":[6,0,2,6,0], -"php2po_8php.html#a6b0b8ebd9ce811d1325ef2c129443bc0":[6,0,2,6,1], -"php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4":[6,0,2,6,4], -"php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178":[6,0,2,6,2], +"photo__driver_8php.html":[6,0,0,2,0], +"photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[6,0,0,2,0,2], +"photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[6,0,0,2,0,1], +"photo__driver_8php.html#a32e2817faa25d7f11f60a8abff565035":[6,0,0,2,0,4], +"photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887":[6,0,0,2,0,3], +"photo__gd_8php.html":[6,0,0,2,1], +"photo__imagick_8php.html":[6,0,0,2,2], +"php2po_8php.html":[6,0,2,5], +"php2po_8php.html#a1594a11499d06cc8a789ee7ca0c7a12b":[6,0,2,5,7], +"php2po_8php.html#a401d84ce156e49e8168bd0c4781e1be1":[6,0,2,5,5], +"php2po_8php.html#a45b05625748f412ec97afcd61cf7980b":[6,0,2,5,6], +"php2po_8php.html#a48cb304902320d173a4eaa41543327b9":[6,0,2,5,3], +"php2po_8php.html#a61f8ddeb5557d46ebc546cc355bda214":[6,0,2,5,0], +"php2po_8php.html#a6b0b8ebd9ce811d1325ef2c129443bc0":[6,0,2,5,1], +"php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4":[6,0,2,5,4], +"php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178":[6,0,2,5,2], "php_2default_8php.html":[6,0,3,0,1], "php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,0,1,0], "php_2theme__init_8php.html":[6,0,3,0,7], @@ -87,36 +107,36 @@ var NAVTREEINDEX7 = "pine_8php.html":[6,0,3,1,0,2,8], "ping_8php.html":[6,0,1,82], "ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,82,0], -"plugin_8php.html":[6,0,0,63], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,63,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,63,22], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,63,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,63,17], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[6,0,0,63,20], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,63,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,63,16], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,63,14], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,63,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,63,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,63,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,63,23], -"plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,63,12], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,63,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,63,0], -"plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,63,19], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,63,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,63,25], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,63,13], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,63,18], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,63,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[6,0,0,63,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[6,0,0,63,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[6,0,0,63,15], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[6,0,0,63,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[6,0,0,63,21], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[6,0,0,63,5], -"po2php_8php.html":[6,0,2,7], -"po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[6,0,2,7,0], +"plugin_8php.html":[6,0,0,64], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,64,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,64,22], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,64,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,64,17], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[6,0,0,64,20], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,64,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,64,16], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,64,14], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,64,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,64,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,64,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,64,23], +"plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,64,12], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,64,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,64,0], +"plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,64,19], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,64,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,64,25], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,64,13], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,64,18], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,64,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[6,0,0,64,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[6,0,0,64,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[6,0,0,64,15], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[6,0,0,64,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[6,0,0,64,21], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[6,0,0,64,5], +"po2php_8php.html":[6,0,2,6], +"po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[6,0,2,6,0], "poco_8php.html":[6,0,1,83], "poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[6,0,1,83,0], "poke_8php.html":[6,0,1,84], @@ -126,35 +146,11 @@ var NAVTREEINDEX7 = "poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77":[6,0,1,85,2], "poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263":[6,0,1,85,0], "poll_8php.html#ab9ecd5b71af090a5da9c93f34f7ec930":[6,0,1,85,1], -"poller_8php.html":[6,0,0,64], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[6,0,0,64,0], +"poller_8php.html":[6,0,0,65], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[6,0,0,65,0], "post_8php.html":[6,0,1,86], "post_8php.html#af4b48181ce773ef0cdfc972441445c34":[6,0,1,86,0], "post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[6,0,1,86,1], -"post__to__red_8php.html":[6,0,2,1,0,0], -"post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823":[6,0,2,1,0,0,16], -"post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c":[6,0,2,1,0,0,12], -"post__to__red_8php.html#a3a2af6ad845239f26e86fccabf8639e1":[6,0,2,1,0,0,17], -"post__to__red_8php.html#a4674bb5ce2baa32c559607460c39a2c5":[6,0,2,1,0,0,3], -"post__to__red_8php.html#a49fd35f7b1cdddfe6e26ddfcf8d3c4ec":[6,0,2,1,0,0,1], -"post__to__red_8php.html#a4d90ac085c14f53ff4d8ab4c23477ea6":[6,0,2,1,0,0,9], -"post__to__red_8php.html#a588cea66afe0b32f27f2713d44940119":[6,0,2,1,0,0,20], -"post__to__red_8php.html#a5cc2a89a6d33cdb8e2ca557a69bef42d":[6,0,2,1,0,0,2], -"post__to__red_8php.html#a6210f39392a5f0fa0255cc7d3760493a":[6,0,2,1,0,0,21], -"post__to__red_8php.html#a75db5d87226a0287a0ac0fa315f2bcfd":[6,0,2,1,0,0,5], -"post__to__red_8php.html#a7e68a8d9c83cb28d032aad3ea85ce0a6":[6,0,2,1,0,0,13], -"post__to__red_8php.html#a8ec8f8809e3c5d1b2c9598c8185d63aa":[6,0,2,1,0,0,4], -"post__to__red_8php.html#a906be8f72cf1aa2e199c0683ea6a4017":[6,0,2,1,0,0,15], -"post__to__red_8php.html#a96d0ccecb96600ef1bfd50ab3f77315f":[6,0,2,1,0,0,10], -"post__to__red_8php.html#a99811555b30bde504a863e44015f2f19":[6,0,2,1,0,0,19], -"post__to__red_8php.html#aa97aeda12ef080665f16311a4e1eb901":[6,0,2,1,0,0,14], -"post__to__red_8php.html#aacba7a0646fc00ae6ac4f5dc383fccab":[6,0,2,1,0,0,8], -"post__to__red_8php.html#ada8a7130088351710bb02ed622d6bf65":[6,0,2,1,0,0,18], -"post__to__red_8php.html#ae0b881461afbdba93d9329068ea52136":[6,0,2,1,0,0,7], -"post__to__red_8php.html#ae6f3a2c0561cbeacda5be565b06de8a7":[6,0,2,1,0,0,6], -"post__to__red_8php.html#aeec4125719184e7b097b3b9fba3101b5":[6,0,2,1,0,0,0], -"post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a":[6,0,2,1,0,0,22], -"post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[6,0,2,1,0,0,11], "pretheme_8php.html":[6,0,1,87], "pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[6,0,1,87,0], "profile_8php.html":[6,0,1,89], @@ -164,13 +160,13 @@ var NAVTREEINDEX7 = "profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[6,0,1,90,0], "profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[6,0,1,90,1], "profile__photo_8php.html#a561103564199da56e58061a4196eb102":[6,0,1,90,2], -"profile__selectors_8php.html":[6,0,0,66], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[6,0,0,66,4], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[6,0,0,66,2], -"profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816":[6,0,0,66,1], -"profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074":[6,0,0,66,5], -"profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534":[6,0,0,66,3], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[6,0,0,66,0], +"profile__selectors_8php.html":[6,0,0,67], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[6,0,0,67,4], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[6,0,0,67,2], +"profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816":[6,0,0,67,1], +"profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074":[6,0,0,67,5], +"profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534":[6,0,0,67,3], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[6,0,0,67,0], "profiles_8php.html":[6,0,1,91], "profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[6,0,1,91,1], "profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[6,0,1,91,0], @@ -180,11 +176,11 @@ var NAVTREEINDEX7 = "profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[6,0,1,92,0], "pubsites_8php.html":[6,0,1,93], "pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[6,0,1,93,0], -"queue_8php.html":[6,0,0,68], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[6,0,0,68,0], -"queue__fn_8php.html":[6,0,0,69], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[6,0,0,69,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[6,0,0,69,0], +"queue_8php.html":[6,0,0,69], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[6,0,0,69,0], +"queue__fn_8php.html":[6,0,0,70], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[6,0,0,70,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[6,0,0,70,0], "randprof_8php.html":[6,0,1,94], "randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[6,0,1,94,0], "rbmark_8php.html":[6,0,1,95], @@ -200,10 +196,10 @@ var NAVTREEINDEX7 = "redbasic_2php_2theme_8php.html":[6,0,3,1,4,0,2], "redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[6,0,3,1,4,0,2,0], "redbasic_8php.html":[6,0,3,1,0,2,9], -"reddav_8php.html":[6,0,0,70], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[6,0,0,70,1], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[6,0,0,70,2], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,70,0], +"reddav_8php.html":[6,0,0,71], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[6,0,0,71,1], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[6,0,0,71,2], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,71,0], "register_8php.html":[6,0,1,97], "register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[6,0,1,97,0], "register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[6,0,1,97,2], @@ -231,23 +227,27 @@ var NAVTREEINDEX7 = "search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[6,0,1,105,1], "search__ac_8php.html":[6,0,1,106], "search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[6,0,1,106,0], -"security_8php.html":[6,0,0,71], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[6,0,0,71,2], -"security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c":[6,0,0,71,11], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[6,0,0,71,4], -"security_8php.html#a6126c77a1267e046ac59cf864613f011":[6,0,0,71,10], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[6,0,0,71,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[6,0,0,71,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[6,0,0,71,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[6,0,0,71,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[6,0,0,71,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[6,0,0,71,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[6,0,0,71,0], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[6,0,0,71,8], +"security_8php.html":[6,0,0,72], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[6,0,0,72,2], +"security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c":[6,0,0,72,11], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[6,0,0,72,4], +"security_8php.html#a6126c77a1267e046ac59cf864613f011":[6,0,0,72,10], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[6,0,0,72,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[6,0,0,72,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[6,0,0,72,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[6,0,0,72,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[6,0,0,72,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[6,0,0,72,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[6,0,0,72,0], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[6,0,0,72,8], "service__limits_8php.html":[6,0,1,107], "service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a":[6,0,1,107,0], -"session_8php.html":[6,0,0,72], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[6,0,0,72,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[6,0,0,72,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[6,0,0,72,1] +"session_8php.html":[6,0,0,73], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[6,0,0,73,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[6,0,0,73,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[6,0,0,73,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[6,0,0,73,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[6,0,0,73,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[6,0,0,73,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[6,0,0,73,6] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index 00b662dfe..99d331cf6 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,12 +1,8 @@ var NAVTREEINDEX8 = { -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[6,0,0,72,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[6,0,0,72,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[6,0,0,72,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[6,0,0,72,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[6,0,0,72,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[6,0,0,72,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[6,0,0,72,2], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[6,0,0,73,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[6,0,0,73,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[6,0,0,73,2], "settings_8php.html":[6,0,1,108], "settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[6,0,1,108,0], "settings_8php.html#a3a4cde287482fced008583f54ba2a722":[6,0,1,108,1], @@ -39,34 +35,34 @@ var NAVTREEINDEX8 = "siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[6,0,1,111,0], "sitelist_8php.html":[6,0,1,112], "sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[6,0,1,112,0], -"smarty_8php.html":[6,0,0,73], +"smarty_8php.html":[6,0,0,74], "smilies_8php.html":[6,0,1,113], "smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,113,0], -"socgraph_8php.html":[6,0,0,74], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,74,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,74,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[6,0,0,74,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[6,0,0,74,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[6,0,0,74,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[6,0,0,74,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[6,0,0,74,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[6,0,0,74,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[6,0,0,74,3], +"socgraph_8php.html":[6,0,0,75], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,75,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,75,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[6,0,0,75,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[6,0,0,75,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[6,0,0,75,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[6,0,0,75,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[6,0,0,75,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[6,0,0,75,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[6,0,0,75,3], "sources_8php.html":[6,0,1,114], "sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,114,0], "sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,114,1], -"spam_8php.html":[6,0,0,75], -"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,75,1], -"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,75,0], +"spam_8php.html":[6,0,0,76], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,76,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,76,0], "sslify_8php.html":[6,0,1,115], "sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,115,0], "starred_8php.html":[6,0,1,116], "starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,116,0], -"statistics__fns_8php.html":[6,0,0,76], -"statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c":[6,0,0,76,2], -"statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6":[6,0,0,76,0], -"statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa":[6,0,0,76,3], -"statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe":[6,0,0,76,1], +"statistics__fns_8php.html":[6,0,0,77], +"statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c":[6,0,0,77,2], +"statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6":[6,0,0,77,0], +"statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa":[6,0,0,77,3], +"statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe":[6,0,0,77,1], "stumble_2php_2style_8php.html":[6,0,3,1,5,0,0], "stumble_2php_2theme_8php.html":[6,0,3,1,5,0,1], "stumble_2php_2theme_8php.html#a71db9eff6289e0ee47771c37c01d6753":[6,0,3,1,5,0,1,0], @@ -78,128 +74,128 @@ var NAVTREEINDEX8 = "suggest_8php.html":[6,0,1,118], "suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,118,0], "suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,118,1], -"system__unavailable_8php.html":[6,0,0,77], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[6,0,0,77,0], +"system__unavailable_8php.html":[6,0,0,78], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[6,0,0,78,0], "tagger_8php.html":[6,0,1,119], "tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[6,0,1,119,0], "tagrm_8php.html":[6,0,1,120], "tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[6,0,1,120,1], "tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[6,0,1,120,0], -"taxonomy_8php.html":[6,0,0,78], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[6,0,0,78,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[6,0,0,78,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[6,0,0,78,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[6,0,0,78,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[6,0,0,78,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[6,0,0,78,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[6,0,0,78,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[6,0,0,78,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[6,0,0,78,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[6,0,0,78,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[6,0,0,78,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[6,0,0,78,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[6,0,0,78,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[6,0,0,78,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[6,0,0,78,8], -"template__processor_8php.html":[6,0,0,79], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[6,0,0,79,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[6,0,0,79,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[6,0,0,79,2], -"text_8php.html":[6,0,0,80], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[6,0,0,80,41], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[6,0,0,80,47], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[6,0,0,80,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[6,0,0,80,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[6,0,0,80,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[6,0,0,80,72], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[6,0,0,80,46], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[6,0,0,80,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[6,0,0,80,83], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[6,0,0,80,34], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[6,0,0,80,37], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[6,0,0,80,51], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[6,0,0,80,54], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[6,0,0,80,48], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[6,0,0,80,49], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[6,0,0,80,44], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[6,0,0,80,73], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[6,0,0,80,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[6,0,0,80,91], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[6,0,0,80,80], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[6,0,0,80,50], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[6,0,0,80,10], -"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[6,0,0,80,77], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[6,0,0,80,93], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[6,0,0,80,24], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[6,0,0,80,88], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[6,0,0,80,75], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[6,0,0,80,32], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[6,0,0,80,43], -"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[6,0,0,80,26], -"text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc":[6,0,0,80,19], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[6,0,0,80,74], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[6,0,0,80,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[6,0,0,80,89], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[6,0,0,80,35], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[6,0,0,80,33], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[6,0,0,80,45], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[6,0,0,80,63], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[6,0,0,80,52], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[6,0,0,80,25], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[6,0,0,80,62], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[6,0,0,80,85], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[6,0,0,80,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[6,0,0,80,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[6,0,0,80,84], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[6,0,0,80,42], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[6,0,0,80,29], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[6,0,0,80,81], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[6,0,0,80,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[6,0,0,80,36], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[6,0,0,80,28], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[6,0,0,80,82], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[6,0,0,80,8], -"text_8php.html#a876e94892867019935b348b573299352":[6,0,0,80,70], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[6,0,0,80,76], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[6,0,0,80,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[6,0,0,80,21], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[6,0,0,80,61], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[6,0,0,80,20], -"text_8php.html#a905c3895feb6f276df23f07f16f9bb52":[6,0,0,80,86], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[6,0,0,80,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[6,0,0,80,56], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[6,0,0,80,67], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[6,0,0,80,65], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[6,0,0,80,69], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[6,0,0,80,31], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[6,0,0,80,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[6,0,0,80,57], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[6,0,0,80,38], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[6,0,0,80,30], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[6,0,0,80,92], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[6,0,0,80,71], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[6,0,0,80,87], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[6,0,0,80,90], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[6,0,0,80,58], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[6,0,0,80,39], -"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[6,0,0,80,78], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[6,0,0,80,22], -"text_8php.html#acedb584f65114a33f389efb796172a91":[6,0,0,80,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[6,0,0,80,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[6,0,0,80,66], -"text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08":[6,0,0,80,27], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,80,53], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,80,40], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,80,68], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,80,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,80,59], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,80,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,80,79], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,80,64], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,80,23], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,80,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,80,60], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,80,55], +"taxonomy_8php.html":[6,0,0,79], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[6,0,0,79,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[6,0,0,79,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[6,0,0,79,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[6,0,0,79,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[6,0,0,79,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[6,0,0,79,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[6,0,0,79,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[6,0,0,79,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[6,0,0,79,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[6,0,0,79,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[6,0,0,79,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[6,0,0,79,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[6,0,0,79,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[6,0,0,79,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[6,0,0,79,8], +"template__processor_8php.html":[6,0,0,80], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[6,0,0,80,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[6,0,0,80,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[6,0,0,80,2], +"text_8php.html":[6,0,0,81], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[6,0,0,81,41], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[6,0,0,81,47], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[6,0,0,81,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[6,0,0,81,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[6,0,0,81,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[6,0,0,81,72], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[6,0,0,81,46], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[6,0,0,81,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[6,0,0,81,83], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[6,0,0,81,34], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[6,0,0,81,37], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[6,0,0,81,51], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[6,0,0,81,54], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[6,0,0,81,48], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[6,0,0,81,49], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[6,0,0,81,44], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[6,0,0,81,73], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[6,0,0,81,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[6,0,0,81,91], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[6,0,0,81,80], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[6,0,0,81,50], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[6,0,0,81,10], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[6,0,0,81,77], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[6,0,0,81,93], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[6,0,0,81,24], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[6,0,0,81,88], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[6,0,0,81,75], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[6,0,0,81,32], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[6,0,0,81,43], +"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[6,0,0,81,26], +"text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc":[6,0,0,81,19], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[6,0,0,81,74], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[6,0,0,81,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[6,0,0,81,89], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[6,0,0,81,35], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[6,0,0,81,33], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[6,0,0,81,45], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[6,0,0,81,63], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[6,0,0,81,52], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[6,0,0,81,25], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[6,0,0,81,62], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[6,0,0,81,85], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[6,0,0,81,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[6,0,0,81,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[6,0,0,81,84], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[6,0,0,81,42], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[6,0,0,81,29], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[6,0,0,81,81], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[6,0,0,81,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[6,0,0,81,36], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[6,0,0,81,28], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[6,0,0,81,82], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[6,0,0,81,8], +"text_8php.html#a876e94892867019935b348b573299352":[6,0,0,81,70], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[6,0,0,81,76], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[6,0,0,81,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[6,0,0,81,21], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[6,0,0,81,61], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[6,0,0,81,20], +"text_8php.html#a905c3895feb6f276df23f07f16f9bb52":[6,0,0,81,86], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[6,0,0,81,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[6,0,0,81,56], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[6,0,0,81,67], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[6,0,0,81,65], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[6,0,0,81,69], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[6,0,0,81,31], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[6,0,0,81,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[6,0,0,81,57], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[6,0,0,81,38], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[6,0,0,81,30], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[6,0,0,81,92], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[6,0,0,81,71], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[6,0,0,81,87], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[6,0,0,81,90], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[6,0,0,81,58], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[6,0,0,81,39], +"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[6,0,0,81,78], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[6,0,0,81,22], +"text_8php.html#acedb584f65114a33f389efb796172a91":[6,0,0,81,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[6,0,0,81,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[6,0,0,81,66], +"text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08":[6,0,0,81,27], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,81,53], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,81,40], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,81,68], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,81,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,81,59], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,81,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,81,79], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,81,64], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,81,23], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,81,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,81,60], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,81,55], "theme_2apw_2php_2theme__init_8php.html":[6,0,3,1,0,1,4], "theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[6,0,3,1,0,1,4,0], "theme_2blogga_2php_2default_8php.html":[6,0,3,1,1,0,1], @@ -222,19 +218,19 @@ var NAVTREEINDEX8 = "toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[6,0,1,122,0], "toggle__safesearch_8php.html":[6,0,1,123], "toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[6,0,1,123,0], -"tpldebug_8php.html":[6,0,2,8], -"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[6,0,2,8,0], -"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[6,0,2,8,1], -"tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[6,0,2,8,2], -"typo_8php.html":[6,0,2,9], -"typo_8php.html#a1b709c1d79631ebc8320b41bda028b54":[6,0,2,9,1], -"typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5":[6,0,2,9,4], -"typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[6,0,2,9,3], -"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[6,0,2,9,2], -"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[6,0,2,9,0], -"typohelper_8php.html":[6,0,2,10], -"typohelper_8php.html#a7542d95618011800c61773127fa625cf":[6,0,2,10,0], -"typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[6,0,2,10,1], +"tpldebug_8php.html":[6,0,2,7], +"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[6,0,2,7,0], +"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[6,0,2,7,1], +"tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[6,0,2,7,2], +"typo_8php.html":[6,0,2,8], +"typo_8php.html#a1b709c1d79631ebc8320b41bda028b54":[6,0,2,8,1], +"typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5":[6,0,2,8,4], +"typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[6,0,2,8,3], +"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[6,0,2,8,2], +"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[6,0,2,8,0], +"typohelper_8php.html":[6,0,2,9], +"typohelper_8php.html#a7542d95618011800c61773127fa625cf":[6,0,2,9,0], +"typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[6,0,2,9,1], "uexport_8php.html":[6,0,1,124], "uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[6,0,1,124,0], "update__channel_8php.html":[6,0,1,125], @@ -245,9 +241,13 @@ var NAVTREEINDEX8 = "update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[6,0,1,127,0], "update__search_8php.html":[6,0,1,128], "update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[6,0,1,128,0], -"updatetpl_8py.html":[6,0,2,11], -"updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[6,0,2,11,5], -"updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[6,0,2,11,2], -"updatetpl_8py.html#a988d937ed5d5c2b592b763036af5cf94":[6,0,2,11,1], -"updatetpl_8py.html#ab42dd79af65ee82201fd6f04715f62f6":[6,0,2,11,3] +"updatetpl_8py.html":[6,0,2,10], +"updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[6,0,2,10,5], +"updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[6,0,2,10,2], +"updatetpl_8py.html#a988d937ed5d5c2b592b763036af5cf94":[6,0,2,10,1], +"updatetpl_8py.html#ab42dd79af65ee82201fd6f04715f62f6":[6,0,2,10,3], +"updatetpl_8py.html#ac9d11279fed403a329a719298feafc4f":[6,0,2,10,0], +"updatetpl_8py.html#ae694f5e1f25f8a92a945eb90c432dfe6":[6,0,2,10,4], +"view_2theme_2apw_2php_2config_8php.html":[6,0,3,1,0,1,0], +"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[6,0,3,1,0,1,0,1] }; diff --git a/doc/html/navtreeindex9.js b/doc/html/navtreeindex9.js index 26a4d9e31..5631fe626 100644 --- a/doc/html/navtreeindex9.js +++ b/doc/html/navtreeindex9.js @@ -1,9 +1,5 @@ var NAVTREEINDEX9 = { -"updatetpl_8py.html#ac9d11279fed403a329a719298feafc4f":[6,0,2,11,0], -"updatetpl_8py.html#ae694f5e1f25f8a92a945eb90c432dfe6":[6,0,2,11,4], -"view_2theme_2apw_2php_2config_8php.html":[6,0,3,1,0,1,0], -"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[6,0,3,1,0,1,0,1], "view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[6,0,3,1,0,1,0,2], "view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0":[6,0,3,1,0,1,0,0], "view_2theme_2blogga_2php_2config_8php.html":[6,0,3,1,1,0,0], @@ -44,37 +40,37 @@ var NAVTREEINDEX9 = "wfinger_8php.html":[6,0,1,137], "wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[6,0,1,137,0], "widedarkness_8php.html":[6,0,3,1,0,2,10], -"widgets_8php.html":[6,0,0,81], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[6,0,0,81,11], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[6,0,0,81,26], -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[6,0,0,81,3], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[6,0,0,81,8], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[6,0,0,81,9], -"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[6,0,0,81,16], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,81,18], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,81,19], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,81,5], -"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,81,25], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[6,0,0,81,12], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[6,0,0,81,27], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[6,0,0,81,21], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[6,0,0,81,15], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[6,0,0,81,2], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[6,0,0,81,23], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[6,0,0,81,10], -"widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20":[6,0,0,81,20], -"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[6,0,0,81,6], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[6,0,0,81,7], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,81,24], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,81,22], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,81,29], -"widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,81,1], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,81,14], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,81,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,81,13], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,81,28], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,81,4], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,81,17], +"widgets_8php.html":[6,0,0,82], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[6,0,0,82,11], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[6,0,0,82,26], +"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[6,0,0,82,3], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[6,0,0,82,8], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[6,0,0,82,9], +"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[6,0,0,82,16], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,82,18], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,82,19], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,82,5], +"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,82,25], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[6,0,0,82,12], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[6,0,0,82,27], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[6,0,0,82,21], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[6,0,0,82,15], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[6,0,0,82,2], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[6,0,0,82,23], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[6,0,0,82,10], +"widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20":[6,0,0,82,20], +"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[6,0,0,82,6], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[6,0,0,82,7], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,82,24], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,82,22], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,82,29], +"widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,82,1], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,82,14], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,82,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,82,13], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,82,28], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,82,4], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,82,17], "xchan_8php.html":[6,0,1,138], "xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,138,0], "xrd_8php.html":[6,0,1,139], @@ -83,39 +79,40 @@ var NAVTREEINDEX9 = "xref_8php.html#a9bee399213b8de8226b0d60834307473":[6,0,1,140,0], "zfinger_8php.html":[6,0,1,141], "zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[6,0,1,141,0], -"zot_8php.html":[6,0,0,82], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,82,15], -"zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75":[6,0,0,82,9], -"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[6,0,0,82,6], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[6,0,0,82,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[6,0,0,82,18], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[6,0,0,82,20], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[6,0,0,82,5], -"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[6,0,0,82,11], -"zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315":[6,0,0,82,8], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[6,0,0,82,25], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[6,0,0,82,30], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[6,0,0,82,22], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[6,0,0,82,0], -"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[6,0,0,82,29], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[6,0,0,82,3], -"zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988":[6,0,0,82,12], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[6,0,0,82,28], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[6,0,0,82,23], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[6,0,0,82,14], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[6,0,0,82,13], -"zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5":[6,0,0,82,1], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[6,0,0,82,16], -"zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254":[6,0,0,82,17], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[6,0,0,82,27], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[6,0,0,82,19], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[6,0,0,82,31], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[6,0,0,82,10], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[6,0,0,82,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[6,0,0,82,2], -"zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca":[6,0,0,82,21], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,82,24], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,82,26], +"zot_8php.html":[6,0,0,83], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,83,15], +"zot_8php.html#a084c581d534e7e3b759488b46602288f":[6,0,0,83,20], +"zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75":[6,0,0,83,9], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[6,0,0,83,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[6,0,0,83,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[6,0,0,83,18], +"zot_8php.html#a3920afe14fc1d82020161b4b86bcd9ac":[6,0,0,83,28], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[6,0,0,83,5], +"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[6,0,0,83,11], +"zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315":[6,0,0,83,8], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[6,0,0,83,25], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[6,0,0,83,31], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[6,0,0,83,22], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[6,0,0,83,0], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[6,0,0,83,30], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[6,0,0,83,3], +"zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988":[6,0,0,83,12], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[6,0,0,83,29], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[6,0,0,83,23], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[6,0,0,83,14], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[6,0,0,83,13], +"zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5":[6,0,0,83,1], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[6,0,0,83,16], +"zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254":[6,0,0,83,17], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[6,0,0,83,27], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[6,0,0,83,19], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[6,0,0,83,32], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[6,0,0,83,10], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[6,0,0,83,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[6,0,0,83,2], +"zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca":[6,0,0,83,21], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,83,24], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,83,26], "zotfeed_8php.html":[6,0,1,142], "zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[6,0,1,142,0], "zping_8php.html":[6,0,1,143], diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html index d7cdd11e6..96d65b44b 100644 --- a/doc/html/permissions_8php.html +++ b/doc/html/permissions_8php.html @@ -218,7 +218,7 @@ Functions @@ -243,7 +243,7 @@ Functions -

    Referenced by connedit_content(), create_identity(), foofoo(), and new_contact().

    +

    Referenced by connedit_content(), create_identity(), foofoo(), new_contact(), and settings_post().

    @@ -277,7 +277,7 @@ Functions
    -

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), contact_block(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), RedMatrix\RedDAV\RedFile\delete(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_photo(), diaspora_post(), diaspora_reshare(), display_content(), editblock_content(), get_feed_for(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), p_init(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), post_post(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), search_content(), Conversation\set_mode(), RedMatrix\RedDAV\RedBrowser\set_writeable(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), subthread_content(), tag_deliver(), tgroup_check(), update_birthdays(), viewconnections_content(), widget_archive(), widget_categories(), widget_item(), widget_photo_albums(), widget_tagcloud_wall(), z_readdir(), and zot_feed().

    +

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), contact_block(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), RedMatrix\RedDAV\RedFile\delete(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_like(), diaspora_photo(), diaspora_post(), diaspora_reshare(), display_content(), editblock_content(), get_feed_for(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), p_init(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), post_post(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), search_content(), Conversation\set_mode(), RedMatrix\RedDAV\RedBrowser\set_writeable(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), subthread_content(), tag_deliver(), tgroup_check(), update_birthdays(), viewconnections_content(), widget_archive(), widget_categories(), widget_item(), widget_photo_albums(), widget_tagcloud_wall(), z_readdir(), and zot_feed().

    diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index 898a5544b..445b81280 100644 --- a/doc/html/php2po_8php.html +++ b/doc/html/php2po_8php.html @@ -168,7 +168,7 @@ Variables
    -

    Referenced by App\__construct(), Template\_get_var(), Template\_replcb_for(), activity_sanitise(), aes_encapsulate(), aes_unencapsulate(), app_render(), bb_sanitize_style(), build_sync_packet(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_poll_interval(), dirprofile_init(), dirsearch_content(), extra_query_args(), foofoo(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_plugin_info(), get_theme_info(), get_things(), guess_image_type(), import_directory_profile(), item_photo_menu(), item_store_update(), load_config(), load_pconfig(), load_xconfig(), local_dir_update(), mail_post(), mood_content(), netgrowth_content(), new_contact(), FKOAuthDataStore\new_request_token(), obj_verb_selector(), openid_content(), parse_app_description(), photos_albums_list(), po2php_run(), poco_init(), poke_content(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), profile_load(), requestdata(), role_selector(), settings_post(), sslify_init(), startup(), tt(), RedMatrix\RedDAV\RedBrowser\userReadableSize(), vote_post(), x(), xchan_fetch(), zfinger_init(), and zot_refresh().

    +

    Referenced by App\__construct(), Template\_get_var(), Template\_replcb_for(), activity_sanitise(), aes_encapsulate(), aes_unencapsulate(), app_render(), bb_sanitize_style(), build_sync_packet(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_poll_interval(), dirprofile_init(), dirsearch_content(), extra_query_args(), foofoo(), RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex(), get_plugin_info(), get_theme_info(), get_things(), guess_image_type(), import_directory_profile(), item_photo_menu(), item_store_update(), load_config(), load_pconfig(), load_xconfig(), local_dir_update(), mail_post(), mood_content(), netgrowth_content(), new_contact(), FKOAuthDataStore\new_request_token(), obj_verb_selector(), openid_content(), parse_app_description(), photos_albums_list(), po2php_run(), poco_init(), poke_content(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), profile_load(), requestdata(), role_selector(), settings_post(), sslify_init(), startup(), tt(), RedMatrix\RedDAV\RedBrowser\userReadableSize(), vote_post(), x(), xchan_fetch(), zfinger_init(), zot_build_packet(), and zot_refresh().

    @@ -224,7 +224,7 @@ Variables Initial value:
    {
    showForm(null, $content)
    -

    Referenced by oembed_format_object(), and red_comment().

    +

    Referenced by oembed_format_object().

    diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index c045b7ef5..e8c0dd6e2 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables

    Those who require this feature will know what to do with it. Those who don't, won't. Eventually this functionality needs to be provided by a module such that permissions can be enforced. At the moment it's more of a proof of concept; but sufficient for our immediate needs.

    -

    Referenced by admin_page_channels(), api_call(), api_user(), appman_content(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), diaspora_msg_build(), diaspora_pubmsg_build(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), events_content(), events_post(), feed_init(), filestorage_content(), filestorage_post(), fix_attached_file_permissions(), get_feed_for(), get_public_feed(), handle_feed(), handle_tag(), hcard_init(), home_init(), impel_init(), import_post(), importelm_post(), invite_content(), is_public_profile(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), locs_post(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), parse_app_description(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_content(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), start_delivery_chain(), store_diaspora_comment_sig(), tagger_content(), thing_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_encode_locations(), zot_finger(), and zot_refresh().

    +

    Referenced by admin_page_channels(), api_call(), api_user(), appman_content(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), diaspora_msg_build(), diaspora_pubmsg_build(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_addtocal(), events_content(), events_post(), feed_init(), filestorage_content(), filestorage_post(), fix_attached_file_permissions(), get_feed_for(), get_public_feed(), handle_feed(), handle_tag(), hcard_init(), home_init(), impel_init(), import_post(), importelm_post(), invite_content(), is_public_profile(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), locs_post(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), parse_app_description(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_content(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), start_delivery_chain(), store_diaspora_comment_sig(), tagger_content(), thing_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_encode_locations(), zot_finger(), and zot_refresh().

    diff --git a/doc/html/search/all_24.js b/doc/html/search/all_24.js index d4ea06349..364451b79 100644 --- a/doc/html/search/all_24.js +++ b/doc/html/search/all_24.js @@ -33,6 +33,7 @@ var searchData= ['_24contacts',['$contacts',['../classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2',1,'App']]], ['_24content',['$content',['../classApp.html#ac1d80a14492acc932715d54567d8a589',1,'App']]], ['_24conversation',['$conversation',['../classItem.html#a007424e3e3171dcfb4312a02161da6cd',1,'Item']]], + ['_24credentials',['$credentials',['../classRedmatrix_1_1Import_1_1Import.html#afd251e6e5a18516bac4d1a40435602f1',1,'Redmatrix::Import::Import']]], ['_24css_5fsources',['$css_sources',['../classApp.html#a6f55d087e1ff4710132c1b0863faa2ee',1,'App']]], ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]], ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]], @@ -71,6 +72,8 @@ var searchData= ['_24install_5fwizard_5fpass',['$install_wizard_pass',['../setup_8php.html#addb24714bc2542aa4f4215e98fe48432',1,'setup.php']]], ['_24interactive',['$interactive',['../classApp.html#a4c7cfc62d39508086cf300dc2e39c4df',1,'App']]], ['_24itemfloat',['$itemfloat',['../minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b',1,'minimalisticdarkness.php']]], + ['_24itemlist',['$itemlist',['../classRedmatrix_1_1Import_1_1Import.html#a2f69f16ecb7de1fb1daffbc38e68c9f1',1,'Redmatrix::Import::Import']]], + ['_24items',['$items',['../classRedmatrix_1_1Import_1_1Import.html#a31d73d48e1aa93319159c692d0197a3a',1,'Redmatrix::Import::Import']]], ['_24js_5fsources',['$js_sources',['../classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d',1,'App']]], ['_24k',['$k',['../php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178',1,'php2po.php']]], ['_24lang',['$lang',['../classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8',1,'Template']]], @@ -103,8 +106,6 @@ var searchData= ['_24perms',['$perms',['../classApp.html#ab47de68fa39806d1fb0976407e188b77',1,'App']]], ['_24phpath',['$phpath',['../typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd',1,'typo.php']]], ['_24phpfile',['$phpfile',['../php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4',1,'php2po.php']]], - ['_24plugin',['$plugin',['../post__to__red_8php.html#ada8a7130088351710bb02ed622d6bf65',1,'post_to_red.php']]], - ['_24plugin_5fdir',['$plugin_dir',['../post__to__red_8php.html#a99811555b30bde504a863e44015f2f19',1,'post_to_red.php']]], ['_24plugins',['$plugins',['../classApp.html#ae9f96338f32187d308b67b980eea0008',1,'App']]], ['_24pofile',['$pofile',['../php2po_8php.html#a401d84ce156e49e8168bd0c4781e1be1',1,'php2po.php']]], ['_24poi',['$poi',['../classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a',1,'App']]], @@ -131,6 +132,7 @@ var searchData= ['_24session_5fexpire',['$session_expire',['../session_8php.html#af0100a2642a5268594bbd5742a03d885',1,'session.php']]], ['_24showlock',['$showlock',['../apw_2php_2style_8php.html#ad401ea1d1ba236f86863b4574f01e425',1,'style.php']]], ['_24sourcename',['$sourcename',['../classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11',1,'App']]], + ['_24src_5fitems',['$src_items',['../classRedmatrix_1_1Import_1_1Import.html#ac578e85e4c491bf9e09fbbfa33f9d6b7',1,'Redmatrix::Import::Import']]], ['_24stack',['$stack',['../classTemplate.html#a6f0efc256688c36110180b501067ff11',1,'Template']]], ['_24str',['$str',['../typohelper_8php.html#a7542d95618011800c61773127fa625cf',1,'typohelper.php']]], ['_24strings',['$strings',['../classApp.html#a5f64620473a9727a48ebe9cf6f335a98',1,'App']]], diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js index d70828864..3be68534d 100644 --- a/doc/html/search/all_63.js +++ b/doc/html/search/all_63.js @@ -142,6 +142,9 @@ var searchData= ['conversation_2ephp',['conversation.php',['../conversation_8php.html',1,'']]], ['conversationobject_2ephp',['ConversationObject.php',['../ConversationObject_8php.html',1,'']]], ['convert',['convert',['../namespacefriendica-to-smarty-tpl.html#a38503e37fe68ac27c88cce91a9ac9efa',1,'friendica-to-smarty-tpl']]], + ['convert_5fchild',['convert_child',['../classRedmatrix_1_1Import_1_1Import.html#ad9c6677ea07c496d81914b97aeb5fba5',1,'Redmatrix::Import::Import']]], + ['convert_5fitem',['convert_item',['../classRedmatrix_1_1Import_1_1Import.html#add4d39232c883b59634595be14441336',1,'Redmatrix::Import::Import']]], + ['convert_5ftaxonomy',['convert_taxonomy',['../classRedmatrix_1_1Import_1_1Import.html#a5a54b41c30aed8ac9ca6e486fd0b4b97',1,'Redmatrix::Import::Import']]], ['convert_5fxml_5felement_5fto_5farray',['convert_xml_element_to_array',['../include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246',1,'network.php']]], ['count_5fall_5ffriends',['count_all_friends',['../socgraph_8php.html#af29d056beec10b4e38e5209c92452894',1,'socgraph.php']]], ['count_5fcommon_5ffriends',['count_common_friends',['../socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84',1,'socgraph.php']]], diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index db91dd09e..86bc1f755 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -21,7 +21,7 @@ var searchData= ['get_5fchannel',['get_channel',['../classApp.html#a084e03c77686d8c13390fef3f7428a2b',1,'App']]], ['get_5fchannel_5fby_5fnick',['get_channel_by_nick',['../identity_8php.html#ac73b3e13778c564c877554517a7f51ba',1,'identity.php']]], ['get_5fchild',['get_child',['../classItem.html#a632185dd25c5caf277067c76230a4320',1,'Item']]], - ['get_5fchildren',['get_children',['../classItem.html#aa0ee775ec94abccec6c798428835d001',1,'Item']]], + ['get_5fchildren',['get_children',['../classRedmatrix_1_1Import_1_1Import.html#a832a4cc0d33d0eea29cb450004054580',1,'Redmatrix\Import\Import\get_children()'],['../classItem.html#aa0ee775ec94abccec6c798428835d001',1,'Item\get_children()']]], ['get_5fcipher',['get_cipher',['../classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901',1,'Conversation']]], ['get_5fcloudpath',['get_cloudpath',['../include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce',1,'attach.php']]], ['get_5fcomment_5fbox',['get_comment_box',['../classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf',1,'Item']]], @@ -29,6 +29,7 @@ var searchData= ['get_5fconfig',['get_config',['../include_2config_8php.html#af02c96e6b37335774b548914ede1d22e',1,'config.php']]], ['get_5fconfig_5ffrom_5fstorage',['get_config_from_storage',['../include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74',1,'config.php']]], ['get_5fconversation',['get_conversation',['../classItem.html#a0c301aaed2b7d682728d18db3a22afa3',1,'Item']]], + ['get_5fcredentials',['get_credentials',['../classRedmatrix_1_1Import_1_1Import.html#a76dd522e47a48d80e1678211230f2ff5',1,'Redmatrix::Import::Import']]], ['get_5fcustom_5fnav',['get_custom_nav',['../boot_8php.html#a899d24fd074594ceebbf72e1feff335f',1,'boot.php']]], ['get_5fdata',['get_data',['../classItem.html#ad3638f93065693c1f69eb349feb1b7aa',1,'Item']]], ['get_5fdata_5fvalue',['get_data_value',['../classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c',1,'Item']]], @@ -48,9 +49,12 @@ var searchData= ['get_5fhostname',['get_hostname',['../classApp.html#a622eace13f8fc9f4b5672a68e2bc4396',1,'App']]], ['get_5fid',['get_id',['../classItem.html#ac0f27e58532612f6e7a54c8a621b9b92',1,'Item']]], ['get_5fintltext_5ftemplate',['get_intltext_template',['../classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118',1,'FriendicaSmartyEngine\get_intltext_template()'],['../plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295',1,'get_intltext_template(): plugin.php']]], + ['get_5fitem',['get_item',['../classRedmatrix_1_1Import_1_1Import.html#ae705dd1deb245b1d06baa73062330e43',1,'Redmatrix::Import::Import']]], ['get_5fitem_5fchildren',['get_item_children',['../conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67',1,'conversation.php']]], ['get_5fitem_5fcontact',['get_item_contact',['../items_8php.html#aab9c6bae4c40799867596bdaae9829fd',1,'items.php']]], ['get_5fitem_5felements',['get_item_elements',['../items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361',1,'items.php']]], + ['get_5fitem_5fident',['get_item_ident',['../classRedmatrix_1_1Import_1_1Import.html#a4420d6acf6ba2f3723c655251b12abef',1,'Redmatrix::Import::Import']]], + ['get_5fitemlist',['get_itemlist',['../classRedmatrix_1_1Import_1_1Import.html#a1af46c9f88257635f362d6027ea710c3',1,'Redmatrix::Import::Import']]], ['get_5flanguage_5fname',['get_language_name',['../language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7',1,'language.php']]], ['get_5fmail_5felements',['get_mail_elements',['../items_8php.html#a94ddb1d6c8fa21dd7433677e85168037',1,'items.php']]], ['get_5fmarkup_5ftemplate',['get_markup_template',['../interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442',1,'ITemplateEngine\get_markup_template()'],['../classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88',1,'FriendicaSmartyEngine\get_markup_template()'],['../classTemplate.html#afd97b4b1e7754a550e67c0ea79159059',1,'Template\get_markup_template()'],['../plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4',1,'get_markup_template(): plugin.php']]], @@ -86,6 +90,7 @@ var searchData= ['get_5fsys_5fchannel',['get_sys_channel',['../identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51',1,'identity.php']]], ['get_5fsystem_5fapps',['get_system_apps',['../include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca',1,'apps.php']]], ['get_5ftags',['get_tags',['../text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623',1,'text.php']]], + ['get_5ftaxonomy',['get_taxonomy',['../classRedmatrix_1_1Import_1_1Import.html#ab1e4a1d404b5a5a9c518c205d1428154',1,'Redmatrix::Import::Import']]], ['get_5ftemplate',['get_template',['../classItem.html#aba23a0a9d89e316d2b343cc46d695d91',1,'Item']]], ['get_5ftemplate_5fdata',['get_template_data',['../classConversation.html#a2a96b7a6573ae53db861624659e831cb',1,'Conversation\get_template_data()'],['../classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8',1,'Item\get_template_data()']]], ['get_5ftemplate_5fengine',['get_template_engine',['../classApp.html#acb27e607fe4c82603444676e25c36b70',1,'App']]], diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index 26597f86b..94963daa8 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -9,6 +9,7 @@ var searchData= ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], ['impel_2ephp',['impel.php',['../impel_8php.html',1,'']]], ['impel_5finit',['impel_init',['../impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b',1,'impel.php']]], + ['import',['Import',['../classRedmatrix_1_1Import_1_1Import.html',1,'Redmatrix::Import']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['import_5fauthor_5fdiaspora',['import_author_diaspora',['../items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc',1,'items.php']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], @@ -25,6 +26,7 @@ var searchData= ['import_5fxchan',['import_xchan',['../zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315',1,'zot.php']]], ['importelm_2ephp',['importelm.php',['../importelm_8php.html',1,'']]], ['importelm_5fpost',['importelm_post',['../importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f',1,'importelm.php']]], + ['importer_2ephp',['Importer.php',['../Importer_8php.html',1,'']]], ['in_5farrayi',['in_arrayi',['../text_8php.html#a75c326298519ed14ebe762194c8a3f2a',1,'text.php']]], ['info',['info',['../boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498',1,'boot.php']]], ['insert_5fhook',['insert_hook',['../plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b',1,'plugin.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index 94227af82..e1f5ce70b 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -133,26 +133,6 @@ var searchData= ['post_5factivity_5fitem',['post_activity_item',['../items_8php.html#a410f9c743877c125ca06312373346903',1,'items.php']]], ['post_5finit',['post_init',['../post_8php.html#af4b48181ce773ef0cdfc972441445c34',1,'post.php']]], ['post_5fpost',['post_post',['../post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75',1,'post.php']]], - ['post_5fto_5fred_2ephp',['post_to_red.php',['../post__to__red_8php.html',1,'']]], - ['post_5fto_5fred_5facct_5fname',['post_to_red_acct_name',['../post__to__red_8php.html#a588cea66afe0b32f27f2713d44940119',1,'post_to_red.php']]], - ['post_5fto_5fred_5fadmin',['post_to_red_admin',['../post__to__red_8php.html#aeec4125719184e7b097b3b9fba3101b5',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdeactivate',['post_to_red_deactivate',['../post__to__red_8php.html#a49fd35f7b1cdddfe6e26ddfcf8d3c4ec',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdelete_5fcomment',['post_to_red_delete_comment',['../post__to__red_8php.html#a5cc2a89a6d33cdb8e2ca557a69bef42d',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdelete_5fpost',['post_to_red_delete_post',['../post__to__red_8php.html#a4674bb5ce2baa32c559607460c39a2c5',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdisplay_5fadmin_5fpage',['post_to_red_display_admin_page',['../post__to__red_8php.html#a8ec8f8809e3c5d1b2c9598c8185d63aa',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdisplayadmincontent',['post_to_red_displayAdminContent',['../post__to__red_8php.html#a75db5d87226a0287a0ac0fa315f2bcfd',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5facct_5fname',['post_to_red_get_acct_name',['../post__to__red_8php.html#ae6f3a2c0561cbeacda5be565b06de8a7',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5favatar',['post_to_red_get_avatar',['../post__to__red_8php.html#ae0b881461afbdba93d9329068ea52136',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5fchannel_5fname',['post_to_red_get_channel_name',['../post__to__red_8php.html#aacba7a0646fc00ae6ac4f5dc383fccab',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5fpassword',['post_to_red_get_password',['../post__to__red_8php.html#a4d90ac085c14f53ff4d8ab4c23477ea6',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5fseed_5flocation',['post_to_red_get_seed_location',['../post__to__red_8php.html#a96d0ccecb96600ef1bfd50ab3f77315f',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpath',['post_to_red_path',['../post__to__red_8php.html#a6210f39392a5f0fa0255cc7d3760493a',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost',['post_to_red_post',['../post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost_5fcheckbox',['post_to_red_post_checkbox',['../post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost_5ffield_5fdata',['post_to_red_post_field_data',['../post__to__red_8php.html#a7e68a8d9c83cb28d032aad3ea85ce0a6',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost_5fmeta_5fcontent',['post_to_red_post_meta_content',['../post__to__red_8php.html#aa97aeda12ef080665f16311a4e1eb901',1,'post_to_red.php']]], - ['post_5fto_5fred_5fsettings_5flink',['post_to_red_settings_link',['../post__to__red_8php.html#a906be8f72cf1aa2e199c0683ea6a4017',1,'post_to_red.php']]], - ['post_5fto_5fred_5fversion',['post_to_red_version',['../post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a',1,'post_to_red.php']]], ['posted_5fdates',['posted_dates',['../items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0',1,'items.php']]], ['preg_5fcallback_5fhelp_5finclude',['preg_callback_help_include',['../help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4',1,'help.php']]], ['preg_5fheart',['preg_heart',['../text_8php.html#ac19d2b33a58372a357a43d51eed19162',1,'text.php']]], @@ -167,8 +147,8 @@ var searchData= ['private_5fmessages_5ffetch_5fconversation',['private_messages_fetch_conversation',['../include_2message_8php.html#a5f8de9847e203329e317ac38dc646898',1,'message.php']]], ['private_5fmessages_5ffetch_5fmessage',['private_messages_fetch_message',['../include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091',1,'message.php']]], ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], - ['probe_2ephp',['probe.php',['../mod_2probe_8php.html',1,'']]], ['probe_2ephp',['probe.php',['../include_2probe_8php.html',1,'']]], + ['probe_2ephp',['probe.php',['../mod_2probe_8php.html',1,'']]], ['probe_5factivity_5fstream',['probe_activity_stream',['../include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c',1,'probe.php']]], ['probe_5fcontent',['probe_content',['../mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], ['probe_5fdfrn',['probe_dfrn',['../include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0',1,'probe.php']]], diff --git a/doc/html/search/all_72.js b/doc/html/search/all_72.js index 696b63543..93882734e 100644 --- a/doc/html/search/all_72.js +++ b/doc/html/search/all_72.js @@ -1,5 +1,6 @@ var searchData= [ + ['import',['Import',['../namespaceRedmatrix_1_1Import.html',1,'Redmatrix']]], ['random_5fprofile',['random_profile',['../Contact_8php.html#a7e3f5bef8ea1d2bf8434c9be36a2b713',1,'Contact.php']]], ['random_5fstring',['random_string',['../text_8php.html#a9d6a5ee1290de7a8b483fe78585daade',1,'text.php']]], ['random_5fstring_5fhex',['RANDOM_STRING_HEX',['../text_8php.html#aad557c054cf2ed915633701018fc7e3f',1,'text.php']]], @@ -16,14 +17,12 @@ var searchData= ['rebuild_5ftheme_5ftable',['rebuild_theme_table',['../admin_8php.html#ae46311a3fefc21abc838a26e91789de6',1,'admin.php']]], ['receive_2ephp',['receive.php',['../receive_8php.html',1,'']]], ['receive_5fpost',['receive_post',['../receive_8php.html#a03d8fa26e77844020ba5602deca7d494',1,'receive.php']]], - ['red_5fcomment',['red_comment',['../post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823',1,'post_to_red.php']]], ['red_5fescape_5fcodeblock',['red_escape_codeblock',['../items_8php.html#a49905ea75adfe8a2d110be344d18d6a6',1,'items.php']]], ['red_5fescape_5fzrl_5fcallback',['red_escape_zrl_callback',['../items_8php.html#a83a349062945d585edb4b3c5d763ab6e',1,'items.php']]], ['red_5fitem_5fnew',['red_item_new',['../include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898',1,'api.php']]], ['red_5fplatform',['RED_PLATFORM',['../boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4',1,'boot.php']]], ['red_5funescape_5fcodeblock',['red_unescape_codeblock',['../items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a',1,'items.php']]], ['red_5fversion',['RED_VERSION',['../boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3',1,'boot.php']]], - ['red_5fxmlrpc_5fmethods',['red_xmlrpc_methods',['../post__to__red_8php.html#a3a2af6ad845239f26e86fccabf8639e1',1,'post_to_red.php']]], ['red_5fzrl_5fcallback',['red_zrl_callback',['../items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b',1,'items.php']]], ['red_5fzrlify_5fimg_5fcallback',['red_zrlify_img_callback',['../items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a',1,'items.php']]], ['redable_2ephp',['redable.php',['../redable_8php.html',1,'']]], @@ -43,7 +42,7 @@ var searchData= ['redfile',['RedFile',['../classRedMatrix_1_1RedDAV_1_1RedFile.html',1,'RedMatrix::RedDAV']]], ['redfile_2ephp',['RedFile.php',['../RedFile_8php.html',1,'']]], ['redfiledata',['RedFileData',['../reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088',1,'reddav.php']]], - ['redmatrix',['RedMatrix',['../namespaceRedMatrix.html',1,'']]], + ['redmatrix',['RedMatrix',['../namespaceRedMatrix.html',1,'RedMatrix'],['../namespaceRedmatrix.html',1,'Redmatrix']]], ['reduce',['reduce',['../docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f',1,'docblox_errorchecker.php']]], ['ref_5fsession_5fclose',['ref_session_close',['../session_8php.html#a5e1c616e02b863d5450317d101366bb7',1,'session.php']]], ['ref_5fsession_5fdestroy',['ref_session_destroy',['../session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052',1,'session.php']]], @@ -103,5 +102,6 @@ var searchData= ['rsatopem',['rsatopem',['../crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26',1,'crypto.php']]], ['rsd_5fxml_2ephp',['rsd_xml.php',['../rsd__xml_8php.html',1,'']]], ['rsd_5fxml_5fcontent',['rsd_xml_content',['../rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82',1,'rsd_xml.php']]], + ['run',['run',['../classRedmatrix_1_1Import_1_1Import.html#af432ecbc45b812a03d58dfb378a212f7',1,'Redmatrix::Import::Import']]], ['runs',['runs',['../docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec',1,'docblox_errorchecker.php']]] ]; diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index eb2f2fe85..070296a98 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -115,7 +115,7 @@ var searchData= ['statistics_5ffns_2ephp',['statistics_fns.php',['../statistics__fns_8php.html',1,'']]], ['status_5feditor',['status_editor',['../conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a',1,'conversation.php']]], ['storage_5fdefault_5fpermissions',['STORAGE_DEFAULT_PERMISSIONS',['../boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6',1,'boot.php']]], - ['store',['store',['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver']]], + ['store',['store',['../classRedmatrix_1_1Import_1_1Import.html#a70f9dd767d877530a7da7c6bd821e080',1,'Redmatrix\Import\Import\store()'],['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver\store()']]], ['store_5fdiaspora_5fcomment_5fsig',['store_diaspora_comment_sig',['../items_8php.html#a25221826fa4621f523c68483e3b6af26',1,'items.php']]], ['store_5fitem_5ftag',['store_item_tag',['../taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'taxonomy.php']]], ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#a6126c77a1267e046ac59cf864613f011',1,'security.php']]], diff --git a/doc/html/search/all_7a.js b/doc/html/search/all_7a.js index aa2d970a3..e38522726 100644 --- a/doc/html/search/all_7a.js +++ b/doc/html/search/all_7a.js @@ -18,15 +18,16 @@ var searchData= ['zidify_5fimg_5fcallback',['zidify_img_callback',['../text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4',1,'text.php']]], ['zidify_5flinks',['zidify_links',['../text_8php.html#a29988052f3944111def3b6aaf2c7a8f6',1,'text.php']]], ['zot_2ephp',['zot.php',['../zot_8php.html',1,'']]], - ['zot_5fbuild_5fpacket',['zot_build_packet',['../zot_8php.html#a3862b3161b2c8557dc1a95020179bd81',1,'zot.php']]], + ['zot_5fbuild_5fpacket',['zot_build_packet',['../zot_8php.html#a084c581d534e7e3b759488b46602288f',1,'zot.php']]], ['zot_5fencode_5flocations',['zot_encode_locations',['../zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca',1,'zot.php']]], - ['zot_5ffeed',['zot_feed',['../items_8php.html#a004e89d86b0f29b2c4da20108ecc4091',1,'items.php']]], + ['zot_5ffeed',['zot_feed',['../items_8php.html#a1cf89557f32d5dfbe8bd90448dc1aa92',1,'items.php']]], ['zot_5ffetch',['zot_fetch',['../zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea',1,'zot.php']]], ['zot_5ffinger',['zot_finger',['../zot_8php.html#a95528377d7303131958c9f0b7158fdce',1,'zot.php']]], ['zot_5fget_5fhublocs',['zot_get_hublocs',['../zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7',1,'zot.php']]], ['zot_5fgethub',['zot_gethub',['../zot_8php.html#a55056e863a7860bc0cf922e78fcce073',1,'zot.php']]], ['zot_5fimport',['zot_import',['../zot_8php.html#aeea071f17e306fe3d0c488551906bfab',1,'zot.php']]], ['zot_5fnew_5fuid',['zot_new_uid',['../zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7',1,'zot.php']]], + ['zot_5fprocess_5fmessage_5frequest',['zot_process_message_request',['../zot_8php.html#a3920afe14fc1d82020161b4b86bcd9ac',1,'zot.php']]], ['zot_5fprocess_5fresponse',['zot_process_response',['../zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03',1,'zot.php']]], ['zot_5frefresh',['zot_refresh',['../zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c',1,'zot.php']]], ['zot_5fregister_5fhub',['zot_register_hub',['../zot_8php.html#a5bcdfef419b16075a0eca990956223dc',1,'zot.php']]], diff --git a/doc/html/search/classes_69.js b/doc/html/search/classes_69.js index b0394186f..408c665c1 100644 --- a/doc/html/search/classes_69.js +++ b/doc/html/search/classes_69.js @@ -1,5 +1,6 @@ var searchData= [ + ['import',['Import',['../classRedmatrix_1_1Import_1_1Import.html',1,'Redmatrix::Import']]], ['item',['Item',['../classItem.html',1,'']]], ['itemplateengine',['ITemplateEngine',['../interfaceITemplateEngine.html',1,'']]] ]; diff --git a/doc/html/search/files_69.js b/doc/html/search/files_69.js index 0b733cca3..8345e5929 100644 --- a/doc/html/search/files_69.js +++ b/doc/html/search/files_69.js @@ -4,6 +4,7 @@ var searchData= ['impel_2ephp',['impel.php',['../impel_8php.html',1,'']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['importelm_2ephp',['importelm.php',['../importelm_8php.html',1,'']]], + ['importer_2ephp',['Importer.php',['../Importer_8php.html',1,'']]], ['invite_2ephp',['invite.php',['../invite_8php.html',1,'']]], ['item_2ephp',['item.php',['../item_8php.html',1,'']]], ['itemobject_2ephp',['ItemObject.php',['../ItemObject_8php.html',1,'']]], diff --git a/doc/html/search/files_70.js b/doc/html/search/files_70.js index 89927c4a5..9892d5e4d 100644 --- a/doc/html/search/files_70.js +++ b/doc/html/search/files_70.js @@ -25,7 +25,6 @@ var searchData= ['poll_2ephp',['poll.php',['../poll_8php.html',1,'']]], ['poller_2ephp',['poller.php',['../poller_8php.html',1,'']]], ['post_2ephp',['post.php',['../post_8php.html',1,'']]], - ['post_5fto_5fred_2ephp',['post_to_red.php',['../post__to__red_8php.html',1,'']]], ['pretheme_2ephp',['pretheme.php',['../pretheme_8php.html',1,'']]], ['probe_2ephp',['probe.php',['../include_2probe_8php.html',1,'']]], ['probe_2ephp',['probe.php',['../mod_2probe_8php.html',1,'']]], diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js index efc89de6b..26de38b25 100644 --- a/doc/html/search/functions_63.js +++ b/doc/html/search/functions_63.js @@ -107,6 +107,9 @@ var searchData= ['conv_5fsort',['conv_sort',['../conversation_8php.html#abed85a41f1160598de880b84021c9cf7',1,'conversation.php']]], ['conversation',['conversation',['../conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81',1,'conversation.php']]], ['convert',['convert',['../namespacefriendica-to-smarty-tpl.html#a38503e37fe68ac27c88cce91a9ac9efa',1,'friendica-to-smarty-tpl']]], + ['convert_5fchild',['convert_child',['../classRedmatrix_1_1Import_1_1Import.html#ad9c6677ea07c496d81914b97aeb5fba5',1,'Redmatrix::Import::Import']]], + ['convert_5fitem',['convert_item',['../classRedmatrix_1_1Import_1_1Import.html#add4d39232c883b59634595be14441336',1,'Redmatrix::Import::Import']]], + ['convert_5ftaxonomy',['convert_taxonomy',['../classRedmatrix_1_1Import_1_1Import.html#a5a54b41c30aed8ac9ca6e486fd0b4b97',1,'Redmatrix::Import::Import']]], ['convert_5fxml_5felement_5fto_5farray',['convert_xml_element_to_array',['../include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246',1,'network.php']]], ['count_5fall_5ffriends',['count_all_friends',['../socgraph_8php.html#af29d056beec10b4e38e5209c92452894',1,'socgraph.php']]], ['count_5fcommon_5ffriends',['count_common_friends',['../socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84',1,'socgraph.php']]], diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index f33095628..992225335 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -21,7 +21,7 @@ var searchData= ['get_5fchannel',['get_channel',['../classApp.html#a084e03c77686d8c13390fef3f7428a2b',1,'App']]], ['get_5fchannel_5fby_5fnick',['get_channel_by_nick',['../identity_8php.html#ac73b3e13778c564c877554517a7f51ba',1,'identity.php']]], ['get_5fchild',['get_child',['../classItem.html#a632185dd25c5caf277067c76230a4320',1,'Item']]], - ['get_5fchildren',['get_children',['../classItem.html#aa0ee775ec94abccec6c798428835d001',1,'Item']]], + ['get_5fchildren',['get_children',['../classRedmatrix_1_1Import_1_1Import.html#a832a4cc0d33d0eea29cb450004054580',1,'Redmatrix\Import\Import\get_children()'],['../classItem.html#aa0ee775ec94abccec6c798428835d001',1,'Item\get_children()']]], ['get_5fcipher',['get_cipher',['../classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901',1,'Conversation']]], ['get_5fcloudpath',['get_cloudpath',['../include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce',1,'attach.php']]], ['get_5fcomment_5fbox',['get_comment_box',['../classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf',1,'Item']]], @@ -29,6 +29,7 @@ var searchData= ['get_5fconfig',['get_config',['../include_2config_8php.html#af02c96e6b37335774b548914ede1d22e',1,'config.php']]], ['get_5fconfig_5ffrom_5fstorage',['get_config_from_storage',['../include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74',1,'config.php']]], ['get_5fconversation',['get_conversation',['../classItem.html#a0c301aaed2b7d682728d18db3a22afa3',1,'Item']]], + ['get_5fcredentials',['get_credentials',['../classRedmatrix_1_1Import_1_1Import.html#a76dd522e47a48d80e1678211230f2ff5',1,'Redmatrix::Import::Import']]], ['get_5fcustom_5fnav',['get_custom_nav',['../boot_8php.html#a899d24fd074594ceebbf72e1feff335f',1,'boot.php']]], ['get_5fdata',['get_data',['../classItem.html#ad3638f93065693c1f69eb349feb1b7aa',1,'Item']]], ['get_5fdata_5fvalue',['get_data_value',['../classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c',1,'Item']]], @@ -48,9 +49,12 @@ var searchData= ['get_5fhostname',['get_hostname',['../classApp.html#a622eace13f8fc9f4b5672a68e2bc4396',1,'App']]], ['get_5fid',['get_id',['../classItem.html#ac0f27e58532612f6e7a54c8a621b9b92',1,'Item']]], ['get_5fintltext_5ftemplate',['get_intltext_template',['../classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118',1,'FriendicaSmartyEngine\get_intltext_template()'],['../plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295',1,'get_intltext_template(): plugin.php']]], + ['get_5fitem',['get_item',['../classRedmatrix_1_1Import_1_1Import.html#ae705dd1deb245b1d06baa73062330e43',1,'Redmatrix::Import::Import']]], ['get_5fitem_5fchildren',['get_item_children',['../conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67',1,'conversation.php']]], ['get_5fitem_5fcontact',['get_item_contact',['../items_8php.html#aab9c6bae4c40799867596bdaae9829fd',1,'items.php']]], ['get_5fitem_5felements',['get_item_elements',['../items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361',1,'items.php']]], + ['get_5fitem_5fident',['get_item_ident',['../classRedmatrix_1_1Import_1_1Import.html#a4420d6acf6ba2f3723c655251b12abef',1,'Redmatrix::Import::Import']]], + ['get_5fitemlist',['get_itemlist',['../classRedmatrix_1_1Import_1_1Import.html#a1af46c9f88257635f362d6027ea710c3',1,'Redmatrix::Import::Import']]], ['get_5flanguage_5fname',['get_language_name',['../language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7',1,'language.php']]], ['get_5fmail_5felements',['get_mail_elements',['../items_8php.html#a94ddb1d6c8fa21dd7433677e85168037',1,'items.php']]], ['get_5fmarkup_5ftemplate',['get_markup_template',['../interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442',1,'ITemplateEngine\get_markup_template()'],['../classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88',1,'FriendicaSmartyEngine\get_markup_template()'],['../classTemplate.html#afd97b4b1e7754a550e67c0ea79159059',1,'Template\get_markup_template()'],['../plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4',1,'get_markup_template(): plugin.php']]], @@ -86,6 +90,7 @@ var searchData= ['get_5fsys_5fchannel',['get_sys_channel',['../identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51',1,'identity.php']]], ['get_5fsystem_5fapps',['get_system_apps',['../include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca',1,'apps.php']]], ['get_5ftags',['get_tags',['../text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623',1,'text.php']]], + ['get_5ftaxonomy',['get_taxonomy',['../classRedmatrix_1_1Import_1_1Import.html#ab1e4a1d404b5a5a9c518c205d1428154',1,'Redmatrix::Import::Import']]], ['get_5ftemplate',['get_template',['../classItem.html#aba23a0a9d89e316d2b343cc46d695d91',1,'Item']]], ['get_5ftemplate_5fdata',['get_template_data',['../classConversation.html#a2a96b7a6573ae53db861624659e831cb',1,'Conversation\get_template_data()'],['../classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8',1,'Item\get_template_data()']]], ['get_5ftemplate_5fengine',['get_template_engine',['../classApp.html#acb27e607fe4c82603444676e25c36b70',1,'App']]], diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index 1d14502bf..7ef2743de 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -57,22 +57,6 @@ var searchData= ['post_5factivity_5fitem',['post_activity_item',['../items_8php.html#a410f9c743877c125ca06312373346903',1,'items.php']]], ['post_5finit',['post_init',['../post_8php.html#af4b48181ce773ef0cdfc972441445c34',1,'post.php']]], ['post_5fpost',['post_post',['../post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75',1,'post.php']]], - ['post_5fto_5fred_5fadmin',['post_to_red_admin',['../post__to__red_8php.html#aeec4125719184e7b097b3b9fba3101b5',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdeactivate',['post_to_red_deactivate',['../post__to__red_8php.html#a49fd35f7b1cdddfe6e26ddfcf8d3c4ec',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdelete_5fcomment',['post_to_red_delete_comment',['../post__to__red_8php.html#a5cc2a89a6d33cdb8e2ca557a69bef42d',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdelete_5fpost',['post_to_red_delete_post',['../post__to__red_8php.html#a4674bb5ce2baa32c559607460c39a2c5',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdisplay_5fadmin_5fpage',['post_to_red_display_admin_page',['../post__to__red_8php.html#a8ec8f8809e3c5d1b2c9598c8185d63aa',1,'post_to_red.php']]], - ['post_5fto_5fred_5fdisplayadmincontent',['post_to_red_displayAdminContent',['../post__to__red_8php.html#a75db5d87226a0287a0ac0fa315f2bcfd',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5facct_5fname',['post_to_red_get_acct_name',['../post__to__red_8php.html#ae6f3a2c0561cbeacda5be565b06de8a7',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5favatar',['post_to_red_get_avatar',['../post__to__red_8php.html#ae0b881461afbdba93d9329068ea52136',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5fchannel_5fname',['post_to_red_get_channel_name',['../post__to__red_8php.html#aacba7a0646fc00ae6ac4f5dc383fccab',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5fpassword',['post_to_red_get_password',['../post__to__red_8php.html#a4d90ac085c14f53ff4d8ab4c23477ea6',1,'post_to_red.php']]], - ['post_5fto_5fred_5fget_5fseed_5flocation',['post_to_red_get_seed_location',['../post__to__red_8php.html#a96d0ccecb96600ef1bfd50ab3f77315f',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost',['post_to_red_post',['../post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost_5fcheckbox',['post_to_red_post_checkbox',['../post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost_5ffield_5fdata',['post_to_red_post_field_data',['../post__to__red_8php.html#a7e68a8d9c83cb28d032aad3ea85ce0a6',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpost_5fmeta_5fcontent',['post_to_red_post_meta_content',['../post__to__red_8php.html#aa97aeda12ef080665f16311a4e1eb901',1,'post_to_red.php']]], - ['post_5fto_5fred_5fsettings_5flink',['post_to_red_settings_link',['../post__to__red_8php.html#a906be8f72cf1aa2e199c0683ea6a4017',1,'post_to_red.php']]], ['posted_5fdates',['posted_dates',['../items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0',1,'items.php']]], ['preg_5fcallback_5fhelp_5finclude',['preg_callback_help_include',['../help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4',1,'help.php']]], ['preg_5fheart',['preg_heart',['../text_8php.html#ac19d2b33a58372a357a43d51eed19162',1,'text.php']]], diff --git a/doc/html/search/functions_72.js b/doc/html/search/functions_72.js index 732627bac..ce802ed6b 100644 --- a/doc/html/search/functions_72.js +++ b/doc/html/search/functions_72.js @@ -8,12 +8,10 @@ var searchData= ['rconnect_5furl',['rconnect_url',['../Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91',1,'Contact.php']]], ['rebuild_5ftheme_5ftable',['rebuild_theme_table',['../admin_8php.html#ae46311a3fefc21abc838a26e91789de6',1,'admin.php']]], ['receive_5fpost',['receive_post',['../receive_8php.html#a03d8fa26e77844020ba5602deca7d494',1,'receive.php']]], - ['red_5fcomment',['red_comment',['../post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823',1,'post_to_red.php']]], ['red_5fescape_5fcodeblock',['red_escape_codeblock',['../items_8php.html#a49905ea75adfe8a2d110be344d18d6a6',1,'items.php']]], ['red_5fescape_5fzrl_5fcallback',['red_escape_zrl_callback',['../items_8php.html#a83a349062945d585edb4b3c5d763ab6e',1,'items.php']]], ['red_5fitem_5fnew',['red_item_new',['../include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898',1,'api.php']]], ['red_5funescape_5fcodeblock',['red_unescape_codeblock',['../items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a',1,'items.php']]], - ['red_5fxmlrpc_5fmethods',['red_xmlrpc_methods',['../post__to__red_8php.html#a3a2af6ad845239f26e86fccabf8639e1',1,'post_to_red.php']]], ['red_5fzrl_5fcallback',['red_zrl_callback',['../items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b',1,'items.php']]], ['red_5fzrlify_5fimg_5fcallback',['red_zrlify_img_callback',['../items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a',1,'items.php']]], ['redbasic_5fform',['redbasic_form',['../view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793',1,'config.php']]], @@ -68,5 +66,6 @@ var searchData= ['rsa_5fverify',['rsa_verify',['../crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96',1,'crypto.php']]], ['rsatopem',['rsatopem',['../crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26',1,'crypto.php']]], ['rsd_5fxml_5fcontent',['rsd_xml_content',['../rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82',1,'rsd_xml.php']]], + ['run',['run',['../classRedmatrix_1_1Import_1_1Import.html#af432ecbc45b812a03d58dfb378a212f7',1,'Redmatrix::Import::Import']]], ['runs',['runs',['../docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec',1,'docblox_errorchecker.php']]] ]; diff --git a/doc/html/search/functions_73.js b/doc/html/search/functions_73.js index 1d53a42aa..664612fe6 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -90,7 +90,7 @@ var searchData= ['start_5fdelivery_5fchain',['start_delivery_chain',['../items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2',1,'items.php']]], ['startup',['startup',['../boot_8php.html#aca47505b8732177f52bb2d647eb2741c',1,'boot.php']]], ['status_5feditor',['status_editor',['../conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a',1,'conversation.php']]], - ['store',['store',['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver']]], + ['store',['store',['../classRedmatrix_1_1Import_1_1Import.html#a70f9dd767d877530a7da7c6bd821e080',1,'Redmatrix\Import\Import\store()'],['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver\store()']]], ['store_5fdiaspora_5fcomment_5fsig',['store_diaspora_comment_sig',['../items_8php.html#a25221826fa4621f523c68483e3b6af26',1,'items.php']]], ['store_5fitem_5ftag',['store_item_tag',['../taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'taxonomy.php']]], ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#a6126c77a1267e046ac59cf864613f011',1,'security.php']]], diff --git a/doc/html/search/functions_7a.js b/doc/html/search/functions_7a.js index 8378a6a00..3aa864421 100644 --- a/doc/html/search/functions_7a.js +++ b/doc/html/search/functions_7a.js @@ -15,15 +15,16 @@ var searchData= ['zidify_5fcallback',['zidify_callback',['../text_8php.html#a405afe814a23f3bd94d826101aa168ab',1,'text.php']]], ['zidify_5fimg_5fcallback',['zidify_img_callback',['../text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4',1,'text.php']]], ['zidify_5flinks',['zidify_links',['../text_8php.html#a29988052f3944111def3b6aaf2c7a8f6',1,'text.php']]], - ['zot_5fbuild_5fpacket',['zot_build_packet',['../zot_8php.html#a3862b3161b2c8557dc1a95020179bd81',1,'zot.php']]], + ['zot_5fbuild_5fpacket',['zot_build_packet',['../zot_8php.html#a084c581d534e7e3b759488b46602288f',1,'zot.php']]], ['zot_5fencode_5flocations',['zot_encode_locations',['../zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca',1,'zot.php']]], - ['zot_5ffeed',['zot_feed',['../items_8php.html#a004e89d86b0f29b2c4da20108ecc4091',1,'items.php']]], + ['zot_5ffeed',['zot_feed',['../items_8php.html#a1cf89557f32d5dfbe8bd90448dc1aa92',1,'items.php']]], ['zot_5ffetch',['zot_fetch',['../zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea',1,'zot.php']]], ['zot_5ffinger',['zot_finger',['../zot_8php.html#a95528377d7303131958c9f0b7158fdce',1,'zot.php']]], ['zot_5fget_5fhublocs',['zot_get_hublocs',['../zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7',1,'zot.php']]], ['zot_5fgethub',['zot_gethub',['../zot_8php.html#a55056e863a7860bc0cf922e78fcce073',1,'zot.php']]], ['zot_5fimport',['zot_import',['../zot_8php.html#aeea071f17e306fe3d0c488551906bfab',1,'zot.php']]], ['zot_5fnew_5fuid',['zot_new_uid',['../zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7',1,'zot.php']]], + ['zot_5fprocess_5fmessage_5frequest',['zot_process_message_request',['../zot_8php.html#a3920afe14fc1d82020161b4b86bcd9ac',1,'zot.php']]], ['zot_5fprocess_5fresponse',['zot_process_response',['../zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03',1,'zot.php']]], ['zot_5frefresh',['zot_refresh',['../zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c',1,'zot.php']]], ['zot_5fregister_5fhub',['zot_register_hub',['../zot_8php.html#a5bcdfef419b16075a0eca990956223dc',1,'zot.php']]], diff --git a/doc/html/search/namespaces_72.js b/doc/html/search/namespaces_72.js index eb7254128..80fcef88a 100644 --- a/doc/html/search/namespaces_72.js +++ b/doc/html/search/namespaces_72.js @@ -1,5 +1,6 @@ var searchData= [ + ['import',['Import',['../namespaceRedmatrix_1_1Import.html',1,'Redmatrix']]], ['reddav',['RedDAV',['../namespaceRedMatrix_1_1RedDAV.html',1,'RedMatrix']]], - ['redmatrix',['RedMatrix',['../namespaceRedMatrix.html',1,'']]] + ['redmatrix',['RedMatrix',['../namespaceRedMatrix.html',1,'RedMatrix'],['../namespaceRedmatrix.html',1,'Redmatrix']]] ]; diff --git a/doc/html/search/variables_24.js b/doc/html/search/variables_24.js index d4ea06349..364451b79 100644 --- a/doc/html/search/variables_24.js +++ b/doc/html/search/variables_24.js @@ -33,6 +33,7 @@ var searchData= ['_24contacts',['$contacts',['../classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2',1,'App']]], ['_24content',['$content',['../classApp.html#ac1d80a14492acc932715d54567d8a589',1,'App']]], ['_24conversation',['$conversation',['../classItem.html#a007424e3e3171dcfb4312a02161da6cd',1,'Item']]], + ['_24credentials',['$credentials',['../classRedmatrix_1_1Import_1_1Import.html#afd251e6e5a18516bac4d1a40435602f1',1,'Redmatrix::Import::Import']]], ['_24css_5fsources',['$css_sources',['../classApp.html#a6f55d087e1ff4710132c1b0863faa2ee',1,'App']]], ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]], ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]], @@ -71,6 +72,8 @@ var searchData= ['_24install_5fwizard_5fpass',['$install_wizard_pass',['../setup_8php.html#addb24714bc2542aa4f4215e98fe48432',1,'setup.php']]], ['_24interactive',['$interactive',['../classApp.html#a4c7cfc62d39508086cf300dc2e39c4df',1,'App']]], ['_24itemfloat',['$itemfloat',['../minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b',1,'minimalisticdarkness.php']]], + ['_24itemlist',['$itemlist',['../classRedmatrix_1_1Import_1_1Import.html#a2f69f16ecb7de1fb1daffbc38e68c9f1',1,'Redmatrix::Import::Import']]], + ['_24items',['$items',['../classRedmatrix_1_1Import_1_1Import.html#a31d73d48e1aa93319159c692d0197a3a',1,'Redmatrix::Import::Import']]], ['_24js_5fsources',['$js_sources',['../classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d',1,'App']]], ['_24k',['$k',['../php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178',1,'php2po.php']]], ['_24lang',['$lang',['../classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8',1,'Template']]], @@ -103,8 +106,6 @@ var searchData= ['_24perms',['$perms',['../classApp.html#ab47de68fa39806d1fb0976407e188b77',1,'App']]], ['_24phpath',['$phpath',['../typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd',1,'typo.php']]], ['_24phpfile',['$phpfile',['../php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4',1,'php2po.php']]], - ['_24plugin',['$plugin',['../post__to__red_8php.html#ada8a7130088351710bb02ed622d6bf65',1,'post_to_red.php']]], - ['_24plugin_5fdir',['$plugin_dir',['../post__to__red_8php.html#a99811555b30bde504a863e44015f2f19',1,'post_to_red.php']]], ['_24plugins',['$plugins',['../classApp.html#ae9f96338f32187d308b67b980eea0008',1,'App']]], ['_24pofile',['$pofile',['../php2po_8php.html#a401d84ce156e49e8168bd0c4781e1be1',1,'php2po.php']]], ['_24poi',['$poi',['../classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a',1,'App']]], @@ -131,6 +132,7 @@ var searchData= ['_24session_5fexpire',['$session_expire',['../session_8php.html#af0100a2642a5268594bbd5742a03d885',1,'session.php']]], ['_24showlock',['$showlock',['../apw_2php_2style_8php.html#ad401ea1d1ba236f86863b4574f01e425',1,'style.php']]], ['_24sourcename',['$sourcename',['../classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11',1,'App']]], + ['_24src_5fitems',['$src_items',['../classRedmatrix_1_1Import_1_1Import.html#ac578e85e4c491bf9e09fbbfa33f9d6b7',1,'Redmatrix::Import::Import']]], ['_24stack',['$stack',['../classTemplate.html#a6f0efc256688c36110180b501067ff11',1,'Template']]], ['_24str',['$str',['../typohelper_8php.html#a7542d95618011800c61773127fa625cf',1,'typohelper.php']]], ['_24strings',['$strings',['../classApp.html#a5f64620473a9727a48ebe9cf6f335a98',1,'App']]], diff --git a/doc/html/search/variables_70.js b/doc/html/search/variables_70.js index 818649a0b..4042ed660 100644 --- a/doc/html/search/variables_70.js +++ b/doc/html/search/variables_70.js @@ -47,8 +47,5 @@ var searchData= ['poll_5fmultiple_5fchoice',['POLL_MULTIPLE_CHOICE',['../boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86',1,'boot.php']]], ['poll_5foverwrite',['POLL_OVERWRITE',['../boot_8php.html#a2b525996e4426bdddbcec277778bde08',1,'boot.php']]], ['poll_5fsimple_5frating',['POLL_SIMPLE_RATING',['../boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5',1,'boot.php']]], - ['poll_5ftenscale',['POLL_TENSCALE',['../boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc',1,'boot.php']]], - ['post_5fto_5fred_5facct_5fname',['post_to_red_acct_name',['../post__to__red_8php.html#a588cea66afe0b32f27f2713d44940119',1,'post_to_red.php']]], - ['post_5fto_5fred_5fpath',['post_to_red_path',['../post__to__red_8php.html#a6210f39392a5f0fa0255cc7d3760493a',1,'post_to_red.php']]], - ['post_5fto_5fred_5fversion',['post_to_red_version',['../post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a',1,'post_to_red.php']]] + ['poll_5ftenscale',['POLL_TENSCALE',['../boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc',1,'boot.php']]] ]; diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 26227d9bd..c9fbe3882 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -361,7 +361,7 @@ Functions

    Profile owner - everything is visible

    Authenticated visitor. Unless pre-verified, check that the contact belongs to this $owner_id and load the groups the visitor belongs to. If pre-verified, the caller is expected to have already done this and passed the groups into this function.

    -

    Referenced by block_content(), channel_content(), items_fetch(), page_init(), pdl_selector(), share_init(), widget_item(), and zot_feed().

    +

    Referenced by block_content(), channel_content(), items_fetch(), page_init(), pdl_selector(), share_init(), widget_item(), and zot_feed().

    @@ -435,7 +435,7 @@ Functions diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index e916c7ac1..e0a5ec96b 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -489,7 +489,7 @@ Variables @@ -1075,7 +1075,7 @@ Variables @@ -1339,7 +1339,7 @@ Variables
    -

    Referenced by account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), bb2diaspora_itembody(), bb2diaspora_itemwallwall(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), chat_post(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), cloud_init(), connedit_post(), consume_feed(), conversation(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), cronhooks_run(), datetime_convert(), RedMatrix\RedDAV\RedFile\delete(), delete_imported_item(), deliver_run(), detect_language(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_decode(), diaspora_dispatch(), diaspora_dispatch_public(), diaspora_handle_from_contact(), diaspora_is_blacklisted(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), downgrade_accounts(), email_send(), encode_item(), expire_run(), externals_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), find_diaspora_person_by_handle(), fix_private_photos(), fix_system_urls(), RedMatrix\RedDAV\RedFile\get(), get_atom_elements(), get_diaspora_key(), get_diaspora_reshare_xml(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), group_content(), guess_image_type(), http_status_exit(), hubloc_change_primary(), impel_init(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedMatrix\RedDAV\RedDirectory\log(), RedMatrix\RedDAV\RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), old_webfinger(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), prune_hub_reinstalls(), public_recips(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), receive_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), scale_external_images(), scrape_feed(), scrape_vcard(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), start_delivery_chain(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_feed_item(), update_imported_item(), update_queue_time(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), verify_email_address(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), bb2diaspora_itembody(), bb2diaspora_itemwallwall(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), chat_post(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), cloud_init(), connedit_post(), consume_feed(), conversation(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createDirectory(), RedMatrix\RedDAV\RedDirectory\createFile(), cronhooks_run(), datetime_convert(), RedMatrix\RedDAV\RedFile\delete(), delete_imported_item(), deliver_run(), detect_language(), diaspora_asphoto(), diaspora_comment(), diaspora_conversation(), diaspora_decode(), diaspora_dispatch(), diaspora_dispatch_public(), diaspora_handle_from_contact(), diaspora_is_blacklisted(), diaspora_like(), diaspora_message(), diaspora_msg_build(), diaspora_photo(), diaspora_post(), diaspora_process_outbound(), diaspora_profile(), diaspora_pubmsg_build(), diaspora_request(), diaspora_reshare(), diaspora_send_followup(), diaspora_send_images(), diaspora_send_mail(), diaspora_send_relay(), diaspora_send_status(), diaspora_share(), diaspora_signed_retraction(), diaspora_transmit(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), discover_by_url(), discover_by_webbie(), downgrade_accounts(), email_send(), encode_item(), expire_run(), externals_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), find_diaspora_person_by_handle(), fix_private_photos(), fix_system_urls(), RedMatrix\RedDAV\RedFile\get(), get_atom_elements(), get_diaspora_key(), get_diaspora_reshare_xml(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), group_content(), guess_image_type(), http_status_exit(), hubloc_change_primary(), impel_init(), import_author_rss(), import_author_unknown(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedMatrix\RedDAV\RedDirectory\log(), RedMatrix\RedDAV\RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), old_webfinger(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), process_channel_sync_delivery(), process_delivery(), process_location_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_photo_set_profile_perms(), profile_sidebar(), profiles_content(), prune_hub_reinstalls(), public_recips(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), receive_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_obsolete_hublocs(), remove_queue_item(), scale_external_images(), scrape_feed(), scrape_vcard(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedMatrix\RedDAV\RedFile\setName(), RedMatrix\RedDAV\RedDirectory\setName(), settings_post(), start_delivery_chain(), store_diaspora_comment_sig(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), sync_locations(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_feed_item(), update_imported_item(), update_queue_time(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), verify_email_address(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_message_request(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    @@ -1761,7 +1761,7 @@ Variables
    -

    Referenced by aes_encapsulate(), app_store(), attach_mkdir(), attach_store(), bb_parse_crypt(), bbcode(), build_sync_packet(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), diaspora_msg_build(), diaspora_transmit(), directory_run(), event_store_event(), fsuggest_post(), group_add(), import_directory_profile(), import_xchan(), item_message_id(), item_store(), local_dir_update(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), notification(), notifier_run(), prepare_body(), process_location_delivery(), profiles_init(), removeaccount_content(), removeme_content(), send_message(), send_reg_approval_email(), settings_post(), setup_post(), thing_init(), and verify_email_address().

    +

    Referenced by aes_encapsulate(), app_store(), attach_mkdir(), attach_store(), bb_parse_crypt(), bbcode(), build_sync_packet(), create_account(), create_identity(), RedMatrix\RedDAV\RedDirectory\createFile(), diaspora_msg_build(), diaspora_transmit(), directory_run(), event_store_event(), fsuggest_post(), group_add(), import_directory_profile(), import_xchan(), item_message_id(), item_store(), local_dir_update(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), notification(), notifier_run(), prepare_body(), process_location_delivery(), profiles_init(), removeaccount_content(), removeme_content(), send_message(), send_reg_approval_email(), settings_post(), setup_post(), thing_init(), verify_email_address(), and zot_process_message_request().

    @@ -2262,7 +2262,7 @@ Variables diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 7ed79000c..273defd29 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -118,8 +118,8 @@ Functions    zot_get_hublocs ($hash)   - zot_build_packet ($channel, $type= 'notify', $recipients=null, $remote_key=null, $secret=null) -  + zot_build_packet ($channel, $type= 'notify', $recipients=null, $remote_key=null, $secret=null, $extra=null) +   zot_zot ($url, $data)    zot_finger ($webbie, $channel, $autofallback=true) @@ -176,6 +176,8 @@ Functions    import_author_zot ($x)   + zot_process_message_request ($data) + 

    Function Documentation

    @@ -473,7 +475,7 @@ Functions

    function make_xchan_hash($guid,$guid_sig)

    Generates a portable hash identifier for the channel identified by $guid and signed with $guid_sig This ID is portable across the network but MUST be calculated locally by verifying the signature and can not be trusted as an identity.

    -

    Referenced by allowed_public_recips(), create_identity(), get_item_elements(), import_author_zot(), import_xchan(), post_post(), zfinger_init(), zot_import(), and zot_register_hub().

    +

    Referenced by allowed_public_recips(), create_identity(), get_item_elements(), import_author_zot(), import_xchan(), post_post(), zfinger_init(), zot_import(), zot_process_message_request(), and zot_register_hub().

    @@ -819,7 +821,7 @@ Functions - +
    @@ -851,7 +853,13 @@ Functions - + + + + + + + @@ -873,7 +881,7 @@ Functions
    Returns
    string json encoded zot packet
    -

    Referenced by admin_page_hubloc_post(), build_sync_packet(), directory_run(), notifier_run(), post_init(), and zping_content().

    +

    Referenced by admin_page_hubloc_post(), build_sync_packet(), directory_run(), notifier_run(), post_init(), zot_process_message_request(), and zping_content().

    @@ -1089,6 +1097,24 @@ which will be processed and delivered before this function ultimately returns.

    Referenced by create_identity(), and foofoo().

    + + + +
    +
    +
     $secret = null $secret = null,
     $extra = null 
    + + + + + + + +
    zot_process_message_request ( $data)
    +
    + +

    Referenced by post_post().

    +
    diff --git a/doc/html/zot_8php.js b/doc/html/zot_8php.js index 2b888daf0..1596257c4 100644 --- a/doc/html/zot_8php.js +++ b/doc/html/zot_8php.js @@ -20,7 +20,7 @@ var zot_8php = [ "sync_locations", "zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254", null ], [ "update_imported_item", "zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df", null ], [ "update_modtime", "zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd", null ], - [ "zot_build_packet", "zot_8php.html#a3862b3161b2c8557dc1a95020179bd81", null ], + [ "zot_build_packet", "zot_8php.html#a084c581d534e7e3b759488b46602288f", null ], [ "zot_encode_locations", "zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca", null ], [ "zot_fetch", "zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea", null ], [ "zot_finger", "zot_8php.html#a95528377d7303131958c9f0b7158fdce", null ], @@ -28,6 +28,7 @@ var zot_8php = [ "zot_gethub", "zot_8php.html#a55056e863a7860bc0cf922e78fcce073", null ], [ "zot_import", "zot_8php.html#aeea071f17e306fe3d0c488551906bfab", null ], [ "zot_new_uid", "zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7", null ], + [ "zot_process_message_request", "zot_8php.html#a3920afe14fc1d82020161b4b86bcd9ac", null ], [ "zot_process_response", "zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03", null ], [ "zot_refresh", "zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c", null ], [ "zot_register_hub", "zot_8php.html#a5bcdfef419b16075a0eca990956223dc", null ], -- cgit v1.2.3 From e32a339a3d8b29434c107a759c54abffba02eed4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 1 Nov 2014 00:36:01 -0700 Subject: doc updates --- doc/html/Importer_8php.html | 126 +++++++ ...classRedmatrix_1_1Import_1_1Import-members.html | 132 +++++++ doc/html/classRedmatrix_1_1Import_1_1Import.html | 407 +++++++++++++++++++++ doc/html/classRedmatrix_1_1Import_1_1Import.js | 18 + doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.html | 112 ++++++ doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.js | 6 + doc/html/namespaceRedmatrix.html | 120 ++++++ doc/html/namespaceRedmatrix.js | 4 + doc/html/namespaceRedmatrix_1_1Import.html | 120 ++++++ doc/html/namespaceRedmatrix_1_1Import.js | 4 + 10 files changed, 1049 insertions(+) create mode 100644 doc/html/Importer_8php.html create mode 100644 doc/html/classRedmatrix_1_1Import_1_1Import-members.html create mode 100644 doc/html/classRedmatrix_1_1Import_1_1Import.html create mode 100644 doc/html/classRedmatrix_1_1Import_1_1Import.js create mode 100644 doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.html create mode 100644 doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.js create mode 100644 doc/html/namespaceRedmatrix.html create mode 100644 doc/html/namespaceRedmatrix.js create mode 100644 doc/html/namespaceRedmatrix_1_1Import.html create mode 100644 doc/html/namespaceRedmatrix_1_1Import.js (limited to 'doc') diff --git a/doc/html/Importer_8php.html b/doc/html/Importer_8php.html new file mode 100644 index 000000000..0eab9f03c --- /dev/null +++ b/doc/html/Importer_8php.html @@ -0,0 +1,126 @@ + + + + + + +The Red Matrix: include/Import/Importer.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    Importer.php File Reference
    +
    +
    + + + + +

    +Classes

    class  Redmatrix\Import\Import
     
    + + + +

    +Namespaces

    namespace  Redmatrix\Import
     
    +
    +
    + diff --git a/doc/html/classRedmatrix_1_1Import_1_1Import-members.html b/doc/html/classRedmatrix_1_1Import_1_1Import-members.html new file mode 100644 index 000000000..061fc11a4 --- /dev/null +++ b/doc/html/classRedmatrix_1_1Import_1_1Import-members.html @@ -0,0 +1,132 @@ + + + + + + +The Red Matrix: Member List + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + + + diff --git a/doc/html/classRedmatrix_1_1Import_1_1Import.html b/doc/html/classRedmatrix_1_1Import_1_1Import.html new file mode 100644 index 000000000..6eec161c2 --- /dev/null +++ b/doc/html/classRedmatrix_1_1Import_1_1Import.html @@ -0,0 +1,407 @@ + + + + + + +The Red Matrix: Redmatrix\Import\Import Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    Redmatrix\Import\Import Class Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     get_credentials ()
     
     get_itemlist ()
     
     get_item_ident ($item)
     
     get_item ($item_ident)
     
     get_taxonomy ($item_ident)
     
     get_children ($item_ident)
     
     convert_item ($item_ident)
     
     convert_taxonomy ($item_ident)
     
     convert_child ($child)
     
     store ($item, $update=false)
     
     run ()
     
    + + + + + + + + + +

    +Public Attributes

     $credentials = null
     
     $itemlist = null
     
     $src_items = null
     
     $items = null
     
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + +
    Redmatrix\Import\Import::convert_child ( $child)
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + + +
    Redmatrix\Import\Import::convert_item ( $item_ident)
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + + +
    Redmatrix\Import\Import::convert_taxonomy ( $item_ident)
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + + +
    Redmatrix\Import\Import::get_children ( $item_ident)
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + +
    Redmatrix\Import\Import::get_credentials ()
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + + +
    Redmatrix\Import\Import::get_item ( $item_ident)
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + + +
    Redmatrix\Import\Import::get_item_ident ( $item)
    +
    + +
    +
    + +
    +
    + + + + + + + +
    Redmatrix\Import\Import::get_itemlist ()
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + + +
    Redmatrix\Import\Import::get_taxonomy ( $item_ident)
    +
    + +

    Referenced by Redmatrix\Import\Import\run().

    + +
    +
    + +
    +
    + + + + + + + +
    Redmatrix\Import\Import::run ()
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    Redmatrix\Import\Import::store ( $item,
     $update = false 
    )
    +
    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + +
    Redmatrix\Import\Import::$credentials = null
    +
    + +
    +
    + +
    +
    + + + + +
    Redmatrix\Import\Import::$itemlist = null
    +
    + +
    +
    + +
    +
    + + + + +
    Redmatrix\Import\Import::$items = null
    +
    + +
    +
    + +
    +
    + + + + +
    Redmatrix\Import\Import::$src_items = null
    +
    + +
    +
    +
    The documentation for this class was generated from the following file: +
    +
    + diff --git a/doc/html/classRedmatrix_1_1Import_1_1Import.js b/doc/html/classRedmatrix_1_1Import_1_1Import.js new file mode 100644 index 000000000..2a0e2eef0 --- /dev/null +++ b/doc/html/classRedmatrix_1_1Import_1_1Import.js @@ -0,0 +1,18 @@ +var classRedmatrix_1_1Import_1_1Import = +[ + [ "convert_child", "classRedmatrix_1_1Import_1_1Import.html#ad9c6677ea07c496d81914b97aeb5fba5", null ], + [ "convert_item", "classRedmatrix_1_1Import_1_1Import.html#add4d39232c883b59634595be14441336", null ], + [ "convert_taxonomy", "classRedmatrix_1_1Import_1_1Import.html#a5a54b41c30aed8ac9ca6e486fd0b4b97", null ], + [ "get_children", "classRedmatrix_1_1Import_1_1Import.html#a832a4cc0d33d0eea29cb450004054580", null ], + [ "get_credentials", "classRedmatrix_1_1Import_1_1Import.html#a76dd522e47a48d80e1678211230f2ff5", null ], + [ "get_item", "classRedmatrix_1_1Import_1_1Import.html#ae705dd1deb245b1d06baa73062330e43", null ], + [ "get_item_ident", "classRedmatrix_1_1Import_1_1Import.html#a4420d6acf6ba2f3723c655251b12abef", null ], + [ "get_itemlist", "classRedmatrix_1_1Import_1_1Import.html#a1af46c9f88257635f362d6027ea710c3", null ], + [ "get_taxonomy", "classRedmatrix_1_1Import_1_1Import.html#ab1e4a1d404b5a5a9c518c205d1428154", null ], + [ "run", "classRedmatrix_1_1Import_1_1Import.html#af432ecbc45b812a03d58dfb378a212f7", null ], + [ "store", "classRedmatrix_1_1Import_1_1Import.html#a70f9dd767d877530a7da7c6bd821e080", null ], + [ "$credentials", "classRedmatrix_1_1Import_1_1Import.html#afd251e6e5a18516bac4d1a40435602f1", null ], + [ "$itemlist", "classRedmatrix_1_1Import_1_1Import.html#a2f69f16ecb7de1fb1daffbc38e68c9f1", null ], + [ "$items", "classRedmatrix_1_1Import_1_1Import.html#a31d73d48e1aa93319159c692d0197a3a", null ], + [ "$src_items", "classRedmatrix_1_1Import_1_1Import.html#ac578e85e4c491bf9e09fbbfa33f9d6b7", null ] +]; \ No newline at end of file diff --git a/doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.html b/doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.html new file mode 100644 index 000000000..1042c0d0f --- /dev/null +++ b/doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: include/Import Directory Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    Import Directory Reference
    +
    +
    + + + + +

    +Files

    file  Importer.php
     
    +
    +
    + diff --git a/doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.js b/doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.js new file mode 100644 index 000000000..6e235895c --- /dev/null +++ b/doc/html/dir_7edbbd0f8c514efef79942dcdc21f738.js @@ -0,0 +1,6 @@ +var dir_7edbbd0f8c514efef79942dcdc21f738 = +[ + [ "Importer.php", "Importer_8php.html", [ + [ "Import", "classRedmatrix_1_1Import_1_1Import.html", "classRedmatrix_1_1Import_1_1Import" ] + ] ] +]; \ No newline at end of file diff --git a/doc/html/namespaceRedmatrix.html b/doc/html/namespaceRedmatrix.html new file mode 100644 index 000000000..2861c646a --- /dev/null +++ b/doc/html/namespaceRedmatrix.html @@ -0,0 +1,120 @@ + + + + + + +The Red Matrix: Redmatrix Namespace Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    Redmatrix Namespace Reference
    +
    +
    + + + + +

    +Namespaces

    namespace  Import
     
    +
    +
    + diff --git a/doc/html/namespaceRedmatrix.js b/doc/html/namespaceRedmatrix.js new file mode 100644 index 000000000..161035822 --- /dev/null +++ b/doc/html/namespaceRedmatrix.js @@ -0,0 +1,4 @@ +var namespaceRedmatrix = +[ + [ "Import", "namespaceRedmatrix_1_1Import.html", "namespaceRedmatrix_1_1Import" ] +]; \ No newline at end of file diff --git a/doc/html/namespaceRedmatrix_1_1Import.html b/doc/html/namespaceRedmatrix_1_1Import.html new file mode 100644 index 000000000..b21ffdff2 --- /dev/null +++ b/doc/html/namespaceRedmatrix_1_1Import.html @@ -0,0 +1,120 @@ + + + + + + +The Red Matrix: Redmatrix\Import Namespace Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    Redmatrix\Import Namespace Reference
    +
    +
    + + + + +

    +Classes

    class  Import
     
    +
    +
    + diff --git a/doc/html/namespaceRedmatrix_1_1Import.js b/doc/html/namespaceRedmatrix_1_1Import.js new file mode 100644 index 000000000..74692ac3b --- /dev/null +++ b/doc/html/namespaceRedmatrix_1_1Import.js @@ -0,0 +1,4 @@ +var namespaceRedmatrix_1_1Import = +[ + [ "Import", "classRedmatrix_1_1Import_1_1Import.html", "classRedmatrix_1_1Import_1_1Import" ] +]; \ No newline at end of file -- cgit v1.2.3