From 5a29f511c1fa609f58f50d9148edd1fe77b23d9d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Mar 2013 15:36:58 -0700 Subject: add xconfig table and functions, update strings and doco --- boot.php | 2 +- doc/html/boot_8php.html | 82 ++++-- doc/html/boot_8php.js | 1 + doc/html/classConversation-members.html | 1 + doc/html/classConversation.html | 24 +- doc/html/classConversation.js | 1 + doc/html/contact__widgets_8php.html | 4 +- doc/html/conversation_8php.html | 2 +- doc/html/crypto_8php.html | 2 +- doc/html/datetime_8php.html | 2 +- doc/html/db__update_8php.html | 8 +- doc/html/dba_8php.html | 4 +- doc/html/dir_d41ce877eb409a4791b288730010abe2.html | 2 + doc/html/dir_d41ce877eb409a4791b288730010abe2.js | 1 + doc/html/dir_d44c64559bbebec7f509842c48db8b23.html | 6 - doc/html/dir_d44c64559bbebec7f509842c48db8b23.js | 3 - doc/html/extract_8php.html | 4 +- doc/html/features_8php.html | 2 +- doc/html/files.html | 86 +++--- doc/html/functions_0x73.html | 3 + doc/html/functions_func.html | 3 + doc/html/globals_0x64.html | 5 +- doc/html/globals_0x66.html | 12 +- doc/html/globals_0x67.html | 8 +- doc/html/globals_0x6c.html | 6 + doc/html/globals_0x6e.html | 3 - doc/html/globals_0x70.html | 6 - doc/html/globals_0x72.html | 2 +- doc/html/globals_0x73.html | 11 +- doc/html/globals_0x74.html | 6 + doc/html/globals_0x75.html | 3 + doc/html/globals_0x77.html | 3 + doc/html/globals_func_0x64.html | 5 +- doc/html/globals_func_0x66.html | 12 +- doc/html/globals_func_0x67.html | 8 +- doc/html/globals_func_0x6c.html | 6 + doc/html/globals_func_0x6e.html | 3 - doc/html/globals_func_0x70.html | 3 - doc/html/globals_func_0x72.html | 2 +- doc/html/globals_func_0x73.html | 11 +- doc/html/globals_func_0x74.html | 6 + doc/html/globals_func_0x75.html | 3 + doc/html/globals_func_0x77.html | 3 + doc/html/globals_vars_0x70.html | 3 - doc/html/include_2config_8php.html | 152 +++++++++- doc/html/include_2config_8php.js | 6 +- doc/html/include_2network_8php.html | 8 +- doc/html/items_8php.html | 6 +- doc/html/language_8php.html | 143 +++++++++- doc/html/language_8php.js | 11 +- doc/html/mod_2follow_8php.html | 18 ++ doc/html/mod_2follow_8php.js | 1 + doc/html/navtree.js | 10 +- doc/html/navtreeindex0.js | 316 ++++++++++----------- doc/html/navtreeindex1.js | 136 ++++----- doc/html/navtreeindex2.js | 16 +- doc/html/navtreeindex3.js | 128 ++++----- doc/html/navtreeindex4.js | 252 ++++++++-------- doc/html/navtreeindex5.js | 270 +++++++++--------- doc/html/navtreeindex6.js | 84 +++--- doc/html/php2po_8php.html | 2 +- doc/html/search/all_64.js | 3 +- doc/html/search/all_66.js | 5 +- doc/html/search/all_67.js | 6 +- doc/html/search/all_69.js | 1 - doc/html/search/all_6c.js | 2 + doc/html/search/all_6e.js | 1 - doc/html/search/all_70.js | 2 - doc/html/search/all_72.js | 2 +- doc/html/search/all_73.js | 7 +- doc/html/search/all_74.js | 2 + doc/html/search/all_75.js | 1 + doc/html/search/all_77.js | 2 + doc/html/search/files_66.js | 3 +- doc/html/search/files_69.js | 1 - doc/html/search/files_73.js | 1 - doc/html/search/files_77.js | 3 +- doc/html/search/functions_64.js | 3 +- doc/html/search/functions_66.js | 4 +- doc/html/search/functions_67.js | 4 +- doc/html/search/functions_6c.js | 2 + doc/html/search/functions_6e.js | 1 - doc/html/search/functions_70.js | 1 - doc/html/search/functions_72.js | 2 +- doc/html/search/functions_73.js | 6 +- doc/html/search/functions_74.js | 4 +- doc/html/search/functions_75.js | 1 + doc/html/search/functions_77.js | 1 + doc/html/search/variables_70.js | 3 +- doc/html/socgraph_8php.html | 12 +- doc/html/socgraph_8php.js | 2 +- doc/html/style_8php.html | 19 +- doc/html/suggest_8php.html | 18 ++ doc/html/suggest_8php.js | 1 + doc/html/template__processor_8php.html | 4 +- doc/html/text_8php.html | 18 +- .../view_2theme_2redbasic_2php_2config_8php.html | 14 +- .../view_2theme_2redbasic_2php_2config_8php.js | 2 +- doc/html/wfinger_8php.html | 139 +++++++++ doc/html/wfinger_8php.js | 4 + doc/html/zot_8php.html | 20 ++ doc/html/zot_8php.js | 1 + include/config.php | 134 ++++++++- install/database.sql | 12 + install/update.php | 19 +- util/messages.po | 235 +++++++-------- version.inc | 2 +- 107 files changed, 1707 insertions(+), 955 deletions(-) create mode 100644 doc/html/wfinger_8php.html create mode 100644 doc/html/wfinger_8php.js diff --git a/boot.php b/boot.php index 651b492e1..fe7af04db 100644 --- a/boot.php +++ b/boot.php @@ -17,7 +17,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1035 ); +define ( 'DB_UPDATE_VERSION', 1036 ); define ( 'EOL', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index a6cee36ba..ccab65f30 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -139,6 +139,8 @@ Functions    check_config (&$a)   + fix_system_urls ($oldurl, $newurl) +   login ($register=false, $form_id= 'main-login', $hiddens=false)    killme () @@ -214,7 +216,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1032 +const DB_UPDATE_VERSION 1036   const EOL '<br />' . "\r\n"   @@ -795,6 +797,34 @@ Variables

Referenced by Item\get_template_data(), network_content(), ping_init(), and Template\replace().

+ + + +
+
+ + + + + + + + + + + + + + + + + + +
fix_system_urls ( $oldurl,
 $newurl 
)
+
+ +

Referenced by check_config().

+
@@ -827,7 +857,7 @@ Variables
-

Referenced by FriendicaSmarty\__construct(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), common_friends_visitor_widget(), connections_content(), consume_feed(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), dfrn_deliver(), drop_item(), event_store(), fetch_url(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_form_security_token(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), import_channel_photo(), import_post(), import_profile_photo(), info(), is_site_admin(), item_message_id(), item_permissions_sql(), load_contact_links(), local_delivery(), login(), FKOAuth1\loginUser(), lrdd(), manage_content(), map_scope(), nav_set_selected(), new_contact(), new_follower(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onepoll_run(), permissions_sql(), ping_init(), poco_load(), poller_run(), post_url(), preg_heart(), prepare_body(), probe_url(), proc_run(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), saved_searches(), scale_external_images(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), update_suggestions(), user_allow(), what_next(), z_fetch_url(), and zot_finger().

+

Referenced by FriendicaSmarty\__construct(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), common_friends_visitor_widget(), connections_content(), consume_feed(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), dfrn_deliver(), drop_item(), event_store(), fetch_url(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_form_security_token(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), import_channel_photo(), import_post(), import_profile_photo(), info(), is_site_admin(), item_message_id(), item_permissions_sql(), load_contact_links(), local_delivery(), login(), FKOAuth1\loginUser(), lrdd(), manage_content(), map_scope(), nav_set_selected(), new_contact(), new_follower(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onepoll_run(), permissions_sql(), ping_init(), poco_load(), poller_run(), post_url(), preg_heart(), prepare_body(), proc_run(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), saved_searches(), scale_external_images(), search(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tt(), update_suggestions(), user_allow(), what_next(), z_fetch_url(), and zot_finger().

@@ -923,7 +953,7 @@ Variables
-

Referenced by attach_by_hash(), attach_by_hash_nodata(), attach_store(), common_content(), common_friends_visitor_widget(), display_content(), photo_init(), photos_post(), prepare_body(), viewconnections_content(), wall_attach_post(), and z_readdir().

+

Referenced by attach_by_hash(), attach_by_hash_nodata(), attach_store(), common_content(), common_friends_visitor_widget(), display_content(), editpost_content(), photo_init(), photos_post(), prepare_body(), suggest_content(), viewconnections_content(), wall_attach_post(), and z_readdir().

@@ -959,7 +989,7 @@ Variables
-

Referenced by admin_page_dbsync(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_post(), authenticate_success(), community_content(), connections_content(), connections_post(), crepair_post(), directory_content(), dirfind_content(), file_tag_save_file(), follow_init(), fsuggest_post(), group_content(), group_post(), intro_post(), item_post(), lostpass_content(), lostpass_post(), match_content(), message_content(), network_content(), notifications_content(), oexchange_content(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), search_content(), settings_post(), tagrm_post(), 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(), authenticate_success(), community_content(), connections_content(), connections_post(), crepair_post(), directory_content(), dirfind_content(), file_tag_save_file(), follow_init(), fsuggest_post(), group_content(), group_post(), intro_post(), item_post(), lostpass_content(), lostpass_post(), match_content(), message_content(), network_content(), notifications_content(), oexchange_content(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), search_content(), settings_post(), suggest_content(), tagrm_post(), user_allow(), and viewconnections_content().

@@ -1010,7 +1040,7 @@ Variables
-

Referenced by acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), check_form_security_token_ForbiddenOnErr(), contactgroup_content(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), get_feed_for(), goaway(), http_status_exit(), item_post(), json_return_and_die(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), ping_init(), poco_init(), poller_run(), post_init(), pretheme_init(), qsearch_init(), regmod_content(), search_ac_init(), setup_init(), share_init(), siteinfo_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), xml_status(), and xrd_init().

+

Referenced by acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), check_form_security_token_ForbiddenOnErr(), contactgroup_content(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), get_feed_for(), goaway(), http_status_exit(), item_post(), json_return_and_die(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), ping_init(), poco_init(), poller_run(), post_init(), pretheme_init(), qsearch_init(), regmod_content(), search_ac_init(), setup_init(), share_init(), siteinfo_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

@@ -1045,7 +1075,7 @@ Variables
-

Referenced by Item\__construct(), acl_init(), allfriends_content(), api_content(), api_get_user(), api_post(), api_user(), best_link_url(), App\build_pagehead(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), common_friends_visitor_widget(), community_content(), community_init(), connections_content(), connections_init(), connections_post(), contact_select(), contactgroup_content(), crepair_content(), crepair_init(), crepair_post(), delegate_content(), directory_aside(), directory_content(), display_content(), drop_item(), drop_items(), editpost_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), findpeople_widget(), follow_init(), fsuggest_content(), fsuggest_post(), get_birthdays(), Item\get_comment_box(), get_events(), Item\get_template_data(), group_aside(), group_content(), group_get_members(), group_post(), group_select(), group_side(), hcard_init(), intro_content(), intro_post(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_post(), lockview_content(), login(), login_content(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), new_contact(), nogroup_content(), nogroup_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), probe_url(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), qsearch_init(), redbasic_form(), redir_init(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_aside(), settings_post(), share_init(), smilies(), starred_init(), stream_perms_api_uids(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), uexport_init(), vcard_from_xchan(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), and zid_init().

+

Referenced by Item\__construct(), acl_init(), allfriends_content(), api_content(), api_get_user(), api_post(), api_user(), best_link_url(), App\build_pagehead(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), common_friends_visitor_widget(), community_content(), community_init(), connections_content(), connections_init(), connections_post(), contact_select(), contactgroup_content(), crepair_content(), crepair_init(), crepair_post(), delegate_content(), directory_aside(), directory_content(), display_content(), drop_item(), drop_items(), editpost_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), findpeople_widget(), follow_content(), follow_init(), fsuggest_content(), fsuggest_post(), get_birthdays(), Item\get_comment_box(), get_events(), Item\get_template_data(), group_aside(), group_content(), group_get_members(), group_post(), group_select(), group_side(), hcard_init(), intro_content(), intro_post(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_post(), lockview_content(), login(), login_content(), magic_init(), manage_content(), match_content(), message_content(), message_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), new_contact(), nogroup_content(), nogroup_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), qsearch_init(), redbasic_form(), redir_init(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_aside(), settings_post(), share_init(), smilies(), starred_init(), stream_perms_api_uids(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), uexport_init(), vcard_from_xchan(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), and zid_init().

@@ -1079,7 +1109,7 @@ Variables
-

Referenced by admin_content(), api_content(), channel_content(), login_content(), network_content(), notify_content(), oexchange_content(), profile_content(), and regmod_content().

+

Referenced by admin_content(), api_content(), channel_content(), follow_content(), login_content(), network_content(), notify_content(), oexchange_content(), profile_content(), and regmod_content().

@@ -1322,7 +1352,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(), channel_aside(), channel_content(), check_config(), check_form_security_token(), community_content(), connections_aside(), connections_content(), connections_post(), construct_page(), consume_feed(), create_account(), create_identity(), crepair_init(), crepair_post(), current_theme(), del_config(), del_pconfig(), delegate_content(), detect_language(), directory_content(), dirfind_init(), dirsearch_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), get_atom_elements(), App\get_baseurl(), get_item_elements(), get_max_import_size(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), hcard_init(), import_post(), import_xchan(), info(), intro_content(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_delivery(), local_user(), lostpass_content(), lrdd(), magic_init(), mail_store(), message_content(), message_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), network_query(), network_query_get_sel_tab(), new_channel_content(), nogroup_init(), notice(), notifications_content(), oexchange_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), printable(), probe_content(), probe_url(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_post(), dba\q(), qsearch_init(), redir_init(), register_content(), register_post(), regmod_content(), remote_user(), removeme_post(), saved_searches(), search_ac_init(), search_content(), search_init(), search_post(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), tagrm_post(), validate_channelname(), wall_upload_post(), webfinger_content(), xchan_content(), z_fetch_url(), zfinger_init(), and zperms_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(), channel_aside(), channel_content(), check_config(), check_form_security_token(), community_content(), connections_aside(), connections_content(), connections_post(), construct_page(), consume_feed(), create_account(), create_identity(), crepair_init(), crepair_post(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirfind_init(), dirsearch_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), get_atom_elements(), App\get_baseurl(), get_browser_language(), get_item_elements(), get_max_import_size(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), hcard_init(), import_post(), import_xchan(), info(), intro_content(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_delivery(), local_user(), lostpass_content(), lrdd(), magic_init(), mail_store(), message_content(), message_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), network_query_get_sel_tab(), new_channel_content(), nogroup_init(), notice(), notifications_content(), oexchange_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_post(), dba\q(), qsearch_init(), redir_init(), register_content(), register_post(), regmod_content(), remote_user(), removeme_post(), saved_searches(), search_ac_init(), search_content(), search_init(), search_post(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), xchan_content(), z_fetch_url(), zfinger_init(), and zperms_init().

@@ -1390,7 +1420,7 @@ Variables
-

Referenced by allowed_public_recips(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), chanview_content(), connections_content(), create_identity(), deliver_run(), directory_content(), display_content(), event_store(), follow_init(), format_css_if_exists(), format_js_if_exists(), group_post(), hostxrd_init(), import_post(), import_xchan(), intro_post(), item_store(), like_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), manage_content(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_create_item(), post_init(), profile_activity(), public_recips(), redir_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), siteinfo_content(), siteinfo_init(), user_allow(), vcard_from_xchan(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_new_uid(), and zot_notify().

+

Referenced by allowed_public_recips(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), chanview_content(), check_config(), connections_content(), create_identity(), deliver_run(), directory_content(), display_content(), event_store(), follow_init(), format_css_if_exists(), format_js_if_exists(), group_post(), hostxrd_init(), import_post(), import_xchan(), intro_post(), item_store(), like_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), manage_content(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_create_item(), post_init(), profile_activity(), public_recips(), redir_init(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), siteinfo_content(), siteinfo_init(), user_allow(), vcard_from_xchan(), wfinger_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_new_uid(), and zot_notify().

@@ -1418,7 +1448,7 @@ Variables
-

Referenced by dirfind_content(), intro_content(), localize_item(), match_content(), notifications_content(), randprof_init(), suggest_content(), and viewconnections_content().

+

Referenced by bb_ShareAttributes(), dirfind_content(), intro_content(), localize_item(), match_content(), notifications_content(), and viewconnections_content().

@@ -1631,7 +1661,7 @@ Variables
-

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), like_content(), local_delivery(), localize_item(), network_query(), notifications_content(), and visible_activity().

+

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), like_content(), local_delivery(), localize_item(), notifications_content(), and visible_activity().

@@ -1698,7 +1728,7 @@ Variables

activity stream defines

-

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), like_content(), local_delivery(), localize_item(), network_query(), notifications_content(), and visible_activity().

+

Referenced by Item\add_child(), Conversation\add_thread(), consume_feed(), like_content(), local_delivery(), localize_item(), notifications_content(), and visible_activity().

@@ -2048,7 +2078,7 @@ Variables
- +
const DB_UPDATE_VERSION 1032const DB_UPDATE_VERSION 1036
@@ -2544,7 +2574,7 @@ Variables
-

Referenced by detect_language().

+

Referenced by detect_language().

@@ -2559,7 +2589,7 @@ Variables

Language detection parameters

-

Referenced by detect_language().

+

Referenced by detect_language().

@@ -2587,7 +2617,7 @@ Variables
-

