From 0501bab7dc5982f94924e19192c1d523a45085aa Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Feb 2014 23:51:43 -0800 Subject: doc update --- doc/html/account_8php.html | 21 ++ doc/html/account_8php.js | 1 + doc/html/apw_2php_2style_8php.html | 2 +- doc/html/auth_8php.html | 21 ++ doc/html/auth_8php.js | 1 + doc/html/bbcode_8php.html | 18 ++ doc/html/bbcode_8php.js | 1 + doc/html/boot_8php.html | 46 +++-- doc/html/boot_8php.js | 1 + doc/html/classRedBrowser-members.html | 5 +- doc/html/classRedBrowser.html | 40 ++++ doc/html/classRedBrowser.js | 1 + doc/html/datetime_8php.html | 2 +- doc/html/dba__driver_8php.html | 4 +- doc/html/dir_d41ce877eb409a4791b288730010abe2.html | 2 + doc/html/dir_d41ce877eb409a4791b288730010abe2.js | 1 + doc/html/dir_d44c64559bbebec7f509842c48db8b23.html | 2 + doc/html/extract_8php.html | 4 +- doc/html/features_8php.html | 2 +- doc/html/files.html | 131 ++++++------ doc/html/functions_0x67.html | 11 +- doc/html/functions_func_0x67.html | 11 +- doc/html/globals_0x62.html | 5 +- doc/html/globals_0x64.html | 3 + doc/html/globals_0x67.html | 6 + doc/html/globals_0x69.html | 3 + doc/html/globals_0x6d.html | 3 + doc/html/globals_0x6e.html | 3 + doc/html/globals_0x6f.html | 3 + doc/html/globals_0x70.html | 6 +- doc/html/globals_0x73.html | 3 + doc/html/globals_func_0x62.html | 5 +- doc/html/globals_func_0x64.html | 3 + doc/html/globals_func_0x67.html | 6 + doc/html/globals_func_0x69.html | 3 + doc/html/globals_func_0x6d.html | 3 + doc/html/globals_func_0x6e.html | 3 + doc/html/globals_func_0x6f.html | 3 + doc/html/globals_func_0x70.html | 3 - doc/html/globals_func_0x73.html | 3 + doc/html/globals_vars_0x70.html | 3 + doc/html/identity_8php.html | 26 ++- doc/html/identity_8php.js | 1 + doc/html/include_2attach_8php.html | 135 +++++++++++- doc/html/include_2config_8php.html | 4 +- doc/html/item_8php.html | 10 +- doc/html/items_8php.html | 58 ++---- doc/html/items_8php.js | 2 +- doc/html/language_8php.html | 89 +++++++- doc/html/language_8php.js | 1 + doc/html/navtree.js | 16 +- doc/html/navtreeindex0.js | 88 ++++---- doc/html/navtreeindex1.js | 82 ++++---- doc/html/navtreeindex2.js | 18 +- doc/html/navtreeindex3.js | 12 +- doc/html/navtreeindex4.js | 56 ++--- doc/html/navtreeindex5.js | 60 +++--- doc/html/navtreeindex6.js | 156 +++++++------- doc/html/navtreeindex7.js | 228 ++++++++++----------- doc/html/navtreeindex8.js | 43 ++-- doc/html/openid_8php.html | 137 +++++++++++++ doc/html/openid_8php.js | 4 + doc/html/photo__driver_8php.html | 2 +- doc/html/php2po_8php.html | 2 +- doc/html/plugin_8php.html | 4 +- doc/html/search/all_62.js | 3 +- doc/html/search/all_64.js | 1 + doc/html/search/all_67.js | 5 +- doc/html/search/all_69.js | 1 + doc/html/search/all_6d.js | 1 + doc/html/search/all_6e.js | 1 + doc/html/search/all_6f.js | 2 + doc/html/search/all_70.js | 2 +- doc/html/search/all_73.js | 1 + doc/html/search/files_6f.js | 1 + doc/html/search/functions_62.js | 1 + doc/html/search/functions_64.js | 1 + doc/html/search/functions_67.js | 3 + doc/html/search/functions_69.js | 1 + doc/html/search/functions_6d.js | 1 + doc/html/search/functions_6e.js | 1 + doc/html/search/functions_6f.js | 1 + doc/html/search/functions_70.js | 1 - doc/html/search/functions_73.js | 1 + doc/html/search/variables_70.js | 1 + doc/html/security_8php.html | 2 +- doc/html/text_8php.html | 48 ++++- doc/html/text_8php.js | 2 + doc/html/typo_8php.html | 2 +- 89 files changed, 1170 insertions(+), 546 deletions(-) create mode 100644 doc/html/openid_8php.html create mode 100644 doc/html/openid_8php.js (limited to 'doc') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 547c7016e..9a2a3b43c 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -132,6 +132,8 @@ Functions    user_deny ($hash)   + downgrade_accounts () + 

Function Documentation

@@ -239,6 +241,25 @@ Functions

Referenced by register_post().

+ + + +
+
+ + + + + + + +
downgrade_accounts ()
+
+

downgrade_accounts() Checks for accounts that have past their expiration date. If the account has a service class which is not the site default, the service class is reset to the site default and expiration reset to never. If the account has no service class it is expired and subsequently disabled. called from include/poller.php as a scheduled task.

+

Reclaiming resources which are no longer within the service class limits is not the job of this function, but this can be implemented by plugin if desired. Default behaviour is to stop allowing additional resources to be consumed.

+ +

Referenced by poller_run().

+
diff --git a/doc/html/account_8php.js b/doc/html/account_8php.js index 2e43e4b46..59e2dc3d8 100644 --- a/doc/html/account_8php.js +++ b/doc/html/account_8php.js @@ -6,6 +6,7 @@ var account_8php = [ "check_account_invite", "account_8php.html#aaff7720423417a4333697894ffd9ddeb", null ], [ "check_account_password", "account_8php.html#a144b4891022567668375b58ea61cfff0", null ], [ "create_account", "account_8php.html#a141fe579c351c78209d425473f978eb5", null ], + [ "downgrade_accounts", "account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9", null ], [ "send_reg_approval_email", "account_8php.html#a014de2d5d5c9785de5bf547a485822fa", null ], [ "send_verification_email", "account_8php.html#aa9c29c497c17d8f9344dce8631ad8761", null ], [ "user_allow", "account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1", null ], diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index ec85f5804..6b54273e1 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -128,7 +128,7 @@ Variables
-

Referenced by admin_page_users(), admin_page_users_post(), all_friends(), build_sync_packet(), chatroom_list(), check_item_source(), check_list_permissions(), common_friends(), common_friends_zcid(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), current_theme_url(), del_pconfig(), delete_imported_item(), drop_items(), events_post(), feature_enabled(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), follow_init(), get_all_perms(), get_pconfig(), get_theme_uid(), get_things(), get_words(), group_add(), group_add_member(), group_byname(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), import_channel_photo(), item_expire(), item_post(), item_store_update(), items_fetch(), load_contact_links(), load_pconfig(), local_dir_update(), FKOAuth1\loginUser(), menu_add_item(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit_item(), menu_fetch(), mini_group_select(), mood_init(), new_contact(), notifier_run(), pdl_selector(), perm_is_allowed(), photo_init(), poke_init(), posted_date_widget(), posted_dates(), private_messages_list(), remove_community_tag(), send_message(), service_class_allows(), service_class_fetch(), set_pconfig(), Conversation\set_profile_owner(), photo_driver\store(), store_item_tag(), suggestion_query(), tag_deliver(), tagadelic(), tagblock(), tgroup_check(), widget_archive(), widget_follow(), widget_tagcloud(), and zot_feed().

+

Referenced by admin_page_users(), admin_page_users_post(), all_friends(), build_sync_packet(), chatroom_list(), check_item_source(), check_list_permissions(), common_friends(), common_friends_zcid(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), current_theme_url(), del_pconfig(), delete_imported_item(), drop_items(), events_post(), feature_enabled(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), follow_init(), get_all_perms(), get_pconfig(), get_theme_uid(), get_things(), get_words(), group_add(), group_add_member(), group_byname(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), import_channel_photo(), item_expire(), item_post(), item_store_update(), items_fetch(), load_contact_links(), load_pconfig(), local_dir_update(), FKOAuth1\loginUser(), menu_add_item(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit_item(), menu_fetch(), mini_group_select(), mood_init(), new_contact(), notifier_run(), pdl_selector(), perm_is_allowed(), photo_init(), poke_init(), posted_dates(), private_messages_list(), remove_community_tag(), send_message(), service_class_allows(), service_class_fetch(), set_pconfig(), Conversation\set_profile_owner(), photo_driver\store(), store_item_tag(), suggestion_query(), tag_deliver(), tagadelic(), tagblock(), tgroup_check(), widget_archive(), widget_follow(), widget_tagcloud(), and zot_feed().

diff --git a/doc/html/auth_8php.html b/doc/html/auth_8php.html index ab3e3e2a9..0599457cf 100644 --- a/doc/html/auth_8php.html +++ b/doc/html/auth_8php.html @@ -117,6 +117,9 @@ Functions    account_verify_password ($email, $pass)   +if((x($_POST,'auth-params'))&&$_POST['auth-params']===
+'login') match_openid ($authid) +  @@ -154,6 +157,24 @@ Variables

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

+ + + +
+
+

Variables

+ + + + + + + +
if ((x($_POST,'auth-params'))&&$_POST['auth-params']=== 'login') match_openid ( $authid)
+
+ +

Referenced by openid_content().

+
diff --git a/doc/html/auth_8php.js b/doc/html/auth_8php.js index 88b106675..75241485b 100644 --- a/doc/html/auth_8php.js +++ b/doc/html/auth_8php.js @@ -1,6 +1,7 @@ var auth_8php = [ [ "account_verify_password", "auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee", null ], + [ "match_openid", "auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38", null ], [ "nuke_session", "auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a", null ], [ "else", "auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5", null ] ]; \ No newline at end of file diff --git a/doc/html/bbcode_8php.html b/doc/html/bbcode_8php.html index f5e172576..1726b8b9b 100644 --- a/doc/html/bbcode_8php.html +++ b/doc/html/bbcode_8php.html @@ -131,6 +131,8 @@ Functions    bb_location ($match)   + bbiframe ($match) +   bb_ShareAttributesSimple ($match)    rpost_callback ($match) @@ -301,6 +303,22 @@ Functions

Referenced by bb2diaspora(), chatsvc_content(), construct_activity_object(), construct_activity_target(), dirprofile_init(), events_content(), format_event_html(), format_notification(), get_events(), help_content(), mail_content(), menu_render(), message_content(), notification(), notifications_content(), notify_content(), ping_init(), siteinfo_content(), and tagrm_content().

+ + + +
+
+ + + + + + + + +
bbiframe ( $match)
+
+
diff --git a/doc/html/bbcode_8php.js b/doc/html/bbcode_8php.js index 77e2758b6..c3bd2dc6f 100644 --- a/doc/html/bbcode_8php.js +++ b/doc/html/bbcode_8php.js @@ -9,6 +9,7 @@ var bbcode_8php = [ "bb_spacefy", "bbcode_8php.html#a8911e027907820df3db03b4f76724b50", null ], [ "bb_unspacefy_and_trim", "bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d", null ], [ "bbcode", "bbcode_8php.html#a009f61aaf78771737ed0765c8463911b", null ], + [ "bbiframe", "bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7", null ], [ "rpost_callback", "bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7", null ], [ "tryoembed", "bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7", null ], [ "tryzrlaudio", "bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322", null ], diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 08a4dca62..7b700a6c6 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -202,7 +202,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1097 +const DB_UPDATE_VERSION 1098   const EOL '<br />' . "\r\n"   @@ -382,6 +382,8 @@ Variables   const PERMS_SPECIFIC 0x0080   +const PERMS_AUTHED 0x0100 +  const ABOOK_FLAG_BLOCKED 0x0001   const ABOOK_FLAG_IGNORED 0x0002 @@ -1038,7 +1040,7 @@ Variables
-

Referenced by admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), api_content(), authenticate_success(), channel_content(), channel_remove(), chanview_content(), chat_content(), chat_post(), chatsvc_content(), check_form_security_token_redirectOnErr(), connect_post(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), display_content(), drop_item(), events_post(), filerm_content(), filestorage_content(), follow_init(), group_content(), group_post(), home_init(), import_post(), item_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), mood_init(), network_content(), new_channel_post(), new_contact(), notifications_post(), notify_init(), photos_post(), post_init(), profile_photo_post(), profiles_init(), randprof_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), search_content(), settings_post(), sources_content(), sources_post(), sslify_init(), tagrm_content(), tagrm_post(), toggle_mobile_init(), toggle_safesearch_init(), xref_init(), and zid_init().

+

Referenced by admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), api_content(), authenticate_success(), channel_content(), channel_remove(), chanview_content(), chat_content(), chat_post(), chatsvc_content(), check_form_security_token_redirectOnErr(), connect_post(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), display_content(), drop_item(), events_post(), filerm_content(), filestorage_content(), follow_init(), group_content(), group_post(), home_init(), import_post(), item_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), mood_init(), network_content(), new_channel_post(), new_contact(), notifications_post(), notify_init(), openid_content(), photos_post(), post_init(), profile_photo_post(), profiles_init(), randprof_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), search_content(), settings_post(), sources_content(), sources_post(), sslify_init(), tagrm_content(), tagrm_post(), toggle_mobile_init(), toggle_safesearch_init(), xref_init(), and zid_init().

@@ -1089,7 +1091,7 @@ Variables
-