Referenced by admin_page_logs(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), detect_language(), dfrn_deliver(), directory_content(), fetch_xrd_links(), fix_private_photos(), import_xchan(), item_post(), item_store(), item_store_update(), lrdd(), mail_store(), message_content(), message_post(), mini_group_select(), new_contact(), notifier_run(), parse_xml_string(), photos_post(), poco_load(), post_post(), probe_url(), tag_deliver(), webfinger_dfrn(), xml2array(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

+

Referenced by admin_page_logs(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), detect_language(), dfrn_deliver(), directory_content(), fetch_xrd_links(), fix_private_photos(), import_xchan(), item_post(), item_store(), item_store_update(), lrdd(), mail_store(), message_content(), message_post(), mini_group_select(), new_contact(), notifier_run(), parse_xml_string(), photos_post(), poco_load(), post_post(), tag_deliver(), webfinger_dfrn(), xml2array(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

@@ -2601,7 +2631,7 @@ Variables
-

Referenced by Item\add_child(), Conversation\add_thread(), admin_page_logs(), api_login(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), consume_feed(), delete_imported_item(), deliver_run(), dfrn_deliver(), directory_content(), directory_run(), expire_run(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_profile_photo(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), FKOAuth1\loginUser(), lrdd(), mail_store(), mood_init(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), probe_url(), process_delivery(), process_profile_delivery(), profile_load(), redir_init(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), syncdirs(), zot_finger(), zot_gethub(), and zot_register_hub().

+

Referenced by Item\add_child(), Conversation\add_thread(), admin_page_logs(), api_login(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), consume_feed(), delete_imported_item(), deliver_run(), dfrn_deliver(), directory_content(), directory_run(), expire_run(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_profile_photo(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), FKOAuth1\loginUser(), lrdd(), 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(), redir_init(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), syncdirs(), zot_finger(), zot_gethub(), and zot_register_hub().

@@ -2781,7 +2811,7 @@ Variables
-

Referenced by consume_feed(), get_atom_elements(), local_delivery(), probe_url(), and webfinger_dfrn().

+

Referenced by consume_feed(), get_atom_elements(), local_delivery(), and webfinger_dfrn().

@@ -2795,8 +2825,6 @@ Variables
-

Referenced by probe_url().

-
@@ -2932,8 +2960,6 @@ Variables

various namespaces we may need to parse

-

Referenced by probe_url().

-
@@ -2947,7 +2973,7 @@ Variables

Network and protocol family types

-

Referenced by acl_init(), best_link_url(), consume_feed(), delegate_content(), get_birthdays(), network_to_name(), notifications_content(), probe_url(), redir_init(), and terminate_friendship().

+

Referenced by acl_init(), best_link_url(), consume_feed(), delegate_content(), get_birthdays(), network_to_name(), notifications_content(), redir_init(), and terminate_friendship().

@@ -2989,7 +3015,7 @@ Variables
-

Referenced by network_to_name(), and probe_url().

+

Referenced by network_to_name().

@@ -3029,7 +3055,7 @@ Variables
-

Referenced by get_feed_for(), network_to_name(), and probe_url().

+

Referenced by get_feed_for(), and network_to_name().

@@ -3069,7 +3095,7 @@ Variables
-

Referenced by network_to_name(), new_follower(), notifications_content(), and probe_url().

+

Referenced by network_to_name(), new_follower(), and notifications_content().

@@ -3109,7 +3135,7 @@ Variables
-

Referenced by acl_init(), network_to_name(), new_follower(), and probe_url().

+

Referenced by acl_init(), network_to_name(), and new_follower().

@@ -3894,7 +3920,7 @@ Variables
-

Referenced by dirsearch_content(), import_xchan(), syncdirs(), and zfinger_init().

+

Referenced by dirsearch_content(), import_xchan(), suggestion_query(), syncdirs(), and zfinger_init().

diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index a43164704..97687e57b 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -13,6 +13,7 @@ var boot_8php = [ "current_theme", "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13", null ], [ "current_theme_url", "boot_8php.html#ab2878f40a7f3978476fcfb4c95b96806", null ], [ "dba_timer", "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4", null ], + [ "fix_system_urls", "boot_8php.html#aca5e42678e178c6b9034610d66666fd7", null ], [ "get_account_id", "boot_8php.html#afe88b920aa285982edb817a0dd44eb37", null ], [ "get_app", "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc", null ], [ "get_birthdays", "boot_8php.html#ad2c97627a313d53df1a1c7b4215ddb51", null ], diff --git a/doc/html/classConversation-members.html b/doc/html/classConversation-members.html index 2f9f80d56..3e3f8bb97 100644 --- a/doc/html/classConversation-members.html +++ b/doc/html/classConversation-members.html @@ -128,6 +128,7 @@ $(document).ready(function(){initNavTree('classConversation.html','');}); is_writable()Conversation set_app($app)BaseObjectstatic set_mode($mode)Conversationprivate + set_profile_owner($uid)Conversation diff --git a/doc/html/classConversation.html b/doc/html/classConversation.html index e63719dc0..f6fdda05a 100644 --- a/doc/html/classConversation.html +++ b/doc/html/classConversation.html @@ -136,6 +136,8 @@ Public Member Functions    get_profile_owner ()   + set_profile_owner ($uid) +   add_thread ($item)    get_template_data ($alike, $dlike) @@ -233,7 +235,7 @@ Additional Inherited Members

Get mode

-

Referenced by set_mode().

+

Referenced by set_mode(), and set_profile_owner().

@@ -365,7 +367,23 @@ Additional Inherited Members

Set the mode we'll be displayed on

-

Referenced by __construct().

+

Referenced by __construct(), and set_profile_owner().

+ +
+ + +
+
+ + + + + + + + +
Conversation::set_profile_owner ( $uid)
+
@@ -388,7 +406,7 @@ Additional Inherited Members
-

Referenced by __construct(), get_mode(), and set_mode().

+

Referenced by __construct(), get_mode(), set_mode(), and set_profile_owner().

diff --git a/doc/html/classConversation.js b/doc/html/classConversation.js index b7320c15e..32fdc9e55 100644 --- a/doc/html/classConversation.js +++ b/doc/html/classConversation.js @@ -9,6 +9,7 @@ var classConversation = [ "is_preview", "classConversation.html#adf25ce023b69a166c63c6e84e02c136a", null ], [ "is_writable", "classConversation.html#a5879199008b96bee7550b576d614e1c1", null ], [ "set_mode", "classConversation.html#a66f121ca4026246f86a732e5faa0682c", null ], + [ "set_profile_owner", "classConversation.html#a8898bddc1e8990e81dab9a13a532cc93", null ], [ "$mode", "classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a", null ], [ "$preview", "classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae", null ], [ "$profile_owner", "classConversation.html#a2f12724ef0244e9049fe1bb9641b516d", null ], diff --git a/doc/html/contact__widgets_8php.html b/doc/html/contact__widgets_8php.html index b520b76e6..02b09d212 100644 --- a/doc/html/contact__widgets_8php.html +++ b/doc/html/contact__widgets_8php.html @@ -211,7 +211,7 @@ Functions
-

Referenced by connections_aside(), directory_aside(), dirfind_init(), and suggest_content().

+

Referenced by connections_aside(), directory_aside(), dirfind_init(), and suggest_aside().

@@ -228,7 +228,7 @@ Functions
-

Referenced by connections_aside(), dirfind_init(), intro_aside(), and suggest_content().

+

Referenced by connections_aside(), dirfind_init(), intro_aside(), and suggest_aside().

diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 917f30b5a..d72a0a386 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -220,7 +220,7 @@ Functions
-

Referenced by channel_content(), display_content(), network_content(), network_query(), and search_content().

+

Referenced by channel_content(), display_content(), network_content(), and search_content().

diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 6670a5c2f..0edb72808 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -615,7 +615,7 @@ Functions
-

Referenced by create_identity(), import_post(), magic_init(), zot_build_packet(), zot_fetch(), zot_notify(), and zperms_init().

+

Referenced by create_identity(), fix_system_urls(), import_post(), magic_init(), zot_build_packet(), zot_fetch(), zot_notify(), and zperms_init().

diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index dc349b18b..0e41751eb 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -332,7 +332,7 @@ Functions
-

Referenced by add_fcontact(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_store(), authenticate_success(), cal(), channel_content(), Cache\clear(), consume_feed(), create_account(), create_identity(), crepair_post(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), dlogger(), dob(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), format_event_diaspora(), format_event_html(), fsuggest_post(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), Item\get_template_data(), import_directory_profile(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), logger(), FKOAuth1\loginUser(), magic_init(), mail_store(), message_content(), network_content(), new_contact(), new_follower(), notification(), notifier_run(), onepoll_run(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), dba\q(), queue_run(), relative_date(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), Photo\store(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by add_fcontact(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_store(), authenticate_success(), cal(), channel_content(), Cache\clear(), consume_feed(), create_account(), create_identity(), crepair_post(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), dlogger(), dob(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), format_event_diaspora(), format_event_html(), fsuggest_post(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), Item\get_template_data(), import_directory_profile(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), logger(), FKOAuth1\loginUser(), magic_init(), mail_store(), message_content(), network_content(), new_contact(), new_follower(), notification(), notifier_run(), onepoll_run(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), dba\q(), queue_run(), relative_date(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), Photo\store(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

diff --git a/doc/html/db__update_8php.html b/doc/html/db__update_8php.html index e58b3db81..13e19ed55 100644 --- a/doc/html/db__update_8php.html +++ b/doc/html/db__update_8php.html @@ -120,7 +120,7 @@ Namespaces Variables  $a = new App   - $lang = get_best_language() + $lang = get_best_language()    $db = new dba($db_host, $db_user, $db_pass, $db_data, false)   @@ -138,7 +138,7 @@ Variables
-

Referenced by FriendicaSmarty\__construct(), Item\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), acl_init(), admin_content(), admin_page_dbsync(), 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(), allfriends_content(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), 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_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(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), cal(), categories_widget(), channel_aside(), channel_content(), channel_init(), channel_remove(), chanview_content(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), common_aside(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connections_aside(), connections_content(), connections_init(), connections_post(), construct_page(), consume_feed(), contact_block(), contact_select(), create_identity(), crepair_content(), crepair_init(), crepair_post(), current_theme(), current_theme_url(), del_config(), del_pconfig(), delegate_content(), deliver_run(), dfrn_deliver(), directory_aside(), directory_content(), directory_init(), dirfind_content(), dirfind_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fetch_url(), fileas_widget(), filer_content(), filerm_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_events(), get_feed_for(), get_form_security_token(), get_max_import_size(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), gprobe_run(), group_aside(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), hcard_aside(), hcard_init(), help_content(), hostxrd_init(), import_channel_photo(), import_profile_photo(), info(), intro_aside(), intro_content(), invite_content(), invite_post(), is_site_admin(), item_content(), item_post(), lang_selector(), like_content(), link_compare(), load_config(), load_contact_links(), load_database(), load_pconfig(), local_delivery(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), lrdd(), magic_init(), manual_config(), match_content(), message_aside(), message_content(), message_post(), mood_init(), msearch_post(), nav(), nav_set_selected(), network_content(), network_init(), network_query(), new_contact(), new_follower(), nogroup_content(), nogroup_init(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onepoll_run(), opensearch_init(), page_content(), paginate(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), pop_lang(), post_init(), post_url(), preg_heart(), prepare_body(), probe_content(), probe_url(), proc_run(), profile_activity(), profile_aside(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), push_lang(), dba\q(), queue_run(), randprof_init(), redbasic_form(), redbasic_init(), redir_init(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), saved_searches(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), search_post(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), settings_aside(), settings_post(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), smilies(), subthread_content(), suggest_content(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_content(), theme_include(), timezone_cmp(), toggle_mobile_init(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_suggestions(), user_allow(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), wall_upload_post(), what_next(), xrd_init(), z_fetch_url(), z_path(), z_root(), zid_init(), and zotfeed_init().

+

Referenced by FriendicaSmarty\__construct(), Item\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), acl_init(), admin_content(), admin_page_dbsync(), 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(), allfriends_content(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), 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_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(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), cal(), categories_widget(), channel_aside(), channel_content(), channel_init(), channel_remove(), chanview_content(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), common_aside(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connections_aside(), connections_content(), connections_init(), connections_post(), construct_page(), consume_feed(), contact_block(), contact_select(), create_identity(), crepair_content(), crepair_init(), crepair_post(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), dfrn_deliver(), directory_aside(), directory_content(), directory_init(), dirfind_content(), dirfind_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fetch_url(), fileas_widget(), filer_content(), filerm_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_events(), get_feed_for(), get_form_security_token(), get_max_import_size(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_aside(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), hcard_aside(), hcard_init(), help_content(), hostxrd_init(), import_channel_photo(), import_profile_photo(), info(), intro_aside(), intro_content(), invite_content(), invite_post(), is_site_admin(), item_content(), item_post(), lang_selector(), like_content(), link_compare(), load_config(), load_contact_links(), load_database(), load_pconfig(), load_translation_table(), load_xconfig(), local_delivery(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), lrdd(), magic_init(), manual_config(), match_content(), message_aside(), message_content(), message_post(), mood_init(), msearch_post(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), new_follower(), nogroup_content(), nogroup_init(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onepoll_run(), opensearch_init(), page_content(), paginate(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), pop_lang(), post_init(), post_url(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_aside(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_aside(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_aside(), profiles_content(), profiles_init(), profiles_post(), profperm_aside(), profperm_content(), profperm_init(), push_lang(), dba\q(), queue_run(), randprof_init(), redbasic_form(), redbasic_init(), redir_init(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), saved_searches(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), search_post(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_aside(), settings_post(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), smilies(), subthread_content(), suggest_aside(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_content(), theme_include(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_suggestions(), user_allow(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), viewsrc_content(), wall_upload_post(), wfinger_init(), what_next(), xrd_init(), z_fetch_url(), z_path(), z_root(), zid_init(), and zotfeed_init().

@@ -175,12 +175,12 @@ Variables
- +
$lang = get_best_language()$lang = get_best_language()
-

Referenced by get_best_language(), help_content(), po2php_run(), and regmod_content().

+

Referenced by get_best_language(), get_browser_language(), help_content(), po2php_run(), and regmod_content().

diff --git a/doc/html/dba_8php.html b/doc/html/dba_8php.html index 7b721b8d1..5e98f74f8 100644 --- a/doc/html/dba_8php.html +++ b/doc/html/dba_8php.html @@ -148,7 +148,7 @@ Functions
-

Referenced by account_verify_password(), acl_init(), add_fcontact(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), change_channel(), channel_content(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_webbie(), Cache\clear(), common_friends(), connections_content(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), crepair_post(), dbesc_array_cb(), del_config(), del_pconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dirsearch_content(), display_content(), event_store(), events_content(), expand_groups(), fbrowser_content(), fcontact_store(), feed_init(), fetch_post_tags(), file_tag_file_query(), file_tag_save_file(), file_tag_unsave_file(), filerm_content(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config(), get_events(), get_feed_for(), get_pconfig(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), like_content(), load_config(), load_pconfig(), local_delivery(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), msearch_post(), network_content(), network_init(), network_query(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), new_follower(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifier_run(), notify_init(), oauth_get_client(), 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_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), qsearch_init(), queue_run(), redir_init(), register_post(), remove_all_xchan_resources(), remove_queue_item(), rmagic_init(), rmagic_post(), search_ac_init(), search_content(), search_init(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), settings_post(), siteinfo_init(), Photo\store(), store_item_tag(), stringify_array_elms(), subthread_content(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), update_queue_time(), user_allow(), user_deny(), vcard_from_xchan(), wall_attach_post(), wall_upload_post(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_process_response(), zot_refresh(), zotfeed_init(), and zperms_init().

+

Referenced by account_verify_password(), acl_init(), add_fcontact(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), change_channel(), channel_content(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_webbie(), Cache\clear(), common_friends(), connections_content(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), crepair_post(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dirsearch_content(), display_content(), editpost_content(), event_store(), events_content(), expand_groups(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), file_tag_save_file(), file_tag_unsave_file(), filerm_content(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fix_system_urls(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config(), get_events(), get_feed_for(), get_pconfig(), get_xconfig(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), like_content(), load_config(), load_pconfig(), load_xconfig(), local_delivery(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), msearch_post(), network_content(), network_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), new_follower(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifier_run(), notify_init(), oauth_get_client(), 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_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), qsearch_init(), queue_run(), redir_init(), register_post(), remove_all_xchan_resources(), remove_queue_item(), rmagic_init(), rmagic_post(), search_ac_init(), search_content(), search_init(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), settings_post(), siteinfo_init(), Photo\store(), store_item_tag(), stringify_array_elms(), subthread_content(), suggest_init(), suggestion_query(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), update_modtime(), update_queue_time(), user_allow(), user_deny(), vcard_from_xchan(), wall_attach_post(), wall_upload_post(), wfinger_init(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_process_response(), zot_refresh(), zotfeed_init(), and zperms_init().

@@ -264,7 +264,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_total(), account_verify_password(), acl_init(), add_fcontact(), admin_content(), admin_page_dbsync(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allfriends_content(), 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_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_user_timeline(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_config(), check_webbie(), Cache\clear(), collect_recipients(), common_friends(), common_friends_zcid(), common_init(), community_content(), connections_content(), connections_init(), connections_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), contacts_not_grouped(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), crepair_content(), crepair_init(), crepair_post(), del_config(), del_pconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dfrn_deliver(), directory_run(), dirsearch_content(), display_content(), drop_item(), editpost_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), fcontact_store(), feed_init(), fetch_post_tags(), ffinder_store(), file_tag_save_file(), file_tag_unsave_file(), file_tag_update_pconfig(), fileas_widget(), filer_content(), filerm_content(), first_post_date(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fsuggest_content(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config(), get_events(), get_feed_for(), get_pconfig(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), identity_basic_export(), identity_check_service_class(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), intro_content(), intro_post(), invite_post(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), like_content(), load_config(), load_contact_links(), load_pconfig(), local_delivery(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lose_follower(), lose_sharer(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), manage_content(), match_content(), member_of(), message_content(), mini_group_select(), mood_init(), msearch_post(), network_content(), network_init(), network_query(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), new_follower(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onepoll_run(), page_content(), 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_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), probe_url(), process_delivery(), process_mail_delivery(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), qsearch_init(), queue_run(), random_profile(), redir_init(), register_content(), register_post(), remove_all_xchan_resources(), remove_queue_item(), rmagic_init(), rmagic_post(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), 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(), settings_aside(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), starred_init(), Photo\store(), store_item_tag(), stream_perms_api_uids(), subthread_content(), suggest_init(), suggestion_query(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), update_queue_time(), update_suggestions(), user_allow(), user_deny(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zotfeed_init(), and zperms_init().

+

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_total(), account_verify_password(), acl_init(), add_fcontact(), admin_content(), admin_page_dbsync(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allfriends_content(), 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_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_user_timeline(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_store(), authenticate_success(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), check_account_email(), check_account_invite(), check_config(), check_webbie(), Cache\clear(), collect_recipients(), common_friends(), common_friends_zcid(), common_init(), community_content(), connections_content(), connections_init(), connections_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), contacts_not_grouped(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), crepair_content(), crepair_init(), crepair_post(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dfrn_deliver(), directory_run(), dirsearch_content(), display_content(), drop_item(), editpost_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_save_file(), file_tag_unsave_file(), file_tag_update_pconfig(), fileas_widget(), filer_content(), filerm_content(), first_post_date(), fix_attached_photo_permissions(), fix_contact_ssl_policy(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), generate_user_guid(), Cache\get(), get_all_perms(), get_birthdays(), get_config(), get_events(), get_feed_for(), get_pconfig(), get_xconfig(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), identity_basic_export(), identity_check_service_class(), import_author_xchan(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), intro_content(), intro_post(), invite_post(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), like_content(), load_config(), load_contact_links(), load_pconfig(), load_translation_table(), load_xconfig(), local_delivery(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lose_follower(), lose_sharer(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), manage_content(), match_content(), member_of(), message_content(), mini_group_select(), mood_init(), msearch_post(), network_content(), network_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), new_follower(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), onepoll_run(), page_content(), 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_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_delivery(), process_mail_delivery(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), qsearch_init(), queue_run(), random_profile(), redir_init(), register_content(), register_post(), remove_all_xchan_resources(), remove_queue_item(), rmagic_init(), rmagic_post(), saved_searches(), search_ac_init(), search_content(), search_init(), search_saved_searches(), 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(), settings_aside(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), starred_init(), Photo\store(), store_item_tag(), stream_perms_api_uids(), subthread_content(), suggest_init(), suggestion_query(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), update_modtime(), update_queue_time(), update_suggestions(), user_allow(), user_deny(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hubloc(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zotfeed_init(), and zperms_init().

diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index 20e6a21d9..aafe650c2 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -304,6 +304,8 @@ Files   file  webfinger.php   +file  wfinger.php +  file  xchan.php   file  xrd.php diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index 21c30f7fe..03a53b3b4 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -100,6 +100,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "wall_attach.php", "wall__attach_8php.html", "wall__attach_8php" ], [ "wall_upload.php", "wall__upload_8php.html", "wall__upload_8php" ], [ "webfinger.php", "webfinger_8php.html", "webfinger_8php" ], + [ "wfinger.php", "wfinger_8php.html", "wfinger_8php" ], [ "xchan.php", "xchan_8php.html", "xchan_8php" ], [ "xrd.php", "xrd_8php.html", "xrd_8php" ], [ "zfinger.php", "zfinger_8php.html", "zfinger_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 952abbb8f..f969ead08 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -158,8 +158,6 @@ Files   file  expire.php   -file  fcontact.php -  file  features.php   file  follow.php @@ -176,8 +174,6 @@ Files   file  identity.php   -file  iquery.php -  file  ItemObject.php   file  items.php @@ -220,8 +216,6 @@ Files   file  queue_fn.php   -file  Scrape.php -  file  security.php   file  session.php diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index ebcb126cf..8a61ada7f 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -33,7 +33,6 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "enotify.php", "enotify_8php.html", "enotify_8php" ], [ "event.php", "event_8php.html", "event_8php" ], [ "expire.php", "expire_8php.html", "expire_8php" ], - [ "fcontact.php", "fcontact_8php.html", "fcontact_8php" ], [ "features.php", "features_8php.html", "features_8php" ], [ "follow.php", "include_2follow_8php.html", "include_2follow_8php" ], [ "friendica_smarty.php", "friendica__smarty_8php.html", [ @@ -44,7 +43,6 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "html2bbcode.php", "html2bbcode_8php.html", "html2bbcode_8php" ], [ "html2plain.php", "html2plain_8php.html", "html2plain_8php" ], [ "identity.php", "identity_8php.html", "identity_8php" ], - [ "iquery.php", "iquery_8php.html", "iquery_8php" ], [ "ItemObject.php", "ItemObject_8php.html", [ [ "Item", "classItem.html", "classItem" ] ] ], @@ -71,7 +69,6 @@ var dir_d44c64559bbebec7f509842c48db8b23 = ] ], [ "queue.php", "queue_8php.html", "queue_8php" ], [ "queue_fn.php", "queue__fn_8php.html", "queue__fn_8php" ], - [ "Scrape.php", "Scrape_8php.html", "Scrape_8php" ], [ "security.php", "security_8php.html", "security_8php" ], [ "session.php", "session_8php.html", "session_8php" ], [ "socgraph.php", "socgraph_8php.html", "socgraph_8php" ], diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index 1c3a050e7..11ec98eab 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
-

Referenced by activity_sanitise(), add_fcontact(), api_rss_extra(), array_sanitise(), attach_store(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connections_content(), construct_page(), contact_block(), contact_select(), create_account(), create_identity(), dbesc_array(), directory_content(), event_store(), feature_enabled(), fetch_xrd_links(), find_xchan_in_array(), get_all_perms(), get_atom_elements(), 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(), identity_basic_import(), ids_to_querystr(), import_directory_profile(), import_post(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), like_content(), load_database(), lrdd(), magic_init(), mail_store(), mood_init(), network_content(), network_query(), new_channel_post(), new_contact(), parse_url_content(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), photos_post(), ping_init(), po2php_run(), poke_init(), post_post(), prepare_body(), proc_run(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profile_tabs(), profiles_content(), register_post(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), tagger_content(), tagrm_content(), tagrm_post(), validate_channelname(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid_init(), zot_fetch(), zot_get_hubloc(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

+

Referenced by activity_sanitise(), add_fcontact(), api_rss_extra(), array_sanitise(), attach_store(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connections_content(), construct_page(), contact_block(), contact_select(), create_account(), create_identity(), dbesc_array(), directory_content(), event_store(), feature_enabled(), fetch_xrd_links(), find_xchan_in_array(), get_all_perms(), get_atom_elements(), 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(), identity_basic_import(), ids_to_querystr(), import_directory_profile(), import_post(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), like_content(), load_database(), lrdd(), magic_init(), mail_store(), mood_init(), network_content(), new_channel_post(), new_contact(), parse_url_content(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), photos_post(), ping_init(), po2php_run(), poke_init(), post_post(), prepare_body(), proc_run(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profile_tabs(), profiles_content(), register_post(), 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(), validate_channelname(), wfinger_init(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid_init(), zot_fetch(), zot_get_hubloc(), 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(), chanlink_hash(), chanlink_url(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), expand_acl(), fetch_url(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_term_for_display(), get_bb_tag_pos(), get_tags(), html2bb_video(), info(), is_a_date_arg(), legal_webbie(), linkify(), magic_link(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), post_url(), prepare_body(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), probe_url(), protect_sprintf(), qp(), random_string(), Template\replace(), replace_macros(), scale_external_images(), search(), App\set_widget(), siteinfo_content(), smilies(), stripdcode_br_cb(), template_escape(), template_unescape(), term_query(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), 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(), chanlink_hash(), chanlink_url(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), expand_acl(), fetch_url(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_term_for_display(), get_bb_tag_pos(), get_tags(), html2bb_video(), info(), is_a_date_arg(), legal_webbie(), linkify(), magic_link(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), post_url(), prepare_body(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), qp(), random_string(), Template\replace(), replace_macros(), scale_external_images(), search(), App\set_widget(), siteinfo_content(), smilies(), stripdcode_br_cb(), t(), template_escape(), template_unescape(), term_query(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_post_url(), zfinger_init(), and zid().

diff --git a/doc/html/features_8php.html b/doc/html/features_8php.html index 4c2568ee9..88213bd13 100644 --- a/doc/html/features_8php.html +++ b/doc/html/features_8php.html @@ -142,7 +142,7 @@ Functions
-

Referenced by categories_widget(), connections_content(), editpost_content(), Item\get_comment_box(), Item\get_template_data(), item_post(), message_content(), message_post(), nav(), network_content(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), saved_searches(), search_saved_searches(), and theme_content().

+

Referenced by categories_widget(), connections_content(), editpost_content(), Item\get_comment_box(), Item\get_template_data(), item_post(), message_content(), message_post(), nav(), network_content(), posted_date_widget(), profile_sidebar(), profiles_content(), redbasic_form(), saved_searches(), and search_saved_searches().

diff --git a/doc/html/files.html b/doc/html/files.html index 5d90c2138..c9b8afc58 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -137,45 +137,42 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*enotify.php |o*event.php |o*expire.php -|o*fcontact.php -|o*features.php -|o*follow.php -|o*friendica_smarty.php -|o*gprobe.php -|o*group.php -|o*html2bbcode.php -|o*html2plain.php -|o*identity.php -|o*iquery.php -|o*ItemObject.php -|o*items.php -|o*language.php -|o*message.php -|o*nav.php -|o*network.php -|o*notifier.php -|o*notify.php -|o*oauth.php -|o*oembed.php -|o*onepoll.php -|o*permissions.php -|o*Photo.php -|o*photos.php -|o*plugin.php -|o*poller.php -|o*profile_advanced.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*Scrape.php -|o*security.php -|o*session.php -|o*socgraph.php -|o*system_unavailable.php -|o*template_processor.php -|o*text.php -|\*zot.php +|o*features.php +|o*follow.php +|o*friendica_smarty.php +|o*gprobe.php +|o*group.php +|o*html2bbcode.php +|o*html2plain.php +|o*identity.php +|o*ItemObject.php +|o*items.php +|o*language.php +|o*message.php +|o*nav.php +|o*network.php +|o*notifier.php +|o*notify.php +|o*oauth.php +|o*oembed.php +|o*onepoll.php +|o*permissions.php +|o*Photo.php +|o*photos.php +|o*plugin.php +|o*poller.php +|o*profile_advanced.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*security.php +|o*session.php +|o*socgraph.php +|o*system_unavailable.php +|o*template_processor.php +|o*text.php +|\*zot.php o+mod |o*_well_known.php |o*acl.php @@ -277,11 +274,12 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*wall_attach.php |o*wall_upload.php |o*webfinger.php -|o*xchan.php -|o*xrd.php -|o*zfinger.php -|o*zotfeed.php -|\*zperms.php +|o*wfinger.php +|o*xchan.php +|o*xrd.php +|o*zfinger.php +|o*zotfeed.php +|\*zperms.php o+util |o+fpostit ||\*fpostit.php diff --git a/doc/html/functions_0x73.html b/doc/html/functions_0x73.html index fb14aeb70..92125372c 100644 --- a/doc/html/functions_0x73.html +++ b/doc/html/functions_0x73.html @@ -206,6 +206,9 @@ $(document).ready(function(){initNavTree('functions_0x73.html','');});
  • set_perms() : App
  • +
  • set_profile_owner() +: Conversation +
  • set_template_engine() : App
  • diff --git a/doc/html/functions_func.html b/doc/html/functions_func.html index b7e9cab88..84dd3f90e 100644 --- a/doc/html/functions_func.html +++ b/doc/html/functions_func.html @@ -569,6 +569,9 @@ $(document).ready(function(){initNavTree('functions_func.html','');});
  • set_perms() : App
  • +
  • set_profile_owner() +: Conversation +
  • set_template_engine() : App
  • diff --git a/doc/html/globals_0x64.html b/doc/html/globals_0x64.html index 2611fd8ef..4405dec66 100644 --- a/doc/html/globals_0x64.html +++ b/doc/html/globals_0x64.html @@ -189,6 +189,9 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
  • del_pconfig() : config.php
  • +
  • del_xconfig() +: config.php +
  • delegate_content() : delegate.php
  • @@ -211,7 +214,7 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');}); : crypto.php
  • detect_language() -: language.php +: language.php
  • dfrn_deliver() : items.php diff --git a/doc/html/globals_0x66.html b/doc/html/globals_0x66.html index cbb7d318c..b390a7140 100644 --- a/doc/html/globals_0x66.html +++ b/doc/html/globals_0x66.html @@ -147,9 +147,6 @@ $(document).ready(function(){initNavTree('globals_0x66.html','');});
  • fbrowser_content() : fbrowser.php
  • -
  • fcontact_store() -: fcontact.php -
  • feature_enabled() : features.php
  • @@ -174,9 +171,6 @@ $(document).ready(function(){initNavTree('globals_0x66.html','');});
  • fetch_xrd_links() : network.php
  • -
  • ffinder_store() -: fcontact.php -
  • field_timezone() : datetime.php
  • @@ -243,9 +237,15 @@ $(document).ready(function(){initNavTree('globals_0x66.html','');});
  • fix_private_photos() : items.php
  • +
  • fix_system_urls() +: boot.php +
  • fixacl() : acl_selectors.php
  • +
  • follow_content() +: follow.php +
  • follow_init() : follow.php
  • diff --git a/doc/html/globals_0x67.html b/doc/html/globals_0x67.html index 07b8560bd..c9c7fa9fb 100644 --- a/doc/html/globals_0x67.html +++ b/doc/html/globals_0x67.html @@ -166,11 +166,14 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');}); : bb2diaspora.php
  • get_best_language() -: language.php +: language.php
  • get_birthdays() : boot.php
  • +
  • get_browser_language() +: language.php +
  • get_capath() : network.php
  • @@ -261,6 +264,9 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');});
  • get_theme_screenshot() : plugin.php
  • +
  • get_xconfig() +: config.php +
  • goaway() : boot.php
  • diff --git a/doc/html/globals_0x6c.html b/doc/html/globals_0x6c.html index a61eeec13..0a982e5ef 100644 --- a/doc/html/globals_0x6c.html +++ b/doc/html/globals_0x6c.html @@ -180,6 +180,12 @@ $(document).ready(function(){initNavTree('globals_0x6c.html','');});
  • load_pconfig() : config.php
  • +
  • load_translation_table() +: language.php +
  • +
  • load_xconfig() +: config.php +
  • local_delivery() : items.php
  • diff --git a/doc/html/globals_0x6e.html b/doc/html/globals_0x6e.html index 481875d2f..fc8cc53ed 100644 --- a/doc/html/globals_0x6e.html +++ b/doc/html/globals_0x6e.html @@ -243,9 +243,6 @@ $(document).ready(function(){initNavTree('globals_0x6e.html','');});
  • NETWORK_PHANTOM : boot.php
  • -
  • network_query() -: iquery.php -
  • network_query_get_sel_tab() : network.php
  • diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index 5ef8015c2..23b14d451 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -383,12 +383,6 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • probe_content() : probe.php
  • -
  • PROBE_NORMAL -: Scrape.php -
  • -
  • probe_url() -: Scrape.php -
  • proc_run() : boot.php
  • diff --git a/doc/html/globals_0x72.html b/doc/html/globals_0x72.html index 01d13e05e..c8a780541 100644 --- a/doc/html/globals_0x72.html +++ b/doc/html/globals_0x72.html @@ -163,7 +163,7 @@ $(document).ready(function(){initNavTree('globals_0x72.html','');}); : admin.php
  • redbasic_form() -: config.php +: config.php
  • redbasic_init() : theme.php diff --git a/doc/html/globals_0x73.html b/doc/html/globals_0x73.html index fec6234cc..6e04b9417 100644 --- a/doc/html/globals_0x73.html +++ b/doc/html/globals_0x73.html @@ -204,6 +204,9 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
  • set_pconfig() : config.php
  • +
  • set_xconfig() +: config.php +
  • settings_aside() : settings.php
  • @@ -285,6 +288,9 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
  • stream_perms_api_uids() : security.php
  • +
  • string_plural_select_default() +: language.php +
  • stringify_array_elms() : text.php
  • @@ -294,6 +300,9 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
  • subthread_content() : subthread.php
  • +
  • suggest_aside() +: suggest.php +
  • suggest_content() : suggest.php
  • @@ -301,7 +310,7 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');}); : suggest.php
  • suggestion_query() -: socgraph.php +: socgraph.php
  • syncdirs() : dir_fns.php diff --git a/doc/html/globals_0x74.html b/doc/html/globals_0x74.html index 0f82a7421..a32c21877 100644 --- a/doc/html/globals_0x74.html +++ b/doc/html/globals_0x74.html @@ -144,6 +144,9 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');});
    Here is a list of all file members with links to the files they belong to:

    - t -

    diff --git a/doc/html/globals_0x75.html b/doc/html/globals_0x75.html index 0d00503b9..25c839f29 100644 --- a/doc/html/globals_0x75.html +++ b/doc/html/globals_0x75.html @@ -174,6 +174,9 @@ $(document).ready(function(){initNavTree('globals_0x75.html','');});
  • update_imported_item() : zot.php
  • +
  • update_modtime() +: zot.php +
  • update_network_content() : update_network.php
  • diff --git a/doc/html/globals_0x77.html b/doc/html/globals_0x77.html index 4705bb72e..ec3130e40 100644 --- a/doc/html/globals_0x77.html +++ b/doc/html/globals_0x77.html @@ -159,6 +159,9 @@ $(document).ready(function(){initNavTree('globals_0x77.html','');});
  • webfinger_dfrn() : network.php
  • +
  • wfinger_init() +: wfinger.php +
  • what_next() : setup.php
  • diff --git a/doc/html/globals_func_0x64.html b/doc/html/globals_func_0x64.html index 337c2c5e3..03f479c2b 100644 --- a/doc/html/globals_func_0x64.html +++ b/doc/html/globals_func_0x64.html @@ -182,6 +182,9 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
  • del_pconfig() : config.php
  • +
  • del_xconfig() +: config.php +
  • delegate_content() : delegate.php
  • @@ -204,7 +207,7 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');}); : crypto.php
  • detect_language() -: language.php +: language.php
  • dfrn_deliver() : items.php diff --git a/doc/html/globals_func_0x66.html b/doc/html/globals_func_0x66.html index cbcfe0167..128f18cfa 100644 --- a/doc/html/globals_func_0x66.html +++ b/doc/html/globals_func_0x66.html @@ -146,9 +146,6 @@ $(document).ready(function(){initNavTree('globals_func_0x66.html','');});
  • fbrowser_content() : fbrowser.php
  • -
  • fcontact_store() -: fcontact.php -
  • feature_enabled() : features.php
  • @@ -173,9 +170,6 @@ $(document).ready(function(){initNavTree('globals_func_0x66.html','');});
  • fetch_xrd_links() : network.php
  • -
  • ffinder_store() -: fcontact.php -
  • field_timezone() : datetime.php
  • @@ -242,9 +236,15 @@ $(document).ready(function(){initNavTree('globals_func_0x66.html','');});
  • fix_private_photos() : items.php
  • +
  • fix_system_urls() +: boot.php +
  • fixacl() : acl_selectors.php
  • +
  • follow_content() +: follow.php +
  • follow_init() : follow.php
  • diff --git a/doc/html/globals_func_0x67.html b/doc/html/globals_func_0x67.html index 675c2dd56..14f9ce27d 100644 --- a/doc/html/globals_func_0x67.html +++ b/doc/html/globals_func_0x67.html @@ -165,11 +165,14 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');}); : bb2diaspora.php
  • get_best_language() -: language.php +: language.php
  • get_birthdays() : boot.php
  • +
  • get_browser_language() +: language.php +
  • get_capath() : network.php
  • @@ -260,6 +263,9 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');});
  • get_theme_screenshot() : plugin.php
  • +
  • get_xconfig() +: config.php +
  • goaway() : boot.php
  • diff --git a/doc/html/globals_func_0x6c.html b/doc/html/globals_func_0x6c.html index 74c8f88df..8d91b1a0f 100644 --- a/doc/html/globals_func_0x6c.html +++ b/doc/html/globals_func_0x6c.html @@ -173,6 +173,12 @@ $(document).ready(function(){initNavTree('globals_func_0x6c.html','');});
  • load_pconfig() : config.php
  • +
  • load_translation_table() +: language.php +
  • +
  • load_xconfig() +: config.php +
  • local_delivery() : items.php
  • diff --git a/doc/html/globals_func_0x6e.html b/doc/html/globals_func_0x6e.html index b6ee4680b..f25c93031 100644 --- a/doc/html/globals_func_0x6e.html +++ b/doc/html/globals_func_0x6e.html @@ -161,9 +161,6 @@ $(document).ready(function(){initNavTree('globals_func_0x6e.html','');});
  • network_init() : network.php
  • -
  • network_query() -: iquery.php -
  • network_query_get_sel_tab() : network.php
  • diff --git a/doc/html/globals_func_0x70.html b/doc/html/globals_func_0x70.html index 12e79b4fa..779ed3fce 100644 --- a/doc/html/globals_func_0x70.html +++ b/doc/html/globals_func_0x70.html @@ -296,9 +296,6 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');});
  • probe_content() : probe.php
  • -
  • probe_url() -: Scrape.php -
  • proc_run() : boot.php
  • diff --git a/doc/html/globals_func_0x72.html b/doc/html/globals_func_0x72.html index 9a451f514..c28d8786d 100644 --- a/doc/html/globals_func_0x72.html +++ b/doc/html/globals_func_0x72.html @@ -156,7 +156,7 @@ $(document).ready(function(){initNavTree('globals_func_0x72.html','');}); : admin.php
  • redbasic_form() -: config.php +: config.php
  • redbasic_init() : theme.php diff --git a/doc/html/globals_func_0x73.html b/doc/html/globals_func_0x73.html index 391c11284..3d36d6b1e 100644 --- a/doc/html/globals_func_0x73.html +++ b/doc/html/globals_func_0x73.html @@ -203,6 +203,9 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
  • set_pconfig() : config.php
  • +
  • set_xconfig() +: config.php +
  • settings_aside() : settings.php
  • @@ -275,6 +278,9 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
  • stream_perms_api_uids() : security.php
  • +
  • string_plural_select_default() +: language.php +
  • stringify_array_elms() : text.php
  • @@ -284,6 +290,9 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
  • subthread_content() : subthread.php
  • +
  • suggest_aside() +: suggest.php +
  • suggest_content() : suggest.php
  • @@ -291,7 +300,7 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');}); : suggest.php
  • suggestion_query() -: socgraph.php +: socgraph.php
  • syncdirs() : dir_fns.php diff --git a/doc/html/globals_func_0x74.html b/doc/html/globals_func_0x74.html index af7cda666..123aa11ce 100644 --- a/doc/html/globals_func_0x74.html +++ b/doc/html/globals_func_0x74.html @@ -143,6 +143,9 @@ $(document).ready(function(){initNavTree('globals_func_0x74.html','');});  

    - t -

    diff --git a/doc/html/globals_func_0x75.html b/doc/html/globals_func_0x75.html index af566114b..e8cdcd89f 100644 --- a/doc/html/globals_func_0x75.html +++ b/doc/html/globals_func_0x75.html @@ -170,6 +170,9 @@ $(document).ready(function(){initNavTree('globals_func_0x75.html','');});
  • update_imported_item() : zot.php
  • +
  • update_modtime() +: zot.php +
  • update_network_content() : update_network.php
  • diff --git a/doc/html/globals_func_0x77.html b/doc/html/globals_func_0x77.html index af857f198..32cdbb02f 100644 --- a/doc/html/globals_func_0x77.html +++ b/doc/html/globals_func_0x77.html @@ -158,6 +158,9 @@ $(document).ready(function(){initNavTree('globals_func_0x77.html','');});
  • webfinger_dfrn() : network.php
  • +
  • wfinger_init() +: wfinger.php +
  • what_next() : setup.php
  • diff --git a/doc/html/globals_vars_0x70.html b/doc/html/globals_vars_0x70.html index 21221bf07..4712c6efb 100644 --- a/doc/html/globals_vars_0x70.html +++ b/doc/html/globals_vars_0x70.html @@ -225,9 +225,6 @@ $(document).ready(function(){initNavTree('globals_vars_0x70.html','');});
  • PNG_QUALITY : boot.php
  • -
  • PROBE_NORMAL -: Scrape.php -
  • diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index 9a2baa9f9..7c68941ab 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -118,16 +118,24 @@ Functions    set_config ($family, $key, $value)   + del_config ($family, $key) +   load_pconfig ($uid, $family)    get_pconfig ($uid, $family, $key, $instore=false)   - del_config ($family, $key) -   set_pconfig ($uid, $family, $key, $value)    del_pconfig ($uid, $family, $key)   + load_xconfig ($xchan, $family) +  + get_xconfig ($xchan, $family, $key, $instore=false) +  + set_xconfig ($xchan, $family, $key, $value) +  + del_xconfig ($xchan, $family, $key) + 

    Function Documentation

    @@ -188,6 +196,38 @@ Functions
    +
    + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    del_xconfig ( $xchan,
     $family,
     $key 
    )
    +
    +
    @@ -220,7 +260,7 @@ Functions
    -

    Referenced by Photo\__construct(), 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(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), detect_language(), dfrn_deliver(), directory_content(), directory_run(), dirfind_content(), dirsearch_content(), display_content(), dlogger(), dob(), events_content(), expire_run(), feed_init(), fetch_url(), fetch_xrd_links(), findpeople_widget(), Item\get_comment_box(), group_content(), hcard_init(), hostxrd_init(), Photo\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), logger(), login(), lostpass_content(), lostpass_post(), match_content(), 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_post(), post_url(), proc_run(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), qsearch_init(), register_content(), register_post(), scale_external_images(), search_content(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), siteinfo_content(), smilies(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), zot_refresh(), and zotfeed_init().

    +

    Referenced by Photo\__construct(), 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(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), detect_language(), dfrn_deliver(), directory_content(), directory_run(), dirfind_content(), dirsearch_content(), display_content(), dlogger(), dob(), events_content(), expire_run(), feed_init(), fetch_url(), fetch_xrd_links(), findpeople_widget(), Item\get_comment_box(), group_content(), hcard_init(), hostxrd_init(), Photo\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), logger(), login(), lostpass_content(), lostpass_post(), match_content(), 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_post(), post_url(), proc_run(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), qsearch_init(), register_content(), register_post(), scale_external_images(), search_content(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), siteinfo_content(), smilies(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_aside(), viewconnections_content(), viewconnections_init(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), zot_refresh(), and zotfeed_init().

    @@ -260,7 +300,47 @@ Functions
    -

    Referenced by App\build_pagehead(), channel_aside(), community_content(), contact_block(), contact_remove(), feature_enabled(), file_tag_save_file(), file_tag_unsave_file(), file_tag_update_pconfig(), findpeople_widget(), Item\get_comment_box(), group_content(), intro_content(), invite_content(), invite_post(), item_expire(), item_store(), item_store_update(), FKOAuth1\loginUser(), message_content(), network_content(), network_init(), network_query(), notifications_content(), profile_activity(), profperm_content(), set_pconfig(), smilies(), and theme_content().

    +

    Referenced by App\build_pagehead(), channel_aside(), community_content(), contact_block(), contact_remove(), feature_enabled(), file_tag_save_file(), file_tag_unsave_file(), file_tag_update_pconfig(), findpeople_widget(), Item\get_comment_box(), group_content(), intro_content(), invite_content(), invite_post(), item_expire(), item_store(), item_store_update(), FKOAuth1\loginUser(), message_content(), network_content(), network_init(), notifications_content(), profile_activity(), profperm_content(), set_pconfig(), smilies(), and theme_content().

    + +
    + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    get_xconfig ( $xchan,
     $family,
     $key,
     $instore = false 
    )
    +
    + +

    Referenced by set_xconfig().

    @@ -308,6 +388,32 @@ Functions
    +
    + + +
    +
    + + + + + + + + + + + + + + + + + + +
    load_xconfig ( $xchan,
     $family 
    )
    +
    +
    @@ -382,6 +488,44 @@ Functions

    Referenced by file_tag_save_file(), file_tag_unsave_file(), file_tag_update_pconfig(), invite_post(), network_content(), register_post(), settings_post(), and theme_post().

    + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    set_xconfig ( $xchan,
     $family,
     $key,
     $value 
    )
    +
    +
    diff --git a/doc/html/include_2config_8php.js b/doc/html/include_2config_8php.js index 7f74f1627..bf2fb3cea 100644 --- a/doc/html/include_2config_8php.js +++ b/doc/html/include_2config_8php.js @@ -2,10 +2,14 @@ var include_2config_8php = [ [ "del_config", "include_2config_8php.html#a549910227348003efc3c05c9105c42da", null ], [ "del_pconfig", "include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941", null ], + [ "del_xconfig", "include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72", null ], [ "get_config", "include_2config_8php.html#a5d19130818ea4c6b8726ab62cd989c15", null ], [ "get_pconfig", "include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad", null ], + [ "get_xconfig", "include_2config_8php.html#ae4269ab151d08b5dcb1581b2920a934b", null ], [ "load_config", "include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1", null ], [ "load_pconfig", "include_2config_8php.html#ab012f852866a0aff9b5180daffa454f5", null ], + [ "load_xconfig", "include_2config_8php.html#a913d4e1a6ee7acc1598c69b902c06fd2", null ], [ "set_config", "include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a", null ], - [ "set_pconfig", "include_2config_8php.html#a61591371cb18764138655d67dc817ab2", null ] + [ "set_pconfig", "include_2config_8php.html#a61591371cb18764138655d67dc817ab2", null ], + [ "set_xconfig", "include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e", null ] ]; \ No newline at end of file diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 7493dfdf2..1f9c28120 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -242,8 +242,6 @@ Functions
    -

    Referenced by probe_url().

    -
    @@ -401,7 +399,7 @@ Functions

    fetch_url is deprecated and being replaced by the more capable z_fetch_url please use that function instead. Once all occurrences of fetch_url are removed from the codebase we will remove this function and perhaps rename z_fetch_url back to fetch_url

    -

    Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), oexchange_content(), post_url(), probe_url(), and scale_external_images().

    +

    Referenced by consume_feed(), dfrn_deliver(), dirfind_content(), fetch_xrd_links(), local_delivery(), lrdd(), oembed_fetch_url(), oexchange_content(), post_url(), and scale_external_images().

    @@ -526,7 +524,7 @@ Functions
    -

    Referenced by handle_tag(), photos_post(), probe_url(), profiles_post(), and webfinger_content().

    +

    Referenced by handle_tag(), photos_post(), profiles_post(), and webfinger_content().

    @@ -652,7 +650,7 @@ Functions
    -

    Referenced by check_account_email(), probe_url(), and zid_init().

    +

    Referenced by check_account_email(), and zid_init().

    diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index ab9c4f6fa..75ff25ea5 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -138,9 +138,9 @@ Functions    encode_item_terms ($terms)   - termtype ($t) + termtype ($t)   - decode_tags ($t) + decode_tags ($t)    activity_sanitise ($arr)   @@ -798,7 +798,7 @@ Functions
    -

    Referenced by channel_content(), display_content(), events_content(), get_feed_for(), network_content(), network_query(), notifier_run(), page_content(), search_content(), tag_deliver(), and zot_feed().

    +

    Referenced by channel_content(), display_content(), events_content(), get_feed_for(), network_content(), notifier_run(), page_content(), search_content(), tag_deliver(), and zot_feed().

    diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index 4e4edb365..60a2c8efc 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -112,24 +112,32 @@ $(document).ready(function(){initNavTree('language_8php.html','');}); - - + + + + - - + + + + + + + + + +

    Functions

    if(!function_exists('get_browser_language')) get_best_language ()
     
     get_browser_language ()
     
     get_best_language ()
     
     push_lang ($language)
     
     pop_lang ()
     
    if(!function_exists('load_translation_table'))
    -if(!function_exists('t')) if(!function_exists('tt'))
    -if(!function_exists('string_plural_select_default')) 
    detect_language ($s)
     
     load_translation_table ($lang, $install=false)
     
     t ($s)
     
     tt ($singular, $plural, $count)
     
     string_plural_select_default ($n)
     
     detect_language ($s)
     

    Function Documentation

    - +
    - + @@ -142,12 +150,29 @@ Functions - +
    if (!function_exists('load_translation_table')) if (!function_exists('t')) if (!function_exists('tt')) if (!function_exists('string_plural_select_default')) detect_language detect_language (   $s)
    - + + + + + +
    if (!function_exists('get_browser_language')) get_best_language get_best_language ()
    +
    + +

    Referenced by create_account().

    + +
    +
    + +
    +
    + + + @@ -158,7 +183,35 @@ Functions

    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.

    -

    Referenced by create_account().

    +

    Referenced by authenticate_success(), and get_best_language().

    + + + + +
    +
    +
    get_browser_language ( )
    + + + + + + + + + + + + + + + + + +
    load_translation_table ( $lang,
     $install = false 
    )
    +
    + +

    Referenced by push_lang().

    @@ -195,6 +248,74 @@ Functions

    Referenced by notification(), send_reg_approval_email(), and user_allow().

    + + + +
    +
    + + + + + + + + +
    string_plural_select_default ( $n)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    t ( $s)
    +
    + +

    Referenced by dba\__construct(), admin_content(), admin_page_dbsync(), 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(), allfriends_content(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_store(), authenticate_success(), bb_ShareAttributes(), bbcode(), categories_widget(), channel_content(), channel_init(), chanview_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(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connections_content(), connections_post(), construct_page(), consume_feed(), contact_block(), contact_poll_interval(), contact_reputation(), create_account(), create_identity(), crepair_content(), crepair_post(), datesel_format(), day_translate(), delegate_content(), directory_content(), dirfind_content(), dirsearch_content(), display_content(), drop_item(), editpost_content(), events_content(), events_post(), fbrowser_content(), file_tag_save_file(), fileas_widget(), filer_content(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), follow_widget(), format_event_diaspora(), format_event_html(), 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(), hcard_init(), help_content(), identity_check_service_class(), import_channel_photo(), import_content(), import_post(), import_xchan(), intro_content(), intro_post(), invite_content(), invite_post(), item_post(), item_post_type(), lang_selector(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), manage_content(), manual_config(), marital_selector(), match_content(), message_aside(), message_content(), message_post(), mini_group_select(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), new_follower(), nogroup_content(), notification(), notifications_content(), notifications_post(), notify_content(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), page_content(), paginate(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_init(), posted_date_widget(), prepare_body(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profile_tabs(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), saved_searches(), scale_external_images(), search(), search_content(), search_saved_searches(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_aside(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), subthread_content(), suggest_content(), tagger_content(), tagrm_content(), tagrm_post(), timezone_cmp(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), wall_upload_post(), what_next(), xchan_content(), z_readdir(), and zfinger_init().

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    tt ( $singular,
     $plural,
     $count 
    )
    +
    diff --git a/doc/html/language_8php.js b/doc/html/language_8php.js index 9fa010e60..ed2266957 100644 --- a/doc/html/language_8php.js +++ b/doc/html/language_8php.js @@ -1,7 +1,12 @@ var language_8php = [ - [ "detect_language", "language_8php.html#a2b07ec591277aaae57e4d03a12c929b7", null ], - [ "get_best_language", "language_8php.html#afc07168c25fb662579a52923daa10ee1", null ], + [ "detect_language", "language_8php.html#a632da17c7ac0d2dc1a00a4706870194b", null ], + [ "get_best_language", "language_8php.html#a980dee1d8715a98ab02e36b59facf8ed", null ], + [ "get_browser_language", "language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e", null ], + [ "load_translation_table", "language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05", null ], [ "pop_lang", "language_8php.html#a78bd204955ec4cc3a9ac651285a1689d", null ], - [ "push_lang", "language_8php.html#ac9142ef1d01a235c760deb0f16643f5a", null ] + [ "push_lang", "language_8php.html#ac9142ef1d01a235c760deb0f16643f5a", null ], + [ "string_plural_select_default", "language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0", null ], + [ "t", "language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04", null ], + [ "tt", "language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d", null ] ]; \ No newline at end of file diff --git a/doc/html/mod_2follow_8php.html b/doc/html/mod_2follow_8php.html index e0992f4b4..48a01ad46 100644 --- a/doc/html/mod_2follow_8php.html +++ b/doc/html/mod_2follow_8php.html @@ -114,8 +114,26 @@ $(document).ready(function(){initNavTree('mod_2follow_8php.html','');}); Functions  follow_init (&$a)   + follow_content (&$a) + 

    Function Documentation

    + +
    +
    + + + + + + + + +
    follow_content ($a)
    +
    + +
    +
    diff --git a/doc/html/mod_2follow_8php.js b/doc/html/mod_2follow_8php.js index 1c7c46d03..8ca687406 100644 --- a/doc/html/mod_2follow_8php.js +++ b/doc/html/mod_2follow_8php.js @@ -1,4 +1,5 @@ var mod_2follow_8php = [ + [ "follow_content", "mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592", null ], [ "follow_init", "mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a", null ] ]; \ No newline at end of file diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 0cdbb19df..03682538f 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -35,12 +35,12 @@ var NAVTREE = var NAVTREEINDEX = [ "BaseObject_8php.html", -"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764", -"classPhoto.html#a4ace266825f6b2bbc3c7f990f5d92500", -"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854", +"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78", +"classPhoto.html#a4ff11117ada771637a61a668d2af6636", +"friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09", "include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d", -"plugin_8php.html#af92789f559b89a380e49d303218aeeca", -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28" +"plugin_8php.html#a901657dd078e070516cf97285e0bada7", +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index c4a8b3b08..69d95a0a9 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -17,15 +17,12 @@ var NAVTREEINDEX0 = "Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[4,0,0,12,1], "Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[4,0,0,12,0], "ConversationObject_8php.html":[4,0,0,16], -"ItemObject_8php.html":[4,0,0,37], -"Photo_8php.html":[4,0,0,49], -"Photo_8php.html#a102f3f26f67e0e38f4322a771951c1ca":[4,0,0,49,3], -"Photo_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[4,0,0,49,2], -"Photo_8php.html#a7273b82b017fd96d29b2c57bab03aea6":[4,0,0,49,1], -"ProtoDriver_8php.html":[4,0,0,55], -"Scrape_8php.html":[4,0,0,58], -"Scrape_8php.html#a32883beb7dbf311fc9bfa99200a7402c":[4,0,0,58,0], -"Scrape_8php.html#aa6b0bdcf6e8f9d44e699fd94d2207c98":[4,0,0,58,1], +"ItemObject_8php.html":[4,0,0,35], +"Photo_8php.html":[4,0,0,47], +"Photo_8php.html#a102f3f26f67e0e38f4322a771951c1ca":[4,0,0,47,3], +"Photo_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[4,0,0,47,2], +"Photo_8php.html#a7273b82b017fd96d29b2c57bab03aea6":[4,0,0,47,1], +"ProtoDriver_8php.html":[4,0,0,53], "__well__known_8php.html":[4,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[4,0,1,0,0], "account_8php.html":[4,0,0,0], @@ -93,161 +90,164 @@ var NAVTREEINDEX0 = "bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[4,0,0,8,5], "bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[4,0,0,8,2], "boot_8php.html":[4,0,4], -"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[4,0,4,117], -"boot_8php.html#a01353c9abebc3544ea080ac161729632":[4,0,4,38], -"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[4,0,4,130], -"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[4,0,4,207], -"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[4,0,4,53], -"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[4,0,4,143], -"boot_8php.html#a0450389f24c632906fbc24347700a543":[4,0,4,49], -"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[4,0,4,96], +"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[4,0,4,118], +"boot_8php.html#a01353c9abebc3544ea080ac161729632":[4,0,4,39], +"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[4,0,4,131], +"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[4,0,4,208], +"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[4,0,4,54], +"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[4,0,4,144], +"boot_8php.html#a0450389f24c632906fbc24347700a543":[4,0,4,50], +"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[4,0,4,97], "boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[4,0,4,1], -"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[4,0,4,180], -"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[4,0,4,65], -"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[4,0,4,147], -"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[4,0,4,218], -"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[4,0,4,57], -"boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[4,0,4,14], -"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[4,0,4,78], -"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[4,0,4,75], -"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[4,0,4,173], -"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[4,0,4,60], -"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[4,0,4,129], -"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[4,0,4,125], -"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[4,0,4,146], -"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[4,0,4,221], -"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[4,0,4,150], -"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[4,0,4,74], -"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[4,0,4,190], -"boot_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[4,0,4,34], -"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[4,0,4,100], -"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[4,0,4,135], -"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[4,0,4,166], -"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[4,0,4,44], -"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[4,0,4,94], -"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[4,0,4,86], -"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[4,0,4,212], -"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[4,0,4,169], -"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[4,0,4,80], -"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[4,0,4,112], -"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[4,0,4,188], -"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[4,0,4,101], -"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[4,0,4,165], -"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[4,0,4,66], -"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[4,0,4,71], -"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[4,0,4,195], -"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[4,0,4,123], -"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[4,0,4,46], -"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[4,0,4,105], -"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[4,0,4,137], -"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[4,0,4,223], -"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[4,0,4,154], -"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[4,0,4,102], -"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[4,0,4,222], -"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[4,0,4,186], +"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[4,0,4,181], +"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[4,0,4,66], +"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[4,0,4,148], +"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[4,0,4,219], +"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[4,0,4,58], +"boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[4,0,4,15], +"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[4,0,4,79], +"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[4,0,4,76], +"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[4,0,4,174], +"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[4,0,4,61], +"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[4,0,4,130], +"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[4,0,4,126], +"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[4,0,4,147], +"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[4,0,4,222], +"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[4,0,4,151], +"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[4,0,4,75], +"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[4,0,4,191], +"boot_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[4,0,4,35], +"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[4,0,4,101], +"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[4,0,4,136], +"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[4,0,4,167], +"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[4,0,4,45], +"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[4,0,4,95], +"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[4,0,4,87], +"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[4,0,4,213], +"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[4,0,4,170], +"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[4,0,4,81], +"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[4,0,4,113], +"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[4,0,4,189], +"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[4,0,4,102], +"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[4,0,4,166], +"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[4,0,4,67], +"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[4,0,4,72], +"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[4,0,4,196], +"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[4,0,4,124], +"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[4,0,4,47], +"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[4,0,4,106], +"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[4,0,4,138], +"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[4,0,4,224], +"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[4,0,4,155], +"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[4,0,4,103], +"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[4,0,4,223], +"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[4,0,4,187], "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[4,0,4,12], -"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[4,0,4,58], -"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[4,0,4,51], -"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[4,0,4,113], -"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[4,0,4,182], -"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[4,0,4,164], -"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[4,0,4,140], -"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[4,0,4,69], -"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[4,0,4,216], -"boot_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[4,0,4,18], -"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[4,0,4,152], -"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[4,0,4,99], -"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[4,0,4,151], +"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[4,0,4,59], +"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[4,0,4,52], +"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[4,0,4,114], +"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[4,0,4,183], +"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[4,0,4,165], +"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[4,0,4,141], +"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[4,0,4,70], +"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[4,0,4,217], +"boot_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[4,0,4,19], +"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[4,0,4,153], +"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[4,0,4,100], +"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[4,0,4,152], "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[4,0,4,6], -"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[4,0,4,181], -"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[4,0,4,199], -"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[4,0,4,176], -"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[4,0,4,136], -"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[4,0,4,45], -"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[4,0,4,79], -"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[4,0,4,35], -"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[4,0,4,168], -"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[4,0,4,198], -"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[4,0,4,21], -"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[4,0,4,59], -"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[4,0,4,158], -"boot_8php.html#a5b45d647da3743a7fc8c6223350b4d67":[4,0,4,31], -"boot_8php.html#a5b7ce5c0a79796800883644c389dc87f":[4,0,4,42], -"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[4,0,4,76], -"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[4,0,4,138], -"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[4,0,4,179], -"boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[4,0,4,20], -"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[4,0,4,73], -"boot_8php.html#a646123ebbb10eb6f5b6ff26f4288da9b":[4,0,4,33], -"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[4,0,4,214], -"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[4,0,4,144], -"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[4,0,4,121], -"boot_8php.html#a680fbafc2db023c5b1309e0180e81315":[4,0,4,43], -"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[4,0,4,124], -"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[4,0,4,48], -"boot_8php.html#a6969947145a139ec374ce098224d8e81":[4,0,4,127], -"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[4,0,4,205], -"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[4,0,4,202], -"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[4,0,4,196], -"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[4,0,4,95], -"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[4,0,4,87], -"boot_8php.html#a6df1102664f64b274810db85197c2755":[4,0,4,184], -"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[4,0,4,204], -"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[4,0,4,26], -"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[4,0,4,159], -"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[4,0,4,115], -"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[4,0,4,70], +"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[4,0,4,182], +"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[4,0,4,200], +"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[4,0,4,177], +"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[4,0,4,137], +"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[4,0,4,46], +"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[4,0,4,80], +"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[4,0,4,36], +"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[4,0,4,169], +"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[4,0,4,199], +"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[4,0,4,22], +"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[4,0,4,60], +"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[4,0,4,159], +"boot_8php.html#a5b45d647da3743a7fc8c6223350b4d67":[4,0,4,32], +"boot_8php.html#a5b7ce5c0a79796800883644c389dc87f":[4,0,4,43], +"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[4,0,4,77], +"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[4,0,4,139], +"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[4,0,4,180], +"boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[4,0,4,21], +"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[4,0,4,74], +"boot_8php.html#a646123ebbb10eb6f5b6ff26f4288da9b":[4,0,4,34], +"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[4,0,4,215], +"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[4,0,4,145], +"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[4,0,4,122], +"boot_8php.html#a680fbafc2db023c5b1309e0180e81315":[4,0,4,44], +"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[4,0,4,125], +"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[4,0,4,49], +"boot_8php.html#a6969947145a139ec374ce098224d8e81":[4,0,4,128], +"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[4,0,4,206], +"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[4,0,4,203], +"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[4,0,4,197], +"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[4,0,4,96], +"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[4,0,4,88], +"boot_8php.html#a6df1102664f64b274810db85197c2755":[4,0,4,185], +"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[4,0,4,205], +"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[4,0,4,27], +"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[4,0,4,160], +"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[4,0,4,116], +"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[4,0,4,71], "boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[4,0,4,2], -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[4,0,4,219], +"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[4,0,4,220], "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[4,0,4,4], -"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[4,0,4,72], -"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[4,0,4,84], -"boot_8php.html#a78d5f284dc096b2a739c1fa47f22b7be":[4,0,4,98], -"boot_8php.html#a7a27d05ec84f9eef2f06097e6b8892f3":[4,0,4,97], -"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[4,0,4,63], -"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[4,0,4,114], -"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[4,0,4,139], -"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[4,0,4,67], -"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[4,0,4,141], -"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[4,0,4,81], -"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[4,0,4,177], -"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[4,0,4,52], -"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[4,0,4,109], -"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[4,0,4,157], -"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[4,0,4,92], -"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[4,0,4,200], -"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[4,0,4,111], -"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[4,0,4,107], -"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[4,0,4,203], -"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[4,0,4,29], -"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[4,0,4,128], -"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[4,0,4,110], -"boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[4,0,4,17], -"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[4,0,4,171], -"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[4,0,4,201], +"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[4,0,4,73], +"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[4,0,4,85], +"boot_8php.html#a78d5f284dc096b2a739c1fa47f22b7be":[4,0,4,99], +"boot_8php.html#a7a27d05ec84f9eef2f06097e6b8892f3":[4,0,4,98], +"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[4,0,4,64], +"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[4,0,4,115], +"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[4,0,4,140], +"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[4,0,4,68], +"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[4,0,4,142], +"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[4,0,4,82], +"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[4,0,4,178], +"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[4,0,4,53], +"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[4,0,4,110], +"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[4,0,4,158], +"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[4,0,4,93], +"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[4,0,4,201], +"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[4,0,4,112], +"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[4,0,4,108], +"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[4,0,4,204], +"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[4,0,4,30], +"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[4,0,4,129], +"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[4,0,4,111], +"boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[4,0,4,18], +"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[4,0,4,172], +"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[4,0,4,202], "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[4,0,4,5], -"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[4,0,4,193], -"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[4,0,4,172], -"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[4,0,4,215], -"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[4,0,4,192], -"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[4,0,4,160], -"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[4,0,4,24], -"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[4,0,4,178], -"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[4,0,4,47], -"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[4,0,4,134], +"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[4,0,4,194], +"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[4,0,4,173], +"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[4,0,4,216], +"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[4,0,4,193], +"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[4,0,4,161], +"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[4,0,4,25], +"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[4,0,4,179], +"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[4,0,4,48], +"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[4,0,4,135], "boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[4,0,4,9], -"boot_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[4,0,4,19], -"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[4,0,4,132], -"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[4,0,4,83], -"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[4,0,4,89], -"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[4,0,4,197], -"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[4,0,4,119], -"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[4,0,4,64], -"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[4,0,4,163], +"boot_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[4,0,4,20], +"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[4,0,4,133], +"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[4,0,4,84], +"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[4,0,4,90], +"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[4,0,4,198], +"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[4,0,4,120], +"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[4,0,4,65], +"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[4,0,4,164], "boot_8php.html#ab2878f40a7f3978476fcfb4c95b96806":[4,0,4,11], -"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[4,0,4,104], -"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[4,0,4,183], -"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[4,0,4,30], -"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[4,0,4,156], -"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[4,0,4,187] +"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[4,0,4,105], +"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[4,0,4,184], +"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[4,0,4,31], +"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[4,0,4,157], +"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[4,0,4,188], +"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[4,0,4,104], +"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[4,0,4,121], +"boot_8php.html#ab55e545b72ec8c097e052ea7d373491f":[4,0,4,40] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 90f767394..a16ef158c 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,71 +1,69 @@ var NAVTREEINDEX1 = { -"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[4,0,4,103], -"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[4,0,4,120], -"boot_8php.html#ab55e545b72ec8c097e052ea7d373491f":[4,0,4,39], -"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[4,0,4,54], -"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[4,0,4,174], +"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[4,0,4,55], +"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[4,0,4,175], "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[4,0,4,7], -"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[4,0,4,91], -"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[4,0,4,40], +"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[4,0,4,92], +"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[4,0,4,41], "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[4,0,4,3], -"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[4,0,4,217], -"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[4,0,4,62], -"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[4,0,4,90], -"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[4,0,4,108], -"boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[4,0,4,23], -"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[4,0,4,142], -"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[4,0,4,88], -"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[4,0,4,37], -"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[4,0,4,55], -"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[4,0,4,220], -"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[4,0,4,106], -"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[4,0,4,170], -"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[4,0,4,36], +"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[4,0,4,218], +"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[4,0,4,63], +"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[4,0,4,91], +"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[4,0,4,109], +"boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[4,0,4,24], +"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[4,0,4,143], +"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[4,0,4,89], +"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[4,0,4,38], +"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[4,0,4,56], +"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[4,0,4,221], +"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[4,0,4,107], +"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[4,0,4,171], +"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[4,0,4,37], +"boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[4,0,4,13], "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[4,0,4,8], -"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[4,0,4,145], -"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[4,0,4,194], -"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[4,0,4,61], -"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[4,0,4,131], +"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[4,0,4,146], +"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[4,0,4,195], +"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[4,0,4,62], +"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[4,0,4,132], "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[4,0,4,10], -"boot_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[4,0,4,15], -"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[4,0,4,68], -"boot_8php.html#ad34c1547020a305915bcc39707744690":[4,0,4,82], -"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[4,0,4,27], -"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[4,0,4,189], -"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[4,0,4,206], -"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[4,0,4,85], -"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[4,0,4,116], -"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[4,0,4,209], -"boot_8php.html#add517a0958ac684792c62142a3877f81":[4,0,4,41], -"boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[4,0,4,22], -"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[4,0,4,213], -"boot_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[4,0,4,16], -"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[4,0,4,153], -"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[4,0,4,133], -"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[4,0,4,161], -"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[4,0,4,25], -"boot_8php.html#aebc5ed38c73ade57f360471da712ded2":[4,0,4,32], -"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[4,0,4,191], -"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[4,0,4,93], -"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[4,0,4,148], -"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[4,0,4,162], -"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[4,0,4,118], -"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[4,0,4,28], -"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[4,0,4,210], -"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[4,0,4,155], -"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[4,0,4,56], -"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[4,0,4,50], -"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[4,0,4,122], -"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[4,0,4,175], -"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[4,0,4,208], -"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[4,0,4,167], -"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[4,0,4,149], -"boot_8php.html#afb97615e985a013799839b68b99018d7":[4,0,4,211], -"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[4,0,4,77], -"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[4,0,4,126], -"boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[4,0,4,13], -"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[4,0,4,185], +"boot_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[4,0,4,16], +"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[4,0,4,69], +"boot_8php.html#ad34c1547020a305915bcc39707744690":[4,0,4,83], +"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[4,0,4,28], +"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[4,0,4,190], +"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[4,0,4,207], +"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[4,0,4,86], +"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[4,0,4,117], +"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[4,0,4,210], +"boot_8php.html#add517a0958ac684792c62142a3877f81":[4,0,4,42], +"boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[4,0,4,23], +"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[4,0,4,214], +"boot_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[4,0,4,17], +"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[4,0,4,154], +"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[4,0,4,134], +"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[4,0,4,162], +"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[4,0,4,26], +"boot_8php.html#aebc5ed38c73ade57f360471da712ded2":[4,0,4,33], +"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[4,0,4,192], +"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[4,0,4,94], +"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[4,0,4,149], +"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[4,0,4,163], +"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[4,0,4,119], +"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[4,0,4,29], +"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[4,0,4,211], +"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[4,0,4,156], +"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[4,0,4,57], +"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[4,0,4,51], +"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[4,0,4,123], +"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[4,0,4,176], +"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[4,0,4,209], +"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[4,0,4,168], +"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[4,0,4,150], +"boot_8php.html#afb97615e985a013799839b68b99018d7":[4,0,4,212], +"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[4,0,4,78], +"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[4,0,4,127], +"boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[4,0,4,14], +"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[4,0,4,186], "cache_8php.html":[4,0,0,9], "channel_8php.html":[4,0,1,7], "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[4,0,1,7,1], @@ -165,8 +163,8 @@ var NAVTREEINDEX1 = "classCache.html":[3,0,7], "classConversation.html":[3,0,8], "classConversation.html#a2a96b7a6573ae53db861624659e831cb":[3,0,8,4], -"classConversation.html#a2f12724ef0244e9049fe1bb9641b516d":[3,0,8,11], -"classConversation.html#a41f4a549e6a99f98935c4742addd22c8":[3,0,8,12], +"classConversation.html#a2f12724ef0244e9049fe1bb9641b516d":[3,0,8,12], +"classConversation.html#a41f4a549e6a99f98935c4742addd22c8":[3,0,8,13], "classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[3,0,8,5], "classConversation.html#a5879199008b96bee7550b576d614e1c1":[3,0,8,7], "classConversation.html#a5effe8ad3007e01333df44b81432b813":[3,0,8,3], @@ -174,10 +172,11 @@ var NAVTREEINDEX1 = "classConversation.html#a6b064d00c56a6b7dec359d4348711c84":[3,0,8,0], "classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[3,0,8,1], "classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[3,0,8,2], +"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[3,0,8,9], "classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[3,0,8,6], -"classConversation.html#ae81221251307e315f566a11f921ce0a9":[3,0,8,13], -"classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae":[3,0,8,10], -"classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a":[3,0,8,9], +"classConversation.html#ae81221251307e315f566a11f921ce0a9":[3,0,8,14], +"classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae":[3,0,8,11], +"classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a":[3,0,8,10], "classFKOAuth1.html":[3,0,11], "classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f":[3,0,11,1], "classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6":[3,0,11,0], @@ -249,5 +248,6 @@ var NAVTREEINDEX1 = "classPhoto.html#a29213571e2688f17240cd2b3892d7a62":[3,0,15,7], "classPhoto.html#a2b05906daa294e0c904aff0ba24b5bd3":[3,0,15,20], "classPhoto.html#a32ff09cd464a48bc8e510a1403410753":[3,0,15,13], -"classPhoto.html#a338d80512bdfeb6a6a00a9381d76de5f":[3,0,15,24] +"classPhoto.html#a338d80512bdfeb6a6a00a9381d76de5f":[3,0,15,24], +"classPhoto.html#a4ace266825f6b2bbc3c7f990f5d92500":[3,0,15,2] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index e01f593bd..c7c513949 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,6 +1,5 @@ var NAVTREEINDEX2 = { -"classPhoto.html#a4ace266825f6b2bbc3c7f990f5d92500":[3,0,15,2], "classPhoto.html#a4ff11117ada771637a61a668d2af6636":[3,0,15,16], "classPhoto.html#a50e0b85ea8a3f724dd74366756669e61":[3,0,15,25], "classPhoto.html#a66705cd7db1f8dce59ceac57dbf14476":[3,0,15,12], @@ -231,12 +230,9 @@ var NAVTREEINDEX2 = "extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[4,0,2,3,1], "fbrowser_8php.html":[4,0,1,21], "fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[4,0,1,21,0], -"fcontact_8php.html":[4,0,0,27], -"fcontact_8php.html#a4512592814dc7883b57bf01ac33353f6":[4,0,0,27,1], -"fcontact_8php.html#a4ce1d8d444c938790e0d50e003d04a15":[4,0,0,27,0], -"features_8php.html":[4,0,0,28], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[4,0,0,28,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[4,0,0,28,1], +"features_8php.html":[4,0,0,27], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[4,0,0,27,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[4,0,0,27,1], "feed_8php.html":[4,0,1,22], "feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[4,0,1,22,0], "filer_8php.html":[4,0,1,23], @@ -249,5 +245,9 @@ var NAVTREEINDEX2 = "fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[4,0,2,0,0,1], "friendica-to-smarty-tpl_8py.html":[4,0,2,4], "friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[4,0,2,4,11], -"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[4,0,2,4,8] +"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[4,0,2,4,8], +"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[4,0,2,4,1], +"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[4,0,2,4,0], +"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[4,0,2,4,13], +"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[4,0,2,4,6] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index ded8e995a..012f11dde 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,9 +1,5 @@ var NAVTREEINDEX3 = { -"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[4,0,2,4,1], -"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[4,0,2,4,0], -"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[4,0,2,4,13], -"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[4,0,2,4,6], "friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09":[4,0,2,4,12], "friendica-to-smarty-tpl_8py.html#a8540514fb7c4aa18ad2dffa2a975036b":[4,0,2,4,14], "friendica-to-smarty-tpl_8py.html#a87182a9bab47640428bd0b2b9946bef9":[4,0,2,4,10], @@ -13,7 +9,7 @@ var NAVTREEINDEX3 = "friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[4,0,2,4,7], "friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[4,0,2,4,4], "friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[4,0,2,4,3], -"friendica__smarty_8php.html":[4,0,0,30], +"friendica__smarty_8php.html":[4,0,0,29], "fsuggest_8php.html":[4,0,1,26], "fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[4,0,1,26,1], "fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[4,0,1,26,0], @@ -40,8 +36,8 @@ var NAVTREEINDEX3 = "functions_0x76.html":[3,3,0,17], "functions_func.html":[3,3,1], "functions_vars.html":[3,3,2], -"globals.html":[4,1,0,0], "globals.html":[4,1,0], +"globals.html":[4,1,0,0], "globals_0x5f.html":[4,1,0,1], "globals_0x61.html":[4,1,0,2], "globals_0x62.html":[4,1,0,3], @@ -68,8 +64,8 @@ var NAVTREEINDEX3 = "globals_0x77.html":[4,1,0,24], "globals_0x78.html":[4,1,0,25], "globals_0x7a.html":[4,1,0,26], -"globals_func.html":[4,1,1], "globals_func.html":[4,1,1,0], +"globals_func.html":[4,1,1], "globals_func_0x61.html":[4,1,1,1], "globals_func_0x62.html":[4,1,1,2], "globals_func_0x63.html":[4,1,1,3], @@ -118,8 +114,8 @@ var NAVTREEINDEX3 = "globals_vars_0x77.html":[4,1,2,19], "globals_vars_0x78.html":[4,1,2,20], "globals_vars_0x7a.html":[4,1,2,21], -"gprobe_8php.html":[4,0,0,31], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[4,0,0,31,0], +"gprobe_8php.html":[4,0,0,30], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[4,0,0,30,0], "hcard_8php.html":[4,0,1,28], "hcard_8php.html#a956c7cae2009652a37900306e5b7b73d":[4,0,1,28,0], "hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d":[4,0,1,28,1], @@ -129,23 +125,23 @@ var NAVTREEINDEX3 = "home_8php.html":[4,0,1,30], "hostxrd_8php.html":[4,0,1,31], "hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[4,0,1,31,0], -"html2bbcode_8php.html":[4,0,0,33], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[4,0,0,33,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[4,0,0,33,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[4,0,0,33,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[4,0,0,33,2], -"html2plain_8php.html":[4,0,0,34], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[4,0,0,34,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[4,0,0,34,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[4,0,0,34,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[4,0,0,34,1], -"identity_8php.html":[4,0,0,35], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[4,0,0,35,0], -"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[4,0,0,35,1], -"identity_8php.html#a77ee7d66eb0758f7e7882f70ad0f9485":[4,0,0,35,2], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[4,0,0,35,4], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[4,0,0,35,3], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[4,0,0,35,5], +"html2bbcode_8php.html":[4,0,0,32], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[4,0,0,32,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[4,0,0,32,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[4,0,0,32,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[4,0,0,32,2], +"html2plain_8php.html":[4,0,0,33], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[4,0,0,33,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[4,0,0,33,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[4,0,0,33,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[4,0,0,33,1], +"identity_8php.html":[4,0,0,34], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[4,0,0,34,0], +"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[4,0,0,34,1], +"identity_8php.html#a77ee7d66eb0758f7e7882f70ad0f9485":[4,0,0,34,2], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[4,0,0,34,4], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[4,0,0,34,3], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[4,0,0,34,5], "import_8php.html":[4,0,1,32], "import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[4,0,1,32,1], "import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[4,0,1,32,0], @@ -208,46 +204,50 @@ var NAVTREEINDEX3 = "include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932":[4,0,0,4,1], "include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909":[4,0,0,4,6], "include_2config_8php.html":[4,0,0,11], -"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[4,0,0,11,4], +"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[4,0,0,11,6], "include_2config_8php.html#a549910227348003efc3c05c9105c42da":[4,0,0,11,0], -"include_2config_8php.html#a5d19130818ea4c6b8726ab62cd989c15":[4,0,0,11,2], -"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[4,0,0,11,7], +"include_2config_8php.html#a5d19130818ea4c6b8726ab62cd989c15":[4,0,0,11,3], +"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[4,0,0,11,10], "include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[4,0,0,11,1], -"include_2config_8php.html#ab012f852866a0aff9b5180daffa454f5":[4,0,0,11,5], -"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[4,0,0,11,3], -"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[4,0,0,11,6], +"include_2config_8php.html#a913d4e1a6ee7acc1598c69b902c06fd2":[4,0,0,11,8], +"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[4,0,0,11,2], +"include_2config_8php.html#ab012f852866a0aff9b5180daffa454f5":[4,0,0,11,7], +"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[4,0,0,11,4], +"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[4,0,0,11,9], +"include_2config_8php.html#ae4269ab151d08b5dcb1581b2920a934b":[4,0,0,11,5], +"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[4,0,0,11,11], "include_2directory_8php.html":[4,0,0,23], "include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[4,0,0,23,0], -"include_2follow_8php.html":[4,0,0,29], -"include_2follow_8php.html#a6553a7650fae55f95660510d90983144":[4,0,0,29,0], -"include_2group_8php.html":[4,0,0,32], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[4,0,0,32,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[4,0,0,32,9], -"include_2group_8php.html#a0a515d42ec78aa0066aac4c278ead5b0":[4,0,0,32,1], -"include_2group_8php.html#a1042d74055bafe54a6a30103d87a7f17":[4,0,0,32,7], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[4,0,0,32,0], -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[4,0,0,32,5], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[4,0,0,32,6], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[4,0,0,32,4], -"include_2group_8php.html#ab4d9e5b59f48787cb01baae5dc6c381f":[4,0,0,32,10], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[4,0,0,32,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[4,0,0,32,8], -"include_2message_8php.html":[4,0,0,40], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[4,0,0,40,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[4,0,0,40,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[4,0,0,40,3], -"include_2message_8php.html#ac382fdcdf990dcfa8f6528ab8fd280bd":[4,0,0,40,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[4,0,0,40,0], -"include_2network_8php.html":[4,0,0,42], -"include_2network_8php.html#a0bdc4b0bfc54797c249dc4eca25aeda4":[4,0,0,42,0], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[4,0,0,42,6], -"include_2network_8php.html#a2729d012410e470c527a62a3f777ded8":[4,0,0,42,10], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[4,0,0,42,15], -"include_2network_8php.html#a37ddeb88a3fd1dee9e8339723f9edf9a":[4,0,0,42,8], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[4,0,0,42,13], -"include_2network_8php.html#a540420ff3675a72cb781ef9a7e8c2cd9":[4,0,0,42,5], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[4,0,0,42,19], -"include_2network_8php.html#a6259181fec4d36722d1e91ac6210e876":[4,0,0,42,25], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[4,0,0,42,11], -"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[4,0,0,42,20] +"include_2follow_8php.html":[4,0,0,28], +"include_2follow_8php.html#a6553a7650fae55f95660510d90983144":[4,0,0,28,0], +"include_2group_8php.html":[4,0,0,31], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[4,0,0,31,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[4,0,0,31,9], +"include_2group_8php.html#a0a515d42ec78aa0066aac4c278ead5b0":[4,0,0,31,1], +"include_2group_8php.html#a1042d74055bafe54a6a30103d87a7f17":[4,0,0,31,7], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[4,0,0,31,0], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[4,0,0,31,5], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[4,0,0,31,6], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[4,0,0,31,4], +"include_2group_8php.html#ab4d9e5b59f48787cb01baae5dc6c381f":[4,0,0,31,10], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[4,0,0,31,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[4,0,0,31,8], +"include_2message_8php.html":[4,0,0,38], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[4,0,0,38,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[4,0,0,38,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[4,0,0,38,3], +"include_2message_8php.html#ac382fdcdf990dcfa8f6528ab8fd280bd":[4,0,0,38,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[4,0,0,38,0], +"include_2network_8php.html":[4,0,0,40], +"include_2network_8php.html#a0bdc4b0bfc54797c249dc4eca25aeda4":[4,0,0,40,0], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[4,0,0,40,6], +"include_2network_8php.html#a2729d012410e470c527a62a3f777ded8":[4,0,0,40,10], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[4,0,0,40,15], +"include_2network_8php.html#a37ddeb88a3fd1dee9e8339723f9edf9a":[4,0,0,40,8], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[4,0,0,40,13], +"include_2network_8php.html#a540420ff3675a72cb781ef9a7e8c2cd9":[4,0,0,40,5], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[4,0,0,40,19], +"include_2network_8php.html#a6259181fec4d36722d1e91ac6210e876":[4,0,0,40,25], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[4,0,0,40,11], +"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[4,0,0,40,20] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index 25d02a753..fea256418 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,39 +1,39 @@ var NAVTREEINDEX4 = { -"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[4,0,0,42,9], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[4,0,0,42,18], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[4,0,0,42,7], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[4,0,0,42,22], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[4,0,0,42,23], -"include_2network_8php.html#aa44d9e33a579d930e9e79c4ebb3d6b5e":[4,0,0,42,16], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[4,0,0,42,24], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[4,0,0,42,3], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[4,0,0,42,1], -"include_2network_8php.html#abed1d466435a12b6a4dd7aa4a05e5ba9":[4,0,0,42,12], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[4,0,0,42,4], -"include_2network_8php.html#adbc7fe45cc7fd9cd78f6b2f425ee9041":[4,0,0,42,14], -"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[4,0,0,42,21], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[4,0,0,42,17], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[4,0,0,42,2], -"include_2notify_8php.html":[4,0,0,44], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[4,0,0,44,0], -"include_2oembed_8php.html":[4,0,0,46], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[4,0,0,46,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[4,0,0,46,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[4,0,0,46,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[4,0,0,46,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[4,0,0,46,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[4,0,0,46,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[4,0,0,46,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[4,0,0,46,2], -"include_2photos_8php.html":[4,0,0,50], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[4,0,0,50,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[4,0,0,50,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[4,0,0,50,1], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[4,0,0,50,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[4,0,0,50,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[4,0,0,50,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[4,0,0,50,4], +"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[4,0,0,40,9], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[4,0,0,40,18], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[4,0,0,40,7], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[4,0,0,40,22], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[4,0,0,40,23], +"include_2network_8php.html#aa44d9e33a579d930e9e79c4ebb3d6b5e":[4,0,0,40,16], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[4,0,0,40,24], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[4,0,0,40,3], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[4,0,0,40,1], +"include_2network_8php.html#abed1d466435a12b6a4dd7aa4a05e5ba9":[4,0,0,40,12], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[4,0,0,40,4], +"include_2network_8php.html#adbc7fe45cc7fd9cd78f6b2f425ee9041":[4,0,0,40,14], +"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[4,0,0,40,21], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[4,0,0,40,17], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[4,0,0,40,2], +"include_2notify_8php.html":[4,0,0,42], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[4,0,0,42,0], +"include_2oembed_8php.html":[4,0,0,44], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[4,0,0,44,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[4,0,0,44,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[4,0,0,44,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[4,0,0,44,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[4,0,0,44,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[4,0,0,44,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[4,0,0,44,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[4,0,0,44,2], +"include_2photos_8php.html":[4,0,0,48], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[4,0,0,48,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[4,0,0,48,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[4,0,0,48,1], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[4,0,0,48,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[4,0,0,48,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[4,0,0,48,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[4,0,0,48,4], "index.html":[], "intro_8php.html":[4,0,1,33], "intro_8php.html#a3e2a523697633ddb4517b9266a515f5b":[4,0,1,33,1], @@ -42,73 +42,76 @@ var NAVTREEINDEX4 = "invite_8php.html":[4,0,1,34], "invite_8php.html#a244385b28cfd021d308715f01158bfd9":[4,0,1,34,0], "invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[4,0,1,34,1], -"iquery_8php.html":[4,0,0,36], -"iquery_8php.html#aa41c07bf856eb8b386430cc53d80d4ac":[4,0,0,36,0], "item_8php.html":[4,0,1,35], "item_8php.html#a3daae7944f737bd30412a0d042207c0f":[4,0,1,35,0], "item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[4,0,1,35,4], "item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[4,0,1,35,3], "item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[4,0,1,35,1], "item_8php.html#abd0e603a6696051af16476eb968d52e7":[4,0,1,35,2], -"items_8php.html":[4,0,0,38], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[4,0,0,38,52], -"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[4,0,0,38,4], -"items_8php.html#a0790a4550b829e85504af548623002ca":[4,0,0,38,5], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[4,0,0,38,31], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[4,0,0,38,35], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[4,0,0,38,23], -"items_8php.html#a1f747db2277904f85ac7b9e64c024e4e":[4,0,0,38,51], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[4,0,0,38,30], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[4,0,0,38,3], -"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[4,0,0,38,11], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[4,0,0,38,19], -"items_8php.html#a2dc4fb9347f6fb804da4f32c107afb53":[4,0,0,38,38], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[4,0,0,38,0], -"items_8php.html#a3a218d5e8ffbe261f773225ecded86a2":[4,0,0,38,41], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[4,0,0,38,28], -"items_8php.html#a53eb3d27e1c55083be93a32f392d54e7":[4,0,0,38,44], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[4,0,0,38,18], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[4,0,0,38,10], -"items_8php.html#a59abb61d7581dc6592257ef022cbfada":[4,0,0,38,26], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[4,0,0,38,16], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[4,0,0,38,36], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[4,0,0,38,14], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[4,0,0,38,34], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[4,0,0,38,32], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[4,0,0,38,42], -"items_8php.html#a82955cc578f0fa600acec84475026194":[4,0,0,38,15], -"items_8php.html#a8395d189a36abfa0dfff81a2b0e70669":[4,0,0,38,12], -"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[4,0,0,38,9], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[4,0,0,38,50], -"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[4,0,0,38,25], -"items_8php.html#a8ef003b2bc2dc4816bdcf5800aec1049":[4,0,0,38,37], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[4,0,0,38,8], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[4,0,0,38,29], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[4,0,0,38,7], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[4,0,0,38,20], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[4,0,0,38,6], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[4,0,0,38,27], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[4,0,0,38,47], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[4,0,0,38,48], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[4,0,0,38,24], -"items_8php.html#abe695dd89e1e10ed042c26b80114f0ed":[4,0,0,38,45], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[4,0,0,38,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[4,0,0,38,43], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[4,0,0,38,17], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[4,0,0,38,46], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[4,0,0,38,49], -"items_8php.html#adc8bda87ba08626f2a8cde7748d1bdae":[4,0,0,38,2], -"items_8php.html#ade53043e7bc5ab9cc9ef1e4fed6569d4":[4,0,0,38,40], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[4,0,0,38,22], -"items_8php.html#ae1c27d1a6379231ac7c0435c8a791d45":[4,0,0,38,39], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[4,0,0,38,33], -"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[4,0,0,38,13], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[4,0,0,38,21], -"language_8php.html":[4,0,0,39], -"language_8php.html#a2b07ec591277aaae57e4d03a12c929b7":[4,0,0,39,0], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[4,0,0,39,2], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[4,0,0,39,3], -"language_8php.html#afc07168c25fb662579a52923daa10ee1":[4,0,0,39,1], +"items_8php.html":[4,0,0,36], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[4,0,0,36,52], +"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[4,0,0,36,4], +"items_8php.html#a0790a4550b829e85504af548623002ca":[4,0,0,36,5], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[4,0,0,36,31], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[4,0,0,36,35], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[4,0,0,36,23], +"items_8php.html#a1f747db2277904f85ac7b9e64c024e4e":[4,0,0,36,51], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[4,0,0,36,30], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[4,0,0,36,3], +"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[4,0,0,36,11], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[4,0,0,36,19], +"items_8php.html#a2dc4fb9347f6fb804da4f32c107afb53":[4,0,0,36,38], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[4,0,0,36,0], +"items_8php.html#a3a218d5e8ffbe261f773225ecded86a2":[4,0,0,36,41], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[4,0,0,36,28], +"items_8php.html#a53eb3d27e1c55083be93a32f392d54e7":[4,0,0,36,44], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[4,0,0,36,18], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[4,0,0,36,10], +"items_8php.html#a59abb61d7581dc6592257ef022cbfada":[4,0,0,36,26], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[4,0,0,36,16], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[4,0,0,36,36], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[4,0,0,36,14], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[4,0,0,36,34], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[4,0,0,36,32], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[4,0,0,36,42], +"items_8php.html#a82955cc578f0fa600acec84475026194":[4,0,0,36,15], +"items_8php.html#a8395d189a36abfa0dfff81a2b0e70669":[4,0,0,36,12], +"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[4,0,0,36,9], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[4,0,0,36,50], +"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[4,0,0,36,25], +"items_8php.html#a8ef003b2bc2dc4816bdcf5800aec1049":[4,0,0,36,37], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[4,0,0,36,8], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[4,0,0,36,29], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[4,0,0,36,7], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[4,0,0,36,20], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[4,0,0,36,6], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[4,0,0,36,27], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[4,0,0,36,47], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[4,0,0,36,48], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[4,0,0,36,24], +"items_8php.html#abe695dd89e1e10ed042c26b80114f0ed":[4,0,0,36,45], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[4,0,0,36,1], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[4,0,0,36,43], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[4,0,0,36,17], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[4,0,0,36,46], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[4,0,0,36,49], +"items_8php.html#adc8bda87ba08626f2a8cde7748d1bdae":[4,0,0,36,2], +"items_8php.html#ade53043e7bc5ab9cc9ef1e4fed6569d4":[4,0,0,36,40], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[4,0,0,36,22], +"items_8php.html#ae1c27d1a6379231ac7c0435c8a791d45":[4,0,0,36,39], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[4,0,0,36,33], +"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[4,0,0,36,13], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[4,0,0,36,21], +"language_8php.html":[4,0,0,37], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[4,0,0,37,6], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[4,0,0,37,0], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[4,0,0,37,4], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[4,0,0,37,3], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[4,0,0,37,1], +"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[4,0,0,37,7], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[4,0,0,37,5], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[4,0,0,37,2], +"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[4,0,0,37,8], "like_8php.html":[4,0,1,36], "like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[4,0,1,36,0], "lockview_8php.html":[4,0,1,37], @@ -138,7 +141,8 @@ var NAVTREEINDEX4 = "mod_2directory_8php.html#aa1d928543212871491706216742dd73c":[4,0,1,15,0], "mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[4,0,1,15,1], "mod_2follow_8php.html":[4,0,1,25], -"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[4,0,1,25,0], +"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[4,0,1,25,1], +"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[4,0,1,25,0], "mod_2group_8php.html":[4,0,1,27], "mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[4,0,1,27,1], "mod_2group_8php.html#aeb0784dd928e53e6d8693513bec8928c":[4,0,1,27,0], @@ -174,8 +178,8 @@ var NAVTREEINDEX4 = "msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[4,0,1,45,0], "namespaceFriendica.html":[3,0,1], "namespaceFriendica.html":[2,0,1], -"namespaceacl__selectors.html":[3,0,0], "namespaceacl__selectors.html":[2,0,0], +"namespaceacl__selectors.html":[3,0,0], "namespacefriendica-to-smarty-tpl.html":[2,0,2], "namespacefriendica-to-smarty-tpl.html":[3,0,2], "namespacemembers.html":[2,1,0], @@ -184,11 +188,11 @@ var NAVTREEINDEX4 = "namespaces.html":[2,0], "namespaceupdatetpl.html":[3,0,3], "namespaceupdatetpl.html":[2,0,3], -"namespaceutil.html":[3,0,4], "namespaceutil.html":[2,0,4], -"nav_8php.html":[4,0,0,41], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[4,0,0,41,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[4,0,0,41,1], +"namespaceutil.html":[3,0,4], +"nav_8php.html":[4,0,0,39], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[4,0,0,39,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[4,0,0,39,1], "new__channel_8php.html":[4,0,1,47], "new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[4,0,1,47,2], "new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[4,0,1,47,1], @@ -199,16 +203,16 @@ var NAVTREEINDEX4 = "notifications_8php.html":[4,0,1,49], "notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[4,0,1,49,1], "notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[4,0,1,49,0], -"notifier_8php.html":[4,0,0,43], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[4,0,0,43,0], -"oauth_8php.html":[4,0,0,45], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[4,0,0,45,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[4,0,0,45,2], +"notifier_8php.html":[4,0,0,41], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[4,0,0,41,0], +"oauth_8php.html":[4,0,0,43], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[4,0,0,43,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[4,0,0,43,2], "oexchange_8php.html":[4,0,1,52], "oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[4,0,1,52,0], "oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[4,0,1,52,1], -"onepoll_8php.html":[4,0,0,47], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[4,0,0,47,0], +"onepoll_8php.html":[4,0,0,45], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[4,0,0,45,0], "opensearch_8php.html":[4,0,1,53], "opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[4,0,1,53,0], "page_8php.html":[4,0,1,54], @@ -219,11 +223,11 @@ var NAVTREEINDEX4 = "parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[4,0,1,55,3], "parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[4,0,1,55,1], "parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[4,0,1,55,0], -"permissions_8php.html":[4,0,0,48], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[4,0,0,48,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[4,0,0,48,0], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[4,0,0,48,3], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[4,0,0,48,1], +"permissions_8php.html":[4,0,0,46], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[4,0,0,46,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[4,0,0,46,0], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[4,0,0,46,3], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[4,0,0,46,1], "photo_8php.html":[4,0,1,56], "photo_8php.html#a582779d24882b0d31ee909a91d70a448":[4,0,1,56,0], "php2po_8php.html":[4,0,2,5], @@ -237,17 +241,13 @@ var NAVTREEINDEX4 = "php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178":[4,0,2,5,2], "ping_8php.html":[4,0,1,58], "ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[4,0,1,58,0], -"plugin_8php.html":[4,0,0,51], -"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[4,0,0,51,7], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[4,0,0,51,3], -"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[4,0,0,51,11], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[4,0,0,51,4], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[4,0,0,51,6], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[4,0,0,51,9], -"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[4,0,0,51,10], -"plugin_8php.html#a888a4c565cf06eb86ffc67131e5f19e0":[4,0,0,51,2], -"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[4,0,0,51,12], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[4,0,0,51,0], -"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[4,0,0,51,8], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[4,0,0,51,1] +"plugin_8php.html":[4,0,0,49], +"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[4,0,0,49,7], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[4,0,0,49,3], +"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[4,0,0,49,11], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[4,0,0,49,4], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[4,0,0,49,6], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[4,0,0,49,9], +"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[4,0,0,49,10], +"plugin_8php.html#a888a4c565cf06eb86ffc67131e5f19e0":[4,0,0,49,2] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index 6f73164be..4407a33dc 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,6 +1,10 @@ var NAVTREEINDEX5 = { -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[4,0,0,51,5], +"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[4,0,0,49,12], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[4,0,0,49,0], +"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[4,0,0,49,8], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[4,0,0,49,1], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[4,0,0,49,5], "po2php_8php.html":[4,0,2,6], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[4,0,2,6,0], "poco_8php.html":[4,0,1,59], @@ -8,8 +12,8 @@ var NAVTREEINDEX5 = "poke_8php.html":[4,0,1,60], "poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[4,0,1,60,1], "poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[4,0,1,60,0], -"poller_8php.html":[4,0,0,52], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[4,0,0,52,0], +"poller_8php.html":[4,0,0,50], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[4,0,0,50,0], "post_8php.html":[4,0,1,61], "post_8php.html#af4b48181ce773ef0cdfc972441445c34":[4,0,1,61,0], "post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[4,0,1,61,1], @@ -21,16 +25,16 @@ var NAVTREEINDEX5 = "profile_8php.html#a1a2482b775476f2f64ea5e8f4fc3fd1e":[4,0,1,64,0], "profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[4,0,1,64,1], "profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[4,0,1,64,2], -"profile__advanced_8php.html":[4,0,0,53], -"profile__advanced_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[4,0,0,53,0], +"profile__advanced_8php.html":[4,0,0,51], +"profile__advanced_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[4,0,0,51,0], "profile__photo_8php.html":[4,0,1,65], "profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[4,0,1,65,1], "profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[4,0,1,65,2], "profile__photo_8php.html#ac9cd968a767e2ae1b88383b6cdd6dbe3":[4,0,1,65,0], -"profile__selectors_8php.html":[4,0,0,54], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[4,0,0,54,2], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[4,0,0,54,1], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[4,0,0,54,0], +"profile__selectors_8php.html":[4,0,0,52], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[4,0,0,52,2], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[4,0,0,52,1], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[4,0,0,52,0], "profiles_8php.html":[4,0,1,66], "profiles_8php.html#a2a3ac90f51941ff78b85e9389304969c":[4,0,1,66,0], "profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[4,0,1,66,2], @@ -42,11 +46,11 @@ var NAVTREEINDEX5 = "profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[4,0,1,67,1], "qsearch_8php.html":[4,0,1,68], "qsearch_8php.html#a0501887b95bd8fa21018b2936a668894":[4,0,1,68,0], -"queue_8php.html":[4,0,0,56], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[4,0,0,56,0], -"queue__fn_8php.html":[4,0,0,57], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[4,0,0,57,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[4,0,0,57,0], +"queue_8php.html":[4,0,0,54], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[4,0,0,54,0], +"queue__fn_8php.html":[4,0,0,55], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[4,0,0,55,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[4,0,0,55,0], "randprof_8php.html":[4,0,1,69], "randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[4,0,1,69,0], "redir_8php.html":[4,0,1,70], @@ -73,22 +77,22 @@ var NAVTREEINDEX5 = "search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[4,0,1,76,1], "search__ac_8php.html":[4,0,1,77], "search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[4,0,1,77,0], -"security_8php.html":[4,0,0,59], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[4,0,0,59,2], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[4,0,0,59,4], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[4,0,0,59,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[4,0,0,59,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[4,0,0,59,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[4,0,0,59,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[4,0,0,59,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[4,0,0,59,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[4,0,0,59,0], -"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[4,0,0,59,10], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[4,0,0,59,8], -"session_8php.html":[4,0,0,60], -"session_8php.html#a5bf3e03ff4c47e26374e28dfd12f4897":[4,0,0,60,0], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[4,0,0,60,1], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[4,0,0,60,2], +"security_8php.html":[4,0,0,56], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[4,0,0,56,2], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[4,0,0,56,4], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[4,0,0,56,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[4,0,0,56,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[4,0,0,56,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[4,0,0,56,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[4,0,0,56,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[4,0,0,56,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[4,0,0,56,0], +"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[4,0,0,56,10], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[4,0,0,56,8], +"session_8php.html":[4,0,0,57], +"session_8php.html#a5bf3e03ff4c47e26374e28dfd12f4897":[4,0,0,57,0], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[4,0,0,57,1], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[4,0,0,57,2], "settings_8php.html":[4,0,1,78], "settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[4,0,1,78,0], "settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[4,0,1,78,2], @@ -117,16 +121,16 @@ var NAVTREEINDEX5 = "siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[4,0,1,81,0], "smilies_8php.html":[4,0,1,82], "smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[4,0,1,82,0], -"socgraph_8php.html":[4,0,0,61], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[4,0,0,61,0], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[4,0,0,61,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[4,0,0,61,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[4,0,0,61,4], -"socgraph_8php.html#aab445ff14a151fda2efbabde65faf134":[4,0,0,61,7], -"socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca":[4,0,0,61,6], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[4,0,0,61,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[4,0,0,61,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[4,0,0,61,3], +"socgraph_8php.html":[4,0,0,58], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[4,0,0,58,0], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[4,0,0,58,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[4,0,0,58,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[4,0,0,58,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[4,0,0,58,4], +"socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca":[4,0,0,58,6], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[4,0,0,58,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[4,0,0,58,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[4,0,0,58,3], "starred_8php.html":[4,0,1,83], "starred_8php.html#a63024fb418c678e49fd535e3752d349a":[4,0,1,83,0], "style_8php.html":[4,0,3,1,0,0,1], @@ -150,104 +154,100 @@ var NAVTREEINDEX5 = "subthread_8php.html":[4,0,1,84], "subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[4,0,1,84,0], "suggest_8php.html":[4,0,1,85], -"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[4,0,1,85,0], -"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[4,0,1,85,1], -"system__unavailable_8php.html":[4,0,0,62], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[4,0,0,62,0], +"suggest_8php.html#a4df91c84594d51ba56b5918de414230d":[4,0,1,85,0], +"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[4,0,1,85,1], +"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[4,0,1,85,2], +"system__unavailable_8php.html":[4,0,0,59], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[4,0,0,59,0], "tagger_8php.html":[4,0,1,86], "tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[4,0,1,86,0], "tagrm_8php.html":[4,0,1,87], "tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[4,0,1,87,1], "tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[4,0,1,87,0], -"template__processor_8php.html":[4,0,0,63], -"template__processor_8php.html#a3d44ea1cbbc9bc72aad8436186c4866e":[4,0,0,63,3], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[4,0,0,63,4], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[4,0,0,63,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[4,0,0,63,2], -"text_8php.html":[4,0,0,64], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[4,0,0,64,49], -"text_8php.html#a05b7f26dc2df78681f57eeade53040c6":[4,0,0,64,34], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[4,0,0,64,6], -"text_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[4,0,0,64,20], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[4,0,0,64,15], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[4,0,0,64,11], -"text_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[4,0,0,64,38], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[4,0,0,64,48], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[4,0,0,64,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[4,0,0,64,82], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[4,0,0,64,39], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[4,0,0,64,41], -"text_8php.html#a163b5131f388080b0fc82398d3a32fe1":[4,0,0,64,22], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[4,0,0,64,55], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[4,0,0,64,50], -"text_8php.html#a24b2b69b9162da789ab6514e0e09a37c":[4,0,0,64,85], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[4,0,0,64,51], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[4,0,0,64,46], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[4,0,0,64,4], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[4,0,0,64,80], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[4,0,0,64,52], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[4,0,0,64,10], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[4,0,0,64,88], -"text_8php.html#a30311fd46e05be0e2cc466118641a4ed":[4,0,0,64,25], -"text_8php.html#a3299482ac20e9d79453048dd52881d37":[4,0,0,64,21], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[4,0,0,64,36], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[4,0,0,64,73], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[4,0,0,64,7], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[4,0,0,64,40], -"text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6":[4,0,0,64,72], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[4,0,0,64,37], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[4,0,0,64,47], -"text_8php.html#a48f6d04513d26270e10e9b7d153f7526":[4,0,0,64,26], -"text_8php.html#a4ba1339b2a7054971178ce194e4440fd":[4,0,0,64,74], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[4,0,0,64,53], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[4,0,0,64,63], -"text_8php.html#a4f3605ee8de717a401ea9df2401b59f6":[4,0,0,64,77], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[4,0,0,64,84], -"text_8php.html#a544fc13c1798371e5a5984b5482108f8":[4,0,0,64,23], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[4,0,0,64,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[4,0,0,64,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[4,0,0,64,83], -"text_8php.html#a70c59f9fde874ef711390d48b407d7ef":[4,0,0,64,61], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[4,0,0,64,45], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[4,0,0,64,33], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[4,0,0,64,81], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[4,0,0,64,1], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[4,0,0,64,32], -"text_8php.html#a7a913d19c77610da689be48fbbf6734c":[4,0,0,64,79], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[4,0,0,64,8], -"text_8php.html#a876e94892867019935b348b573299352":[4,0,0,64,70], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[4,0,0,64,75], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[4,0,0,64,19], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[4,0,0,64,62], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[4,0,0,64,18], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[4,0,0,64,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[4,0,0,64,57], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[4,0,0,64,67], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[4,0,0,64,65], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[4,0,0,64,69], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[4,0,0,64,35], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[4,0,0,64,16], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[4,0,0,64,58], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[4,0,0,64,42], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[4,0,0,64,87], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[4,0,0,64,86], -"text_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[4,0,0,64,78], -"text_8php.html#abb55ec0142207aeec3d90b25ed4d7266":[4,0,0,64,24], -"text_8php.html#abbe4894b4e746e47e1f91c7df27f6e81":[4,0,0,64,27], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[4,0,0,64,59], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[4,0,0,64,43], -"text_8php.html#aca0f589be74fab1a460c57e88dad9779":[4,0,0,64,71], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[4,0,0,64,28], -"text_8php.html#acedb584f65114a33f389efb796172a91":[4,0,0,64,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[4,0,0,64,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[4,0,0,64,66], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[4,0,0,64,54], -"text_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[4,0,0,64,30], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[4,0,0,64,44], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[4,0,0,64,68], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[4,0,0,64,17], -"text_8php.html#ae4f6881d7e13623f8eded6277595112a":[4,0,0,64,31], -"text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c":[4,0,0,64,60], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[4,0,0,64,0], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[4,0,0,64,64] +"template__processor_8php.html":[4,0,0,60], +"template__processor_8php.html#a3d44ea1cbbc9bc72aad8436186c4866e":[4,0,0,60,3], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[4,0,0,60,4], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[4,0,0,60,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[4,0,0,60,2], +"text_8php.html":[4,0,0,61], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[4,0,0,61,49], +"text_8php.html#a05b7f26dc2df78681f57eeade53040c6":[4,0,0,61,34], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[4,0,0,61,6], +"text_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[4,0,0,61,20], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[4,0,0,61,15], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[4,0,0,61,11], +"text_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[4,0,0,61,38], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[4,0,0,61,48], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[4,0,0,61,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[4,0,0,61,82], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[4,0,0,61,39], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[4,0,0,61,41], +"text_8php.html#a163b5131f388080b0fc82398d3a32fe1":[4,0,0,61,22], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[4,0,0,61,55], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[4,0,0,61,50], +"text_8php.html#a24b2b69b9162da789ab6514e0e09a37c":[4,0,0,61,85], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[4,0,0,61,51], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[4,0,0,61,46], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[4,0,0,61,4], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[4,0,0,61,80], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[4,0,0,61,52], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[4,0,0,61,10], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[4,0,0,61,88], +"text_8php.html#a30311fd46e05be0e2cc466118641a4ed":[4,0,0,61,25], +"text_8php.html#a3299482ac20e9d79453048dd52881d37":[4,0,0,61,21], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[4,0,0,61,36], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[4,0,0,61,73], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[4,0,0,61,7], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[4,0,0,61,40], +"text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6":[4,0,0,61,72], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[4,0,0,61,37], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[4,0,0,61,47], +"text_8php.html#a48f6d04513d26270e10e9b7d153f7526":[4,0,0,61,26], +"text_8php.html#a4ba1339b2a7054971178ce194e4440fd":[4,0,0,61,74], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[4,0,0,61,53], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[4,0,0,61,63], +"text_8php.html#a4f3605ee8de717a401ea9df2401b59f6":[4,0,0,61,77], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[4,0,0,61,84], +"text_8php.html#a544fc13c1798371e5a5984b5482108f8":[4,0,0,61,23], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[4,0,0,61,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[4,0,0,61,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[4,0,0,61,83], +"text_8php.html#a70c59f9fde874ef711390d48b407d7ef":[4,0,0,61,61], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[4,0,0,61,45], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[4,0,0,61,33], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[4,0,0,61,81], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[4,0,0,61,1], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[4,0,0,61,32], +"text_8php.html#a7a913d19c77610da689be48fbbf6734c":[4,0,0,61,79], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[4,0,0,61,8], +"text_8php.html#a876e94892867019935b348b573299352":[4,0,0,61,70], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[4,0,0,61,75], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[4,0,0,61,19], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[4,0,0,61,62], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[4,0,0,61,18], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[4,0,0,61,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[4,0,0,61,57], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[4,0,0,61,67], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[4,0,0,61,65], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[4,0,0,61,69], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[4,0,0,61,35], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[4,0,0,61,16], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[4,0,0,61,58], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[4,0,0,61,42], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[4,0,0,61,87], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[4,0,0,61,86], +"text_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[4,0,0,61,78], +"text_8php.html#abb55ec0142207aeec3d90b25ed4d7266":[4,0,0,61,24], +"text_8php.html#abbe4894b4e746e47e1f91c7df27f6e81":[4,0,0,61,27], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[4,0,0,61,59], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[4,0,0,61,43], +"text_8php.html#aca0f589be74fab1a460c57e88dad9779":[4,0,0,61,71], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[4,0,0,61,28], +"text_8php.html#acedb584f65114a33f389efb796172a91":[4,0,0,61,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[4,0,0,61,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[4,0,0,61,66], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[4,0,0,61,54], +"text_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[4,0,0,61,30], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[4,0,0,61,44], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[4,0,0,61,68] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 1084e98af..d85743fe7 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,9 +1,14 @@ var NAVTREEINDEX6 = { -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[4,0,0,64,29], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[4,0,0,64,12], -"text_8php.html#afe44c30f1d0f8cb3ca097d4e189d852d":[4,0,0,64,76], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[4,0,0,64,56], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[4,0,0,61,17], +"text_8php.html#ae4f6881d7e13623f8eded6277595112a":[4,0,0,61,31], +"text_8php.html#af3a7139d40ea758f315c2acf2ccc1b1c":[4,0,0,61,60], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[4,0,0,61,0], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[4,0,0,61,64], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[4,0,0,61,29], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[4,0,0,61,12], +"text_8php.html#afe44c30f1d0f8cb3ca097d4e189d852d":[4,0,0,61,76], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[4,0,0,61,56], "theme_8php.html":[4,0,3,1,0,0,2], "theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[4,0,3,1,0,0,2,0], "theme__init_8php.html":[4,0,3,0,6], @@ -37,8 +42,8 @@ var NAVTREEINDEX6 = "updatetpl_8py.html#ae694f5e1f25f8a92a945eb90c432dfe6":[4,0,2,9,4], "view_2theme_2redbasic_2php_2config_8php.html":[4,0,3,1,0,0,0], "view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[4,0,3,1,0,0,0,1], +"view_2theme_2redbasic_2php_2config_8php.html#ab5073653dfb9eb2216f8580098a87071":[4,0,3,1,0,0,0,0], "view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[4,0,3,1,0,0,0,2], -"view_2theme_2redbasic_2php_2config_8php.html#af58e97b437c1e98a5e434886494cc70e":[4,0,3,1,0,0,0,0], "view_8php.html":[4,0,1,94], "view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[4,0,1,94,0], "viewconnections_8php.html":[4,0,1,95], @@ -53,37 +58,40 @@ var NAVTREEINDEX6 = "wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[4,0,1,98,0], "webfinger_8php.html":[4,0,1,99], "webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[4,0,1,99,0], -"xchan_8php.html":[4,0,1,100], -"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[4,0,1,100,0], -"xrd_8php.html":[4,0,1,101], -"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[4,0,1,101,0], -"zfinger_8php.html":[4,0,1,102], -"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[4,0,1,102,0], -"zot_8php.html":[4,0,0,65], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[4,0,0,65,8], -"zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c":[4,0,0,65,15], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[4,0,0,65,9], -"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[4,0,0,65,5], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[4,0,0,65,10], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[4,0,0,65,2], -"zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32":[4,0,0,65,3], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[4,0,0,65,14], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[4,0,0,65,20], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[4,0,0,65,11], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[4,0,0,65,0], -"zot_8php.html#a77720d6b59894e9b609af89c310c8a4d":[4,0,0,65,12], -"zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[4,0,0,65,19], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[4,0,0,65,18], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[4,0,0,65,7], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[4,0,0,65,6], -"zot_8php.html#ab0227978011d8601494a7651fa26acf0":[4,0,0,65,4], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[4,0,0,65,16], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[4,0,0,65,21], -"zot_8php.html#acdea9362d78a63dce948fdf0ea73ef0e":[4,0,0,65,13], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[4,0,0,65,1], -"zot_8php.html#af22a8732e60d30055617a95f77493446":[4,0,0,65,17], -"zotfeed_8php.html":[4,0,1,103], -"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[4,0,1,103,0], -"zperms_8php.html":[4,0,1,104], -"zperms_8php.html#a2f698dcd51150bda3146425f038da628":[4,0,1,104,0] +"wfinger_8php.html":[4,0,1,100], +"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[4,0,1,100,0], +"xchan_8php.html":[4,0,1,101], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[4,0,1,101,0], +"xrd_8php.html":[4,0,1,102], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[4,0,1,102,0], +"zfinger_8php.html":[4,0,1,103], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[4,0,1,103,0], +"zot_8php.html":[4,0,0,62], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[4,0,0,62,8], +"zot_8php.html#a22e3f9b97b7969ddbe43ccf0db93a19c":[4,0,0,62,16], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[4,0,0,62,9], +"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[4,0,0,62,5], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[4,0,0,62,11], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[4,0,0,62,2], +"zot_8php.html#a3c9e0b243ba29a7b0c050bd0b86eee32":[4,0,0,62,3], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[4,0,0,62,15], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[4,0,0,62,21], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[4,0,0,62,12], +"zot_8php.html#a666d3efcac00ec1b4a4537a60655f2ab":[4,0,0,62,10], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[4,0,0,62,0], +"zot_8php.html#a77720d6b59894e9b609af89c310c8a4d":[4,0,0,62,13], +"zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[4,0,0,62,20], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[4,0,0,62,19], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[4,0,0,62,7], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[4,0,0,62,6], +"zot_8php.html#ab0227978011d8601494a7651fa26acf0":[4,0,0,62,4], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[4,0,0,62,17], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[4,0,0,62,22], +"zot_8php.html#acdea9362d78a63dce948fdf0ea73ef0e":[4,0,0,62,14], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[4,0,0,62,1], +"zot_8php.html#af22a8732e60d30055617a95f77493446":[4,0,0,62,18], +"zotfeed_8php.html":[4,0,1,104], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[4,0,1,104,0], +"zperms_8php.html":[4,0,1,105], +"zperms_8php.html#a2f698dcd51150bda3146425f038da628":[4,0,1,105,0] }; diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index 79fd2e908..4b5702eb0 100644 --- a/doc/html/php2po_8php.html +++ b/doc/html/php2po_8php.html @@ -168,7 +168,7 @@ Variables
    diff --git a/doc/html/search/all_64.js b/doc/html/search/all_64.js index d35e4fd4a..d3b70758d 100644 --- a/doc/html/search/all_64.js +++ b/doc/html/search/all_64.js @@ -20,6 +20,7 @@ var searchData= ['default_5fdb_5fengine',['DEFAULT_DB_ENGINE',['../boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d',1,'boot.php']]], ['del_5fconfig',['del_config',['../include_2config_8php.html#a549910227348003efc3c05c9105c42da',1,'config.php']]], ['del_5fpconfig',['del_pconfig',['../include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941',1,'config.php']]], + ['del_5fxconfig',['del_xconfig',['../include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72',1,'config.php']]], ['delegate_2ephp',['delegate.php',['../delegate_8php.html',1,'']]], ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], @@ -31,7 +32,7 @@ var searchData= ['deliver_5frun',['deliver_run',['../deliver_8php.html#a397afcb9afecf0c1816b0951189dd346',1,'deliver.php']]], ['dertopem',['DerToPem',['../crypto_8php.html#a630e1574554f34e7c38511585d9e71a2',1,'crypto.php']]], ['dertorsa',['DerToRsa',['../crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839',1,'crypto.php']]], - ['detect_5flanguage',['detect_language',['../language_8php.html#a2b07ec591277aaae57e4d03a12c929b7',1,'language.php']]], + ['detect_5flanguage',['detect_language',['../language_8php.html#a632da17c7ac0d2dc1a00a4706870194b',1,'language.php']]], ['dfrn_5fdeliver',['dfrn_deliver',['../items_8php.html#a8395d189a36abfa0dfff81a2b0e70669',1,'items.php']]], ['diaspora2bb',['diaspora2bb',['../bb2diaspora_8php.html#a26c09c218413610e62e60754c579f6c6',1,'bb2diaspora.php']]], ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], diff --git a/doc/html/search/all_66.js b/doc/html/search/all_66.js index 3f3bc521d..24b370c9b 100644 --- a/doc/html/search/all_66.js +++ b/doc/html/search/all_66.js @@ -3,8 +3,6 @@ var searchData= ['f',['f',['../namespacefriendica-to-smarty-tpl.html#a965e1d6d6293654a56e029a7e454dec7',1,'friendica-to-smarty-tpl']]], ['fbrowser_2ephp',['fbrowser.php',['../fbrowser_8php.html',1,'']]], ['fbrowser_5fcontent',['fbrowser_content',['../fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4',1,'fbrowser.php']]], - ['fcontact_2ephp',['fcontact.php',['../fcontact_8php.html',1,'']]], - ['fcontact_5fstore',['fcontact_store',['../fcontact_8php.html#a4ce1d8d444c938790e0d50e003d04a15',1,'fcontact.php']]], ['feature_5fenabled',['feature_enabled',['../features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0',1,'features.php']]], ['features_2ephp',['features.php',['../features_8php.html',1,'']]], ['feed_2ephp',['feed.php',['../feed_8php.html',1,'']]], @@ -15,7 +13,6 @@ var searchData= ['fetch_5fpost_5ftags',['fetch_post_tags',['../items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9',1,'items.php']]], ['fetch_5furl',['fetch_url',['../include_2network_8php.html#a37ddeb88a3fd1dee9e8339723f9edf9a',1,'network.php']]], ['fetch_5fxrd_5flinks',['fetch_xrd_links',['../include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d',1,'network.php']]], - ['ffinder_5fstore',['ffinder_store',['../fcontact_8php.html#a4512592814dc7883b57bf01ac33353f6',1,'fcontact.php']]], ['field_5ftimezone',['field_timezone',['../datetime_8php.html#a03900dcf0f9e3c58793a031673a70326',1,'datetime.php']]], ['file_5ftag_5fdecode',['file_tag_decode',['../text_8php.html#a08df5164926d2b31b8e9fcfe919de2b6',1,'text.php']]], ['file_5ftag_5fencode',['file_tag_encode',['../text_8php.html#a3299482ac20e9d79453048dd52881d37',1,'text.php']]], @@ -43,6 +40,7 @@ var searchData= ['fix_5felement',['fix_element',['../namespacefriendica-to-smarty-tpl.html#a3719dd46e286a57d315e6adae1845854',1,'friendica-to-smarty-tpl']]], ['fix_5fmce_5flf',['fix_mce_lf',['../text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28',1,'text.php']]], ['fix_5fprivate_5fphotos',['fix_private_photos',['../items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87',1,'items.php']]], + ['fix_5fsystem_5furls',['fix_system_urls',['../boot_8php.html#aca5e42678e178c6b9034610d66666fd7',1,'boot.php']]], ['fixacl',['fixacl',['../acl__selectors_8php.html#ad6664fb8330308e23f2645cd6624727e',1,'acl_selectors.php']]], ['fkoauth1',['FKOAuth1',['../classFKOAuth1.html',1,'']]], ['fkoauthdatastore',['FKOAuthDataStore',['../classFKOAuthDataStore.html',1,'']]], @@ -50,6 +48,7 @@ var searchData= ['fnull',['fnull',['../namespaceupdatetpl.html#a79c20eb62d568c999b56eb08530355d3',1,'updatetpl']]], ['follow_2ephp',['follow.php',['../mod_2follow_8php.html',1,'']]], ['follow_2ephp',['follow.php',['../include_2follow_8php.html',1,'']]], + ['follow_5fcontent',['follow_content',['../mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592',1,'follow.php']]], ['follow_5finit',['follow_init',['../mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a',1,'follow.php']]], ['follow_5fwidget',['follow_widget',['../contact__widgets_8php.html#af24e693532a045954caab515942cfc6f',1,'contact_widgets.php']]], ['foreach',['foreach',['../typo_8php.html#a3bb638ebb8472e4ee7c85afe721f4fe3',1,'typo.php']]], diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index 4b278c89d..4aabc9daa 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -12,8 +12,9 @@ var searchData= ['get_5fatom_5felements',['get_atom_elements',['../items_8php.html#a896c1809d58f2d7a42cfe14577958ddf',1,'items.php']]], ['get_5fbaseurl',['get_baseurl',['../classApp.html#a604d659d6977a99de42a160343e5289a',1,'App']]], ['get_5fbb_5ftag_5fpos',['get_bb_tag_pos',['../bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2',1,'bb2diaspora.php']]], - ['get_5fbest_5flanguage',['get_best_language',['../language_8php.html#afc07168c25fb662579a52923daa10ee1',1,'language.php']]], + ['get_5fbest_5flanguage',['get_best_language',['../language_8php.html#a980dee1d8715a98ab02e36b59facf8ed',1,'language.php']]], ['get_5fbirthdays',['get_birthdays',['../boot_8php.html#ad2c97627a313d53df1a1c7b4215ddb51',1,'boot.php']]], + ['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_5fchild',['get_child',['../classItem.html#a632185dd25c5caf277067c76230a4320',1,'Item']]], @@ -74,6 +75,7 @@ var searchData= ['get_5ftheme_5fscreenshot',['get_theme_screenshot',['../plugin_8php.html#a888a4c565cf06eb86ffc67131e5f19e0',1,'plugin.php']]], ['get_5fthread',['get_thread',['../classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8',1,'Conversation']]], ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], + ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#ae4269ab151d08b5dcb1581b2920a934b',1,'config.php']]], ['getdb',['getdb',['../classdba.html#a066ce6eab1282c9220ac4652ac2dbd27',1,'dba']]], ['getext',['getExt',['../classPhoto.html#ade61db6eb69c065e4df66feaa1942d29',1,'Photo']]], ['getheight',['getHeight',['../classPhoto.html#ab83e29500828ead47ac0a8cb9439082c',1,'Photo']]], @@ -86,8 +88,8 @@ var searchData= ['gravity_5fcomment',['GRAVITY_COMMENT',['../boot_8php.html#a4a12ce5de39789b0361e308d89925a20',1,'boot.php']]], ['gravity_5flike',['GRAVITY_LIKE',['../boot_8php.html#a1f5906598e90b5ea2b4245f682be4348',1,'boot.php']]], ['gravity_5fparent',['GRAVITY_PARENT',['../boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3',1,'boot.php']]], - ['group_2ephp',['group.php',['../include_2group_8php.html',1,'']]], ['group_2ephp',['group.php',['../mod_2group_8php.html',1,'']]], + ['group_2ephp',['group.php',['../include_2group_8php.html',1,'']]], ['group_5fadd',['group_add',['../include_2group_8php.html#a0a515d42ec78aa0066aac4c278ead5b0',1,'group.php']]], ['group_5fadd_5fmember',['group_add_member',['../include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b',1,'group.php']]], ['group_5faside',['group_aside',['../mod_2group_8php.html#aeb0784dd928e53e6d8693513bec8928c',1,'group.php']]], diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index 50733036c..a5cb13e75 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -24,7 +24,6 @@ var searchData= ['invite_2ephp',['invite.php',['../invite_8php.html',1,'']]], ['invite_5fcontent',['invite_content',['../invite_8php.html#a244385b28cfd021d308715f01158bfd9',1,'invite.php']]], ['invite_5fpost',['invite_post',['../invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5',1,'invite.php']]], - ['iquery_2ephp',['iquery.php',['../iquery_8php.html',1,'']]], ['is_5fa_5fdate_5farg',['is_a_date_arg',['../text_8php.html#a1557112a774ec00fa06ed6b6f6495506',1,'text.php']]], ['is_5fajax',['is_ajax',['../boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c',1,'boot.php']]], ['is_5fcommentable',['is_commentable',['../classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967',1,'Item']]], diff --git a/doc/html/search/all_6c.js b/doc/html/search/all_6c.js index 4ceb3c4cd..71960f865 100644 --- a/doc/html/search/all_6c.js +++ b/doc/html/search/all_6c.js @@ -15,6 +15,8 @@ var searchData= ['load_5fdatabase',['load_database',['../setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a',1,'setup.php']]], ['load_5fdatabase_5frem',['load_database_rem',['../setup_8php.html#a2b375ddc555140236fc500135de99371',1,'setup.php']]], ['load_5fpconfig',['load_pconfig',['../include_2config_8php.html#ab012f852866a0aff9b5180daffa454f5',1,'config.php']]], + ['load_5ftranslation_5ftable',['load_translation_table',['../language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05',1,'language.php']]], + ['load_5fxconfig',['load_xconfig',['../include_2config_8php.html#a913d4e1a6ee7acc1598c69b902c06fd2',1,'config.php']]], ['local_5fdelivery',['local_delivery',['../items_8php.html#ae1c27d1a6379231ac7c0435c8a791d45',1,'items.php']]], ['local_5fuser',['local_user',['../boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44',1,'boot.php']]], ['localize_5fitem',['localize_item',['../conversation_8php.html#afea815dd1768e8417d2b30be53e9e0b4',1,'conversation.php']]], diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js index 4a5319966..335f435f4 100644 --- a/doc/html/search/all_6e.js +++ b/doc/html/search/all_6e.js @@ -37,7 +37,6 @@ var searchData= ['network_5fmyspace',['NETWORK_MYSPACE',['../boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95',1,'boot.php']]], ['network_5fostatus',['NETWORK_OSTATUS',['../boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d',1,'boot.php']]], ['network_5fphantom',['NETWORK_PHANTOM',['../boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f',1,'boot.php']]], - ['network_5fquery',['network_query',['../iquery_8php.html#aa41c07bf856eb8b386430cc53d80d4ac',1,'iquery.php']]], ['network_5fquery_5fget_5fsel_5ftab',['network_query_get_sel_tab',['../mod_2network_8php.html#aeaa518c1a317516a3da337b88d358666',1,'network.php']]], ['network_5fto_5fname',['network_to_name',['../contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be',1,'contact_selectors.php']]], ['network_5fxmpp',['NETWORK_XMPP',['../boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e',1,'boot.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index a12a09c75..cba4ee5fe 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -99,8 +99,6 @@ var searchData= ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], ['probe_2ephp',['probe.php',['../probe_8php.html',1,'']]], ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], - ['probe_5fnormal',['PROBE_NORMAL',['../Scrape_8php.html#aa6b0bdcf6e8f9d44e699fd94d2207c98',1,'Scrape.php']]], - ['probe_5furl',['probe_url',['../Scrape_8php.html#a32883beb7dbf311fc9bfa99200a7402c',1,'Scrape.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], diff --git a/doc/html/search/all_72.js b/doc/html/search/all_72.js index 109123da8..05447bb43 100644 --- a/doc/html/search/all_72.js +++ b/doc/html/search/all_72.js @@ -8,7 +8,7 @@ var searchData= ['randprof_5finit',['randprof_init',['../randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090',1,'randprof.php']]], ['rdelim',['rdelim',['../namespacefriendica-to-smarty-tpl.html#a8540514fb7c4aa18ad2dffa2a975036b',1,'friendica-to-smarty-tpl']]], ['rebuild_5ftheme_5ftable',['rebuild_theme_table',['../admin_8php.html#ae46311a3fefc21abc838a26e91789de6',1,'admin.php']]], - ['redbasic_5fform',['redbasic_form',['../view_2theme_2redbasic_2php_2config_8php.html#af58e97b437c1e98a5e434886494cc70e',1,'config.php']]], + ['redbasic_5fform',['redbasic_form',['../view_2theme_2redbasic_2php_2config_8php.html#ab5073653dfb9eb2216f8580098a87071',1,'config.php']]], ['redbasic_5finit',['redbasic_init',['../theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b',1,'theme.php']]], ['redir_2ephp',['redir.php',['../redir_8php.html',1,'']]], ['redir_5finit',['redir_init',['../redir_8php.html#a9ac266c3f5cf0d94ef63e6d0f2edf1f5',1,'redir.php']]], diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index 5f1b40a6f..4e400999e 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -8,7 +8,6 @@ var searchData= ['scaleimage',['scaleImage',['../classPhoto.html#a4ff11117ada771637a61a668d2af6636',1,'Photo']]], ['scaleimagesquare',['scaleImageSquare',['../classPhoto.html#a080a5219eb09c2621dabeae153ce6a03',1,'Photo']]], ['scaleimageup',['scaleImageUp',['../classPhoto.html#a735eb657277e7a46cebe7f6fde0af80a',1,'Photo']]], - ['scrape_2ephp',['Scrape.php',['../Scrape_8php.html',1,'']]], ['search',['search',['../text_8php.html#a876e94892867019935b348b573299352',1,'text.php']]], ['search_2ephp',['search.php',['../search_8php.html',1,'']]], ['search_5fac_2ephp',['search_ac.php',['../search__ac_8php.html',1,'']]], @@ -48,8 +47,10 @@ var searchData= ['set_5fpath',['set_path',['../classApp.html#adb060d5c7f35a521ec7ec0effbe08097',1,'App']]], ['set_5fpconfig',['set_pconfig',['../include_2config_8php.html#a61591371cb18764138655d67dc817ab2',1,'config.php']]], ['set_5fperms',['set_perms',['../classApp.html#a557d7b779d8259027f4724ebf7b248dc',1,'App']]], + ['set_5fprofile_5fowner',['set_profile_owner',['../classConversation.html#a8898bddc1e8990e81dab9a13a532cc93',1,'Conversation']]], ['set_5ftemplate_5fengine',['set_template_engine',['../classApp.html#a325f05bdc15d1b341044b389b21cd195',1,'App']]], ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], + ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], ['settings_2ephp',['settings.php',['../settings_8php.html',1,'']]], ['settings_5faside',['settings_aside',['../settings_8php.html#ae5aebccb006bee1300078576baaf5582',1,'settings.php']]], ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], @@ -85,15 +86,17 @@ var searchData= ['store',['store',['../classPhoto.html#a15e21237805d5f1019b4e40322389194',1,'Photo']]], ['store_5fitem_5ftag',['store_item_tag',['../text_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'text.php']]], ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809',1,'security.php']]], + ['string_5fplural_5fselect_5fdefault',['string_plural_select_default',['../language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0',1,'language.php']]], ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], ['style_2ephp',['style.php',['../style_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], + ['suggest_5faside',['suggest_aside',['../suggest_8php.html#a4df91c84594d51ba56b5918de414230d',1,'suggest.php']]], ['suggest_5fcontent',['suggest_content',['../suggest_8php.html#a58748a8235d4523f8333847f3e42dd91',1,'suggest.php']]], ['suggest_5finit',['suggest_init',['../suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c',1,'suggest.php']]], - ['suggestion_5fquery',['suggestion_query',['../socgraph_8php.html#aab445ff14a151fda2efbabde65faf134',1,'socgraph.php']]], + ['suggestion_5fquery',['suggestion_query',['../socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329',1,'socgraph.php']]], ['supportedtypes',['supportedTypes',['../classPhoto.html#af46fdc365916728deb59adf5c99f528d',1,'Photo']]], ['syncdirs',['syncdirs',['../dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a',1,'dir_fns.php']]], ['system_5fdown',['system_down',['../system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa',1,'system_unavailable.php']]], diff --git a/doc/html/search/all_74.js b/doc/html/search/all_74.js index 31f7ff78b..585d23f36 100644 --- a/doc/html/search/all_74.js +++ b/doc/html/search/all_74.js @@ -1,5 +1,6 @@ var searchData= [ + ['t',['t',['../language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04',1,'language.php']]], ['tag_5fdeliver',['tag_deliver',['../items_8php.html#ab1bce4261bcf75ad62753b498a144d17',1,'items.php']]], ['tagadelic',['tagadelic',['../text_8php.html#afe44c30f1d0f8cb3ca097d4e189d852d',1,'text.php']]], ['tagblock',['tagblock',['../text_8php.html#a4f3605ee8de717a401ea9df2401b59f6',1,'text.php']]], @@ -41,6 +42,7 @@ var searchData= ['toggle_5ftheme',['toggle_theme',['../admin_8php.html#af81f081851791cd15e49e8ff6722dc27',1,'admin.php']]], ['tplpaths',['tplpaths',['../namespaceupdatetpl.html#a52a85ffa6b6d63d840b185a133478c12',1,'updatetpl']]], ['tryoembed',['tryoembed',['../bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7',1,'bbcode.php']]], + ['tt',['tt',['../language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d',1,'language.php']]], ['typo_2ephp',['typo.php',['../typo_8php.html',1,'']]], ['typohelper_2ephp',['typohelper.php',['../typohelper_8php.html',1,'']]] ]; diff --git a/doc/html/search/all_75.js b/doc/html/search/all_75.js index 00e53595b..9e9dcdfae 100644 --- a/doc/html/search/all_75.js +++ b/doc/html/search/all_75.js @@ -14,6 +14,7 @@ var searchData= ['update_5fdisplay_5fcontent',['update_display_content',['../update__display_8php.html#aa36ac524059e209d5d75a03c16206246',1,'update_display.php']]], ['update_5ffailed',['UPDATE_FAILED',['../boot_8php.html#a75fc600186b13c3b25e661afefb5eac8',1,'boot.php']]], ['update_5fimported_5fitem',['update_imported_item',['../zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df',1,'zot.php']]], + ['update_5fmodtime',['update_modtime',['../zot_8php.html#a666d3efcac00ec1b4a4537a60655f2ab',1,'zot.php']]], ['update_5fnetwork_2ephp',['update_network.php',['../update__network_8php.html',1,'']]], ['update_5fnetwork_5fcontent',['update_network_content',['../update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41',1,'update_network.php']]], ['update_5fqueue_5ftime',['update_queue_time',['../queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1',1,'queue_fn.php']]], diff --git a/doc/html/search/all_77.js b/doc/html/search/all_77.js index cde7a9842..49f9ec4d0 100644 --- a/doc/html/search/all_77.js +++ b/doc/html/search/all_77.js @@ -8,6 +8,8 @@ var searchData= ['webfinger_2ephp',['webfinger.php',['../webfinger_8php.html',1,'']]], ['webfinger_5fcontent',['webfinger_content',['../webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3',1,'webfinger.php']]], ['webfinger_5fdfrn',['webfinger_dfrn',['../include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335',1,'network.php']]], + ['wfinger_2ephp',['wfinger.php',['../wfinger_8php.html',1,'']]], + ['wfinger_5finit',['wfinger_init',['../wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3',1,'wfinger.php']]], ['what_5fnext',['what_next',['../setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58',1,'setup.php']]], ['while',['while',['../docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d',1,'docblox_errorchecker.php']]] ]; diff --git a/doc/html/search/files_66.js b/doc/html/search/files_66.js index 4260575e6..e96d6a488 100644 --- a/doc/html/search/files_66.js +++ b/doc/html/search/files_66.js @@ -1,13 +1,12 @@ var searchData= [ ['fbrowser_2ephp',['fbrowser.php',['../fbrowser_8php.html',1,'']]], - ['fcontact_2ephp',['fcontact.php',['../fcontact_8php.html',1,'']]], ['features_2ephp',['features.php',['../features_8php.html',1,'']]], ['feed_2ephp',['feed.php',['../feed_8php.html',1,'']]], ['filer_2ephp',['filer.php',['../filer_8php.html',1,'']]], ['filerm_2ephp',['filerm.php',['../filerm_8php.html',1,'']]], - ['follow_2ephp',['follow.php',['../mod_2follow_8php.html',1,'']]], ['follow_2ephp',['follow.php',['../include_2follow_8php.html',1,'']]], + ['follow_2ephp',['follow.php',['../mod_2follow_8php.html',1,'']]], ['fpostit_2ephp',['fpostit.php',['../fpostit_8php.html',1,'']]], ['fresh_2emd',['fresh.md',['../fresh_8md.html',1,'']]], ['friendica_2dto_2dsmarty_2dtpl_2epy',['friendica-to-smarty-tpl.py',['../friendica-to-smarty-tpl_8py.html',1,'']]], diff --git a/doc/html/search/files_69.js b/doc/html/search/files_69.js index 1465b3c0e..95151f587 100644 --- a/doc/html/search/files_69.js +++ b/doc/html/search/files_69.js @@ -4,7 +4,6 @@ var searchData= ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['intro_2ephp',['intro.php',['../intro_8php.html',1,'']]], ['invite_2ephp',['invite.php',['../invite_8php.html',1,'']]], - ['iquery_2ephp',['iquery.php',['../iquery_8php.html',1,'']]], ['item_2ephp',['item.php',['../item_8php.html',1,'']]], ['itemobject_2ephp',['ItemObject.php',['../ItemObject_8php.html',1,'']]], ['items_2ephp',['items.php',['../items_8php.html',1,'']]] diff --git a/doc/html/search/files_73.js b/doc/html/search/files_73.js index 74e3808a3..0636296aa 100644 --- a/doc/html/search/files_73.js +++ b/doc/html/search/files_73.js @@ -1,6 +1,5 @@ var searchData= [ - ['scrape_2ephp',['Scrape.php',['../Scrape_8php.html',1,'']]], ['search_2ephp',['search.php',['../search_8php.html',1,'']]], ['search_5fac_2ephp',['search_ac.php',['../search__ac_8php.html',1,'']]], ['security_2ephp',['security.php',['../security_8php.html',1,'']]], diff --git a/doc/html/search/files_77.js b/doc/html/search/files_77.js index 4e4a682f7..a23c44383 100644 --- a/doc/html/search/files_77.js +++ b/doc/html/search/files_77.js @@ -2,5 +2,6 @@ var searchData= [ ['wall_5fattach_2ephp',['wall_attach.php',['../wall__attach_8php.html',1,'']]], ['wall_5fupload_2ephp',['wall_upload.php',['../wall__upload_8php.html',1,'']]], - ['webfinger_2ephp',['webfinger.php',['../webfinger_8php.html',1,'']]] + ['webfinger_2ephp',['webfinger.php',['../webfinger_8php.html',1,'']]], + ['wfinger_2ephp',['wfinger.php',['../wfinger_8php.html',1,'']]] ]; diff --git a/doc/html/search/functions_64.js b/doc/html/search/functions_64.js index 52935b08d..88f42045a 100644 --- a/doc/html/search/functions_64.js +++ b/doc/html/search/functions_64.js @@ -13,6 +13,7 @@ var searchData= ['decode_5ftags',['decode_tags',['../items_8php.html#a56b2a4abcadfac71175cd50555528cc3',1,'items.php']]], ['del_5fconfig',['del_config',['../include_2config_8php.html#a549910227348003efc3c05c9105c42da',1,'config.php']]], ['del_5fpconfig',['del_pconfig',['../include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941',1,'config.php']]], + ['del_5fxconfig',['del_xconfig',['../include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72',1,'config.php']]], ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259',1,'items.php']]], @@ -22,7 +23,7 @@ var searchData= ['deliver_5frun',['deliver_run',['../deliver_8php.html#a397afcb9afecf0c1816b0951189dd346',1,'deliver.php']]], ['dertopem',['DerToPem',['../crypto_8php.html#a630e1574554f34e7c38511585d9e71a2',1,'crypto.php']]], ['dertorsa',['DerToRsa',['../crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839',1,'crypto.php']]], - ['detect_5flanguage',['detect_language',['../language_8php.html#a2b07ec591277aaae57e4d03a12c929b7',1,'language.php']]], + ['detect_5flanguage',['detect_language',['../language_8php.html#a632da17c7ac0d2dc1a00a4706870194b',1,'language.php']]], ['dfrn_5fdeliver',['dfrn_deliver',['../items_8php.html#a8395d189a36abfa0dfff81a2b0e70669',1,'items.php']]], ['diaspora2bb',['diaspora2bb',['../bb2diaspora_8php.html#a26c09c218413610e62e60754c579f6c6',1,'bb2diaspora.php']]], ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], diff --git a/doc/html/search/functions_66.js b/doc/html/search/functions_66.js index b29e69ab8..b8cdd497d 100644 --- a/doc/html/search/functions_66.js +++ b/doc/html/search/functions_66.js @@ -1,7 +1,6 @@ var searchData= [ ['fbrowser_5fcontent',['fbrowser_content',['../fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4',1,'fbrowser.php']]], - ['fcontact_5fstore',['fcontact_store',['../fcontact_8php.html#a4ce1d8d444c938790e0d50e003d04a15',1,'fcontact.php']]], ['feature_5fenabled',['feature_enabled',['../features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0',1,'features.php']]], ['feed_5fhublinks',['feed_hublinks',['../text_8php.html#a8d8c4a11e53461caca21181ebd72daca',1,'text.php']]], ['feed_5finit',['feed_init',['../feed_8php.html#af86137700b56f33d1d5f25c8dec22c04',1,'feed.php']]], @@ -10,7 +9,6 @@ var searchData= ['fetch_5fpost_5ftags',['fetch_post_tags',['../items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9',1,'items.php']]], ['fetch_5furl',['fetch_url',['../include_2network_8php.html#a37ddeb88a3fd1dee9e8339723f9edf9a',1,'network.php']]], ['fetch_5fxrd_5flinks',['fetch_xrd_links',['../include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d',1,'network.php']]], - ['ffinder_5fstore',['ffinder_store',['../fcontact_8php.html#a4512592814dc7883b57bf01ac33353f6',1,'fcontact.php']]], ['field_5ftimezone',['field_timezone',['../datetime_8php.html#a03900dcf0f9e3c58793a031673a70326',1,'datetime.php']]], ['file_5ftag_5fdecode',['file_tag_decode',['../text_8php.html#a08df5164926d2b31b8e9fcfe919de2b6',1,'text.php']]], ['file_5ftag_5fencode',['file_tag_encode',['../text_8php.html#a3299482ac20e9d79453048dd52881d37',1,'text.php']]], @@ -34,8 +32,10 @@ var searchData= ['fix_5felement',['fix_element',['../namespacefriendica-to-smarty-tpl.html#a3719dd46e286a57d315e6adae1845854',1,'friendica-to-smarty-tpl']]], ['fix_5fmce_5flf',['fix_mce_lf',['../text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28',1,'text.php']]], ['fix_5fprivate_5fphotos',['fix_private_photos',['../items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87',1,'items.php']]], + ['fix_5fsystem_5furls',['fix_system_urls',['../boot_8php.html#aca5e42678e178c6b9034610d66666fd7',1,'boot.php']]], ['fixacl',['fixacl',['../acl__selectors_8php.html#ad6664fb8330308e23f2645cd6624727e',1,'acl_selectors.php']]], ['flip',['flip',['../classPhoto.html#a7acd95a0380f95999dd069fbb5629ea5',1,'Photo']]], + ['follow_5fcontent',['follow_content',['../mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592',1,'follow.php']]], ['follow_5finit',['follow_init',['../mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a',1,'follow.php']]], ['follow_5fwidget',['follow_widget',['../contact__widgets_8php.html#af24e693532a045954caab515942cfc6f',1,'contact_widgets.php']]], ['format_5fcss_5fif_5fexists',['format_css_if_exists',['../plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6',1,'plugin.php']]], diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index 7ad08368a..e336d97e9 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -12,8 +12,9 @@ var searchData= ['get_5fatom_5felements',['get_atom_elements',['../items_8php.html#a896c1809d58f2d7a42cfe14577958ddf',1,'items.php']]], ['get_5fbaseurl',['get_baseurl',['../classApp.html#a604d659d6977a99de42a160343e5289a',1,'App']]], ['get_5fbb_5ftag_5fpos',['get_bb_tag_pos',['../bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2',1,'bb2diaspora.php']]], - ['get_5fbest_5flanguage',['get_best_language',['../language_8php.html#afc07168c25fb662579a52923daa10ee1',1,'language.php']]], + ['get_5fbest_5flanguage',['get_best_language',['../language_8php.html#a980dee1d8715a98ab02e36b59facf8ed',1,'language.php']]], ['get_5fbirthdays',['get_birthdays',['../boot_8php.html#ad2c97627a313d53df1a1c7b4215ddb51',1,'boot.php']]], + ['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_5fchild',['get_child',['../classItem.html#a632185dd25c5caf277067c76230a4320',1,'Item']]], @@ -74,6 +75,7 @@ var searchData= ['get_5ftheme_5fscreenshot',['get_theme_screenshot',['../plugin_8php.html#a888a4c565cf06eb86ffc67131e5f19e0',1,'plugin.php']]], ['get_5fthread',['get_thread',['../classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8',1,'Conversation']]], ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], + ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#ae4269ab151d08b5dcb1581b2920a934b',1,'config.php']]], ['getdb',['getdb',['../classdba.html#a066ce6eab1282c9220ac4652ac2dbd27',1,'dba']]], ['getext',['getExt',['../classPhoto.html#ade61db6eb69c065e4df66feaa1942d29',1,'Photo']]], ['getheight',['getHeight',['../classPhoto.html#ab83e29500828ead47ac0a8cb9439082c',1,'Photo']]], diff --git a/doc/html/search/functions_6c.js b/doc/html/search/functions_6c.js index 9a3cb0c17..800b6563e 100644 --- a/doc/html/search/functions_6c.js +++ b/doc/html/search/functions_6c.js @@ -10,6 +10,8 @@ var searchData= ['load_5fdatabase',['load_database',['../setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a',1,'setup.php']]], ['load_5fdatabase_5frem',['load_database_rem',['../setup_8php.html#a2b375ddc555140236fc500135de99371',1,'setup.php']]], ['load_5fpconfig',['load_pconfig',['../include_2config_8php.html#ab012f852866a0aff9b5180daffa454f5',1,'config.php']]], + ['load_5ftranslation_5ftable',['load_translation_table',['../language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05',1,'language.php']]], + ['load_5fxconfig',['load_xconfig',['../include_2config_8php.html#a913d4e1a6ee7acc1598c69b902c06fd2',1,'config.php']]], ['local_5fdelivery',['local_delivery',['../items_8php.html#ae1c27d1a6379231ac7c0435c8a791d45',1,'items.php']]], ['local_5fuser',['local_user',['../boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44',1,'boot.php']]], ['localize_5fitem',['localize_item',['../conversation_8php.html#afea815dd1768e8417d2b30be53e9e0b4',1,'conversation.php']]], diff --git a/doc/html/search/functions_6e.js b/doc/html/search/functions_6e.js index 161f12ad9..69b63b052 100644 --- a/doc/html/search/functions_6e.js +++ b/doc/html/search/functions_6e.js @@ -6,7 +6,6 @@ var searchData= ['navbar_5fcomplete',['navbar_complete',['../acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f',1,'acl.php']]], ['network_5fcontent',['network_content',['../mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4',1,'network.php']]], ['network_5finit',['network_init',['../mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec',1,'network.php']]], - ['network_5fquery',['network_query',['../iquery_8php.html#aa41c07bf856eb8b386430cc53d80d4ac',1,'iquery.php']]], ['network_5fquery_5fget_5fsel_5ftab',['network_query_get_sel_tab',['../mod_2network_8php.html#aeaa518c1a317516a3da337b88d358666',1,'network.php']]], ['network_5fto_5fname',['network_to_name',['../contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be',1,'contact_selectors.php']]], ['new_5faccess_5ftoken',['new_access_token',['../classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934',1,'FKOAuthDataStore']]], diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index 604a561e8..282cc0ed8 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -52,7 +52,6 @@ var searchData= ['private_5fmessages_5ffetch_5fmessage',['private_messages_fetch_message',['../include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091',1,'message.php']]], ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], - ['probe_5furl',['probe_url',['../Scrape_8php.html#a32883beb7dbf311fc9bfa99200a7402c',1,'Scrape.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], diff --git a/doc/html/search/functions_72.js b/doc/html/search/functions_72.js index dce7051e9..c305f9aac 100644 --- a/doc/html/search/functions_72.js +++ b/doc/html/search/functions_72.js @@ -4,7 +4,7 @@ var searchData= ['random_5fstring',['random_string',['../text_8php.html#a9d6a5ee1290de7a8b483fe78585daade',1,'text.php']]], ['randprof_5finit',['randprof_init',['../randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090',1,'randprof.php']]], ['rebuild_5ftheme_5ftable',['rebuild_theme_table',['../admin_8php.html#ae46311a3fefc21abc838a26e91789de6',1,'admin.php']]], - ['redbasic_5fform',['redbasic_form',['../view_2theme_2redbasic_2php_2config_8php.html#af58e97b437c1e98a5e434886494cc70e',1,'config.php']]], + ['redbasic_5fform',['redbasic_form',['../view_2theme_2redbasic_2php_2config_8php.html#ab5073653dfb9eb2216f8580098a87071',1,'config.php']]], ['redbasic_5finit',['redbasic_init',['../theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b',1,'theme.php']]], ['redir_5finit',['redir_init',['../redir_8php.html#a9ac266c3f5cf0d94ef63e6d0f2edf1f5',1,'redir.php']]], ['reduce',['reduce',['../docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f',1,'docblox_errorchecker.php']]], diff --git a/doc/html/search/functions_73.js b/doc/html/search/functions_73.js index 84090a45a..cdaffe2cf 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -43,8 +43,10 @@ var searchData= ['set_5fpath',['set_path',['../classApp.html#adb060d5c7f35a521ec7ec0effbe08097',1,'App']]], ['set_5fpconfig',['set_pconfig',['../include_2config_8php.html#a61591371cb18764138655d67dc817ab2',1,'config.php']]], ['set_5fperms',['set_perms',['../classApp.html#a557d7b779d8259027f4724ebf7b248dc',1,'App']]], + ['set_5fprofile_5fowner',['set_profile_owner',['../classConversation.html#a8898bddc1e8990e81dab9a13a532cc93',1,'Conversation']]], ['set_5ftemplate_5fengine',['set_template_engine',['../classApp.html#a325f05bdc15d1b341044b389b21cd195',1,'App']]], ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], + ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], ['settings_5faside',['settings_aside',['../settings_8php.html#ae5aebccb006bee1300078576baaf5582',1,'settings.php']]], ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], ['setup_5fcontent',['setup_content',['../setup_8php.html#a88247384a96e14516f474d7af6a465c1',1,'setup.php']]], @@ -70,12 +72,14 @@ var searchData= ['store',['store',['../classPhoto.html#a15e21237805d5f1019b4e40322389194',1,'Photo']]], ['store_5fitem_5ftag',['store_item_tag',['../text_8php.html#a4ba1339b2a7054971178ce194e4440fd',1,'text.php']]], ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809',1,'security.php']]], + ['string_5fplural_5fselect_5fdefault',['string_plural_select_default',['../language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0',1,'language.php']]], ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',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_5faside',['suggest_aside',['../suggest_8php.html#a4df91c84594d51ba56b5918de414230d',1,'suggest.php']]], ['suggest_5fcontent',['suggest_content',['../suggest_8php.html#a58748a8235d4523f8333847f3e42dd91',1,'suggest.php']]], ['suggest_5finit',['suggest_init',['../suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c',1,'suggest.php']]], - ['suggestion_5fquery',['suggestion_query',['../socgraph_8php.html#aab445ff14a151fda2efbabde65faf134',1,'socgraph.php']]], + ['suggestion_5fquery',['suggestion_query',['../socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329',1,'socgraph.php']]], ['supportedtypes',['supportedTypes',['../classPhoto.html#af46fdc365916728deb59adf5c99f528d',1,'Photo']]], ['syncdirs',['syncdirs',['../dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a',1,'dir_fns.php']]], ['system_5fdown',['system_down',['../system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa',1,'system_unavailable.php']]], diff --git a/doc/html/search/functions_74.js b/doc/html/search/functions_74.js index 763a009ff..7e69b42da 100644 --- a/doc/html/search/functions_74.js +++ b/doc/html/search/functions_74.js @@ -1,5 +1,6 @@ var searchData= [ + ['t',['t',['../language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04',1,'language.php']]], ['tag_5fdeliver',['tag_deliver',['../items_8php.html#ab1bce4261bcf75ad62753b498a144d17',1,'items.php']]], ['tagadelic',['tagadelic',['../text_8php.html#afe44c30f1d0f8cb3ca097d4e189d852d',1,'text.php']]], ['tagblock',['tagblock',['../text_8php.html#a4f3605ee8de717a401ea9df2401b59f6',1,'text.php']]], @@ -22,5 +23,6 @@ var searchData= ['title_5fis_5fbody',['title_is_body',['../items_8php.html#a1f747db2277904f85ac7b9e64c024e4e',1,'items.php']]], ['toggle_5fmobile_5finit',['toggle_mobile_init',['../toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254',1,'toggle_mobile.php']]], ['toggle_5ftheme',['toggle_theme',['../admin_8php.html#af81f081851791cd15e49e8ff6722dc27',1,'admin.php']]], - ['tryoembed',['tryoembed',['../bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7',1,'bbcode.php']]] + ['tryoembed',['tryoembed',['../bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7',1,'bbcode.php']]], + ['tt',['tt',['../language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d',1,'language.php']]] ]; diff --git a/doc/html/search/functions_75.js b/doc/html/search/functions_75.js index 86ae4868b..fa27f858e 100644 --- a/doc/html/search/functions_75.js +++ b/doc/html/search/functions_75.js @@ -9,6 +9,7 @@ var searchData= ['update_5fcommunity_5fcontent',['update_community_content',['../update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1',1,'update_community.php']]], ['update_5fdisplay_5fcontent',['update_display_content',['../update__display_8php.html#aa36ac524059e209d5d75a03c16206246',1,'update_display.php']]], ['update_5fimported_5fitem',['update_imported_item',['../zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df',1,'zot.php']]], + ['update_5fmodtime',['update_modtime',['../zot_8php.html#a666d3efcac00ec1b4a4537a60655f2ab',1,'zot.php']]], ['update_5fnetwork_5fcontent',['update_network_content',['../update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41',1,'update_network.php']]], ['update_5fqueue_5ftime',['update_queue_time',['../queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1',1,'queue_fn.php']]], ['update_5fsuggestions',['update_suggestions',['../socgraph_8php.html#a790690bb1a1d02483fe31632a160144d',1,'socgraph.php']]], diff --git a/doc/html/search/functions_77.js b/doc/html/search/functions_77.js index de573b77c..392b11ae0 100644 --- a/doc/html/search/functions_77.js +++ b/doc/html/search/functions_77.js @@ -5,5 +5,6 @@ var searchData= ['webfinger',['webfinger',['../include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5',1,'network.php']]], ['webfinger_5fcontent',['webfinger_content',['../webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3',1,'webfinger.php']]], ['webfinger_5fdfrn',['webfinger_dfrn',['../include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335',1,'network.php']]], + ['wfinger_5finit',['wfinger_init',['../wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3',1,'wfinger.php']]], ['what_5fnext',['what_next',['../setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58',1,'setup.php']]] ]; diff --git a/doc/html/search/variables_70.js b/doc/html/search/variables_70.js index 05291261e..7934c86db 100644 --- a/doc/html/search/variables_70.js +++ b/doc/html/search/variables_70.js @@ -29,6 +29,5 @@ var searchData= ['perms_5fw_5ftagwall',['PERMS_W_TAGWALL',['../boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777',1,'boot.php']]], ['perms_5fw_5fwall',['PERMS_W_WALL',['../boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2',1,'boot.php']]], ['php_5ftpl',['php_tpl',['../namespacefriendica-to-smarty-tpl.html#a5dfc21ab8282dda8e3a7dff43cd0e283',1,'friendica-to-smarty-tpl']]], - ['png_5fquality',['PNG_QUALITY',['../boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce',1,'boot.php']]], - ['probe_5fnormal',['PROBE_NORMAL',['../Scrape_8php.html#aa6b0bdcf6e8f9d44e699fd94d2207c98',1,'Scrape.php']]] + ['png_5fquality',['PNG_QUALITY',['../boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce',1,'boot.php']]] ]; diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 482afc752..5b68c1205 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -126,8 +126,8 @@ Functions    all_friends ($uid, $cid, $start=0, $limit=80)   - suggestion_query ($uid, $start=0, $limit=80) -  + suggestion_query ($uid, $myxchan, $start=0, $limit=80) +   update_suggestions ()   @@ -370,7 +370,7 @@ Functions - +
    @@ -380,6 +380,12 @@ Functions + + + + + + diff --git a/doc/html/socgraph_8php.js b/doc/html/socgraph_8php.js index bb8f9d3f2..1c326fcff 100644 --- a/doc/html/socgraph_8php.js +++ b/doc/html/socgraph_8php.js @@ -7,6 +7,6 @@ var socgraph_8php = [ "count_common_friends", "socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84", null ], [ "count_common_friends_zcid", "socgraph_8php.html#af175807406d94407a5e11742a3287746", null ], [ "poco_load", "socgraph_8php.html#aad9ee2421fd1ca405b241e8ed72d9aca", null ], - [ "suggestion_query", "socgraph_8php.html#aab445ff14a151fda2efbabde65faf134", null ], + [ "suggestion_query", "socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329", null ], [ "update_suggestions", "socgraph_8php.html#a790690bb1a1d02483fe31632a160144d", null ] ]; \ No newline at end of file diff --git a/doc/html/style_8php.html b/doc/html/style_8php.html index 7b2bdae9d..2df408c59 100644 --- a/doc/html/style_8php.html +++ b/doc/html/style_8php.html @@ -144,8 +144,9 @@ Variables - @@ -162,7 +163,7 @@ if($navcolour==="black")  + +
      $uid,
     $myxchan,
     
     $site_colour = get_config("redbasic", "colour" )
     
    if(local_user()) if($line_height===false)
    -if($line_height===false) if($redbasic_font_size===false)
    +
    if(local_user()) if(!feature_enabled(local_user(),'expert'))
    +if($line_height===false) if($line_height===false)
    +if($redbasic_font_size===false)
    if($redbasic_font_size===false)
    if($colour===false) if($colour===false)
    if($navcolour==="black") 
    if (file_exists('view/theme/'.current_theme(). '/css/style.css'))
    -

    Referenced by redbasic_form(), and theme_content().

    +

    Referenced by redbasic_form(), and theme_content().

    @@ -176,7 +177,7 @@ if($navcolour==="black") 
    -

    Referenced by redbasic_form(), and theme_content().

    +

    Referenced by redbasic_form(), and theme_content().

    @@ -190,7 +191,7 @@ if($navcolour==="black") 
    -

    Referenced by redbasic_form(), and theme_content().

    +

    Referenced by redbasic_form(), and theme_content().

    @@ -204,7 +205,7 @@ if($navcolour==="black") 
    -

    Referenced by redbasic_form(), and theme_content().

    +

    Referenced by redbasic_form(), and theme_content().

    @@ -266,7 +267,7 @@ if($navcolour==="black") 
    -

    Referenced by redbasic_form(), and theme_content().

    +

    Referenced by redbasic_form(), and theme_content().

    @@ -306,7 +307,7 @@ if($navcolour==="black") 
    -

    Referenced by redbasic_form().

    +

    Referenced by redbasic_form().

    @@ -320,7 +321,7 @@ if($navcolour==="black") 
    -

    Referenced by redbasic_form(), and theme_content().

    +

    Referenced by redbasic_form(), and theme_content().

    diff --git a/doc/html/suggest_8php.html b/doc/html/suggest_8php.html index f87dc4b8a..68e8e814c 100644 --- a/doc/html/suggest_8php.html +++ b/doc/html/suggest_8php.html @@ -114,10 +114,28 @@ $(document).ready(function(){initNavTree('suggest_8php.html','');}); Functions
     suggest_init (&$a)
     
     suggest_aside (&$a)
     
     suggest_content (&$a)
     

    Function Documentation

    + +
    +
    + + + + + + + + +
    suggest_aside ($a)
    +
    + +
    +
    diff --git a/doc/html/suggest_8php.js b/doc/html/suggest_8php.js index 6a1ef5b3d..98b2888c5 100644 --- a/doc/html/suggest_8php.js +++ b/doc/html/suggest_8php.js @@ -1,5 +1,6 @@ var suggest_8php = [ + [ "suggest_aside", "suggest_8php.html#a4df91c84594d51ba56b5918de414230d", null ], [ "suggest_content", "suggest_8php.html#a58748a8235d4523f8333847f3e42dd91", null ], [ "suggest_init", "suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c", null ] ]; \ No newline at end of file diff --git a/doc/html/template__processor_8php.html b/doc/html/template__processor_8php.html index 339752f38..5f91ca701 100644 --- a/doc/html/template__processor_8php.html +++ b/doc/html/template__processor_8php.html @@ -174,12 +174,12 @@ Variables
    - +
    $t = new Template$t = new Template
    diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index cabfe5743..ae4b27719 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -471,7 +471,7 @@ Variables
    @@ -541,7 +541,7 @@ Variables
    -

    Referenced by Item\check_wall_to_wall(), directory_content(), fetch_post_tags(), Item\get_template_data(), and localize_item().

    +

    Referenced by Item\check_wall_to_wall(), directory_content(), fetch_post_tags(), Item\get_template_data(), localize_item(), randprof_init(), and suggest_content().

    @@ -576,7 +576,7 @@ Variables
    -

    Referenced by allfriends_content(), common_content(), match_content(), and suggest_content().

    +

    Referenced by allfriends_content(), common_content(), and match_content().

    @@ -1410,7 +1410,7 @@ Variables
    -

    Referenced by account_verify_password(), Item\add_child(), Conversation\add_thread(), allowed_public_recips(), api_call(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), base64url_decode(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), create_account(), create_identity(), crepair_post(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dfrn_deliver(), directory_content(), directory_run(), email_send(), encode_item(), encode_mail(), expire_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), http_status_exit(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), item_expire(), item_post(), item_store(), item_store_update(), like_content(), load_contact_links(), local_delivery(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), lrdd(), mail_store(), message_content(), message_post(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), onepoll_run(), parse_url_content(), parse_xml_string(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_init(), post_post(), probe_url(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), dba\q(), q(), queue_run(), redir_init(), register_content(), Item\remove_child(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), subthread_content(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), update_imported_item(), update_queue_time(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), zfinger_init(), zot_build_packet(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    +

    Referenced by account_verify_password(), Item\add_child(), Conversation\add_thread(), allowed_public_recips(), api_call(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), authenticate_success(), avatar_img(), base64url_decode(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), consume_feed(), create_account(), create_identity(), crepair_post(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dfrn_deliver(), directory_content(), directory_run(), email_send(), encode_item(), encode_mail(), expire_run(), feed_init(), fetch_lrdd_template(), fetch_xrd_links(), filer_content(), filerm_content(), fix_private_photos(), Conversation\get_template_data(), group_content(), guess_image_type(), http_status_exit(), import_author_xchan(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), item_expire(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), lrdd(), mail_store(), message_content(), message_post(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), onepoll_run(), parse_url_content(), parse_xml_string(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_init(), post_post(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), dba\q(), q(), queue_run(), redir_init(), register_content(), Item\remove_child(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), subthread_content(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), update_imported_item(), update_queue_time(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), zfinger_init(), zot_build_packet(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    @@ -1554,7 +1554,7 @@ Variables

    This is now disabled because it was interfering with some legitimate unicode sequences and hopefully there aren't a lot of those browsers left.

    Use this on any text input where angle chars are not valid or permitted They will be replaced with safer brackets. This may be filtered further if these are not allowed either.

    -

    Referenced by admin_page_logs_post(), admin_page_site_post(), community_content(), connections_content(), consume_feed(), create_account(), directory_content(), dirfind_content(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), lostpass_post(), mail_store(), message_post(), mood_init(), network_content(), new_follower(), oexchange_content(), photos_post(), poco_init(), poke_init(), probe_url(), profile_tabs(), profiles_post(), qsearch_init(), 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(), community_content(), connections_content(), consume_feed(), create_account(), directory_content(), dirfind_content(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), local_delivery(), lostpass_post(), mail_store(), message_post(), mood_init(), network_content(), new_follower(), oexchange_content(), photos_post(), poco_init(), poke_init(), profile_tabs(), profiles_post(), qsearch_init(), register_post(), sanitise_acl(), settings_post(), setup_content(), setup_post(), subthread_content(), tagger_content(), and xrd_init().

    @@ -1765,7 +1765,7 @@ Variables
    -

    Referenced by aes_encapsulate(), attach_store(), create_account(), create_identity(), dfrn_deliver(), event_store(), fsuggest_post(), generate_user_guid(), group_add(), item_message_id(), item_store(), local_delivery(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), new_follower(), notification(), notifier_run(), prepare_body(), probe_url(), profiles_init(), redir_init(), removeme_content(), send_message(), send_reg_approval_email(), settings_post(), and setup_post().

    +

    Referenced by aes_encapsulate(), attach_store(), create_account(), create_identity(), dfrn_deliver(), event_store(), fsuggest_post(), generate_user_guid(), group_add(), item_message_id(), item_store(), local_delivery(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), new_follower(), notification(), notifier_run(), prepare_body(), profiles_init(), redir_init(), removeme_content(), send_message(), send_reg_approval_email(), settings_post(), and setup_post().

    @@ -1821,7 +1821,7 @@ Variables
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), allfriends_content(), api_apply_template(), api_content(), apps_content(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connections_content(), construct_page(), contact_block(), crepair_content(), delegate_content(), directory_content(), dirfind_content(), display_content(), editpost_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), findpeople_widget(), follow_widget(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), intro_content(), invite_content(), lang_selector(), login(), lostpass_content(), lostpass_post(), manage_content(), match_content(), message_aside(), message_content(), micropro(), mini_group_select(), mood_content(), nav(), network_content(), new_channel_content(), new_follower(), nogroup_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), saved_searches(), search_content(), send_reg_approval_email(), send_verification_email(), settings_aside(), setup_content(), setup_post(), siteinfo_content(), suggest_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_dbsync(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), allfriends_content(), api_apply_template(), api_content(), apps_content(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connections_content(), construct_page(), contact_block(), crepair_content(), delegate_content(), directory_content(), dirfind_content(), display_content(), editpost_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), findpeople_widget(), follow_widget(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), intro_content(), invite_content(), lang_selector(), login(), lostpass_content(), lostpass_post(), manage_content(), match_content(), message_aside(), message_content(), micropro(), mini_group_select(), mood_content(), nav(), network_content(), new_channel_content(), new_follower(), nogroup_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), posted_date_widget(), profile_sidebar(), profile_tabs(), profiles_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), saved_searches(), search_content(), send_reg_approval_email(), send_verification_email(), settings_aside(), setup_content(), setup_post(), siteinfo_content(), suggest_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), and xrd_init().

    @@ -2189,8 +2189,6 @@ Variables
    -

    Referenced by probe_url().

    -
    @@ -2225,7 +2223,7 @@ Variables
    -

    Referenced by filer_content(), get_atom_elements(), local_delivery(), and probe_url().

    +

    Referenced by filer_content(), get_atom_elements(), and local_delivery().

    diff --git a/doc/html/view_2theme_2redbasic_2php_2config_8php.html b/doc/html/view_2theme_2redbasic_2php_2config_8php.html index 2542d7b14..5702d9faa 100644 --- a/doc/html/view_2theme_2redbasic_2php_2config_8php.html +++ b/doc/html/view_2theme_2redbasic_2php_2config_8php.html @@ -116,11 +116,11 @@ Functions    theme_post (&$a)   - redbasic_form (&$a, $font_size, $line_height, $colour, $shadow, $navcolour, $opaquenav, $displaystyle, $linkcolour, $iconset, $shiny) -  + redbasic_form (&$a, $font_size, $line_height, $colour, $shadow, $navcolour, $opaquenav, $displaystyle, $linkcolour, $iconset, $shiny, $colour_scheme) + 

    Function Documentation

    - +
    @@ -188,7 +188,13 @@ Functions - + + + + + + + diff --git a/doc/html/view_2theme_2redbasic_2php_2config_8php.js b/doc/html/view_2theme_2redbasic_2php_2config_8php.js index ee504c037..0480f0c7f 100644 --- a/doc/html/view_2theme_2redbasic_2php_2config_8php.js +++ b/doc/html/view_2theme_2redbasic_2php_2config_8php.js @@ -1,6 +1,6 @@ var view_2theme_2redbasic_2php_2config_8php = [ - [ "redbasic_form", "view_2theme_2redbasic_2php_2config_8php.html#af58e97b437c1e98a5e434886494cc70e", null ], + [ "redbasic_form", "view_2theme_2redbasic_2php_2config_8php.html#ab5073653dfb9eb2216f8580098a87071", null ], [ "theme_content", "view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d", null ], [ "theme_post", "view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6", null ] ]; \ No newline at end of file diff --git a/doc/html/wfinger_8php.html b/doc/html/wfinger_8php.html new file mode 100644 index 000000000..8df8f27ab --- /dev/null +++ b/doc/html/wfinger_8php.html @@ -0,0 +1,139 @@ + + + + + + +The Red Project: mod/wfinger.php File Reference + + + + + + + + + + + + + +
    +
    +
     $shiny $shiny,
     $colour_scheme 
    + + + + + + +
    +
    The Red Project +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    wfinger.php File Reference
    +
    +
    + + + + +

    +Functions

     wfinger_init (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    wfinger_init ($a)
    +
    + +

    Referenced by _well_known_init().

    + +
    +
    +
    +
    + diff --git a/doc/html/wfinger_8php.js b/doc/html/wfinger_8php.js new file mode 100644 index 000000000..b40fe5d03 --- /dev/null +++ b/doc/html/wfinger_8php.js @@ -0,0 +1,4 @@ +var wfinger_8php = +[ + [ "wfinger_init", "wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3", null ] +]; \ No newline at end of file diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 77453a8c8..c96e0b6d3 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -156,6 +156,8 @@ Functions    import_directory_keywords ($hash, $keywords)   + update_modtime ($hash) + 

    Function Documentation

    @@ -442,6 +444,24 @@ Functions

    Referenced by process_delivery().

    + + + +
    +
    + + + + + + + + +
    update_modtime ( $hash)
    +
    + +

    Referenced by import_directory_profile(), and import_xchan().

    +
    diff --git a/doc/html/zot_8php.js b/doc/html/zot_8php.js index cb382ba1d..3dfa5f0f2 100644 --- a/doc/html/zot_8php.js +++ b/doc/html/zot_8php.js @@ -10,6 +10,7 @@ var zot_8php = [ "process_profile_delivery", "zot_8php.html#a9a57b40669351c9791126b925cb7ef3b", null ], [ "public_recips", "zot_8php.html#a083aec6c900d244e1bfc1406f9461465", null ], [ "update_imported_item", "zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df", null ], + [ "update_modtime", "zot_8php.html#a666d3efcac00ec1b4a4537a60655f2ab", null ], [ "zot_build_packet", "zot_8php.html#a3862b3161b2c8557dc1a95020179bd81", null ], [ "zot_fetch", "zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea", null ], [ "zot_finger", "zot_8php.html#a77720d6b59894e9b609af89c310c8a4d", null ], diff --git a/include/config.php b/include/config.php index 9eea446aa..9b36b1a1e 100644 --- a/include/config.php +++ b/include/config.php @@ -114,6 +114,19 @@ function set_config($family,$key,$value) { +function del_config($family,$key) { + + global $a; + if(x($a->config[$family],$key)) + unset($a->config[$family][$key]); + $ret = q("DELETE FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1", + dbesc($family), + dbesc($key) + ); + return $ret; +} + + function load_pconfig($uid,$family) { global $a; $r = q("SELECT * FROM `pconfig` WHERE `cat` = '%s' AND `uid` = %d", @@ -172,17 +185,6 @@ function get_pconfig($uid,$family, $key, $instore = false) { } -function del_config($family,$key) { - - global $a; - if(x($a->config[$family],$key)) - unset($a->config[$family][$key]); - $ret = q("DELETE FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1", - dbesc($family), - dbesc($key) - ); - return $ret; -} @@ -236,3 +238,113 @@ function del_pconfig($uid,$family,$key) { ); return $ret; } + + + +function load_xconfig($xchan,$family) { + global $a; + $r = q("SELECT * FROM `xconfig` WHERE `cat` = '%s' AND `xchan` = '%s'", + dbesc($family), + dbesc($xchan) + ); + if(count($r)) { + foreach($r as $rr) { + $k = $rr['k']; + $a->config[$xchan][$family][$k] = $rr['v']; + } + } else if ($family != 'config') { + // Negative caching + $a->config[$xchan][$family] = "!!"; + } +} + + + + +function get_xconfig($xchan,$family, $key, $instore = false) { + + global $a; + + if(! $instore) { + // Looking if the whole family isn't set + if(isset($a->config[$xchan][$family])) { + if($a->config[$xchan][$family] === '!!') { + return false; + } + } + + if(isset($a->config[$xchan][$family][$key])) { + if($a->config[$xchan][$family][$key] === '!!') { + return false; + } + return $a->config[$xchan][$family][$key]; + } + } + + $ret = q("SELECT `v` FROM `xconfig` WHERE `xchan` = '%s' AND `cat` = '%s' AND `k` = '%s' LIMIT 1", + dbesc($xchan), + dbesc($family), + dbesc($key) + ); + + if(count($ret)) { + $val = (preg_match("|^a:[0-9]+:{.*}$|s", $ret[0]['v'])?unserialize( $ret[0]['v']):$ret[0]['v']); + $a->config[$xchan][$family][$key] = $val; + return $val; + } + else { + $a->config[$xchan][$family][$key] = '!!'; + } + return false; +} + + +function set_xconfig($xchan,$family,$key,$value) { + + global $a; + + // manage array value + $dbvalue = (is_array($value)?serialize($value):$value); + + if(get_xconfig($xchan,$family,$key,true) === false) { + $a->config[$xchan][$family][$key] = $value; + $ret = q("INSERT INTO `xconfig` ( `xchan`, `cat`, `k`, `v` ) VALUES ( '%s', '%s', '%s', '%s' ) ", + dbesc($xchan), + dbesc($family), + dbesc($key), + dbesc($dbvalue) + ); + if($ret) + return $value; + return $ret; + } + $ret = q("UPDATE `xconfig` SET `v` = '%s' WHERE `xchan` = '%s' AND `cat` = '%s' AND `k` = '%s' LIMIT 1", + dbesc($dbvalue), + dbesc($xchan), + dbesc($family), + dbesc($key) + ); + + $a->config[$xchan][$family][$key] = $value; + + if($ret) + return $value; + return $ret; +} + + +function del_xconfig($xchan,$family,$key) { + + global $a; + if(x($a->config[$xchan][$family],$key)) + unset($a->config[$xchan][$family][$key]); + $ret = q("DELETE FROM `xconfig` WHERE `xchan` = '%s' AND `cat` = '%s' AND `k` = '%s' LIMIT 1", + dbesc($xchan), + dbesc($family), + dbesc($key) + ); + return $ret; +} + + + diff --git a/install/database.sql b/install/database.sql index 4f503fc12..c321af401 100644 --- a/install/database.sql +++ b/install/database.sql @@ -889,6 +889,18 @@ CREATE TABLE IF NOT EXISTS `xchan` ( KEY `xchan_connurl` (`xchan_connurl`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; +CREATE TABLE IF NOT EXISTS `xconfig` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `xchan` char(255) NOT NULL, + `cat` char(255) NOT NULL, + `k` char(255) NOT NULL, + `v` mediumtext NOT NULL, + PRIMARY KEY (`id`), + KEY `xchan` (`xchan`), + KEY `cat` (`cat`), + KEY `k` (`k`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + CREATE TABLE IF NOT EXISTS `xign` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL DEFAULT '0', diff --git a/install/update.php b/install/update.php index 4bdba3507..0c7c6e0df 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "" + +#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 +#: ../../mod/directory.php:116 ../../mod/events.php:448 ../../boot.php:1544 +msgid "Location:" +msgstr "" + #: ../../include/plugin.php:400 ../../include/plugin.php:402 msgid "Click here to upgrade." msgstr "" @@ -35,7 +52,7 @@ msgid "Private Message" msgstr "" #: ../../include/ItemObject.php:110 ../../mod/settings.php:657 -#: ../../mod/editpost.php:65 +#: ../../mod/editpost.php:66 msgid "Edit" msgstr "" @@ -121,7 +138,7 @@ msgid "%s from %s" msgstr "" #: ../../include/ItemObject.php:245 ../../include/conversation.php:639 -#: ../../include/conversation.php:981 ../../mod/editpost.php:74 +#: ../../include/conversation.php:982 ../../mod/editpost.php:75 #: ../../mod/message.php:288 ../../mod/message.php:421 #: ../../mod/photos.php:1113 msgid "Please wait" @@ -158,12 +175,13 @@ msgstr "" #: ../../mod/settings.php:707 ../../mod/settings.php:736 #: ../../mod/settings.php:759 ../../mod/settings.php:830 #: ../../mod/settings.php:996 ../../mod/crepair.php:166 -#: ../../mod/events.php:455 ../../mod/fsuggest.php:107 ../../mod/group.php:83 +#: ../../mod/events.php:456 ../../mod/fsuggest.php:108 ../../mod/group.php:83 #: ../../mod/import.php:339 ../../mod/invite.php:138 ../../mod/message.php:289 #: ../../mod/message.php:420 ../../mod/mood.php:134 ../../mod/photos.php:720 #: ../../mod/photos.php:812 ../../mod/photos.php:1092 #: ../../mod/photos.php:1131 ../../mod/photos.php:1169 #: ../../mod/photos.php:1196 ../../view/theme/redbasic/php/config.php:131 +#: ../../view/theme/redbasic/php/config.php:148 msgid "Submit" msgstr "" @@ -199,8 +217,8 @@ msgstr "" msgid "Video" msgstr "" -#: ../../include/ItemObject.php:548 ../../include/conversation.php:999 -#: ../../mod/editpost.php:94 ../../mod/photos.php:1132 +#: ../../include/ItemObject.php:548 ../../include/conversation.php:1000 +#: ../../mod/editpost.php:95 ../../mod/photos.php:1132 msgid "Preview" msgstr "" @@ -217,33 +235,33 @@ msgstr "" msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/Contact.php:375 ../../include/conversation.php:834 +#: ../../include/Contact.php:375 ../../include/conversation.php:835 msgid "Poke" msgstr "" -#: ../../include/Contact.php:376 ../../include/conversation.php:828 +#: ../../include/Contact.php:376 ../../include/conversation.php:829 msgid "View Status" msgstr "" -#: ../../include/Contact.php:377 ../../include/conversation.php:829 +#: ../../include/Contact.php:377 ../../include/conversation.php:830 #: ../../include/nav.php:75 ../../mod/connections.php:264 #: ../../mod/connections.php:363 msgid "View Profile" msgstr "" -#: ../../include/Contact.php:378 ../../include/conversation.php:830 +#: ../../include/Contact.php:378 ../../include/conversation.php:831 msgid "View Photos" msgstr "" -#: ../../include/Contact.php:379 ../../include/conversation.php:831 +#: ../../include/Contact.php:379 ../../include/conversation.php:832 msgid "Network Posts" msgstr "" -#: ../../include/Contact.php:380 ../../include/conversation.php:832 +#: ../../include/Contact.php:380 ../../include/conversation.php:833 msgid "Edit Contact" msgstr "" -#: ../../include/Contact.php:381 ../../include/conversation.php:833 +#: ../../include/Contact.php:381 ../../include/conversation.php:834 msgid "Send PM" msgstr "" @@ -268,7 +286,7 @@ msgstr "" #: ../../mod/new_channel.php:97 ../../mod/nogroup.php:25 #: ../../mod/notifications.php:66 ../../mod/photos.php:72 #: ../../mod/photos.php:685 ../../mod/register.php:60 ../../mod/regmod.php:18 -#: ../../index.php:167 ../../index.php:329 +#: ../../index.php:174 ../../index.php:336 msgid "Permission denied." msgstr "" @@ -420,10 +438,6 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../include/Scrape.php:552 -msgid " on Last.fm" -msgstr "" - #: ../../include/account.php:22 msgid "Not a valid email address" msgstr "" @@ -714,15 +728,15 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/acl_selectors.php:270 +#: ../../include/acl_selectors.php:235 msgid "Visible to everybody" msgstr "" -#: ../../include/acl_selectors.php:271 +#: ../../include/acl_selectors.php:236 msgid "show" msgstr "" -#: ../../include/acl_selectors.php:272 +#: ../../include/acl_selectors.php:237 msgid "don't show" msgstr "" @@ -798,39 +812,24 @@ msgstr "" msgid "Login failed." msgstr "" -#: ../../include/bb2diaspora.php:433 ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../include/bb2diaspora.php:439 ../../include/event.php:20 -msgid "Starts:" -msgstr "" - -#: ../../include/bb2diaspora.php:447 ../../include/event.php:30 -msgid "Finishes:" -msgstr "" - -#: ../../include/bb2diaspora.php:455 ../../include/event.php:40 -#: ../../mod/directory.php:116 ../../mod/events.php:447 ../../boot.php:1544 -msgid "Location:" -msgstr "" - -#: ../../include/bbcode.php:94 ../../include/bbcode.php:403 +#: ../../include/bbcode.php:94 ../../include/bbcode.php:409 msgid "Image/photo" msgstr "" -#: ../../include/bbcode.php:157 +#: ../../include/bbcode.php:161 #, php-format -msgid "" -"%s wrote the following post" +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: ../../include/bbcode.php:163 ../../include/text.php:1342 +msgid "post" msgstr "" -#: ../../include/bbcode.php:368 ../../include/bbcode.php:388 +#: ../../include/bbcode.php:374 ../../include/bbcode.php:394 msgid "$1 wrote:" msgstr "" -#: ../../include/bbcode.php:407 ../../include/bbcode.php:408 +#: ../../include/bbcode.php:413 ../../include/bbcode.php:414 msgid "Encrypted content" msgstr "" @@ -1063,178 +1062,178 @@ msgstr "" msgid "View in context" msgstr "" -#: ../../include/conversation.php:734 ../../include/text.php:1022 +#: ../../include/conversation.php:735 ../../include/text.php:1022 #: ../../include/text.php:1037 msgid "remove" msgstr "" -#: ../../include/conversation.php:738 +#: ../../include/conversation.php:739 msgid "Loading..." msgstr "" -#: ../../include/conversation.php:739 +#: ../../include/conversation.php:740 msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:827 +#: ../../include/conversation.php:828 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:896 +#: ../../include/conversation.php:897 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:896 +#: ../../include/conversation.php:897 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:900 +#: ../../include/conversation.php:901 #, php-format msgid "%2$d people like this." msgstr "" -#: ../../include/conversation.php:902 +#: ../../include/conversation.php:903 #, php-format msgid "%2$d people don't like this." msgstr "" -#: ../../include/conversation.php:908 +#: ../../include/conversation.php:909 msgid "and" msgstr "" -#: ../../include/conversation.php:911 +#: ../../include/conversation.php:912 #, php-format msgid ", and %d other people" msgstr "" -#: ../../include/conversation.php:912 +#: ../../include/conversation.php:913 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:912 +#: ../../include/conversation.php:913 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:937 +#: ../../include/conversation.php:938 msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:938 ../../mod/message.php:244 +#: ../../include/conversation.php:939 ../../mod/message.php:244 #: ../../mod/message.php:355 msgid "Please enter a link URL:" msgstr "" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:940 msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/conversation.php:940 +#: ../../include/conversation.php:941 msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/conversation.php:941 +#: ../../include/conversation.php:942 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:942 ../../mod/filer.php:35 +#: ../../include/conversation.php:943 ../../mod/filer.php:35 msgid "Save to Folder:" msgstr "" -#: ../../include/conversation.php:943 +#: ../../include/conversation.php:944 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:958 ../../mod/photos.php:1112 +#: ../../include/conversation.php:959 ../../mod/photos.php:1112 msgid "Share" msgstr "" -#: ../../include/conversation.php:960 +#: ../../include/conversation.php:961 msgid "Page link title" msgstr "" -#: ../../include/conversation.php:962 ../../mod/editpost.php:66 +#: ../../include/conversation.php:963 ../../mod/editpost.php:67 #: ../../mod/message.php:286 ../../mod/message.php:418 msgid "Upload photo" msgstr "" -#: ../../include/conversation.php:963 +#: ../../include/conversation.php:964 msgid "upload photo" msgstr "" -#: ../../include/conversation.php:964 ../../mod/editpost.php:67 +#: ../../include/conversation.php:965 ../../mod/editpost.php:68 msgid "Attach file" msgstr "" -#: ../../include/conversation.php:965 +#: ../../include/conversation.php:966 msgid "attach file" msgstr "" -#: ../../include/conversation.php:966 ../../mod/editpost.php:68 +#: ../../include/conversation.php:967 ../../mod/editpost.php:69 #: ../../mod/message.php:287 ../../mod/message.php:419 msgid "Insert web link" msgstr "" -#: ../../include/conversation.php:967 +#: ../../include/conversation.php:968 msgid "web link" msgstr "" -#: ../../include/conversation.php:968 +#: ../../include/conversation.php:969 msgid "Insert video link" msgstr "" -#: ../../include/conversation.php:969 +#: ../../include/conversation.php:970 msgid "video link" msgstr "" -#: ../../include/conversation.php:970 +#: ../../include/conversation.php:971 msgid "Insert audio link" msgstr "" -#: ../../include/conversation.php:971 +#: ../../include/conversation.php:972 msgid "audio link" msgstr "" -#: ../../include/conversation.php:972 ../../mod/editpost.php:72 +#: ../../include/conversation.php:973 ../../mod/editpost.php:73 msgid "Set your location" msgstr "" -#: ../../include/conversation.php:973 +#: ../../include/conversation.php:974 msgid "set location" msgstr "" -#: ../../include/conversation.php:974 ../../mod/editpost.php:73 +#: ../../include/conversation.php:975 ../../mod/editpost.php:74 msgid "Clear browser location" msgstr "" -#: ../../include/conversation.php:975 +#: ../../include/conversation.php:976 msgid "clear location" msgstr "" -#: ../../include/conversation.php:977 ../../mod/editpost.php:86 +#: ../../include/conversation.php:978 ../../mod/editpost.php:87 msgid "Set title" msgstr "" -#: ../../include/conversation.php:980 ../../mod/editpost.php:88 +#: ../../include/conversation.php:981 ../../mod/editpost.php:89 msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/conversation.php:982 ../../mod/editpost.php:75 +#: ../../include/conversation.php:983 ../../mod/editpost.php:76 msgid "Permission settings" msgstr "" -#: ../../include/conversation.php:983 +#: ../../include/conversation.php:984 msgid "permissions" msgstr "" -#: ../../include/conversation.php:991 ../../mod/editpost.php:83 +#: ../../include/conversation.php:992 ../../mod/editpost.php:84 msgid "Public post" msgstr "" -#: ../../include/conversation.php:993 ../../mod/editpost.php:89 +#: ../../include/conversation.php:994 ../../mod/editpost.php:90 msgid "Example: bob@example.com, mary@example.com" msgstr "" @@ -2082,7 +2081,7 @@ msgstr "" msgid "New Message" msgstr "" -#: ../../include/nav.php:167 ../../mod/events.php:345 ../../boot.php:1949 +#: ../../include/nav.php:167 ../../mod/events.php:346 ../../boot.php:1949 msgid "Events" msgstr "" @@ -2533,10 +2532,6 @@ msgstr "" msgid "comment" msgstr "" -#: ../../include/text.php:1342 -msgid "post" -msgstr "" - #: ../../include/text.php:1566 msgid "Item filed" msgstr "" @@ -2545,7 +2540,7 @@ msgstr "" msgid "Unable to verify channel signature" msgstr "" -#: ../../include/zot.php:518 +#: ../../include/zot.php:527 #, php-format msgid "Unable to verify site signature for %s" msgstr "" @@ -3466,7 +3461,7 @@ msgstr "" msgid "System check" msgstr "" -#: ../../mod/setup.php:213 ../../mod/events.php:348 +#: ../../mod/setup.php:213 ../../mod/events.php:349 msgid "Next" msgstr "" @@ -4803,23 +4798,27 @@ msgstr "" msgid "This site is not a directory server" msgstr "" -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +#: ../../mod/editpost.php:17 msgid "Item not found" msgstr "" -#: ../../mod/editpost.php:36 +#: ../../mod/editpost.php:28 +msgid "Item is not editable" +msgstr "" + +#: ../../mod/editpost.php:37 msgid "Edit post" msgstr "" -#: ../../mod/editpost.php:69 +#: ../../mod/editpost.php:70 msgid "Insert YouTube video" msgstr "" -#: ../../mod/editpost.php:70 +#: ../../mod/editpost.php:71 msgid "Insert Vorbis [.ogg] video" msgstr "" -#: ../../mod/editpost.php:71 +#: ../../mod/editpost.php:72 msgid "Insert Vorbis [.ogg] audio" msgstr "" @@ -4835,56 +4834,56 @@ msgstr "" msgid "Edit event" msgstr "" -#: ../../mod/events.php:346 +#: ../../mod/events.php:347 msgid "Create New Event" msgstr "" -#: ../../mod/events.php:347 +#: ../../mod/events.php:348 msgid "Previous" msgstr "" -#: ../../mod/events.php:422 +#: ../../mod/events.php:423 msgid "hour:minute" msgstr "" -#: ../../mod/events.php:432 +#: ../../mod/events.php:433 msgid "Event details" msgstr "" -#: ../../mod/events.php:433 +#: ../../mod/events.php:434 #, php-format msgid "Format is %s %s. Starting date and Title are required." msgstr "" -#: ../../mod/events.php:435 +#: ../../mod/events.php:436 msgid "Event Starts:" msgstr "" -#: ../../mod/events.php:435 ../../mod/events.php:449 +#: ../../mod/events.php:436 ../../mod/events.php:450 msgid "Required" msgstr "" -#: ../../mod/events.php:438 +#: ../../mod/events.php:439 msgid "Finish date/time is not known or not relevant" msgstr "" -#: ../../mod/events.php:440 +#: ../../mod/events.php:441 msgid "Event Finishes:" msgstr "" -#: ../../mod/events.php:443 +#: ../../mod/events.php:444 msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/events.php:445 +#: ../../mod/events.php:446 msgid "Description:" msgstr "" -#: ../../mod/events.php:449 +#: ../../mod/events.php:450 msgid "Title:" msgstr "" -#: ../../mod/events.php:451 +#: ../../mod/events.php:452 msgid "Share this event" msgstr "" @@ -4939,7 +4938,7 @@ msgstr "" msgid "- select -" msgstr "" -#: ../../mod/wall_upload.php:41 ../../mod/item.php:995 +#: ../../mod/wall_upload.php:41 ../../mod/item.php:958 msgid "Wall Photos" msgstr "" @@ -4981,7 +4980,7 @@ msgid "Collection name changed." msgstr "" #: ../../mod/group.php:70 ../../mod/like.php:54 ../../mod/profperm.php:28 -#: ../../index.php:328 +#: ../../index.php:335 msgid "Permission denied" msgstr "" @@ -5025,11 +5024,11 @@ msgstr "" msgid "Help:" msgstr "" -#: ../../mod/help.php:38 ../../index.php:215 +#: ../../mod/help.php:38 ../../index.php:222 msgid "Not Found" msgstr "" -#: ../../mod/help.php:41 ../../index.php:218 +#: ../../mod/help.php:41 ../../index.php:225 msgid "Page not found." msgstr "" @@ -5263,7 +5262,7 @@ msgstr "" msgid "Empty post discarded." msgstr "" -#: ../../mod/item.php:726 +#: ../../mod/item.php:689 msgid "System error. Post not saved." msgstr "" @@ -6006,18 +6005,22 @@ msgid "Please enter your password for verification:" msgstr "" #: ../../view/theme/redbasic/php/config.php:133 +#: ../../view/theme/redbasic/php/config.php:150 msgid "Theme settings" msgstr "" #: ../../view/theme/redbasic/php/config.php:134 +#: ../../view/theme/redbasic/php/config.php:151 msgid "Set font-size for posts and comments" msgstr "" #: ../../view/theme/redbasic/php/config.php:135 +#: ../../view/theme/redbasic/php/config.php:152 msgid "Set line-height for posts and comments" msgstr "" #: ../../view/theme/redbasic/php/config.php:136 +#: ../../view/theme/redbasic/php/config.php:153 msgid "Set colour scheme" msgstr "" diff --git a/version.inc b/version.inc index c87ab6357..b55af91e4 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-03-14.252 +2013-03-15.253 -- cgit v1.2.3