Referenced by admin_page_dbsync(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_post(), bookmarks_init(), community_content(), connections_post(), connedit_content(), connedit_post(), directory_content(), dirprofile_init(), filestorage_content(), follow_init(), fsuggest_post(), group_content(), group_post(), item_post(), lostpass_content(), lostpass_post(), mail_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), network_content(), oexchange_content(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), settings_post(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_init(), user_allow(), and viewconnections_content().

+

Referenced by admin_page_dbsync(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_post(), bookmarks_init(), community_content(), connections_post(), connedit_content(), connedit_post(), directory_content(), dirprofile_init(), filestorage_content(), follow_init(), fsuggest_post(), group_content(), group_post(), item_post(), lostpass_content(), lostpass_post(), mail_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), network_content(), oexchange_content(), openid_content(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), settings_post(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_init(), user_allow(), and viewconnections_content().

@@ -1244,7 +1246,7 @@ Variables
-

Referenced by achievements_content(), admin_content(), admin_page_hubloc(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), apps_content(), attach_init(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), community_content(), 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(), home_content(), import_content(), import_post(), invite_content(), invite_post(), 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(), page_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(), rmagic_post(), search_content(), settings_post(), sources_content(), sources_post(), 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 achievements_content(), admin_content(), admin_page_hubloc(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), apps_content(), attach_init(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), community_content(), 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(), home_content(), import_content(), import_post(), invite_content(), invite_post(), 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(), 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(), rmagic_post(), search_content(), settings_post(), sources_content(), sources_post(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

@@ -1344,7 +1346,7 @@ Variables
-

Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), App\build_pagehead(), channel_content(), chatsvc_content(), check_form_security_token(), cloud_init(), community_content(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

+

Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), App\build_pagehead(), channel_content(), chatsvc_content(), check_form_security_token(), cloud_init(), community_content(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

@@ -1378,7 +1380,7 @@ Variables
-

Referenced by allowed_public_recips(), 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(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), filestorage_content(), follow_init(), format_categories(), format_filer(), 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(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), register_post(), 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(), 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(), and zot_new_uid().

+

Referenced by allowed_public_recips(), 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(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), filestorage_content(), follow_init(), format_categories(), format_filer(), 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(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), openid_content(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), register_post(), 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(), 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(), and zot_new_uid().

@@ -1548,7 +1550,7 @@ Variables
-

Referenced by poller_run().

+

Referenced by downgrade_accounts().

@@ -1563,7 +1565,7 @@ Variables

Account Flags

-

Referenced by account_verify_password(), create_account(), onepoll_run(), poller_run(), and RedBasicAuth\validateUserPass().

+

Referenced by account_verify_password(), create_account(), onepoll_run(), openid_content(), poller_run(), and RedBasicAuth\validateUserPass().

@@ -1644,7 +1646,7 @@ Variables
-

Referenced by account_verify_password(), onepoll_run(), poller_run(), register_post(), and RedBasicAuth\validateUserPass().

+

Referenced by account_verify_password(), onepoll_run(), openid_content(), poller_run(), register_post(), and RedBasicAuth\validateUserPass().

@@ -2127,7 +2129,7 @@ Variables
- +
const DB_UPDATE_VERSION 1097const DB_UPDATE_VERSION 1098
@@ -2241,7 +2243,7 @@ Variables
-

Referenced by achievements_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), apps_content(), attach_init(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), check_store(), common_content(), common_init(), community_content(), 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(), home_content(), import_post(), import_xchan(), invite_content(), invite_post(), 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(), page_content(), 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(), search_content(), settings_post(), setup_content(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

+

Referenced by achievements_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), apps_content(), attach_init(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), check_store(), common_content(), common_init(), community_content(), 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(), home_content(), import_post(), import_xchan(), invite_content(), invite_post(), 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(), 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(), rmagic_post(), search_content(), settings_post(), setup_content(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

@@ -2812,7 +2814,7 @@ Variables
-

Referenced by RedFile\__construct(), admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), detect_language(), directory_content(), dirprofile_init(), fix_private_photos(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getName(), 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(), onepoll_run(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), RedChannelList(), RedCollectionData(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), webfinger_dfrn(), 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 RedFile\__construct(), admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), detect_language(), directory_content(), dirprofile_init(), fix_private_photos(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getName(), import_xchan(), item_store(), item_store_update(), RedDirectory\log(), RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), RedChannelList(), RedCollectionData(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), webfinger_dfrn(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

@@ -2826,7 +2828,7 @@ Variables
-

Referenced by RedDirectory\__construct(), 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(), bookmark_add(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), fix_private_photos(), RedFile\get(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), 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(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), unload_plugin(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

+

Referenced by RedDirectory\__construct(), 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(), bookmark_add(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), fix_private_photos(), RedFile\get(), get_language_name(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_rss(), 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(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), new_contact(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), unload_plugin(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

@@ -3659,7 +3661,7 @@ Variables
-

Referenced by change_channel(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), manage_content(), post_init(), profile_load(), RedFile\put(), RedChannelList(), and zfinger_init().

+

Referenced by admin_page_users(), allowed_public_recips(), change_channel(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), identity_check_service_class(), manage_content(), post_init(), profile_load(), public_recips(), RedFile\put(), RedChannelList(), zfinger_init(), and zot_import().

@@ -3717,6 +3719,20 @@ Variables

Referenced by check_item_source(), and get_perms().

+ + + +
+
+ + + + +
const PERMS_AUTHED 0x0100
+
+ +

Referenced by get_all_perms(), and perm_is_allowed().

+
@@ -4550,7 +4566,7 @@ Variables
-

Referenced by dirsearch_content(), import_xchan(), local_dir_update(), suggestion_query(), viewconnections_content(), and zfinger_init().

+

Referenced by dirsearch_content(), import_xchan(), local_dir_update(), openid_content(), suggestion_query(), viewconnections_content(), and zfinger_init().

diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index 280cf3cbc..7bcf18827 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -209,6 +209,7 @@ var boot_8php = [ "PERMS_A_BOOKMARK", "boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b", null ], [ "PERMS_A_DELEGATE", "boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b", null ], [ "PERMS_A_REPUBLISH", "boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead", null ], + [ "PERMS_AUTHED", "boot_8php.html#a852d4036a3bed66af1534d014c4ecde2", null ], [ "PERMS_CONTACTS", "boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6", null ], [ "PERMS_NETWORK", "boot_8php.html#a6df1102664f64b274810db85197c2755", null ], [ "PERMS_PUBLIC", "boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7", null ], diff --git a/doc/html/classRedBrowser-members.html b/doc/html/classRedBrowser-members.html index fd659eec4..f1c78fc3c 100644 --- a/doc/html/classRedBrowser-members.html +++ b/doc/html/classRedBrowser-members.html @@ -115,8 +115,9 @@ $(document).ready(function(){initNavTree('classRedBrowser.html','');}); $authRedBrowserprivate __construct(&$auth)RedBrowser generateDirectoryIndex($path)RedBrowser - htmlActionsPanel(DAV\INode $node, &$output)RedBrowser - set_writeable()RedBrowser + getAssetUrl($assetName)RedBrowserprotected + htmlActionsPanel(DAV\INode $node, &$output)RedBrowser + set_writeable()RedBrowser diff --git a/doc/html/classRedBrowser.html b/doc/html/classRedBrowser.html index 19a02f9e4..c1a5e5ad9 100644 --- a/doc/html/classRedBrowser.html +++ b/doc/html/classRedBrowser.html @@ -107,6 +107,7 @@ $(document).ready(function(){initNavTree('classRedBrowser.html','');});
@@ -133,6 +134,11 @@ Public Member Functions  htmlActionsPanel (DAV\INode $node, &$output)   + + + +

+Protected Member Functions

 getAssetUrl ($assetName)
 
@@ -170,6 +176,40 @@ Private Attributes

Private Attributes

 $auth
+
+
+ +
+
+ + + + + +
+ + + + + + + + +
RedBrowser::getAssetUrl ( $assetName)
+
+protected
+
+

This method takes a path/name of an asset and turns it into url suiteable for http access.

+
Parameters
+ + +
string$assetName
+
+
+
Returns
string
+ +

Referenced by generateDirectoryIndex().

+
diff --git a/doc/html/classRedBrowser.js b/doc/html/classRedBrowser.js index c0222b8f9..b6e9b2a91 100644 --- a/doc/html/classRedBrowser.js +++ b/doc/html/classRedBrowser.js @@ -2,6 +2,7 @@ var classRedBrowser = [ [ "__construct", "classRedBrowser.html#a4b76be9ccef0262cf78fffb4129eda93", null ], [ "generateDirectoryIndex", "classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e", null ], + [ "getAssetUrl", "classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3", null ], [ "htmlActionsPanel", "classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349", null ], [ "set_writeable", "classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f", null ], [ "$auth", "classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35", null ] diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index 62bef946e..ba5154227 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -334,7 +334,7 @@ Functions
-

Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), 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(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), update_directory_entry(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), 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(), import_author_rss(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), tag_deliver(), update_directory_entry(), update_modtime(), update_queue_time(), 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 13b1374ea..8c47a8a44 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
-

Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), 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_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), 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(), directory_run(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), 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_tag(), home_content(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), 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_store(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), 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(), poco_init(), poco_load(), 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_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), 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_queue_item(), rmagic_init(), rmagic_post(), 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(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), 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 account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), 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_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), 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(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), 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(), 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_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), 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_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), 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(), poco_init(), poco_load(), 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_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), 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_queue_item(), rmagic_init(), rmagic_post(), 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(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), 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_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), 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_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(), 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(), 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_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), 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(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), 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_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), 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(), match_content(), 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(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), 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(), poco_init(), poco_load(), poke_content(), poke_init(), 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_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), 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_queue_item(), rmagic_init(), rmagic_post(), 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(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_filer(), widget_follow(), widget_savedsearch(), widget_settings_menu(), 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_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), 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_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(), 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(), 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_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), 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(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), 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_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_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), 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(), 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(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), 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(), poco_init(), poco_load(), poke_content(), poke_init(), 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_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), 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_queue_item(), rmagic_init(), rmagic_post(), 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(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_filer(), widget_follow(), widget_savedsearch(), widget_settings_menu(), 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 6d9fb9f31..bbf142733 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -238,6 +238,8 @@ Files   file  online.php   +file  openid.php +  file  opensearch.php   file  page.php diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index cc5010eed..1fd7d42d1 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -67,6 +67,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "oembed.php", "mod_2oembed_8php.html", "mod_2oembed_8php" ], [ "oexchange.php", "oexchange_8php.html", "oexchange_8php" ], [ "online.php", "online_8php.html", "online_8php" ], + [ "openid.php", "openid_8php.html", "openid_8php" ], [ "opensearch.php", "opensearch_8php.html", "opensearch_8php" ], [ "page.php", "page_8php.html", "page_8php" ], [ "parse_url.php", "parse__url_8php.html", "parse__url_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 04b0ad01b..9e31544c7 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -120,6 +120,7 @@ Files file  api.php   file  attach.php + File/attach API with the potential for revision control.
  file  auth.php   @@ -196,6 +197,7 @@ Files file  items.php   file  language.php + translation support
  file  menu.php   diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index 7a998ee4f..2a5b6ba5b 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
-

Referenced by activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_post(), chatroom_create(), chatroom_destroy(), 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(), directory_content(), drop_item(), event_store(), feature_enabled(), 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(), ids_to_querystr(), 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(), 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_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_post(), remove_community_tag(), replace_macros(), 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(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), 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 activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_post(), chatroom_create(), chatroom_destroy(), 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(), directory_content(), drop_item(), event_store(), feature_enabled(), 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(), ids_to_querystr(), import_author_rss(), 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_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), 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(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), 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().

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

Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), 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_ol(), diaspora_ul(), expand_acl(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), mail_content(), network_to_name(), 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(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), stripdcode_br_cb(), t(), tag_deliver(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

+

Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), 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_ol(), diaspora_ul(), expand_acl(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_language_name(), get_markup_template(), get_tags(), html2bb_video(), 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(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), strip_zids(), stripdcode_br_cb(), t(), tag_deliver(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

diff --git a/doc/html/features_8php.html b/doc/html/features_8php.html index b158711f7..2036487f5 100644 --- a/doc/html/features_8php.html +++ b/doc/html/features_8php.html @@ -142,7 +142,7 @@ Functions
-

Referenced by apw_form(), categories_widget(), connedit_content(), conversation(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), Item\get_comment_box(), Item\get_template_data(), item_post(), mail_content(), mail_post(), nav(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), rpost_content(), search(), searchbox(), sources_content(), sources_post(), thing_content(), widget_affinity(), widget_archive(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), and widget_tagcloud_wall().

+

Referenced by apw_form(), categories_widget(), connedit_content(), conversation(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), Item\get_comment_box(), Item\get_template_data(), item_post(), mail_content(), mail_post(), nav(), profile_sidebar(), profiles_content(), redbasic_form(), rpost_content(), search(), searchbox(), sources_content(), sources_post(), thing_content(), widget_affinity(), widget_archive(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), and widget_tagcloud_wall().

diff --git a/doc/html/files.html b/doc/html/files.html index 9c12a3e82..efc357c1c 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -122,7 +122,7 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*acl_selectors.php |o*activities.php |o*api.php -|o*attach.php +|o*attach.phpFile/attach API with the potential for revision control |o*auth.php |o*BaseObject.php |o*bb2diaspora.php @@ -160,7 +160,7 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*ItemObject.php |o*ITemplateEngine.php |o*items.php -|o*language.php +|o*language.phpTranslation support |o*menu.php |o*message.php |o*nav.php @@ -259,69 +259,70 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*oembed.php |o*oexchange.php |o*online.php -|o*opensearch.php -|o*page.php -|o*parse_url.php -|o*photo.php -|o*photos.php -|o*php.php -|o*ping.php -|o*poco.php -|o*poke.php -|o*post.php -|o*pretheme.php -|o*probe.php -|o*profile.php -|o*profile_photo.php -|o*profiles.php -|o*profperm.php -|o*pubsites.php -|o*randprof.php -|o*register.php -|o*regmod.php -|o*removeme.php -|o*rmagic.php -|o*rpost.php -|o*rsd_xml.php -|o*search.php -|o*search_ac.php -|o*settings.php -|o*setup.php -|o*share.php -|o*siteinfo.php -|o*sitelist.php -|o*smilies.php -|o*sources.php -|o*sslify.php -|o*starred.php -|o*subthread.php -|o*suggest.php -|o*tagger.php -|o*tagrm.php -|o*thing.php -|o*toggle_mobile.php -|o*toggle_safesearch.php -|o*uexport.php -|o*update_channel.php -|o*update_community.php -|o*update_display.php -|o*update_network.php -|o*update_search.php -|o*view.php -|o*viewconnections.php -|o*viewsrc.php -|o*vote.php -|o*wall_attach.php -|o*wall_upload.php -|o*webfinger.php -|o*webpages.php -|o*wfinger.php -|o*xchan.php -|o*xrd.php -|o*xref.php -|o*zfinger.php -|o*zotfeed.php -|\*zping.php +|o*openid.php +|o*opensearch.php +|o*page.php +|o*parse_url.php +|o*photo.php +|o*photos.php +|o*php.php +|o*ping.php +|o*poco.php +|o*poke.php +|o*post.php +|o*pretheme.php +|o*probe.php +|o*profile.php +|o*profile_photo.php +|o*profiles.php +|o*profperm.php +|o*pubsites.php +|o*randprof.php +|o*register.php +|o*regmod.php +|o*removeme.php +|o*rmagic.php +|o*rpost.php +|o*rsd_xml.php +|o*search.php +|o*search_ac.php +|o*settings.php +|o*setup.php +|o*share.php +|o*siteinfo.php +|o*sitelist.php +|o*smilies.php +|o*sources.php +|o*sslify.php +|o*starred.php +|o*subthread.php +|o*suggest.php +|o*tagger.php +|o*tagrm.php +|o*thing.php +|o*toggle_mobile.php +|o*toggle_safesearch.php +|o*uexport.php +|o*update_channel.php +|o*update_community.php +|o*update_display.php +|o*update_network.php +|o*update_search.php +|o*view.php +|o*viewconnections.php +|o*viewsrc.php +|o*vote.php +|o*wall_attach.php +|o*wall_upload.php +|o*webfinger.php +|o*webpages.php +|o*wfinger.php +|o*xchan.php +|o*xrd.php +|o*xref.php +|o*zfinger.php +|o*zotfeed.php +|\*zping.php o+util |o+fpostit ||\*fpostit.php diff --git a/doc/html/functions_0x67.html b/doc/html/functions_0x67.html index 9d6326e00..7211cde0c 100644 --- a/doc/html/functions_0x67.html +++ b/doc/html/functions_0x67.html @@ -261,6 +261,9 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');});
  • get_widgets() : App
  • +
  • getAssetUrl() +: RedBrowser +
  • getChild() : RedDirectory
  • @@ -283,17 +286,17 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); : photo_driver
  • getImage() -: photo_imagick -, photo_gd +: photo_gd , photo_driver +, photo_imagick
  • getLastModified() : RedDirectory , RedFile
  • getName() -: RedDirectory -, RedFile +: RedFile +, RedDirectory
  • getQuotaInfo() : RedDirectory diff --git a/doc/html/functions_func_0x67.html b/doc/html/functions_func_0x67.html index efe646350..28276423e 100644 --- a/doc/html/functions_func_0x67.html +++ b/doc/html/functions_func_0x67.html @@ -260,6 +260,9 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');});
  • get_widgets() : App
  • +
  • getAssetUrl() +: RedBrowser +
  • getChild() : RedDirectory
  • @@ -282,17 +285,17 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');}); : photo_driver
  • getImage() -: photo_imagick -, photo_gd +: photo_gd , photo_driver +, photo_imagick
  • getLastModified() : RedDirectory , RedFile
  • getName() -: RedDirectory -, RedFile +: RedFile +, RedDirectory
  • getQuotaInfo() : RedDirectory diff --git a/doc/html/globals_0x62.html b/doc/html/globals_0x62.html index 22f3da55b..07b3c6724 100644 --- a/doc/html/globals_0x62.html +++ b/doc/html/globals_0x62.html @@ -186,6 +186,9 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');});
  • bbcode() : bbcode.php
  • +
  • bbiframe() +: bbcode.php +
  • bbtoevent() : event.php
  • @@ -199,7 +202,7 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');}); : blocks.php
  • blog_init() -: theme.php +: theme.php
  • blog_install() : theme.php diff --git a/doc/html/globals_0x64.html b/doc/html/globals_0x64.html index b8730af37..7b0080904 100644 --- a/doc/html/globals_0x64.html +++ b/doc/html/globals_0x64.html @@ -285,6 +285,9 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
  • dob() : datetime.php
  • +
  • downgrade_accounts() +: account.php +
  • drop_item() : items.php
  • diff --git a/doc/html/globals_0x67.html b/doc/html/globals_0x67.html index 5f85794f4..a3578bee3 100644 --- a/doc/html/globals_0x67.html +++ b/doc/html/globals_0x67.html @@ -174,6 +174,9 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');});
  • get_capath() : network.php
  • +
  • get_channel_by_nick() +: identity.php +
  • get_cloudpath() : attach.php
  • @@ -222,6 +225,9 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');});
  • get_item_elements() : items.php
  • +
  • get_language_name() +: language.php +
  • get_mail_elements() : items.php
  • diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index caad74618..0d880f0ff 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -159,6 +159,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); , full.php , style.php +
  • import_author_rss() +: items.php +
  • import_author_xchan() : items.php
  • diff --git a/doc/html/globals_0x6d.html b/doc/html/globals_0x6d.html index 28c06d13a..26714be71 100644 --- a/doc/html/globals_0x6d.html +++ b/doc/html/globals_0x6d.html @@ -195,6 +195,9 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');});
  • match_content() : match.php
  • +
  • match_openid() +: auth.php +
  • MAX_IMAGE_LENGTH : boot.php
  • diff --git a/doc/html/globals_0x6e.html b/doc/html/globals_0x6e.html index 65ab55e66..8444dcae5 100644 --- a/doc/html/globals_0x6e.html +++ b/doc/html/globals_0x6e.html @@ -282,6 +282,9 @@ $(document).ready(function(){initNavTree('globals_0x6e.html','');});
  • normalise_link() : text.php
  • +
  • normalise_openid() +: text.php +
  • notags() : text.php
  • diff --git a/doc/html/globals_0x6f.html b/doc/html/globals_0x6f.html index aeb5a4429..790779373 100644 --- a/doc/html/globals_0x6f.html +++ b/doc/html/globals_0x6f.html @@ -195,6 +195,9 @@ $(document).ready(function(){initNavTree('globals_0x6f.html','');});
  • online_init() : online.php
  • +
  • openid_content() +: openid.php +
  • opensearch_init() : opensearch.php
  • diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index 6695df3c8..2844d6bb2 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -216,6 +216,9 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • PERMS_A_REPUBLISH : boot.php
  • +
  • PERMS_AUTHED +: boot.php +
  • PERMS_CONTACTS : boot.php
  • @@ -450,9 +453,6 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • post_to_red_version : post_to_red.php
  • -
  • posted_date_widget() -: items.php -
  • posted_dates() : items.php
  • diff --git a/doc/html/globals_0x73.html b/doc/html/globals_0x73.html index b8ea35e57..b3892df35 100644 --- a/doc/html/globals_0x73.html +++ b/doc/html/globals_0x73.html @@ -315,6 +315,9 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
  • stringify_array_elms() : text.php
  • +
  • strip_zids() +: text.php +
  • stripdcode_br_cb() : bb2diaspora.php
  • diff --git a/doc/html/globals_func_0x62.html b/doc/html/globals_func_0x62.html index 7902b5776..cb663e545 100644 --- a/doc/html/globals_func_0x62.html +++ b/doc/html/globals_func_0x62.html @@ -185,6 +185,9 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');});
  • bbcode() : bbcode.php
  • +
  • bbiframe() +: bbcode.php +
  • bbtoevent() : event.php
  • @@ -198,7 +201,7 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');}); : blocks.php
  • blog_init() -: theme.php +: theme.php
  • blog_install() : theme.php diff --git a/doc/html/globals_func_0x64.html b/doc/html/globals_func_0x64.html index bfb83e73e..820a3b82f 100644 --- a/doc/html/globals_func_0x64.html +++ b/doc/html/globals_func_0x64.html @@ -257,6 +257,9 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
  • dob() : datetime.php
  • +
  • downgrade_accounts() +: account.php +
  • drop_item() : items.php
  • diff --git a/doc/html/globals_func_0x67.html b/doc/html/globals_func_0x67.html index e92d8eabe..abf85737c 100644 --- a/doc/html/globals_func_0x67.html +++ b/doc/html/globals_func_0x67.html @@ -173,6 +173,9 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');});
  • get_capath() : network.php
  • +
  • get_channel_by_nick() +: identity.php +
  • get_cloudpath() : attach.php
  • @@ -221,6 +224,9 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');});
  • get_item_elements() : items.php
  • +
  • get_language_name() +: language.php +
  • get_mail_elements() : items.php
  • diff --git a/doc/html/globals_func_0x69.html b/doc/html/globals_func_0x69.html index 3c5c33102..eea70e8e8 100644 --- a/doc/html/globals_func_0x69.html +++ b/doc/html/globals_func_0x69.html @@ -152,6 +152,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');});
  • ids_to_querystr() : text.php
  • +
  • import_author_rss() +: items.php +
  • import_author_xchan() : items.php
  • diff --git a/doc/html/globals_func_0x6d.html b/doc/html/globals_func_0x6d.html index 5073bad22..f1233bc97 100644 --- a/doc/html/globals_func_0x6d.html +++ b/doc/html/globals_func_0x6d.html @@ -176,6 +176,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');});
  • match_content() : match.php
  • +
  • match_openid() +: auth.php +
  • member_of() : group.php
  • diff --git a/doc/html/globals_func_0x6e.html b/doc/html/globals_func_0x6e.html index e2d970840..8af69c3b4 100644 --- a/doc/html/globals_func_0x6e.html +++ b/doc/html/globals_func_0x6e.html @@ -194,6 +194,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6e.html','');});
  • normalise_link() : text.php
  • +
  • normalise_openid() +: text.php +
  • notags() : text.php
  • diff --git a/doc/html/globals_func_0x6f.html b/doc/html/globals_func_0x6f.html index be0dbed34..3287852d1 100644 --- a/doc/html/globals_func_0x6f.html +++ b/doc/html/globals_func_0x6f.html @@ -194,6 +194,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6f.html','');});
  • online_init() : online.php
  • +
  • openid_content() +: openid.php +
  • opensearch_init() : opensearch.php
  • diff --git a/doc/html/globals_func_0x70.html b/doc/html/globals_func_0x70.html index 932009ab0..f74b9044c 100644 --- a/doc/html/globals_func_0x70.html +++ b/doc/html/globals_func_0x70.html @@ -314,9 +314,6 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');});
  • post_to_red_settings_link() : post_to_red.php
  • -
  • posted_date_widget() -: items.php -
  • posted_dates() : items.php
  • diff --git a/doc/html/globals_func_0x73.html b/doc/html/globals_func_0x73.html index 6a2a71b69..c24e34214 100644 --- a/doc/html/globals_func_0x73.html +++ b/doc/html/globals_func_0x73.html @@ -302,6 +302,9 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
  • stringify_array_elms() : text.php
  • +
  • strip_zids() +: text.php +
  • stripdcode_br_cb() : bb2diaspora.php
  • diff --git a/doc/html/globals_vars_0x70.html b/doc/html/globals_vars_0x70.html index d70778e4e..386e55759 100644 --- a/doc/html/globals_vars_0x70.html +++ b/doc/html/globals_vars_0x70.html @@ -178,6 +178,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x70.html','');});
  • PERMS_A_REPUBLISH : boot.php
  • +
  • PERMS_AUTHED +: boot.php +
  • PERMS_CONTACTS : boot.php
  • diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index d8522de84..24e96902c 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -160,6 +160,8 @@ Functions    remote_online_status ($webbie)   + get_channel_by_nick ($nick) + 

    Function Documentation

    @@ -192,7 +194,7 @@ Functions
    -

    () Return the total number of channels on this site. No filtering is performed.

    +

    () Return the total number of channels on this site. No filtering is performed except to check PAGE_REMOVED

    Returns
    int on error returns boolean false

    Referenced by zfinger_init().

    @@ -254,6 +256,24 @@ Functions
    +
    + + +
    +
    + + + + + + + + +
    get_channel_by_nick ( $nick)
    +
    + +

    Referenced by wall_attach_post(), and wall_upload_post().

    +
    @@ -278,7 +298,7 @@ Functions
    Returns
    string
    -

    Referenced by avatar_img(), import_profile_photo(), and photo_init().

    +

    Referenced by avatar_img(), import_profile_photo(), openid_content(), and photo_init().

    @@ -362,7 +382,7 @@ Functions
    -

    Referenced by create_sys_channel().

    +

    Referenced by create_sys_channel(), and get_theme_uid().

    diff --git a/doc/html/identity_8php.js b/doc/html/identity_8php.js index c9091d29b..5da6fdb94 100644 --- a/doc/html/identity_8php.js +++ b/doc/html/identity_8php.js @@ -5,6 +5,7 @@ var identity_8php = [ "create_identity", "identity_8php.html#a345f4c943d84de502ec6e72d2c813945", null ], [ "create_sys_channel", "identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05", null ], [ "get_birthdays", "identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51", null ], + [ "get_channel_by_nick", "identity_8php.html#ac73b3e13778c564c877554517a7f51ba", null ], [ "get_default_profile_photo", "identity_8php.html#ab1485a26b032956e1496fc08c58b83ed", null ], [ "get_events", "identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312", null ], [ "get_my_address", "identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2", null ], diff --git a/doc/html/include_2attach_8php.html b/doc/html/include_2attach_8php.html index 21215feb6..b0d008ed3 100644 --- a/doc/html/include_2attach_8php.html +++ b/doc/html/include_2attach_8php.html @@ -109,35 +109,50 @@ $(document).ready(function(){initNavTree('include_2attach_8php.html','');});
    attach.php File Reference
    + +

    File/attach API with the potential for revision control. +More...

    + + + + + + + + +

    Functions

     z_mime_content_type ($filename)
     Guess the mimetype from file ending. More...
     
     attach_count_files ($channel_id, $observer, $hash= '', $filename= '', $filetype= '')
     Count files/attachments. More...
     
     attach_list_files ($channel_id, $observer, $hash= '', $filename= '', $filetype= '', $orderby= 'created desc', $start=0, $entries=0)
     Returns a list of files/attachments. More...
     
     attach_by_hash ($hash, $rev=0)
     Find an attachment by hash and revision. More...
     
     attach_by_hash_nodata ($hash, $rev=0)
     Find an attachment by hash and revision. More...
     
     attach_store ($channel, $observer_hash, $options= '', $arr=null)
     
     z_readdir ($channel_id, $observer_hash, $pathname, $parent_hash= '')
     
     attach_mkdir ($channel, $observer_hash, $arr=null)
     Create directory. More...
     
     attach_change_permissions ($channel_id, $resource, $allow_cid, $allow_gid, $deny_cid, $deny_gid, $recurse=false)
     Changes permissions of a file. More...
     
     attach_delete ($channel_id, $resource)
     Delete a file. More...
     
     get_cloudpath ($arr)
     Returns path to file in cloud/. More...
     
     pipe_streams ($in, $out)
     
    -

    Function Documentation

    +

    Detailed Description

    +

    File/attach API with the potential for revision control.

    +

    TODO: a filesystem storage abstraction which maintains security (and 'data' contains a system filename which is inaccessible from the web). This could get around PHP storage limits and store videos and larger items, using fread or OS methods or native code to read/write or chunk it through. Also an 'append' option to the storage function might be a useful addition.

    +

    Function Documentation

    @@ -162,6 +177,17 @@ Functions
    +

    Find an attachment by hash and revision.

    +

    Returns the entire attach structure including data.

    +

    This could exhaust memory so most useful only when immediately sending the data.

    +
    Parameters
    + + + +
    $hash
    $rev
    +
    +
    +

    Referenced by attach_init().

    @@ -190,6 +216,17 @@ Functions
    +

    Find an attachment by hash and revision.

    +

    Returns the entire attach structure excluding data.

    +
    See Also
    attach_by_hash()
    +
    Parameters
    + + + +
    $hash
    $ref
    +
    +
    +

    Referenced by item_post(), and send_message().

    @@ -248,6 +285,20 @@ Functions
    +

    Changes permissions of a file.

    +
    Parameters
    + + + + + + + + +
    $channel_id
    $resource
    $allow_cid
    $allow_gid
    $deny_cid
    $deny_gid
    $recurse
    +
    +
    +

    Referenced by filestorage_post().

    @@ -294,6 +345,19 @@ Functions
    +

    Count files/attachments.

    +
    Parameters
    + + + + + + +
    $channel_id
    $observer
    $hash(optional)
    $filename(optional)
    $filetype(optional)
    +
    +
    +
    Returns
    array $ret['success'] boolean $ret['results'] amount of found results, or false $ret['message'] string with error messages if any
    +
    @@ -320,6 +384,15 @@ Functions
    +

    Delete a file.

    +
    Parameters
    + + + +
    $channel_id
    $resource
    +
    +
    +

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

    @@ -384,6 +457,22 @@ Functions
    +

    Returns a list of files/attachments.

    +
    Parameters
    + + + + + + + + + +
    $channel_id
    $observer
    $hash(optional)
    $filename(optional)
    $filetype(optional)
    $orderby
    $start
    $entries
    +
    +
    +
    Returns
    array $ret['success'] boolean $ret['results'] array with results, or false $ret['message'] string with error messages if any
    +
    @@ -415,18 +504,17 @@ Functions
    + +

    Create directory.

    attach_mkdir($channel,$observer_hash,$arr);

    -

    Create directory

    Parameters
    - +
    $channelchannel array of owner
    $observer_hashhash of current observer
    $arrparameter array to fulfil request
    $arrparameter array to fulfil request Required: $arr['filename'] $arr['folder'] // hash of parent directory, empty string for root directory Optional: $arr['hash'] // precumputed hash for this node $arr['allow_cid'] $arr['allow_gid'] $arr['deny_cid'] $arr['deny_gid']
    -

    Required: $arr['filename'] $arr['folder'] // hash of parent directory, empty string for root directory

    -

    Optional: $arr['hash'] // precumputed hash for this node $arr['allow_cid'] $arr['allow_gid'] $arr['deny_cid'] $arr['deny_gid']

    Referenced by RedDirectory\createDirectory().

    @@ -467,6 +555,15 @@ Functions
    +
    Parameters
    + + + + + +
    $channelchannel array of owner
    $observer_hashhash of current observer
    $options(optional)
    $arr(optional)
    +
    +

    Referenced by fix_attached_file_permissions(), send_message(), and wall_attach_post().

    @@ -486,6 +583,15 @@ Functions
    +

    Returns path to file in cloud/.

    +
    Parameters
    + + +
    $arr
    +
    +
    +
    Returns
    string with the path the file to cloud/
    +

    Referenced by filestorage_content().

    @@ -513,6 +619,13 @@ Functions
    +
    Parameters
    + + + +
    $in
    $out
    +
    +

    Referenced by attach_init().

    @@ -532,6 +645,16 @@ Functions
    +

    Guess the mimetype from file ending.

    +

    This function takes a file name and guess the mimetype from the filename extension.

    +
    Parameters
    + + +
    $filenamea string filename
    +
    +
    +
    Returns
    string The mimetype according to a file ending.
    +

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

    @@ -575,7 +698,7 @@ Functions
    Parameters
    - +
    integer$channel_id
    string$observer_hash
    string$observer_hashhash of current observer
    string$pathname
    string$parent_hash(optional)
    diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index ebf980a79..c46e26f27 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -256,7 +256,7 @@ Functions
    -

    Referenced by account_verify_password(), 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(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), parse_url_content(), 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(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    +

    Referenced by account_verify_password(), 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(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), RedDirectory\createFile(), detect_language(), 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(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), openid_content(), parse_url_content(), 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(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    @@ -548,7 +548,7 @@ Functions diff --git a/doc/html/item_8php.html b/doc/html/item_8php.html index d3e24125f..a51318730 100644 --- a/doc/html/item_8php.html +++ b/doc/html/item_8php.html @@ -365,9 +365,17 @@ Functions

    This is the POST destination for most all locally posted text stuff. This function handles status, wall-to-wall status, local comments, and remote coments that are posted on this site (as opposed to being delivered in a feed). Also processed here are posts and comments coming through the statusnet/twitter API. All of these become an "item" which is our basic unit of information. Posts that originate externally or do not fall into the above posting categories go through item_store() instead of this function.

    Is this a reply to something?

    -

    fix naked links by passing through a callback to see if this is a red site (already known to us) which will get a zrl, otherwise link with url, add bookmark tag to both. First wrap any url which is part of link anchor text already in quotes so we don't double link it. e.g. [url=http://foobar.com]something with http://elsewhere.com in it[/url] becomes [url=http://foobar.com]something with "http://elsewhere.com" in it[/url] otherwise http://elsewhere.com becomes #^[url=http://elsewhere.com]http://elsewhere.com[/url]

    +

    fix naked links by passing through a callback to see if this is a red site (already known to us) which will get a zrl, otherwise link with url, add bookmark tag to both. First protect any url inside certain bbcode tags so we don't double link it.

    When a photo was uploaded into the message using the (profile wall) ajax uploader, The permissions are initially set to disallow anybody but the owner from seeing it. This is because the permissions may not yet have been set for the post. If it's private, the photo permissions should be set appropriately. But we didn't know the final permissions on the post until now. So now we'll look for links of uploaded photos and attachments that are in the post and set them to the same permissions as the post itself.

    If the post was end-to-end encrypted we can't find images and attachments in the body, use our media_str input instead which only contains these elements - but only do this when encrypted content exists because the photo/attachment may have been removed from the post and we should keep it private. If it's encrypted we have no way of knowing so we'll set the permissions regardless and realise that the media may not be referenced in the post.

    +

    What is preventing us from being able to upload photos into comments is dealing with the photo and attachment permissions, since we don't always know who was in the distribution for the top level post.

    +

    We might be able to provide this functionality with a lot of fiddling:

    +
      +
    • if the top level post is public (make the photo public)
    • +
    • if the top level post was written by us or a wall post that belongs to us (match the top level post)
    • +
    • if the top level post has privacy mentions, add those to the permissions.
    • +
    • otherwise disallow the photo or make the photo public. This is the part that gets messy.
    • +

    Fold multi-line [code] sequences

    Look for any tags and linkify them

    diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index dbe9f62b0..1ff5877f6 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -144,6 +144,8 @@ Functions    import_author_xchan ($x)   + import_author_rss ($x) +   encode_item ($item)    map_scope ($scope) @@ -218,8 +220,6 @@ Functions    posted_dates ($uid, $wall)   - posted_date_widget ($url, $uid, $wall) -   fetch_post_tags ($items, $link=false)    zot_feed ($uid, $observer_xchan, $mindate) @@ -1097,6 +1097,24 @@ Functions

    Referenced by fix_private_photos().

    +
    + + +
    +
    + + + + + + + + +
    import_author_rss ( $x)
    +
    + +

    Referenced by import_author_xchan().

    +
    @@ -1358,38 +1376,6 @@ Functions

    Referenced by api_channel_stream(), poke_init(), tagger_content(), and thing_init().

    - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    posted_date_widget ( $url,
     $uid,
     $wall 
    )
    -
    -
    @@ -1416,7 +1402,7 @@ Functions
    -

    Referenced by posted_date_widget(), and widget_archive().

    +

    Referenced by widget_archive().

    @@ -1481,7 +1467,7 @@ Functions
    -

    red_zrl_callback preg_match function when fixing 'naked' links in mod item.php Check if we've got a hubloc for the site and use a zrl if we do, a url if we don't.

    +

    red_zrl_callback preg_match function when fixing 'naked' links in mod item.php Check if we've got a hubloc for the site and use a zrl if we do, a url if we don't. Remove any existing zid= param which may have been pasted by mistake - and will have the author's credentials. zid's are dynamic and can't really be passed around like that.

    diff --git a/doc/html/items_8php.js b/doc/html/items_8php.js index e624f38e6..962a18fe1 100644 --- a/doc/html/items_8php.js +++ b/doc/html/items_8php.js @@ -34,6 +34,7 @@ var items_8php = [ "get_profile_elements", "items_8php.html#a251343637ff40a50cca93452cd530c26", null ], [ "get_public_feed", "items_8php.html#a079e099e15d88d47aeb6ca6d60da7107", null ], [ "has_permissions", "items_8php.html#a77051724d1784074ff187e73a4db93fe", null ], + [ "import_author_rss", "items_8php.html#a6bee35961f2e32905f20367a9309d627", null ], [ "import_author_xchan", "items_8php.html#ae73794179b62d39bb597ff670ab1c1e5", null ], [ "item_expire", "items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc", null ], [ "item_getfeedattach", "items_8php.html#a09d425596b9f8663472cf7474ad36d96", null ], @@ -45,7 +46,6 @@ var items_8php = [ "mail_store", "items_8php.html#a77da7ce9a117601d49ac4a67c71b514f", null ], [ "map_scope", "items_8php.html#ac1fcf621dce7370515b420a7753f4726", null ], [ "post_activity_item", "items_8php.html#a410f9c743877c125ca06312373346903", null ], - [ "posted_date_widget", "items_8php.html#abe695dd89e1e10ed042c26b80114f0ed", null ], [ "posted_dates", "items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0", null ], [ "red_escape_codeblock", "items_8php.html#a49905ea75adfe8a2d110be344d18d6a6", null ], [ "red_escape_zrl_callback", "items_8php.html#a83a349062945d585edb4b3c5d763ab6e", null ], diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index e3e6e1355..6b1775abb 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -109,12 +109,17 @@ $(document).ready(function(){initNavTree('language_8php.html','');});
    language.php File Reference
    + +

    translation support +More...

    + + @@ -123,15 +128,23 @@ Functions + + + + +

    Functions

     get_browser_language ()
     Get the browser's submitted preferred languages. More...
     
     get_best_language ()
     Returns the best language for which also a translation exists. More...
     
     push_lang ($language)
     
     load_translation_table ($lang, $install=false)
     
     t ($s)
     translate string if translation exists. More...
     
     tt ($singular, $plural, $count)
     
     string_plural_select_default ($n)
     
     detect_language ($s)
     Takes a string and tries to identify the language. More...
     
     get_language_name ($s, $l=null)
     Returns the display name of a given language code. More...
     
    -

    Function Documentation

    +

    Detailed Description

    +

    translation support

    +

    This file contains functions to work with translations and other language related tasks.

    +

    Function Documentation

    @@ -146,6 +159,18 @@ Functions
    +

    Takes a string and tries to identify the language.

    +

    It uses the pear library Text_LanguageDetect and it can identify 52 human languages. It returns the identified languges and a confidence score for each.

    +

    Strings need to have a min length config['system']['language_detect_min_length'] and you can influence the confidence that must be met before a result will get returned through config['system']['language_detect_min_confidence'].

    +
    See Also
    http://pear.php.net/package/Text_LanguageDetect
    +
    Parameters
    + + +
    sA string to examine
    +
    +
    +
    Returns
    Language code in 2-letter ISO 639-1 (en, de, fr) format
    +

    Referenced by item_store(), and item_store_update().

    @@ -163,6 +188,11 @@ Functions
    +

    Returns the best language for which also a translation exists.

    +

    This function takes the results from get_browser_language() and compares it with the available translations and returns the best fitting language for which there exists a translation.

    +

    If there is no match fall back to config['system']['language']

    +
    Returns
    Language code in 2-letter ISO 639-1 (en).
    +

    Referenced by create_account().

    @@ -179,12 +209,54 @@ Functions
    -

    translation support

    + +

    Get the browser's submitted preferred languages.

    +

    This functions parses the HTTP_ACCEPT_LANGUAGE header sent by the browser and extracts the preferred languages and their priority.

    Get the language setting directly from system variables, bypassing get_config() as database may not yet be configured.

    -

    If possible, we use the value from the browser.

    +

    If possible, we use the value from the browser.

    +
    Returns
    array with ordered list of preferred languages from browser

    Referenced by get_best_language().

    +
    + + +
    +
    + + + + + + + + + + + + + + + + + + +
    get_language_name ( $s,
     $l = null 
    )
    +
    + +

    Returns the display name of a given language code.

    +

    By default we use the localized language name. You can switch the result to any language with the optional 2nd parameter $l.

    +

    $s and $l can be in any format that PHP's Locale understands. We will mostly use the 2-letter ISO 639-1 (en, de, fr) format.

    +

    If nothing could be looked up it returns $s.

    +
    Parameters
    + + + +
    $sLanguage code to look up
    $l(optional) In which language to return the name
    +
    +
    +
    Returns
    string with the language name, or $s if unrecognized
    +
    @@ -280,7 +352,16 @@ Functions
    -

    Referenced by achievements_content(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), 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_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chanview_content(), 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(), community_content(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), 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(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), 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(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), match_content(), menu_content(), menu_post(), 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(), page_content(), paginate(), pdl_selector(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), posted_date_widget(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    +

    translate string if translation exists.

    +
    Parameters
    + + +
    sstring that should get translated
    +
    +
    +
    Returns
    translated string if exsists, otherwise s
    + +

    Referenced by achievements_content(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), 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_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chanview_content(), 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(), community_content(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), 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(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), 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(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_author_rss(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), 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(), paginate(), pdl_selector(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    diff --git a/doc/html/language_8php.js b/doc/html/language_8php.js index ed2266957..260cbb417 100644 --- a/doc/html/language_8php.js +++ b/doc/html/language_8php.js @@ -3,6 +3,7 @@ var language_8php = [ "detect_language", "language_8php.html#a632da17c7ac0d2dc1a00a4706870194b", null ], [ "get_best_language", "language_8php.html#a980dee1d8715a98ab02e36b59facf8ed", null ], [ "get_browser_language", "language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e", null ], + [ "get_language_name", "language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7", null ], [ "load_translation_table", "language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05", null ], [ "pop_lang", "language_8php.html#a78bd204955ec4cc3a9ac651285a1689d", null ], [ "push_lang", "language_8php.html#ac9142ef1d01a235c760deb0f16643f5a", null ], diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 3b2138fc3..e9b142c1f 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -36,14 +36,14 @@ var NAVTREE = var NAVTREEINDEX = [ "BaseObject_8php.html", -"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8", -"classConversation.html#a66f121ca4026246f86a732e5faa0682c", -"classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393", -"functions_0x68.html", -"include_2directory_8php.html", -"namespacemembers_vars.html", -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0", -"webpages_8php.html" +"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866", +"classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8", +"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f", +"functions_0x63.html", +"include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6", +"namespaceFriendica.html", +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052", +"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index 9afe72c2e..7d3fb5a74 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -24,15 +24,16 @@ var NAVTREEINDEX0 = "__well__known_8php.html":[5,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[5,0,1,0,0], "account_8php.html":[5,0,0,2], -"account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[5,0,0,2,6], +"account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[5,0,0,2,7], +"account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9":[5,0,0,2,6], "account_8php.html#a141fe579c351c78209d425473f978eb5":[5,0,0,2,5], "account_8php.html#a144b4891022567668375b58ea61cfff0":[5,0,0,2,4], "account_8php.html#a43e3042b2723d76915a030bac3c668b6":[5,0,0,2,0], "account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f":[5,0,0,2,1], -"account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[5,0,0,2,7], +"account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[5,0,0,2,8], "account_8php.html#aaff7720423417a4333697894ffd9ddeb":[5,0,0,2,3], -"account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[5,0,0,2,9], -"account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[5,0,0,2,8], +"account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[5,0,0,2,10], +"account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[5,0,0,2,9], "account_8php.html#ae052bd5558847bd38e89c213561a9771":[5,0,0,2,2], "achievements_8php.html":[5,0,1,1], "achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e":[5,0,1,1,0], @@ -74,8 +75,9 @@ var NAVTREEINDEX0 = "apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[5,0,3,2,0,0,2,0], "auth_8php.html":[5,0,0,7], "auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[5,0,0,7,0], -"auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5":[5,0,0,7,2], -"auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[5,0,0,7,1], +"auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5":[5,0,0,7,3], +"auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[5,0,0,7,2], +"auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38":[5,0,0,7,1], "bb2diaspora_8php.html":[5,0,0,9], "bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[5,0,0,9,7], "bb2diaspora_8php.html#a26c09c218413610e62e60754c579f6c6":[5,0,0,9,2], @@ -92,14 +94,15 @@ var NAVTREEINDEX0 = "bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a":[5,0,0,10,4], "bbcode_8php.html#a2be26414a367118143cc89e2d58e7377":[5,0,0,10,5], "bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd":[5,0,0,10,0], -"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[5,0,0,10,11], +"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[5,0,0,10,12], "bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e":[5,0,0,10,3], -"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[5,0,0,10,9], -"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[5,0,0,10,10], +"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[5,0,0,10,10], +"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[5,0,0,10,11], +"bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7":[5,0,0,10,9], "bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f":[5,0,0,10,1], "bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[5,0,0,10,6], "bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c":[5,0,0,10,2], -"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[5,0,0,10,12], +"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[5,0,0,10,13], "blocks_8php.html":[5,0,1,7], "blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12":[5,0,1,7,0], "blogga_2php_2theme_8php.html":[5,0,3,2,1,0,2], @@ -114,7 +117,7 @@ var NAVTREEINDEX0 = "boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,131], "boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,35], "boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,145], -"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,243], +"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,244], "boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,51], "boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,163], "boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,43], @@ -123,14 +126,14 @@ var NAVTREEINDEX0 = "boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,202], "boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,65], "boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,167], -"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,261], -"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,257], -"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,260], +"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,262], +"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,258], +"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,261], "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[5,0,4,21], "boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,57], "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[5,0,4,15], "boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,75], -"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,247], +"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,248], "boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,79], "boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,76], "boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,193], @@ -139,42 +142,42 @@ var NAVTREEINDEX0 = "boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,140], "boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,166], "boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,134], -"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,268], -"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,237], -"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,270], +"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,269], +"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,238], +"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,271], "boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,170], "boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,74], -"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,216], +"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,217], "boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,102], "boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,151], "boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,186], -"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,239], +"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,240], "boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,38], "boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[5,0,4,20], "boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,98], "boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,90], -"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,250], +"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,251], "boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,189], "boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,81], "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,126], -"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,214], +"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,215], "boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,103], -"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,235], +"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,236], "boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,185], "boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,123], "boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,66], "boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,71], -"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,221], +"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,222], "boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,138], "boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,40], "boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,116], "boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,153], -"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,274], +"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,275], "boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,174], "boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,105], "boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,110], -"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,273], -"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,212], +"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,274], +"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,213], "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[5,0,4,12], "boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,58], "boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,88], @@ -187,22 +190,22 @@ var NAVTREEINDEX0 = "boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,148], "boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,69], "boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,154], -"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,258], +"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,259], "boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,172], "boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,101], -"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,229], +"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,230], "boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,171], "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[5,0,4,6], "boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,204], -"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,225], +"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,226], "boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,196], "boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,152], "boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,39], "boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,80], "boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,32], "boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,188], -"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,224], -"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,271], +"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,225], +"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,272], "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[5,0,4,19], "boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,59], "boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,178], @@ -212,32 +215,32 @@ var NAVTREEINDEX0 = "boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,201], "boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[5,0,4,18], "boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,73], -"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,254], +"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,255], "boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,164], "boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,136], "boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,139], "boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,42], "boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,142], -"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,241], -"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,228], -"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,222], +"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,242], +"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,229], +"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,223], "boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,99], "boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,91], -"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,210], +"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,211], "boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,125], "boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,205], -"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,240], +"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,241], "boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,157], "boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,27], "boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,179], "boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,129], "boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,70], "boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2], -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,262], +"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,263], "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[5,0,4,4], "boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,72], "boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,85], -"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,231], +"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,232], "boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,111], "boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,63], "boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,128], @@ -246,8 +249,5 @@ var NAVTREEINDEX0 = "boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,104], "boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,55], "boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,161], -"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,46], -"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,82], -"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,114], -"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,198] +"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,46] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 941a9d3ae..49fa2193d 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,38 +1,42 @@ var NAVTREEINDEX1 = { +"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,82], +"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,114], +"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,198], "boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,50], "boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,108], "boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,54], +"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[5,0,4,209], "boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,121], "boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,113], -"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,253], -"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,252], +"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,254], +"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,253], "boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,177], "boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[5,0,4,16], "boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,96], "boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,206], -"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,226], +"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,227], "boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,124], "boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,118], -"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,233], -"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,269], +"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,234], +"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,270], "boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,30], "boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[5,0,4,11], "boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,143], "boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,122], "boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,120], -"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,264], -"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,238], +"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,265], +"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,239], "boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[5,0,4,17], "boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,191], -"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,227], +"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,228], "boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,45], "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[5,0,4,5], -"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,219], +"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,220], "boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,192], -"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,267], -"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,255], -"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,218], +"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,268], +"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,256], +"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,219], "boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,180], "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,24], "boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,199], @@ -43,18 +47,18 @@ var NAVTREEINDEX1 = "boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,107], "boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,84], "boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,93], -"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,223], +"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,224], "boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,133], "boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,208], "boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,64], "boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,183], "boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,112], -"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,209], +"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,210], "boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,31], "boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,203], -"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,230], +"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,231], "boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,176], -"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,213], +"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,214], "boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,106], "boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,135], "boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,52], @@ -62,21 +66,21 @@ var NAVTREEINDEX1 = "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[5,0,4,7], "boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,95], "boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,36], -"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,234], +"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,235], "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[5,0,4,3], -"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,259], +"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,260], "boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,62], "boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,109], "boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,94], "boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,119], "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[5,0,4,23], "boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,162], -"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,232], +"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,233], "boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,92], "boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[5,0,4,25], "boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,34], "boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,53], -"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,265], +"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,266], "boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,115], "boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,117], "boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,190], @@ -84,8 +88,8 @@ var NAVTREEINDEX1 = "boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[5,0,4,13], "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[5,0,4,8], "boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,165], -"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,266], -"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,220], +"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,267], +"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,221], "boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,197], "boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,61], "boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,146], @@ -94,47 +98,47 @@ var NAVTREEINDEX1 = "boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,68], "boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,83], "boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,28], -"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,215], -"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,242], -"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,236], +"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,216], +"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,243], +"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,237], "boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,89], "boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,130], -"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,245], +"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,246], "boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,37], "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[5,0,4,22], -"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,251], +"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,252], "boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,173], "boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,149], "boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,181], -"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,263], +"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,264], "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,26], -"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,256], +"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,257], "boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,47], -"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,217], -"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,246], +"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,218], +"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,247], "boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,156], "boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,97], "boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,168], "boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,182], "boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,132], "boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,29], -"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,248], +"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,249], "boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,175], "boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,56], "boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,48], "boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,137], "boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,195], "boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,86], -"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,244], +"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,245], "boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,187], "boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,169], -"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,249], +"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,250], "boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,44], "boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,78], "boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,141], "boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[5,0,4,14], -"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,272], -"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,211], +"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,273], +"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,212], "cache_8php.html":[5,0,0,12], "channel_8php.html":[5,0,1,10], "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[5,0,1,10,0], @@ -245,9 +249,5 @@ var NAVTREEINDEX1 = "classConversation.html#a2a96b7a6573ae53db861624659e831cb":[4,0,8,6], "classConversation.html#a2f12724ef0244e9049fe1bb9641b516d":[4,0,8,19], "classConversation.html#a41f4a549e6a99f98935c4742addd22c8":[4,0,8,20], -"classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901":[4,0,8,2], -"classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[4,0,8,7], -"classConversation.html#a5879199008b96bee7550b576d614e1c1":[4,0,8,10], -"classConversation.html#a5b6adbb2fe24f0f53d6c22660dff91b2":[4,0,8,17], -"classConversation.html#a5effe8ad3007e01333df44b81432b813":[4,0,8,5] +"classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901":[4,0,8,2] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index c7d24977c..99e602486 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,5 +1,9 @@ var NAVTREEINDEX2 = { +"classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[4,0,8,7], +"classConversation.html#a5879199008b96bee7550b576d614e1c1":[4,0,8,10], +"classConversation.html#a5b6adbb2fe24f0f53d6c22660dff91b2":[4,0,8,17], +"classConversation.html#a5effe8ad3007e01333df44b81432b813":[4,0,8,5], "classConversation.html#a66f121ca4026246f86a732e5faa0682c":[4,0,8,11], "classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[4,0,8,1], "classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[4,0,8,16], @@ -103,10 +107,11 @@ var NAVTREEINDEX2 = "classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e":[4,0,23,4], "classRedBrowser.html":[4,0,24], "classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e":[4,0,24,1], -"classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f":[4,0,24,3], +"classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f":[4,0,24,4], "classRedBrowser.html#a4b76be9ccef0262cf78fffb4129eda93":[4,0,24,0], -"classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349":[4,0,24,2], -"classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35":[4,0,24,4], +"classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349":[4,0,24,3], +"classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3":[4,0,24,2], +"classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35":[4,0,24,5], "classRedDirectory.html":[4,0,25], "classRedDirectory.html#a0f113244cd85c17848df991001d024f4":[4,0,25,12], "classRedDirectory.html#a11376aed1963b4471eb1592c13c63976":[4,0,25,10], @@ -244,10 +249,5 @@ var NAVTREEINDEX2 = "classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8":[4,0,21,7], "classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4":[4,0,21,0], "classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66":[4,0,21,2], -"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[4,0,21,6], -"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[4,0,21,8], -"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[4,0,21,5], -"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[4,0,21,4], -"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[4,0,21,9], -"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[4,0,21,1] +"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[4,0,21,6] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index e62ec8c6e..9816afbf7 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,5 +1,10 @@ var NAVTREEINDEX3 = { +"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[4,0,21,8], +"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[4,0,21,5], +"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[4,0,21,4], +"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[4,0,21,9], +"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[4,0,21,1], "classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[4,0,21,3], "cli__startup_8php.html":[5,0,0,15], "cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[5,0,0,15,0], @@ -244,10 +249,5 @@ var NAVTREEINDEX3 = "functions.html":[4,3,0,0], "functions_0x5f.html":[4,3,0,1], "functions_0x61.html":[4,3,0,2], -"functions_0x62.html":[4,3,0,3], -"functions_0x63.html":[4,3,0,4], -"functions_0x64.html":[4,3,0,5], -"functions_0x65.html":[4,3,0,6], -"functions_0x66.html":[4,3,0,7], -"functions_0x67.html":[4,3,0,8] +"functions_0x62.html":[4,3,0,3] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index b75aae4bb..4b882f43c 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,5 +1,10 @@ var NAVTREEINDEX4 = { +"functions_0x63.html":[4,3,0,4], +"functions_0x64.html":[4,3,0,5], +"functions_0x65.html":[4,3,0,6], +"functions_0x66.html":[4,3,0,7], +"functions_0x67.html":[4,3,0,8], "functions_0x68.html":[4,3,0,9], "functions_0x69.html":[4,3,0,10], "functions_0x6c.html":[4,3,0,11], @@ -32,8 +37,8 @@ var NAVTREEINDEX4 = "functions_func_0x74.html":[4,3,1,17], "functions_func_0x76.html":[4,3,1,18], "functions_vars.html":[4,3,2], -"globals.html":[5,1,0,0], "globals.html":[5,1,0], +"globals.html":[5,1,0,0], "globals_0x5f.html":[5,1,0,1], "globals_0x61.html":[5,1,0,2], "globals_0x62.html":[5,1,0,3], @@ -60,8 +65,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[5,1,0,24], "globals_0x78.html":[5,1,0,25], "globals_0x7a.html":[5,1,0,26], -"globals_func.html":[5,1,1,0], "globals_func.html":[5,1,1], +"globals_func.html":[5,1,1,0], "globals_func_0x61.html":[5,1,1,1], "globals_func_0x62.html":[5,1,1,2], "globals_func_0x63.html":[5,1,1,3], @@ -134,29 +139,30 @@ var NAVTREEINDEX4 = "html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,39,1], "identity_8php.html":[5,0,0,40], "identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,40,3], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,40,9], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,40,10], "identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,40,2], -"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,40,12], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,40,18], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,40,17], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,40,19], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,40,7], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,40,22], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,40,23], +"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,40,13], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,40,19], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,40,18], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,40,20], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,40,8], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,40,23], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,40,24], "identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,40,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,40,20], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,40,15], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,40,8], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,40,21], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,40,16], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,40,9], "identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,40,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,40,11], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,40,10], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,40,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,40,13], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,40,12], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,40,11], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,40,6], +"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[5,0,0,40,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,40,14], "identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,40,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,40,16], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,40,14], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,40,6], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,40,21], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,40,17], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,40,15], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,40,7], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,40,22], "import_8php.html":[5,0,1,42], "import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,42,1], "import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,42,0], @@ -243,11 +249,5 @@ var NAVTREEINDEX4 = "include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[5,0,0,18,11], "include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[5,0,0,18,1], "include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[5,0,0,18,2], -"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[5,0,0,18,6], -"include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6":[5,0,0,18,8], -"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[5,0,0,18,5], -"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[5,0,0,18,10], -"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[5,0,0,18,3], -"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[5,0,0,18,4], -"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,18,12] +"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[5,0,0,18,6] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index e23ba560c..59be36460 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,5 +1,11 @@ var NAVTREEINDEX5 = { +"include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6":[5,0,0,18,8], +"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[5,0,0,18,5], +"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[5,0,0,18,10], +"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[5,0,0,18,3], +"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[5,0,0,18,4], +"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,18,12], "include_2directory_8php.html":[5,0,0,29], "include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[5,0,0,29,0], "include_2follow_8php.html":[5,0,0,34], @@ -97,29 +103,30 @@ var NAVTREEINDEX5 = "items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,43,27], "items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,43,7], "items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,43,32], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,43,36], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,43,37], "items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,43,24], "items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,43,4], "items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,43,31], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,43,38], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,43,39], "items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,43,3], "items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,43,13], "items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,43,56], "items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,43,20], "items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,43,0], -"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,43,44], +"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,43,45], "items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,43,47], "items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,43,50], "items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,43,29], "items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,43,19], "items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,43,12], "items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,43,17], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,43,37], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,43,38], "items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,43,15], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,43,35], -"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,43,40], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,43,34], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,43,36], +"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,43,41], "items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,43,33], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,43,42], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,43,43], "items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,43,16], "items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,43,48], "items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,43,11], @@ -136,29 +143,29 @@ var NAVTREEINDEX5 = "items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,43,51], "items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,43,52], "items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,43,25], -"items_8php.html#abe695dd89e1e10ed042c26b80114f0ed":[5,0,0,43,45], "items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,43,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,43,43], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,43,44], "items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,43,18], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,43,39], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,43,40], "items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,43,46], "items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,43,53], "items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,43,49], "items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,43,23], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,43,34], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,43,41], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,43,35], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,43,42], "items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,43,14], "items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,43,22], "language_8php.html":[5,0,0,44], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,44,6], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,44,7], +"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[5,0,0,44,3], "language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,44,0], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,44,4], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,44,3], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,44,5], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,44,4], "language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,44,1], -"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,44,7], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,44,5], +"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,44,8], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,44,6], "language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,44,2], -"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,44,8], +"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,44,9], "layouts_8php.html":[5,0,1,45], "layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,45,0], "like_8php.html":[5,0,1,46], @@ -230,10 +237,10 @@ var NAVTREEINDEX5 = "mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,63,0], "mod_2oembed_8php.html":[5,0,1,64], "mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,64,0], -"mod_2photos_8php.html":[5,0,1,71], -"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,71,2], -"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,71,0], -"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,71,1], +"mod_2photos_8php.html":[5,0,1,72], +"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,72,2], +"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,72,0], +"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,72,1], "mod__filestorage_8php.html":[5,0,3,0,0], "mod__import_8php.html":[5,0,3,1,3], "mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,1,3,0], @@ -242,12 +249,5 @@ var NAVTREEINDEX5 = "mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,57,1], "msearch_8php.html":[5,0,1,58], "msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,58,0], -"namespaceFriendica.html":[3,0,1], -"namespaceFriendica.html":[4,0,1], -"namespaceacl__selectors.html":[4,0,0], -"namespaceacl__selectors.html":[3,0,0], -"namespacefriendica-to-smarty-tpl.html":[4,0,2], -"namespacefriendica-to-smarty-tpl.html":[3,0,2], -"namespacemembers.html":[3,1,0], -"namespacemembers_func.html":[3,1,1] +"namespaceFriendica.html":[4,0,1] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 0905f396b..1493d3b2c 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,9 +1,16 @@ var NAVTREEINDEX6 = { +"namespaceFriendica.html":[3,0,1], +"namespaceacl__selectors.html":[4,0,0], +"namespaceacl__selectors.html":[3,0,0], +"namespacefriendica-to-smarty-tpl.html":[4,0,2], +"namespacefriendica-to-smarty-tpl.html":[3,0,2], +"namespacemembers.html":[3,1,0], +"namespacemembers_func.html":[3,1,1], "namespacemembers_vars.html":[3,1,2], "namespaces.html":[3,0], -"namespaceupdatetpl.html":[3,0,3], "namespaceupdatetpl.html":[4,0,3], +"namespaceupdatetpl.html":[3,0,3], "namespaceutil.html":[4,0,4], "namespaceutil.html":[3,0,4], "nav_8php.html":[5,0,0,47], @@ -35,20 +42,22 @@ var NAVTREEINDEX6 = "onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,54,0], "online_8php.html":[5,0,1,66], "online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,66,0], -"opensearch_8php.html":[5,0,1,67], -"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,67,0], -"page_8php.html":[5,0,1,68], -"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,68,1], -"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,68,0], +"openid_8php.html":[5,0,1,67], +"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[5,0,1,67,0], +"opensearch_8php.html":[5,0,1,68], +"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,68,0], +"page_8php.html":[5,0,1,69], +"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,69,1], +"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,69,0], "page__widgets_8php.html":[5,0,0,55], "page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,55,1], "page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,55,0], "pages.html":[], -"parse__url_8php.html":[5,0,1,69], -"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,69,2], -"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,69,3], -"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,69,1], -"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,69,0], +"parse__url_8php.html":[5,0,1,70], +"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,70,2], +"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,70,3], +"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,70,1], +"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,70,0], "passion_8php.html":[5,0,3,2,0,1,6], "passionwide_8php.html":[5,0,3,2,0,1,7], "permissions_8php.html":[5,0,0,56], @@ -57,8 +66,8 @@ var NAVTREEINDEX6 = "permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,56,3], "permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,56,4], "permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,56,1], -"photo_8php.html":[5,0,1,70], -"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,70,0], +"photo_8php.html":[5,0,1,71], +"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,71,0], "photo__driver_8php.html":[5,0,0,1,0], "photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[5,0,0,1,0,2], "photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[5,0,0,1,0,1], @@ -79,11 +88,11 @@ var NAVTREEINDEX6 = "php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762":[5,0,3,1,0,0], "php_2theme__init_8php.html":[5,0,3,1,5], "php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,5,0], -"php_8php.html":[5,0,1,72], -"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,72,0], +"php_8php.html":[5,0,1,73], +"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,73,0], "pine_8php.html":[5,0,3,2,0,1,8], -"ping_8php.html":[5,0,1,73], -"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,73,0], +"ping_8php.html":[5,0,1,74], +"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,74,0], "plugin_8php.html":[5,0,0,58], "plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,58,21], "plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,58,24], @@ -117,16 +126,16 @@ var NAVTREEINDEX6 = "plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,58,5], "po2php_8php.html":[5,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[5,0,2,7,0], -"poco_8php.html":[5,0,1,74], -"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,74,0], -"poke_8php.html":[5,0,1,75], -"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,75,1], -"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,75,0], +"poco_8php.html":[5,0,1,75], +"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,75,0], +"poke_8php.html":[5,0,1,76], +"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,76,1], +"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,76,0], "poller_8php.html":[5,0,0,59], "poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,59,0], -"post_8php.html":[5,0,1,76], -"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,76,0], -"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,76,1], +"post_8php.html":[5,0,1,77], +"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,77,0], +"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,77,1], "post__to__red_8php.html":[5,0,2,1,0,0], "post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823":[5,0,2,1,0,0,16], "post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c":[5,0,2,1,0,0,12], @@ -152,36 +161,36 @@ var NAVTREEINDEX6 = "post__to__red_8php.html#af2713018a2dc97e88f121fc6215beb66":[5,0,2,1,0,0,18], "post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a":[5,0,2,1,0,0,23], "post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[5,0,2,1,0,0,11], -"pretheme_8php.html":[5,0,1,77], -"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,77,0], -"probe_8php.html":[5,0,1,78], -"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,78,0], -"profile_8php.html":[5,0,1,79], -"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,79,0], -"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,79,1], -"profile__photo_8php.html":[5,0,1,80], -"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,80,0], -"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,80,1], +"pretheme_8php.html":[5,0,1,78], +"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,78,0], +"probe_8php.html":[5,0,1,79], +"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,79,0], +"profile_8php.html":[5,0,1,80], +"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,80,0], +"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,80,1], +"profile__photo_8php.html":[5,0,1,81], +"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,81,0], +"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,81,1], "profile__selectors_8php.html":[5,0,0,60], "profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,60,2], "profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,60,1], "profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,60,0], -"profiles_8php.html":[5,0,1,81], -"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,81,1], -"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,81,0], -"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,81,2], -"profperm_8php.html":[5,0,1,82], -"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,82,1], -"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,82,0], -"pubsites_8php.html":[5,0,1,83], -"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,83,0], +"profiles_8php.html":[5,0,1,82], +"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,82,1], +"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,82,0], +"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,82,2], +"profperm_8php.html":[5,0,1,83], +"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,83,1], +"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,83,0], +"pubsites_8php.html":[5,0,1,84], +"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,84,0], "queue_8php.html":[5,0,0,62], "queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,62,0], "queue__fn_8php.html":[5,0,0,63], "queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,63,1], "queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,63,0], -"randprof_8php.html":[5,0,1,84], -"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,84,0], +"randprof_8php.html":[5,0,1,85], +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,85,0], "redbasic_2php_2style_8php.html":[5,0,3,2,2,0,1], "redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,2,2,0,1,1], "redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,2,2,0,1,0], @@ -196,28 +205,28 @@ var NAVTREEINDEX6 = "reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,64,5], "reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,64,6], "reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,64,4], -"register_8php.html":[5,0,1,85], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,85,0], -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,85,2], -"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,85,1], -"regmod_8php.html":[5,0,1,86], -"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,86,0], -"removeme_8php.html":[5,0,1,87], -"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,87,0], -"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,87,1], -"rmagic_8php.html":[5,0,1,88], -"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,88,0], -"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,88,2], -"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,88,1], -"rpost_8php.html":[5,0,1,89], -"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,89,0], -"rsd__xml_8php.html":[5,0,1,90], -"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,90,0], -"search_8php.html":[5,0,1,91], -"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,91,0], -"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,91,1], -"search__ac_8php.html":[5,0,1,92], -"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,92,0], +"register_8php.html":[5,0,1,86], +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,86,0], +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,86,2], +"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,86,1], +"regmod_8php.html":[5,0,1,87], +"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,87,0], +"removeme_8php.html":[5,0,1,88], +"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,88,0], +"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,88,1], +"rmagic_8php.html":[5,0,1,89], +"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,89,0], +"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,89,2], +"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,89,1], +"rpost_8php.html":[5,0,1,90], +"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,90,0], +"rsd__xml_8php.html":[5,0,1,91], +"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,91,0], +"search_8php.html":[5,0,1,92], +"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,92,0], +"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,92,1], +"search__ac_8php.html":[5,0,1,93], +"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,93,0], "security_8php.html":[5,0,0,65], "security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,65,11], "security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,65,2], @@ -240,14 +249,5 @@ var NAVTREEINDEX6 = "session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,66,7], "session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,66,6], "session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,66,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,66,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,66,2], -"settings_8php.html":[5,0,1,93], -"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,93,0], -"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,93,1], -"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,93,2], -"setup_8php.html":[5,0,1,94], -"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,94,2], -"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,94,14], -"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,94,5] +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,66,9] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index f5f0b60f1..9ca9e8985 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,28 +1,37 @@ var NAVTREEINDEX7 = { -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,94,13], -"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,94,10], -"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,94,3], -"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,94,1], -"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,94,8], -"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,94,12], -"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,94,4], -"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,94,7], -"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,94,11], -"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,94,9], -"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,94,16], -"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,94,0], -"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,94,15], -"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,94,6], -"share_8php.html":[5,0,1,95], -"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,95,0], -"siteinfo_8php.html":[5,0,1,96], -"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,96,1], -"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,96,0], -"sitelist_8php.html":[5,0,1,97], -"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,97,0], -"smilies_8php.html":[5,0,1,98], -"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,98,0], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,66,2], +"settings_8php.html":[5,0,1,94], +"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,94,0], +"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,94,1], +"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,94,2], +"setup_8php.html":[5,0,1,95], +"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,95,2], +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,95,14], +"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,95,5], +"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,95,13], +"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,95,10], +"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,95,3], +"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,95,1], +"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,95,8], +"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,95,12], +"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,95,4], +"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,95,7], +"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,95,11], +"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,95,9], +"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,95,16], +"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,95,0], +"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,95,15], +"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,95,6], +"share_8php.html":[5,0,1,96], +"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,96,0], +"siteinfo_8php.html":[5,0,1,97], +"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,97,1], +"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,97,0], +"sitelist_8php.html":[5,0,1,98], +"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,98,0], +"smilies_8php.html":[5,0,1,99], +"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,99,0], "socgraph_8php.html":[5,0,0,67], "socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,67,0], "socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,67,6], @@ -33,28 +42,28 @@ var NAVTREEINDEX7 = "socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,67,2], "socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,67,5], "socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,67,3], -"sources_8php.html":[5,0,1,99], -"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,99,0], -"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,99,1], +"sources_8php.html":[5,0,1,100], +"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,100,0], +"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,100,1], "spam_8php.html":[5,0,0,68], "spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,68,1], "spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,68,0], -"sslify_8php.html":[5,0,1,100], -"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,100,0], -"starred_8php.html":[5,0,1,101], -"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,101,0], -"subthread_8php.html":[5,0,1,102], -"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,102,0], -"suggest_8php.html":[5,0,1,103], -"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,103,0], -"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,103,1], +"sslify_8php.html":[5,0,1,101], +"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,101,0], +"starred_8php.html":[5,0,1,102], +"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,102,0], +"subthread_8php.html":[5,0,1,103], +"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,103,0], +"suggest_8php.html":[5,0,1,104], +"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,104,0], +"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,104,1], "system__unavailable_8php.html":[5,0,0,69], "system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,69,0], -"tagger_8php.html":[5,0,1,104], -"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,104,0], -"tagrm_8php.html":[5,0,1,105], -"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,105,1], -"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,105,0], +"tagger_8php.html":[5,0,1,105], +"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,105,0], +"tagrm_8php.html":[5,0,1,106], +"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,106,1], +"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,106,0], "taxonomy_8php.html":[5,0,0,70], "taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,70,9], "taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,70,0], @@ -81,89 +90,91 @@ var NAVTREEINDEX7 = "text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,72,6], "text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,72,16], "text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,72,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,72,68], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,72,69], "text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,72,43], "text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,72,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,72,77], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,72,79], "text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,72,31], "text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,72,34], "text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,72,48], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,72,50], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,72,51], "text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,72,45], "text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,72,46], "text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,72,41], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,72,69], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,72,70], "text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,72,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,72,85], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,72,74], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,72,87], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,72,76], "text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,72,47], "text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,72,10], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,72,87], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,72,74], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,72,89], "text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,72,23], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,72,82], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,72,71], -"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,72,80], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,72,84], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,72,72], +"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,72,82], "text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,72,29], "text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,72,40], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,72,70], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,72,71], "text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,72,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,72,83], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,72,85], "text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,72,32], "text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,72,30], "text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,72,42], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,72,59], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,72,60], "text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,72,49], "text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,72,24], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,72,58], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,72,79], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,72,59], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,72,81], "text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,72,9], "text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,72,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,72,78], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,72,80], "text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,72,39], "text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,72,26], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,72,75], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,72,77], "text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,72,1], "text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,72,33], "text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,72,25], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,72,76], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,72,78], "text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,72,8], -"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,72,66], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,72,72], +"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,72,67], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,72,73], "text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,72,15], "text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,72,20], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,72,57], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,72,58], "text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,72,19], "text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,72,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,72,52], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,72,63], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,72,61], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,72,65], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,72,53], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,72,64], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,72,62], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,72,66], "text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,72,28], "text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,72,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,72,53], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,72,54], "text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,72,35], "text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,72,27], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,72,86], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,72,67], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,72,81], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,72,84], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,72,54], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,72,88], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,72,68], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,72,83], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,72,86], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,72,55], "text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,72,36], "text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,72,21], "text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,72,2], "text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,72,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,72,62], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,72,63], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,72,50], "text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,72,37], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,72,64], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,72,65], "text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,72,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,72,55], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,72,56], "text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,72,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,72,73], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,72,60], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,72,75], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,72,61], "text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,72,22], "text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,72,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,72,56], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,72,51], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,72,57], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,72,52], "theme_2blogga_2php_2default_8php.html":[5,0,3,2,1,0,1], "theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,0,1,2], "theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,0,1,0], @@ -174,13 +185,13 @@ var NAVTREEINDEX7 = "theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,2,1,1,0,0,1,1], "theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,1,0,0,1,0], "theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,2,2,0,3], -"thing_8php.html":[5,0,1,106], -"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,106,0], -"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,106,1], -"toggle__mobile_8php.html":[5,0,1,107], -"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,107,0], -"toggle__safesearch_8php.html":[5,0,1,108], -"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,108,0], +"thing_8php.html":[5,0,1,107], +"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,107,0], +"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,107,1], +"toggle__mobile_8php.html":[5,0,1,108], +"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,108,0], +"toggle__safesearch_8php.html":[5,0,1,109], +"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,109,0], "tpldebug_8php.html":[5,0,2,8], "tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0], "tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], @@ -194,18 +205,18 @@ var NAVTREEINDEX7 = "typohelper_8php.html":[5,0,2,10], "typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], "typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], -"uexport_8php.html":[5,0,1,109], -"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,109,0], -"update__channel_8php.html":[5,0,1,110], -"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,110,0], -"update__community_8php.html":[5,0,1,111], -"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,111,0], -"update__display_8php.html":[5,0,1,112], -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,112,0], -"update__network_8php.html":[5,0,1,113], -"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,113,0], -"update__search_8php.html":[5,0,1,114], -"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,114,0], +"uexport_8php.html":[5,0,1,110], +"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,110,0], +"update__channel_8php.html":[5,0,1,111], +"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,111,0], +"update__community_8php.html":[5,0,1,112], +"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,112,0], +"update__display_8php.html":[5,0,1,113], +"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,113,0], +"update__network_8php.html":[5,0,1,114], +"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,114,0], +"update__search_8php.html":[5,0,1,115], +"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,115,0], "updatetpl_8py.html":[5,0,2,11], "updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[5,0,2,11,5], "updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[5,0,2,11,2], @@ -233,21 +244,10 @@ var NAVTREEINDEX7 = "view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,2,2,0,0,0], "view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,2,0,0,1], "view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,2,0,0,2], -"view_8php.html":[5,0,1,115], -"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,115,0], -"viewconnections_8php.html":[5,0,1,116], -"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,116,1], -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,116,0], -"viewsrc_8php.html":[5,0,1,117], -"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,117,0], -"vote_8php.html":[5,0,1,118], -"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,118,2], -"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,118,0], -"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,118,1], -"wall__attach_8php.html":[5,0,1,119], -"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,119,0], -"wall__upload_8php.html":[5,0,1,120], -"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,120,0], -"webfinger_8php.html":[5,0,1,121], -"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,121,0] +"view_8php.html":[5,0,1,116], +"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,116,0], +"viewconnections_8php.html":[5,0,1,117], +"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,117,1], +"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,117,0], +"viewsrc_8php.html":[5,0,1,118] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index eacf68c68..e3484b759 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,9 +1,20 @@ var NAVTREEINDEX8 = { -"webpages_8php.html":[5,0,1,122], -"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,122,0], -"wfinger_8php.html":[5,0,1,123], -"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,123,0], +"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,118,0], +"vote_8php.html":[5,0,1,119], +"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,119,2], +"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,119,0], +"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,119,1], +"wall__attach_8php.html":[5,0,1,120], +"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,120,0], +"wall__upload_8php.html":[5,0,1,121], +"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,121,0], +"webfinger_8php.html":[5,0,1,122], +"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,122,0], +"webpages_8php.html":[5,0,1,123], +"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,123,0], +"wfinger_8php.html":[5,0,1,124], +"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,124,0], "widedarkness_8php.html":[5,0,3,2,0,1,10], "widgets_8php.html":[5,0,0,73], "widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,73,8], @@ -30,14 +41,14 @@ var NAVTREEINDEX8 = "widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,73,22], "widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,73,2], "widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,73,13], -"xchan_8php.html":[5,0,1,124], -"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,124,0], -"xrd_8php.html":[5,0,1,125], -"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,125,0], -"xref_8php.html":[5,0,1,126], -"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,126,0], -"zfinger_8php.html":[5,0,1,127], -"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,127,0], +"xchan_8php.html":[5,0,1,125], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,125,0], +"xrd_8php.html":[5,0,1,126], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,126,0], +"xref_8php.html":[5,0,1,127], +"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,127,0], +"zfinger_8php.html":[5,0,1,128], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,128,0], "zot_8php.html":[5,0,0,74], "zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,74,13], "zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,74,7], @@ -67,8 +78,8 @@ var NAVTREEINDEX8 = "zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,74,20], "zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,74,22], "zot_8php.html#aeec89da5b6ff090c63a79de4de884a35":[5,0,0,74,6], -"zotfeed_8php.html":[5,0,1,128], -"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,128,0], -"zping_8php.html":[5,0,1,129], -"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,129,0] +"zotfeed_8php.html":[5,0,1,129], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,129,0], +"zping_8php.html":[5,0,1,130], +"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,130,0] }; diff --git a/doc/html/openid_8php.html b/doc/html/openid_8php.html new file mode 100644 index 000000000..ac541c9bc --- /dev/null +++ b/doc/html/openid_8php.html @@ -0,0 +1,137 @@ + + + + + + +The Red Matrix: mod/openid.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    openid.php File Reference
    +
    +
    + + + + +

    +Functions

     openid_content (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    openid_content ($a)
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/openid_8php.js b/doc/html/openid_8php.js new file mode 100644 index 000000000..f5d89e346 --- /dev/null +++ b/doc/html/openid_8php.js @@ -0,0 +1,4 @@ +var openid_8php = +[ + [ "openid_content", "openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43", null ] +]; \ No newline at end of file diff --git a/doc/html/photo__driver_8php.html b/doc/html/photo__driver_8php.html index 86bd00f16..c702588fe 100644 --- a/doc/html/photo__driver_8php.html +++ b/doc/html/photo__driver_8php.html @@ -232,7 +232,7 @@ Functions diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index 3c04c4679..9b1a1a312 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(), bb_sanitize_style(), build_sync_packet(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_poll_interval(), contact_reputation(), dirprofile_init(), dirsearch_content(), 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(), new_contact(), FKOAuthDataStore\new_request_token(), obj_verb_selector(), photos_albums_list(), po2php_run(), poco_init(), poke_content(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), requestdata(), settings_post(), sslify_init(), startup(), tt(), vote_post(), x(), zfinger_init(), and zot_refresh().

    +

    Referenced by App\__construct(), Template\_get_var(), Template\_replcb_for(), activity_sanitise(), aes_encapsulate(), aes_unencapsulate(), bb_sanitize_style(), build_sync_packet(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_poll_interval(), contact_reputation(), dirprofile_init(), dirsearch_content(), 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(), new_contact(), FKOAuthDataStore\new_request_token(), obj_verb_selector(), openid_content(), photos_albums_list(), po2php_run(), poco_init(), poke_content(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), requestdata(), settings_post(), sslify_init(), startup(), tt(), vote_post(), x(), zfinger_init(), and zot_refresh().

    diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index 2a382269b..8f23cfee8 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -198,7 +198,7 @@ Functions
    -

    Referenced by api_login(), atom_author(), atom_entry(), authenticate_success(), avatar_img(), bb2diaspora(), bbcode(), channel_remove(), check_account_email(), check_account_invite(), check_account_password(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), cronhooks_run(), directory_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), feature_enabled(), gender_selector(), get_all_perms(), get_atom_elements(), get_features(), get_feed_for(), get_mood_verbs(), get_perms(), get_poke_verbs(), Item\get_template_data(), App\get_widgets(), group_select(), home_content(), home_init(), html2bbcode(), import_author_xchan(), import_directory_profile(), import_xchan(), item_photo_menu(), item_post(), item_store(), item_store_update(), like_content(), login(), magic_init(), mail_store(), marital_selector(), mood_init(), nav(), network_content(), network_to_name(), new_contact(), notification(), notifier_run(), obj_verbs(), oembed_fetch_url(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_content(), ping_init(), post_activity_item(), post_init(), prepare_body(), proc_run(), profile_content(), profile_sidebar(), profiles_content(), profiles_post(), replace_macros(), settings_post(), sexpref_selector(), siteinfo_content(), smilies(), subthread_content(), validate_channelname(), wfinger_init(), widget_affinity(), xrd_init(), zfinger_init(), zid(), and zid_init().

    +

    Referenced by api_login(), atom_author(), atom_entry(), authenticate_success(), avatar_img(), bb2diaspora(), bbcode(), channel_remove(), check_account_email(), check_account_invite(), check_account_password(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), cronhooks_run(), directory_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), feature_enabled(), gender_selector(), get_all_perms(), get_atom_elements(), get_features(), get_feed_for(), get_mood_verbs(), get_perms(), get_poke_verbs(), Item\get_template_data(), App\get_widgets(), group_select(), home_content(), home_init(), html2bbcode(), import_author_xchan(), import_directory_profile(), import_xchan(), item_photo_menu(), item_post(), item_store(), item_store_update(), like_content(), login(), magic_init(), mail_store(), marital_selector(), mood_init(), nav(), network_content(), network_to_name(), new_contact(), notification(), notifier_run(), obj_verbs(), oembed_fetch_url(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_content(), ping_init(), post_activity_item(), post_init(), prepare_body(), proc_run(), profile_content(), profile_sidebar(), profiles_content(), profiles_post(), replace_macros(), rmagic_post(), settings_post(), sexpref_selector(), siteinfo_content(), smilies(), subthread_content(), validate_channelname(), wfinger_init(), widget_affinity(), xrd_init(), zfinger_init(), zid(), and zid_init().

    @@ -290,7 +290,7 @@ Functions
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), setup_content(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), setup_content(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

    diff --git a/doc/html/search/all_62.js b/doc/html/search/all_62.js index c7bfb5bb9..e45a44444 100644 --- a/doc/html/search/all_62.js +++ b/doc/html/search/all_62.js @@ -18,6 +18,7 @@ var searchData= ['bb_5funspacefy_5fand_5ftrim',['bb_unspacefy_and_trim',['../bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d',1,'bbcode.php']]], ['bbcode',['bbcode',['../bbcode_8php.html#a009f61aaf78771737ed0765c8463911b',1,'bbcode.php']]], ['bbcode_2ephp',['bbcode.php',['../bbcode_8php.html',1,'']]], + ['bbiframe',['bbiframe',['../bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7',1,'bbcode.php']]], ['bbtoevent',['bbtoevent',['../event_8php.html#a180cccd63c2a2f00ff432b03113531f3',1,'event.php']]], ['bbtovcal',['bbtovcal',['../event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279',1,'event.php']]], ['best_5flink_5furl',['best_link_url',['../conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7',1,'conversation.php']]], @@ -30,8 +31,8 @@ var searchData= ['blogtheme_5fform',['blogtheme_form',['../view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php']]], ['blogtheme_5fimgurl',['blogtheme_imgurl',['../blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec',1,'theme.php']]], ['bookmark_5fadd',['bookmark_add',['../include_2bookmarks_8php.html#a88ce7dee6a3dc7465aa9b8eaa45b0087',1,'bookmarks.php']]], - ['bookmarks_2ephp',['bookmarks.php',['../include_2bookmarks_8php.html',1,'']]], ['bookmarks_2ephp',['bookmarks.php',['../mod_2bookmarks_8php.html',1,'']]], + ['bookmarks_2ephp',['bookmarks.php',['../include_2bookmarks_8php.html',1,'']]], ['bookmarks_5fcontent',['bookmarks_content',['../mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a',1,'bookmarks.php']]], ['bookmarks_5finit',['bookmarks_init',['../mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3',1,'bookmarks.php']]], ['boot_2ephp',['boot.php',['../boot_8php.html',1,'']]], diff --git a/doc/html/search/all_64.js b/doc/html/search/all_64.js index 61fbc8c2e..1a9b8dac7 100644 --- a/doc/html/search/all_64.js +++ b/doc/html/search/all_64.js @@ -77,6 +77,7 @@ var searchData= ['dob',['dob',['../datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8',1,'datetime.php']]], ['docblox_5ferrorchecker_2ephp',['docblox_errorchecker.php',['../docblox__errorchecker_8php.html',1,'']]], ['doscaleimage',['doScaleImage',['../classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f',1,'photo_driver\doScaleImage()'],['../classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754',1,'photo_gd\doScaleImage()'],['../classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66',1,'photo_imagick\doScaleImage()']]], + ['downgrade_5faccounts',['downgrade_accounts',['../account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9',1,'account.php']]], ['drop_5fitem',['drop_item',['../items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1',1,'items.php']]], ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]] ]; diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index 92ca30551..8901bffa8 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -17,6 +17,7 @@ var searchData= ['get_5fbrowser_5flanguage',['get_browser_language',['../language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e',1,'language.php']]], ['get_5fcapath',['get_capath',['../include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7',1,'network.php']]], ['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_5fcipher',['get_cipher',['../classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901',1,'Conversation']]], @@ -45,6 +46,7 @@ var searchData= ['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_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',['../classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88',1,'FriendicaSmartyEngine\get_markup_template()'],['../interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442',1,'ITemplateEngine\get_markup_template()'],['../classTemplate.html#afd97b4b1e7754a550e67c0ea79159059',1,'Template\get_markup_template()'],['../plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4',1,'get_markup_template(): plugin.php']]], ['get_5fmax_5fimport_5fsize',['get_max_import_size',['../boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90',1,'boot.php']]], @@ -89,6 +91,7 @@ var searchData= ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], ['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',['../classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3',1,'RedBrowser']]], ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], ['getcontenttype',['getContentType',['../classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b',1,'RedFile']]], @@ -110,8 +113,8 @@ var searchData= ['gravity_5flike',['GRAVITY_LIKE',['../boot_8php.html#a1f5906598e90b5ea2b4245f682be4348',1,'boot.php']]], ['gravity_5fparent',['GRAVITY_PARENT',['../boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3',1,'boot.php']]], ['greenthumbnails_2ephp',['greenthumbnails.php',['../greenthumbnails_8php.html',1,'']]], - ['group_2ephp',['group.php',['../mod_2group_8php.html',1,'']]], ['group_2ephp',['group.php',['../include_2group_8php.html',1,'']]], + ['group_2ephp',['group.php',['../mod_2group_8php.html',1,'']]], ['group_5fadd',['group_add',['../include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce',1,'group.php']]], ['group_5fadd_5fmember',['group_add_member',['../include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b',1,'group.php']]], ['group_5fbyname',['group_byname',['../include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb',1,'group.php']]], diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index 0a93cba40..3ec2ac6ca 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -7,6 +7,7 @@ var searchData= ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../apw_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a',1,'if(): style.php']]], ['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()']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], + ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], ['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]], ['import_5fauthor_5fzot',['import_author_zot',['../zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d',1,'zot.php']]], ['import_5fchannel_5fphoto',['import_channel_photo',['../photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a',1,'photo_driver.php']]], diff --git a/doc/html/search/all_6d.js b/doc/html/search/all_6d.js index 3502afdef..ec6e4bbe9 100644 --- a/doc/html/search/all_6d.js +++ b/doc/html/search/all_6d.js @@ -21,6 +21,7 @@ var searchData= ['marital_5fselector',['marital_selector',['../profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798',1,'profile_selectors.php']]], ['match_2ephp',['match.php',['../match_8php.html',1,'']]], ['match_5fcontent',['match_content',['../match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d',1,'match.php']]], + ['match_5fopenid',['match_openid',['../auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38',1,'auth.php']]], ['max_5fimage_5flength',['MAX_IMAGE_LENGTH',['../boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa',1,'boot.php']]], ['max_5flikers',['MAX_LIKERS',['../boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd',1,'boot.php']]], ['member_5fof',['member_of',['../include_2group_8php.html#a048f6892bfd28852de1b76470df411de',1,'group.php']]], diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js index 08c6e406a..4b343a645 100644 --- a/doc/html/search/all_6e.js +++ b/doc/html/search/all_6e.js @@ -55,6 +55,7 @@ var searchData= ['node2bbcodesub',['node2bbcodesub',['../html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7',1,'html2bbcode.php']]], ['none_2ephp',['none.php',['../none_8php.html',1,'']]], ['normalise_5flink',['normalise_link',['../text_8php.html#a4bbb7d00c05cd20b4e043424f322388f',1,'text.php']]], + ['normalise_5fopenid',['normalise_openid',['../text_8php.html#adba17ec946f4285285dc100f7860bf51',1,'text.php']]], ['notags',['notags',['../text_8php.html#a1af49756c8c71902a66c7e329c462beb',1,'text.php']]], ['notes_2ephp',['notes.php',['../notes_8php.html',1,'']]], ['notes_5finit',['notes_init',['../notes_8php.html#a4dbd7b1f906440746af48b484d66535a',1,'notes.php']]], diff --git a/doc/html/search/all_6f.js b/doc/html/search/all_6f.js index cc701412c..b67ac1b5f 100644 --- a/doc/html/search/all_6f.js +++ b/doc/html/search/all_6f.js @@ -25,6 +25,8 @@ var searchData= ['onepoll_5frun',['onepoll_run',['../onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d',1,'onepoll.php']]], ['online_2ephp',['online.php',['../online_8php.html',1,'']]], ['online_5finit',['online_init',['../online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7',1,'online.php']]], + ['openid_2ephp',['openid.php',['../openid_8php.html',1,'']]], + ['openid_5fcontent',['openid_content',['../openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43',1,'openid.php']]], ['opensearch_2ephp',['opensearch.php',['../opensearch_8php.html',1,'']]], ['opensearch_5finit',['opensearch_init',['../opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9',1,'opensearch.php']]], ['orient',['orient',['../classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d',1,'photo_driver']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index fd3a679b1..9172b2f9a 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -32,6 +32,7 @@ var searchData= ['perms_5fa_5fbookmark',['PERMS_A_BOOKMARK',['../boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b',1,'boot.php']]], ['perms_5fa_5fdelegate',['PERMS_A_DELEGATE',['../boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b',1,'boot.php']]], ['perms_5fa_5frepublish',['PERMS_A_REPUBLISH',['../boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead',1,'boot.php']]], + ['perms_5fauthed',['PERMS_AUTHED',['../boot_8php.html#a852d4036a3bed66af1534d014c4ecde2',1,'boot.php']]], ['perms_5fcontacts',['PERMS_CONTACTS',['../boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6',1,'boot.php']]], ['perms_5fnetwork',['PERMS_NETWORK',['../boot_8php.html#a6df1102664f64b274810db85197c2755',1,'boot.php']]], ['perms_5fpublic',['PERMS_PUBLIC',['../boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7',1,'boot.php']]], @@ -131,7 +132,6 @@ var searchData= ['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_5fdate_5fwidget',['posted_date_widget',['../items_8php.html#abe695dd89e1e10ed042c26b80114f0ed',1,'items.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/all_73.js b/doc/html/search/all_73.js index e646c70de..4253ba835 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -105,6 +105,7 @@ var searchData= ['string_5fplural_5fselect_5fdefault',['string_plural_select_default',['../language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0',1,'language.php']]], ['string_5fsplitter',['string_splitter',['../spam_8php.html#a05861201147b9a538d006f0269255cf9',1,'spam.php']]], ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], + ['strip_5fzids',['strip_zids',['../text_8php.html#a2f2585385530cb935a6325c809d84a4d',1,'text.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], diff --git a/doc/html/search/files_6f.js b/doc/html/search/files_6f.js index 4d739b50a..28bf1071e 100644 --- a/doc/html/search/files_6f.js +++ b/doc/html/search/files_6f.js @@ -8,5 +8,6 @@ var searchData= ['onedirsync_2ephp',['onedirsync.php',['../onedirsync_8php.html',1,'']]], ['onepoll_2ephp',['onepoll.php',['../onepoll_8php.html',1,'']]], ['online_2ephp',['online.php',['../online_8php.html',1,'']]], + ['openid_2ephp',['openid.php',['../openid_8php.html',1,'']]], ['opensearch_2ephp',['opensearch.php',['../opensearch_8php.html',1,'']]] ]; diff --git a/doc/html/search/functions_62.js b/doc/html/search/functions_62.js index 3675c92a6..ffdeffab1 100644 --- a/doc/html/search/functions_62.js +++ b/doc/html/search/functions_62.js @@ -14,6 +14,7 @@ var searchData= ['bb_5ftranslate_5fvideo',['bb_translate_video',['../text_8php.html#a3d2793d66db3345fd290b71e2eadf98e',1,'text.php']]], ['bb_5funspacefy_5fand_5ftrim',['bb_unspacefy_and_trim',['../bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d',1,'bbcode.php']]], ['bbcode',['bbcode',['../bbcode_8php.html#a009f61aaf78771737ed0765c8463911b',1,'bbcode.php']]], + ['bbiframe',['bbiframe',['../bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7',1,'bbcode.php']]], ['bbtoevent',['bbtoevent',['../event_8php.html#a180cccd63c2a2f00ff432b03113531f3',1,'event.php']]], ['bbtovcal',['bbtovcal',['../event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279',1,'event.php']]], ['best_5flink_5furl',['best_link_url',['../conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7',1,'conversation.php']]], diff --git a/doc/html/search/functions_64.js b/doc/html/search/functions_64.js index ef331a740..6fae4722d 100644 --- a/doc/html/search/functions_64.js +++ b/doc/html/search/functions_64.js @@ -44,6 +44,7 @@ var searchData= ['dlogger',['dlogger',['../text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c',1,'text.php']]], ['dob',['dob',['../datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8',1,'datetime.php']]], ['doscaleimage',['doScaleImage',['../classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f',1,'photo_driver\doScaleImage()'],['../classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754',1,'photo_gd\doScaleImage()'],['../classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66',1,'photo_imagick\doScaleImage()']]], + ['downgrade_5faccounts',['downgrade_accounts',['../account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9',1,'account.php']]], ['drop_5fitem',['drop_item',['../items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1',1,'items.php']]], ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]] ]; diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index 14b22673f..7d13c746a 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -17,6 +17,7 @@ var searchData= ['get_5fbrowser_5flanguage',['get_browser_language',['../language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e',1,'language.php']]], ['get_5fcapath',['get_capath',['../include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7',1,'network.php']]], ['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_5fcipher',['get_cipher',['../classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901',1,'Conversation']]], @@ -45,6 +46,7 @@ var searchData= ['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_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',['../classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88',1,'FriendicaSmartyEngine\get_markup_template()'],['../interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442',1,'ITemplateEngine\get_markup_template()'],['../classTemplate.html#afd97b4b1e7754a550e67c0ea79159059',1,'Template\get_markup_template()'],['../plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4',1,'get_markup_template(): plugin.php']]], ['get_5fmax_5fimport_5fsize',['get_max_import_size',['../boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90',1,'boot.php']]], @@ -89,6 +91,7 @@ var searchData= ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], ['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',['../classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3',1,'RedBrowser']]], ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], ['getcontenttype',['getContentType',['../classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b',1,'RedFile']]], diff --git a/doc/html/search/functions_69.js b/doc/html/search/functions_69.js index 2c38ca37c..729f2476d 100644 --- a/doc/html/search/functions_69.js +++ b/doc/html/search/functions_69.js @@ -4,6 +4,7 @@ var searchData= ['identity_5fcheck_5fservice_5fclass',['identity_check_service_class',['../identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633',1,'identity.php']]], ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], ['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()']]], + ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], ['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]], ['import_5fauthor_5fzot',['import_author_zot',['../zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d',1,'zot.php']]], ['import_5fchannel_5fphoto',['import_channel_photo',['../photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a',1,'photo_driver.php']]], diff --git a/doc/html/search/functions_6d.js b/doc/html/search/functions_6d.js index a8909656c..1b238fec5 100644 --- a/doc/html/search/functions_6d.js +++ b/doc/html/search/functions_6d.js @@ -11,6 +11,7 @@ var searchData= ['map_5fscope',['map_scope',['../items_8php.html#ac1fcf621dce7370515b420a7753f4726',1,'items.php']]], ['marital_5fselector',['marital_selector',['../profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798',1,'profile_selectors.php']]], ['match_5fcontent',['match_content',['../match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d',1,'match.php']]], + ['match_5fopenid',['match_openid',['../auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38',1,'auth.php']]], ['member_5fof',['member_of',['../include_2group_8php.html#a048f6892bfd28852de1b76470df411de',1,'group.php']]], ['menu_5fadd_5fitem',['menu_add_item',['../include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8',1,'menu.php']]], ['menu_5fcontent',['menu_content',['../mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf',1,'menu.php']]], diff --git a/doc/html/search/functions_6e.js b/doc/html/search/functions_6e.js index 81768a60f..c51d3673c 100644 --- a/doc/html/search/functions_6e.js +++ b/doc/html/search/functions_6e.js @@ -19,6 +19,7 @@ var searchData= ['node2bbcode',['node2bbcode',['../html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8',1,'html2bbcode.php']]], ['node2bbcodesub',['node2bbcodesub',['../html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7',1,'html2bbcode.php']]], ['normalise_5flink',['normalise_link',['../text_8php.html#a4bbb7d00c05cd20b4e043424f322388f',1,'text.php']]], + ['normalise_5fopenid',['normalise_openid',['../text_8php.html#adba17ec946f4285285dc100f7860bf51',1,'text.php']]], ['notags',['notags',['../text_8php.html#a1af49756c8c71902a66c7e329c462beb',1,'text.php']]], ['notes_5finit',['notes_init',['../notes_8php.html#a4dbd7b1f906440746af48b484d66535a',1,'notes.php']]], ['notice',['notice',['../boot_8php.html#a9255af5ae9c887520091ea04763c1a88',1,'boot.php']]], diff --git a/doc/html/search/functions_6f.js b/doc/html/search/functions_6f.js index f88e8a3f3..8497d0358 100644 --- a/doc/html/search/functions_6f.js +++ b/doc/html/search/functions_6f.js @@ -17,6 +17,7 @@ var searchData= ['onedirsync_5frun',['onedirsync_run',['../onedirsync_8php.html#a411aedd47c57476099647961e6a86691',1,'onedirsync.php']]], ['onepoll_5frun',['onepoll_run',['../onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d',1,'onepoll.php']]], ['online_5finit',['online_init',['../online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7',1,'online.php']]], + ['openid_5fcontent',['openid_content',['../openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43',1,'openid.php']]], ['opensearch_5finit',['opensearch_init',['../opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9',1,'opensearch.php']]], ['orient',['orient',['../classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d',1,'photo_driver']]] ]; diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index acb3abbec..0802f705b 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -58,7 +58,6 @@ var searchData= ['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_5fdate_5fwidget',['posted_date_widget',['../items_8php.html#abe695dd89e1e10ed042c26b80114f0ed',1,'items.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_73.js b/doc/html/search/functions_73.js index 21a1be476..1448351cc 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -86,6 +86,7 @@ var searchData= ['string_5fplural_5fselect_5fdefault',['string_plural_select_default',['../language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0',1,'language.php']]], ['string_5fsplitter',['string_splitter',['../spam_8php.html#a05861201147b9a538d006f0269255cf9',1,'spam.php']]], ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], + ['strip_5fzids',['strip_zids',['../text_8php.html#a2f2585385530cb935a6325c809d84a4d',1,'text.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], ['suggest_5fcontent',['suggest_content',['../suggest_8php.html#a58748a8235d4523f8333847f3e42dd91',1,'suggest.php']]], diff --git a/doc/html/search/variables_70.js b/doc/html/search/variables_70.js index 763c94e39..4951dfb53 100644 --- a/doc/html/search/variables_70.js +++ b/doc/html/search/variables_70.js @@ -14,6 +14,7 @@ var searchData= ['perms_5fa_5fbookmark',['PERMS_A_BOOKMARK',['../boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b',1,'boot.php']]], ['perms_5fa_5fdelegate',['PERMS_A_DELEGATE',['../boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b',1,'boot.php']]], ['perms_5fa_5frepublish',['PERMS_A_REPUBLISH',['../boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead',1,'boot.php']]], + ['perms_5fauthed',['PERMS_AUTHED',['../boot_8php.html#a852d4036a3bed66af1534d014c4ecde2',1,'boot.php']]], ['perms_5fcontacts',['PERMS_CONTACTS',['../boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6',1,'boot.php']]], ['perms_5fnetwork',['PERMS_NETWORK',['../boot_8php.html#a6df1102664f64b274810db85197c2755',1,'boot.php']]], ['perms_5fpublic',['PERMS_PUBLIC',['../boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7',1,'boot.php']]], diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 260e30623..d9f31f484 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -180,7 +180,7 @@ Functions
    -

    Referenced by api_login(), and register_post().

    +

    Referenced by api_login(), openid_content(), and register_post().

    diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 3ba8cecd8..a26cbae9f 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -157,6 +157,8 @@ Functions    get_tags ($s)   + strip_zids ($s) +   qp ($s)    get_mentions ($item, $tags) @@ -285,6 +287,8 @@ Functions    in_arrayi ($needle, $haystack)   + normalise_openid ($s) +  @@ -684,7 +688,7 @@ Variables
    Returns
    string
    -

    Referenced by admin_page_logs(), chatsvc_post(), connect_post(), create_identity(), events_post(), fsuggest_post(), get_atom_elements(), item_post(), item_store(), mail_post(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), network_content(), notes_init(), printable(), profiles_post(), thing_init(), and z_input_filter().

    +

    Referenced by admin_page_logs(), chatsvc_post(), connect_post(), create_identity(), events_post(), fsuggest_post(), get_atom_elements(), item_post(), mail_post(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), network_content(), notes_init(), printable(), profiles_post(), thing_init(), and z_input_filter().

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

    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(), advanced_profile(), 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(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), directory_content(), directory_run(), dirprofile_init(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_expire(), 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(), onedirsync_run(), onepoll_run(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), 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 RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), 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(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), directory_content(), directory_run(), dirprofile_init(), downgrade_accounts(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), 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(), head_set_icon(), http_status_exit(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_expire(), 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(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), 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().

    @@ -1408,6 +1412,24 @@ Variables

    Referenced by best_link_url(), conversation(), delegate_content(), item_photo_menu(), link_compare(), tag_deliver(), and tgroup_check().

    + + + +
    +
    + + + + + + + + +
    normalise_openid ( $s)
    +
    + +

    Referenced by openid_content().

    +
    @@ -1435,7 +1457,7 @@ Variables
    Returns
    string Filtered string
    -

    Referenced by admin_page_logs_post(), admin_page_site_post(), channel_content(), community_content(), connections_content(), conversation(), create_account(), directory_content(), filestorage_post(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), lostpass_post(), mail_post(), mail_store(), mood_init(), network_content(), oexchange_content(), photos_post(), poco_init(), poke_init(), profiles_post(), register_post(), sanitise_acl(), settings_post(), setup_content(), setup_post(), subthread_content(), tagger_content(), and xrd_init().

    +

    Referenced by admin_page_logs_post(), admin_page_site_post(), channel_content(), community_content(), connections_content(), conversation(), create_account(), directory_content(), filestorage_post(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), lostpass_post(), mail_post(), mail_store(), mood_init(), network_content(), oexchange_content(), openid_content(), photos_post(), poco_init(), poke_init(), profiles_post(), register_post(), sanitise_acl(), settings_post(), setup_content(), setup_post(), subthread_content(), tagger_content(), and xrd_init().

    @@ -1739,7 +1761,7 @@ Variables
    Returns
    string substituted string
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), lostpass_post(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), lostpass_post(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), profile_sidebar(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), writepages_widget(), and xrd_init().

    @@ -1973,6 +1995,24 @@ Variables

    Referenced by expand_groups(), get_things(), identity_basic_export(), lockview_content(), notifier_run(), tagadelic(), and zot_import().

    + + + +
    +
    + + + + + + + + +
    strip_zids ( $s)
    +
    + +

    Referenced by cloud_init(), and red_zrl_callback().

    +
    diff --git a/doc/html/text_8php.js b/doc/html/text_8php.js index be6fbeab3..e742132d5 100644 --- a/doc/html/text_8php.js +++ b/doc/html/text_8php.js @@ -50,6 +50,7 @@ var text_8php = [ "micropro", "text_8php.html#a2a902f5fdba8646333e997898ac45ea3", null ], [ "mimetype_select", "text_8php.html#a1633412120f52bdce5f43e0a127d9293", null ], [ "normalise_link", "text_8php.html#a4bbb7d00c05cd20b4e043424f322388f", null ], + [ "normalise_openid", "text_8php.html#adba17ec946f4285285dc100f7860bf51", null ], [ "notags", "text_8php.html#a1af49756c8c71902a66c7e329c462beb", null ], [ "paginate", "text_8php.html#afe9f178d264d44a94dc1292aaf0fd585", null ], [ "perms2str", "text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee", null ], @@ -73,6 +74,7 @@ var text_8php = [ "smilies", "text_8php.html#a3d225b253bb9e0f2498c11647d927b0b", null ], [ "sslify", "text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9", null ], [ "stringify_array_elms", "text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13", null ], + [ "strip_zids", "text_8php.html#a2f2585385530cb935a6325c809d84a4d", null ], [ "theme_attachments", "text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53", null ], [ "unamp", "text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7", null ], [ "undo_post_tagging", "text_8php.html#a740ad03e00459039a2c0992246c4e727", null ], diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index cc608bdfb..24a480775 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_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(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), 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_menu(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), 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(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), 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(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), 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(), 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(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), opensearch_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(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), 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(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tryzrlvideo(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), 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_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_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(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), 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_menu(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), 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(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), 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(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), 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(), 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(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_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(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), 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(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tryzrlvideo(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), 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_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().

    -- cgit v1.2.3