diff --git a/doc/dav_davfs2.md b/doc/dav_davfs2.md index 546638810..e4313e810 100644 --- a/doc/dav_davfs2.md +++ b/doc/dav_davfs2.md @@ -12,7 +12,7 @@ and select "yes" at the prompt. Now you need to add any user you want to be able to mount dav to the davfs2 group -`usermod -aG davfs2 ` +`usermod -aG davfs2 {{DesktopUser}}` Edit /etc/fstab @@ -20,9 +20,9 @@ Edit /etc/fstab to include your cloud directory by adding -`example.com/cloud/ /mount/point davfs user,noauto,uid=,file_mode=600,dir_mode=700 0 1` +`example.com/cloud/{{Username}} /mount/point davfs user,noauto,uid={{DesktopUser}},file_mode=600,dir_mode=700 0 1` -Where example.com is the URL of your hub, /mount/point is the location you want to mount the cloud, and is the user you log in to one your computer. Note that if you are mounting as a normal user (not root) the mount point must be in your home directory. +Where {{Username}} is your username at your Red hub, example.com is the URL of your hub, /mount/point is the location you want to mount the cloud, and {{DesktopUser}} is the user you log in to one your computer. Note that if you are mounting as a normal user (not root) the mount point must be in your home directory. For example, if I wanted to mount my cloud to a directory called 'cloud' in my home directory, and my username was bob, my fstab would be @@ -42,10 +42,10 @@ Create a file called 'secrets' and add your cloud login credentials -`example.com/cloud ` +`example.com/cloud {{username}} {{password}}` -Where and are the username and password for your hub. +Where {{username}} and {{password}} are the username and password for your hub. Don't let this file be writeable by anyone who doesn't need it with @@ -53,6 +53,6 @@ Don't let this file be writeable by anyone who doesn't need it with Finally, mount the drive. -`mount example.com/cloud` +`mount example.com/cloud/{{username}}` You can now find your cloud at /home/bob/cloud and use it as though it were part of your local filesystem - even if the applications you are using have no dav support themselves. diff --git a/doc/html/Contact_8php.html b/doc/html/Contact_8php.html index e6e4270df..682ad9137 100644 --- a/doc/html/Contact_8php.html +++ b/doc/html/Contact_8php.html @@ -140,8 +140,8 @@ Functions    terminate_friendship ($user, $self, $contact)   -if(!function_exists('mark_for_death'))
-if(!function_exists('unmark_for_death')) random_profile () +if(!function_exists('mark_for_death'))
+if(!function_exists('unmark_for_death')) random_profile ()  

Function Documentation

@@ -358,7 +358,7 @@ Functions
- + diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 1c91ca1ea..1d605f028 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -128,7 +128,7 @@ Variables
if (!function_exists('mark_for_death')) if (!function_exists('unmark_for_death')) random_profile if (!function_exists('mark_for_death')) if (!function_exists('unmark_for_death')) random_profile ( )
-

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

+

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

diff --git a/doc/html/auth_8php.html b/doc/html/auth_8php.html index 79e1ce375..ab3e3e2a9 100644 --- a/doc/html/auth_8php.html +++ b/doc/html/auth_8php.html @@ -120,7 +120,7 @@ Functions -

Variables

if((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!==
+
if((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!==
'login'))) 
else
 
@@ -179,7 +179,7 @@ Variables
- +
if ((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!== 'login'))) elseif ((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!== 'login'))) else
diff --git a/doc/html/bbcode_8php.html b/doc/html/bbcode_8php.html index c0823aa23..35da04d33 100644 --- a/doc/html/bbcode_8php.html +++ b/doc/html/bbcode_8php.html @@ -122,8 +122,8 @@ Functions    bb_unspacefy_and_trim ($st)   -if(!function_exists('bb_extract_images'))
-if(!function_exists('bb_replace_images')) bb_parse_crypt ($match) +if(!function_exists('bb_extract_images'))
+if(!function_exists('bb_replace_images')) bb_parse_crypt ($match)    bb_qr ($match)   @@ -135,6 +135,8 @@ Functions    rpost_callback ($match)   + bb_sanitize_style ($input) +   bbcode ($Text, $preserve_nl=false, $tryoembed=true)   @@ -160,7 +162,7 @@ Functions
- + @@ -185,6 +187,22 @@ Functions
if (!function_exists('bb_extract_images')) if (!function_exists('bb_replace_images')) bb_parse_crypt if (!function_exists('bb_extract_images')) if (!function_exists('bb_replace_images')) bb_parse_crypt (   $match)
+
+
+ +
+
+ + + + + + + + +
bb_sanitize_style ( $input)
+
+
@@ -281,7 +299,7 @@ Functions diff --git a/doc/html/bbcode_8php.js b/doc/html/bbcode_8php.js index 1f7680fb8..77e2758b6 100644 --- a/doc/html/bbcode_8php.js +++ b/doc/html/bbcode_8php.js @@ -3,6 +3,7 @@ var bbcode_8php = [ "bb_location", "bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd", null ], [ "bb_parse_crypt", "bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f", null ], [ "bb_qr", "bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c", null ], + [ "bb_sanitize_style", "bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e", null ], [ "bb_ShareAttributes", "bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a", null ], [ "bb_ShareAttributesSimple", "bbcode_8php.html#a2be26414a367118143cc89e2d58e7377", null ], [ "bb_spacefy", "bbcode_8php.html#a8911e027907820df3db03b4f76724b50", null ], diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 0f5ad9a59..f0e6b6c99 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -161,6 +161,8 @@ Functions    proc_run ($cmd)   + is_windows () +   current_theme ()    current_theme_url ($installing=false) @@ -200,7 +202,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1095 +const DB_UPDATE_VERSION 1096   const EOL '<br />' . "\r\n"   @@ -368,6 +370,8 @@ Variables   const PERMS_A_REPUBLISH 0x10000   +const PERMS_A_BOOKMARK 0x20000 +  const PERMS_PUBLIC 0x0001   const PERMS_NETWORK 0x0002 @@ -494,6 +498,8 @@ Variables   const TERM_THING 7   +const TERM_BOOKMARK 8 +  const TERM_OBJ_POST 1   const TERM_OBJ_PHOTO 2 @@ -1014,7 +1020,7 @@ Variables
-

Referenced by advanced_profile(), api_statuses_user_timeline(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), chat_content(), chatsvc_content(), chatsvc_init(), chatsvc_post(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), ping_init(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_photo_albums(), widget_suggestions(), and z_readdir().

+

Referenced by advanced_profile(), api_statuses_user_timeline(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), bookmarks_content(), chat_content(), chatsvc_content(), chatsvc_init(), chatsvc_post(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), ping_init(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_photo_albums(), widget_suggestions(), and z_readdir().

@@ -1032,7 +1038,7 @@ Variables
-

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

+

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

@@ -1119,6 +1125,23 @@ Variables

Referenced by admin_content(), admin_post(), check_account_admin(), findpeople_widget(), invite_content(), invite_post(), nav(), ping_init(), register_post(), regmod_content(), and thing_init().

+ + + +
+
+ + + + + + + +
is_windows ()
+
+ +

Referenced by check_php(), and proc_run().

+
@@ -1134,7 +1157,7 @@ Variables
-

Referenced by FriendicaSmartyEngine\__construct(), 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(), cloud_init(), contactgroup_content(), dirprofile_init(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), 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(), php_init(), ping_init(), poco_init(), poller_run(), pretheme_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), sitelist_init(), sslify_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

+

Referenced by FriendicaSmartyEngine\__construct(), 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(), bookmarks_init(), check_form_security_token_ForbiddenOnErr(), cloud_init(), contactgroup_content(), dirprofile_init(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), 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(), php_init(), ping_init(), poco_init(), poller_run(), pretheme_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), sitelist_init(), sslify_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

@@ -1169,7 +1192,7 @@ Variables
-

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

+

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

@@ -1221,7 +1244,7 @@ Variables
-

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

+

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

@@ -1321,7 +1344,7 @@ Variables
-

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

+

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

@@ -1355,7 +1378,7 @@ Variables
-

Referenced by allowed_public_recips(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), check_config(), connect_post(), connections_content(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), filestorage_content(), follow_init(), format_categories(), format_filer(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), and zot_new_uid().

+

Referenced by allowed_public_recips(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), chatsvc_content(), check_config(), connect_post(), connections_content(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), filestorage_content(), follow_init(), format_categories(), format_filer(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), and zot_new_uid().

@@ -2104,7 +2127,7 @@ Variables
- +
const DB_UPDATE_VERSION 1095const DB_UPDATE_VERSION 1096
@@ -2218,7 +2241,7 @@ Variables
-

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

+

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

@@ -2803,7 +2826,7 @@ Variables
-

Referenced by RedDirectory\__construct(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), fix_private_photos(), RedFile\get(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), syncdirs(), unload_plugin(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

+

Referenced by RedDirectory\__construct(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), bookmark_add(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), fix_private_photos(), RedFile\get(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), syncdirs(), unload_plugin(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

@@ -2957,6 +2980,8 @@ Variables @@ -2983,7 +3008,7 @@ Variables @@ -2998,6 +3023,8 @@ Variables

Menu types

+

Referenced by bookmark_add(), bookmarks_content(), menu_content(), and menu_post().

+
@@ -3648,6 +3675,20 @@ Variables

Referenced by create_sys_channel(), get_sys_channel(), and zfinger_init().

+ + + +
+
+ + + + +
const PERMS_A_BOOKMARK 0x20000
+
+ +

Referenced by get_perms().

+
@@ -4209,6 +4250,20 @@ Variables

Referenced by attach_mkdir(), change_channel(), check_store(), and cloud_init().

+ + + +
+
+ + + + +
const TERM_BOOKMARK 8
+
@@ -4381,7 +4436,7 @@ Variables
-

Referenced by thing_init().

+

Referenced by decode_tags(), and thing_init().

diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index 5d4638739..280cf3cbc 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -25,6 +25,7 @@ var boot_8php = [ "info", "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498", null ], [ "is_ajax", "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c", null ], [ "is_site_admin", "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e", null ], + [ "is_windows", "boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08", null ], [ "killme", "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c", null ], [ "load_contact_links", "boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6", null ], [ "local_user", "boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44", null ], @@ -205,6 +206,7 @@ var boot_8php = [ "PAGE_PREMIUM", "boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8", null ], [ "PAGE_REMOVED", "boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6", null ], [ "PAGE_SYSTEM", "boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932", null ], + [ "PERMS_A_BOOKMARK", "boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b", null ], [ "PERMS_A_DELEGATE", "boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b", null ], [ "PERMS_A_REPUBLISH", "boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead", null ], [ "PERMS_CONTACTS", "boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6", null ], @@ -245,6 +247,7 @@ var boot_8php = [ "SSL_POLICY_NONE", "boot_8php.html#af86c651547aa8f9e549ee40a09455549", null ], [ "SSL_POLICY_SELFSIGN", "boot_8php.html#adca48aee78465ae3064ca4432c0d87b5", null ], [ "STORAGE_DEFAULT_PERMISSIONS", "boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6", null ], + [ "TERM_BOOKMARK", "boot_8php.html#a115faf8797718c3165498abbd6895843", null ], [ "TERM_CATEGORY", "boot_8php.html#af33d1b2e98a1e21af672005525d46dfe", null ], [ "TERM_FILE", "boot_8php.html#afb97615e985a013799839b68b99018d7", null ], [ "TERM_HASHTAG", "boot_8php.html#a2750985ec445617d7e82ae3098c91e3f", null ], diff --git a/doc/html/classApp-members.html b/doc/html/classApp-members.html index 4661adc60..6e2218d84 100644 --- a/doc/html/classApp-members.html +++ b/doc/html/classApp-members.html @@ -138,71 +138,72 @@ $(document).ready(function(){initNavTree('classApp.html','');}); $hooksApp $hostnameAppprivate $identitiesApp - $interactiveApp - $js_sourcesApp - $languageApp - $layoutApp - $ldelimAppprivate - $moduleApp - $module_loadedApp - $nav_selApp - $observerApp - $pageApp - $pagerApp - $pathAppprivate - $permsAppprivate - $pluginsApp - $poiApp - $profileApp - $profile_uidApp - $query_stringApp - $rdelimAppprivate - $schemeAppprivate - $sourcenameApp - $stringsApp - $template_engine_instanceApp - $template_enginesApp - $themeAppprivate - $theme_infoApp - $theme_thread_allowApp - $timezoneApp - $userApp - $videoheightApp - $videowidthApp - $widgetlistAppprivate - $widgetsAppprivate - __construct()App - build_pagehead()App - get_account()App - get_apps()App - get_baseurl($ssl=false)App - get_channel()App - get_groups()App - get_hostname()App - get_observer()App - get_path()App - get_perms()App - get_template_engine()App - get_template_ldelim($engine= 'smarty3')App - get_template_rdelim($engine= 'smarty3')App - get_widgets($location= '')App - head_get_icon()App - head_set_icon($icon)App - register_template_engine($class, $name= '')App - set_account($acct)App - set_apps($arr)App - set_baseurl($url)App - set_channel($channel)App - set_groups($g)App - set_hostname($h)App - set_observer($xchan)App - set_pager_itemspage($n)App - set_pager_total($n)App - set_path($p)App - set_perms($perms)App - set_template_engine($engine= 'smarty3')App - set_widget($title, $html, $location= 'aside')App - template_engine($name= '')App + $installApp + $interactiveApp + $js_sourcesApp + $languageApp + $layoutApp + $ldelimAppprivate + $moduleApp + $module_loadedApp + $nav_selApp + $observerApp + $pageApp + $pagerApp + $pathAppprivate + $permsAppprivate + $pluginsApp + $poiApp + $profileApp + $profile_uidApp + $query_stringApp + $rdelimAppprivate + $schemeAppprivate + $sourcenameApp + $stringsApp + $template_engine_instanceApp + $template_enginesApp + $themeAppprivate + $theme_infoApp + $theme_thread_allowApp + $timezoneApp + $userApp + $videoheightApp + $videowidthApp + $widgetlistAppprivate + $widgetsAppprivate + __construct()App + build_pagehead()App + get_account()App + get_apps()App + get_baseurl($ssl=false)App + get_channel()App + get_groups()App + get_hostname()App + get_observer()App + get_path()App + get_perms()App + get_template_engine()App + get_template_ldelim($engine= 'smarty3')App + get_template_rdelim($engine= 'smarty3')App + get_widgets($location= '')App + head_get_icon()App + head_set_icon($icon)App + register_template_engine($class, $name= '')App + set_account($acct)App + set_apps($arr)App + set_baseurl($url)App + set_channel($channel)App + set_groups($g)App + set_hostname($h)App + set_observer($xchan)App + set_pager_itemspage($n)App + set_pager_total($n)App + set_path($p)App + set_perms($perms)App + set_template_engine($engine= 'smarty3')App + set_widget($title, $html, $location= 'aside')App + template_engine($name= '')App diff --git a/doc/html/classApp.html b/doc/html/classApp.html index 3c6d0655e..bd8e6bbf0 100644 --- a/doc/html/classApp.html +++ b/doc/html/classApp.html @@ -184,6 +184,8 @@ Public Member Functions + + @@ -1254,6 +1256,18 @@ Private Attributes

Public Attributes

 $install = false
 
 $account = null
 
 $channel = null
+
+ + +
+
+ + + + +
App::$install = false
+
+
diff --git a/doc/html/classApp.js b/doc/html/classApp.js index 52808c33c..c7c8e3b05 100644 --- a/doc/html/classApp.js +++ b/doc/html/classApp.js @@ -58,6 +58,7 @@ var classApp = [ "$hooks", "classApp.html#a3694aa1907aa103a2adbc71f926f0fa0", null ], [ "$hostname", "classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3", null ], [ "$identities", "classApp.html#a7954862f44f606b0ff83d4c74d15e792", null ], + [ "$install", "classApp.html#a576ecb1c5b4a283221e6f2f0ec248251", null ], [ "$interactive", "classApp.html#a4c7cfc62d39508086cf300dc2e39c4df", null ], [ "$js_sources", "classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d", null ], [ "$language", "classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f", null ], diff --git a/doc/html/cloud_8php.html b/doc/html/cloud_8php.html index 8fd8cf18f..a5ea81c0a 100644 --- a/doc/html/cloud_8php.html +++ b/doc/html/cloud_8php.html @@ -112,8 +112,8 @@ $(document).ready(function(){initNavTree('cloud_8php.html','');}); - +

Functions

if(x($_SERVER,'REDIRECT_REMOTE_USER'))
-if(x($_SERVER,'HTTP_AUTHORIZATION')) 
cloud_init (&$a)
if(x($_SERVER,'REDIRECT_REMOTE_USER'))
+if(x($_SERVER,'HTTP_AUTHORIZATION')) 
cloud_init (&$a)
 

Function Documentation

@@ -122,7 +122,7 @@ Functions
- + diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index 8b32c3ca1..ea87c5b78 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
if (x($_SERVER,'REDIRECT_REMOTE_USER')) if (x($_SERVER,'HTTP_AUTHORIZATION')) cloud_init if (x($_SERVER,'REDIRECT_REMOTE_USER')) if (x($_SERVER,'HTTP_AUTHORIZATION')) cloud_init ( $a)
-

Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), generate_user_guid(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

@@ -264,8 +264,6 @@ Functions
-

Referenced by page_content().

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

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

-

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), generate_user_guid(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_filer(), widget_follow(), widget_savedsearch(), widget_settings_menu(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), syncdirs(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_filer(), widget_follow(), widget_savedsearch(), widget_settings_menu(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index 721315a1e..6d9fb9f31 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -120,6 +120,8 @@ Files   file  blocks.php   +file  bookmarks.php +  file  chanman.php   file  channel.php diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index 264f8fda7..cc5010eed 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -8,6 +8,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "apps.php", "apps_8php.html", "apps_8php" ], [ "attach.php", "mod_2attach_8php.html", "mod_2attach_8php" ], [ "blocks.php", "blocks_8php.html", "blocks_8php" ], + [ "bookmarks.php", "mod_2bookmarks_8php.html", "mod_2bookmarks_8php" ], [ "chanman.php", "mod_2chanman_8php.html", null ], [ "channel.php", "channel_8php.html", "channel_8php" ], [ "chanview.php", "chanview_8php.html", "chanview_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 60c458b85..04b0ad01b 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -129,6 +129,8 @@ Files   file  bbcode.php   +file  bookmarks.php +  file  cache.php   file  chanman.php @@ -241,6 +243,8 @@ Files   file  socgraph.php   +file  spam.php +  file  system_unavailable.php   file  taxonomy.php diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index c047455f1..02d7747fe 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -13,6 +13,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = ] ], [ "bb2diaspora.php", "bb2diaspora_8php.html", "bb2diaspora_8php" ], [ "bbcode.php", "bbcode_8php.html", "bbcode_8php" ], + [ "bookmarks.php", "include_2bookmarks_8php.html", "include_2bookmarks_8php" ], [ "cache.php", "cache_8php.html", [ [ "Cache", "classCache.html", null ] ] ], @@ -83,6 +84,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "security.php", "security_8php.html", "security_8php" ], [ "session.php", "session_8php.html", "session_8php" ], [ "socgraph.php", "socgraph_8php.html", "socgraph_8php" ], + [ "spam.php", "spam_8php.html", "spam_8php" ], [ "system_unavailable.php", "system__unavailable_8php.html", "system__unavailable_8php" ], [ "taxonomy.php", "taxonomy_8php.html", "taxonomy_8php" ], [ "template_processor.php", "template__processor_8php.html", "template__processor_8php" ], diff --git a/doc/html/docblox__errorchecker_8php.html b/doc/html/docblox__errorchecker_8php.html index b17226b25..28091a557 100644 --- a/doc/html/docblox__errorchecker_8php.html +++ b/doc/html/docblox__errorchecker_8php.html @@ -134,7 +134,7 @@ Variables    $filelist =array()   -while($dh=opendir($dir)) if(runs($filelist)) $res =$filelist +while($dh=opendir($dir)) if(runs($filelist)) $res =$filelist    $i =0   @@ -253,7 +253,7 @@ Variables diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index fe980d447..7a998ee4f 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
-

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

+

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

@@ -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(), comanche_parser(), comanche_region(), comanche_webpage(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), expand_acl(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), mail_content(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), stripdcode_br_cb(), t(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

+

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

diff --git a/doc/html/files.html b/doc/html/files.html index 5957a0122..0aa37853e 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -127,68 +127,70 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*BaseObject.php |o*bb2diaspora.php |o*bbcode.php -|o*cache.php -|o*chanman.php -|o*chat.php -|o*cli_startup.php -|o*cli_suggest.php -|o*comanche.php -|o*config.php -|o*Contact.php -|o*contact_selectors.php -|o*contact_widgets.php -|o*conversation.php -|o*ConversationObject.php -|o*cronhooks.php -|o*crypto.php -|o*datetime.php -|o*deliver.php -|o*dir_fns.php -|o*directory.php -|o*enotify.php -|o*event.php -|o*expire.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*ITemplateEngine.php -|o*items.php -|o*language.php -|o*menu.php -|o*message.php -|o*nav.php -|o*network.php -|o*notifier.php -|o*notify.php -|o*oauth.php -|o*oembed.php -|o*onedirsync.php -|o*onepoll.php -|o*page_widgets.php -|o*permissions.php -|o*photos.php -|o*plugin.php -|o*poller.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*reddav.php -|o*security.php -|o*session.php -|o*socgraph.php -|o*system_unavailable.php -|o*taxonomy.php -|o*template_processor.php -|o*text.php -|o*widgets.php -|\*zot.php +|o*bookmarks.php +|o*cache.php +|o*chanman.php +|o*chat.php +|o*cli_startup.php +|o*cli_suggest.php +|o*comanche.php +|o*config.php +|o*Contact.php +|o*contact_selectors.php +|o*contact_widgets.php +|o*conversation.php +|o*ConversationObject.php +|o*cronhooks.php +|o*crypto.php +|o*datetime.php +|o*deliver.php +|o*dir_fns.php +|o*directory.php +|o*enotify.php +|o*event.php +|o*expire.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*ITemplateEngine.php +|o*items.php +|o*language.php +|o*menu.php +|o*message.php +|o*nav.php +|o*network.php +|o*notifier.php +|o*notify.php +|o*oauth.php +|o*oembed.php +|o*onedirsync.php +|o*onepoll.php +|o*page_widgets.php +|o*permissions.php +|o*photos.php +|o*plugin.php +|o*poller.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*reddav.php +|o*security.php +|o*session.php +|o*socgraph.php +|o*spam.php +|o*system_unavailable.php +|o*taxonomy.php +|o*template_processor.php +|o*text.php +|o*widgets.php +|\*zot.php o+mod |o*_well_known.php |o*achievements.php @@ -198,127 +200,128 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*apps.php |o*attach.php |o*blocks.php -|o*chanman.php -|o*channel.php -|o*chanview.php -|o*chat.php -|o*chatsvc.php -|o*cloud.php -|o*common.php -|o*community.php -|o*connect.php -|o*connections.php -|o*connedit.php -|o*contactgroup.php -|o*delegate.php -|o*directory.php -|o*dirprofile.php -|o*dirsearch.php -|o*display.php -|o*editblock.php -|o*editlayout.php -|o*editpost.php -|o*editwebpage.php -|o*events.php -|o*fbrowser.php -|o*feed.php -|o*filer.php -|o*filerm.php -|o*filestorage.php -|o*follow.php -|o*fsuggest.php -|o*group.php -|o*help.php -|o*home.php -|o*hostxrd.php -|o*import.php -|o*invite.php -|o*item.php -|o*layouts.php -|o*like.php -|o*lockview.php -|o*login.php -|o*lostpass.php -|o*magic.php -|o*mail.php -|o*manage.php -|o*match.php -|o*menu.php -|o*message.php -|o*mitem.php -|o*mood.php -|o*msearch.php -|o*network.php -|o*new_channel.php -|o*notes.php -|o*notifications.php -|o*notify.php -|o*oembed.php -|o*oexchange.php -|o*online.php -|o*opensearch.php -|o*page.php -|o*parse_url.php -|o*photo.php -|o*photos.php -|o*php.php -|o*ping.php -|o*poco.php -|o*poke.php -|o*post.php -|o*pretheme.php -|o*probe.php -|o*profile.php -|o*profile_photo.php -|o*profiles.php -|o*profperm.php -|o*pubsites.php -|o*randprof.php -|o*register.php -|o*regmod.php -|o*removeme.php -|o*rmagic.php -|o*rpost.php -|o*rsd_xml.php -|o*search.php -|o*search_ac.php -|o*settings.php -|o*setup.php -|o*share.php -|o*siteinfo.php -|o*sitelist.php -|o*smilies.php -|o*sources.php -|o*sslify.php -|o*starred.php -|o*subthread.php -|o*suggest.php -|o*tagger.php -|o*tagrm.php -|o*thing.php -|o*toggle_mobile.php -|o*toggle_safesearch.php -|o*uexport.php -|o*update_channel.php -|o*update_community.php -|o*update_display.php -|o*update_network.php -|o*update_search.php -|o*view.php -|o*viewconnections.php -|o*viewsrc.php -|o*vote.php -|o*wall_attach.php -|o*wall_upload.php -|o*webfinger.php -|o*webpages.php -|o*wfinger.php -|o*xchan.php -|o*xrd.php -|o*xref.php -|o*zfinger.php -|o*zotfeed.php -|\*zping.php +|o*bookmarks.php +|o*chanman.php +|o*channel.php +|o*chanview.php +|o*chat.php +|o*chatsvc.php +|o*cloud.php +|o*common.php +|o*community.php +|o*connect.php +|o*connections.php +|o*connedit.php +|o*contactgroup.php +|o*delegate.php +|o*directory.php +|o*dirprofile.php +|o*dirsearch.php +|o*display.php +|o*editblock.php +|o*editlayout.php +|o*editpost.php +|o*editwebpage.php +|o*events.php +|o*fbrowser.php +|o*feed.php +|o*filer.php +|o*filerm.php +|o*filestorage.php +|o*follow.php +|o*fsuggest.php +|o*group.php +|o*help.php +|o*home.php +|o*hostxrd.php +|o*import.php +|o*invite.php +|o*item.php +|o*layouts.php +|o*like.php +|o*lockview.php +|o*login.php +|o*lostpass.php +|o*magic.php +|o*mail.php +|o*manage.php +|o*match.php +|o*menu.php +|o*message.php +|o*mitem.php +|o*mood.php +|o*msearch.php +|o*network.php +|o*new_channel.php +|o*notes.php +|o*notifications.php +|o*notify.php +|o*oembed.php +|o*oexchange.php +|o*online.php +|o*opensearch.php +|o*page.php +|o*parse_url.php +|o*photo.php +|o*photos.php +|o*php.php +|o*ping.php +|o*poco.php +|o*poke.php +|o*post.php +|o*pretheme.php +|o*probe.php +|o*profile.php +|o*profile_photo.php +|o*profiles.php +|o*profperm.php +|o*pubsites.php +|o*randprof.php +|o*register.php +|o*regmod.php +|o*removeme.php +|o*rmagic.php +|o*rpost.php +|o*rsd_xml.php +|o*search.php +|o*search_ac.php +|o*settings.php +|o*setup.php +|o*share.php +|o*siteinfo.php +|o*sitelist.php +|o*smilies.php +|o*sources.php +|o*sslify.php +|o*starred.php +|o*subthread.php +|o*suggest.php +|o*tagger.php +|o*tagrm.php +|o*thing.php +|o*toggle_mobile.php +|o*toggle_safesearch.php +|o*uexport.php +|o*update_channel.php +|o*update_community.php +|o*update_display.php +|o*update_network.php +|o*update_search.php +|o*view.php +|o*viewconnections.php +|o*viewsrc.php +|o*vote.php +|o*wall_attach.php +|o*wall_upload.php +|o*webfinger.php +|o*webpages.php +|o*wfinger.php +|o*xchan.php +|o*xrd.php +|o*xref.php +|o*zfinger.php +|o*zotfeed.php +|\*zping.php o+util |o+fpostit ||\*fpostit.php diff --git a/doc/html/fpostit_8php.html b/doc/html/fpostit_8php.html index c0007a22e..b17a11384 100644 --- a/doc/html/fpostit_8php.html +++ b/doc/html/fpostit_8php.html @@ -118,11 +118,11 @@ Functions - +if(isset($_GET['text'])) if(isset($_GET['url']))
+if((isset($title))&&(isset($text))&&(isset($url))) 

Variables

if(($_POST["friendika_acct_name"]!=
+
if(($_POST["friendika_acct_name"]!=
'')&&($_POST["friendika_password"]!=
'')) if(isset($_GET['title']))
-if(isset($_GET['text'])) if(isset($_GET['url']))
-if((isset($title))&&(isset($text))&&(isset($url))) 
else
else
 

Function Documentation

@@ -158,7 +158,7 @@ Variables
- +
if (isset($_POST['submit'])) elseif (isset($_POST['submit'])) else
diff --git a/doc/html/functions.html b/doc/html/functions.html index dc4831efd..0af65c864 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -286,6 +286,9 @@ $(document).ready(function(){initNavTree('functions.html','');});
  • $image : photo_driver
  • +
  • $install +: App +
  • $interactive : App
  • @@ -325,9 +328,9 @@ $(document).ready(function(){initNavTree('functions.html','');}); : Template
  • $observer -: App +: Conversation , RedBasicAuth -, Conversation +, App
  • $os_path : RedDirectory diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html index 711b28d89..bb05f0d18 100644 --- a/doc/html/functions_vars.html +++ b/doc/html/functions_vars.html @@ -267,6 +267,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
  • $image : photo_driver
  • +
  • $install +: App +
  • $interactive : App
  • @@ -306,9 +309,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');}); : Template
  • $observer -: App +: Conversation , RedBasicAuth -, Conversation +, App
  • $os_path : RedDirectory diff --git a/doc/html/globals.html b/doc/html/globals.html index 85e38e7d5..5df6b05c9 100644 --- a/doc/html/globals.html +++ b/doc/html/globals.html @@ -156,18 +156,6 @@ $(document).ready(function(){initNavTree('globals.html','');});
  • $aside : minimalisticdarkness.php
  • -
  • $background_image -: style.php -
  • -
  • $banner_colour -: style.php -
  • -
  • $bgcolour -: style.php -
  • -
  • $body_font_size -: style.php -
  • $bodyclass : default.php
  • @@ -180,9 +168,6 @@ $(document).ready(function(){initNavTree('globals.html','');});
  • $comment_indent : style.php
  • -
  • $converse_width -: style.php -
  • $dir : docblox_errorchecker.php
  • @@ -196,15 +181,9 @@ $(document).ready(function(){initNavTree('globals.html','');}); : docblox_errorchecker.php
  • $files -: extract.php +: typo.php +, extract.php , tpldebug.php -, typo.php -
  • -
  • $font_colour -: style.php -
  • -
  • $font_size -: style.php
  • $gc_probability : session.php @@ -227,12 +206,6 @@ $(document).ready(function(){initNavTree('globals.html','');});
  • $install_wizard_pass : setup.php
  • -
  • $item_colour -: style.php -
  • -
  • $item_opacity -: style.php -
  • $itemfloat : minimalisticdarkness.php
  • @@ -242,12 +215,6 @@ $(document).ready(function(){initNavTree('globals.html','');});
  • $minwidth : minimalisticdarkness.php
  • -
  • $nav_colour -: style.php -
  • -
  • $nav_min_opacity -: style.php -
  • $nav_percent_min_opacity : style.php
  • @@ -278,21 +245,12 @@ $(document).ready(function(){initNavTree('globals.html','');});
  • $pofile : php2po.php
  • -
  • $radius -: style.php -
  • -
  • $reply_photo -: style.php -
  • $res : docblox_errorchecker.php
  • $s : extract.php
  • -
  • $schema -: style.php -
  • $sectionleft : minimalisticdarkness.php
  • @@ -305,26 +263,11 @@ $(document).ready(function(){initNavTree('globals.html','');});
  • $session_expire : session.php
  • -
  • $shadow -: style.php -
  • -
  • $sloppy_photos -: style.php -
  • $str : typohelper.php
  • -
  • $toolicon_activecolour -: style.php -
  • -
  • $toolicon_colour -: style.php -
  • -
  • $top_photo -: style.php -
  • $uid -: style.php +: style.php
  • $width : minimalisticdarkness.php diff --git a/doc/html/globals_0x62.html b/doc/html/globals_0x62.html index 829720890..22f3da55b 100644 --- a/doc/html/globals_0x62.html +++ b/doc/html/globals_0x62.html @@ -162,6 +162,9 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');});
  • bb_qr() : bbcode.php
  • +
  • bb_sanitize_style() +: bbcode.php +
  • bb_ShareAttributes() : bbcode.php
  • @@ -208,11 +211,20 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');}); : theme.php
  • blogtheme_form() -: config.php +: config.php
  • blogtheme_imgurl() : theme.php
  • +
  • bookmark_add() +: bookmarks.php +
  • +
  • bookmarks_content() +: bookmarks.php +
  • +
  • bookmarks_init() +: bookmarks.php +
  • breaklines() : html2plain.php
  • diff --git a/doc/html/globals_0x67.html b/doc/html/globals_0x67.html index 74e4658a5..5f85794f4 100644 --- a/doc/html/globals_0x67.html +++ b/doc/html/globals_0x67.html @@ -147,9 +147,6 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');});
  • gender_selector() : profile_selectors.php
  • -
  • generate_user_guid() -: text.php -
  • get_account_id() : boot.php
  • @@ -303,6 +300,9 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');});
  • get_things() : taxonomy.php
  • +
  • get_words() +: spam.php +
  • get_xconfig() : config.php
  • diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 14705638b..caad74618 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -155,7 +155,6 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • if : php2po.php -, style.php , default.php , full.php , style.php @@ -223,6 +222,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • is_site_admin() : boot.php
  • +
  • is_windows() +: boot.php +
  • ITEM_BLOCKED : boot.php
  • diff --git a/doc/html/globals_0x6d.html b/doc/html/globals_0x6d.html index d3434fc10..61e3aa333 100644 --- a/doc/html/globals_0x6d.html +++ b/doc/html/globals_0x6d.html @@ -244,7 +244,7 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');}); : boot.php
  • menu_list() -: menu.php +: menu.php
  • menu_post() : menu.php diff --git a/doc/html/globals_0x6e.html b/doc/html/globals_0x6e.html index 8444dcae5..65ab55e66 100644 --- a/doc/html/globals_0x6e.html +++ b/doc/html/globals_0x6e.html @@ -282,9 +282,6 @@ $(document).ready(function(){initNavTree('globals_0x6e.html','');});
  • normalise_link() : text.php
  • -
  • normalise_openid() -: text.php -
  • notags() : text.php
  • diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index ff17f32c6..6695df3c8 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -207,6 +207,9 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • perms2str() : text.php
  • +
  • PERMS_A_BOOKMARK +: boot.php +
  • PERMS_A_DELEGATE : boot.php
  • diff --git a/doc/html/globals_0x73.html b/doc/html/globals_0x73.html index b62a96af4..1235e571b 100644 --- a/doc/html/globals_0x73.html +++ b/doc/html/globals_0x73.html @@ -237,8 +237,11 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
  • sitelist_init() : sitelist.php
  • -
  • smile_encode() -: text.php +
  • smile_shield() +: text.php +
  • +
  • smile_unshield() +: text.php
  • smilies() : text.php @@ -306,6 +309,9 @@ $(document).ready(function(){initNavTree('globals_0x73.html','');});
  • string_plural_select_default() : language.php
  • +
  • string_splitter() +: spam.php +
  • stringify_array_elms() : text.php
  • diff --git a/doc/html/globals_0x74.html b/doc/html/globals_0x74.html index 0617b994a..74333601e 100644 --- a/doc/html/globals_0x74.html +++ b/doc/html/globals_0x74.html @@ -174,6 +174,9 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');});
  • template_unescape() : template_processor.php
  • +
  • TERM_BOOKMARK +: boot.php +
  • TERM_CATEGORY : boot.php
  • @@ -229,10 +232,10 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');}); : items.php
  • theme_admin() -: config.php +: config.php
  • theme_admin_post() -: config.php +: config.php
  • theme_attachments() : text.php @@ -244,7 +247,7 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');}); : plugin.php
  • theme_post() -: config.php +: config.php
  • theme_status() : admin.php diff --git a/doc/html/globals_func_0x62.html b/doc/html/globals_func_0x62.html index 3bf6aae6d..7902b5776 100644 --- a/doc/html/globals_func_0x62.html +++ b/doc/html/globals_func_0x62.html @@ -161,6 +161,9 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');});
  • bb_qr() : bbcode.php
  • +
  • bb_sanitize_style() +: bbcode.php +
  • bb_ShareAttributes() : bbcode.php
  • @@ -207,11 +210,20 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');}); : theme.php
  • blogtheme_form() -: config.php +: config.php
  • blogtheme_imgurl() : theme.php
  • +
  • bookmark_add() +: bookmarks.php +
  • +
  • bookmarks_content() +: bookmarks.php +
  • +
  • bookmarks_init() +: bookmarks.php +
  • breaklines() : html2plain.php
  • diff --git a/doc/html/globals_func_0x67.html b/doc/html/globals_func_0x67.html index 643036d3c..e92d8eabe 100644 --- a/doc/html/globals_func_0x67.html +++ b/doc/html/globals_func_0x67.html @@ -146,9 +146,6 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');});
  • gender_selector() : profile_selectors.php
  • -
  • generate_user_guid() -: text.php -
  • get_account_id() : boot.php
  • @@ -302,6 +299,9 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');});
  • get_things() : taxonomy.php
  • +
  • get_words() +: spam.php +
  • get_xconfig() : config.php
  • diff --git a/doc/html/globals_func_0x69.html b/doc/html/globals_func_0x69.html index dc155ac19..3c5c33102 100644 --- a/doc/html/globals_func_0x69.html +++ b/doc/html/globals_func_0x69.html @@ -215,6 +215,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');});
  • is_site_admin() : boot.php
  • +
  • is_windows() +: boot.php +
  • item_check_service_class() : item.php
  • diff --git a/doc/html/globals_func_0x6d.html b/doc/html/globals_func_0x6d.html index c90133798..c3826c5b3 100644 --- a/doc/html/globals_func_0x6d.html +++ b/doc/html/globals_func_0x6d.html @@ -210,7 +210,7 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');}); : menu.php
  • menu_list() -: menu.php +: menu.php
  • menu_post() : menu.php diff --git a/doc/html/globals_func_0x6e.html b/doc/html/globals_func_0x6e.html index 8af69c3b4..e2d970840 100644 --- a/doc/html/globals_func_0x6e.html +++ b/doc/html/globals_func_0x6e.html @@ -194,9 +194,6 @@ $(document).ready(function(){initNavTree('globals_func_0x6e.html','');});
  • normalise_link() : text.php
  • -
  • normalise_openid() -: text.php -
  • notags() : text.php
  • diff --git a/doc/html/globals_func_0x73.html b/doc/html/globals_func_0x73.html index 608695ca5..6e0a9015c 100644 --- a/doc/html/globals_func_0x73.html +++ b/doc/html/globals_func_0x73.html @@ -236,8 +236,11 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
  • sitelist_init() : sitelist.php
  • -
  • smile_encode() -: text.php +
  • smile_shield() +: text.php +
  • +
  • smile_unshield() +: text.php
  • smilies() : text.php @@ -293,6 +296,9 @@ $(document).ready(function(){initNavTree('globals_func_0x73.html','');});
  • string_plural_select_default() : language.php
  • +
  • string_splitter() +: spam.php +
  • stringify_array_elms() : text.php
  • diff --git a/doc/html/globals_vars.html b/doc/html/globals_vars.html index 152e8159d..e2ba25cd8 100644 --- a/doc/html/globals_vars.html +++ b/doc/html/globals_vars.html @@ -151,18 +151,6 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
  • $aside : minimalisticdarkness.php
  • -
  • $background_image -: style.php -
  • -
  • $banner_colour -: style.php -
  • -
  • $bgcolour -: style.php -
  • -
  • $body_font_size -: style.php -
  • $bodyclass : default.php
  • @@ -175,9 +163,6 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
  • $comment_indent : style.php
  • -
  • $converse_width -: style.php -
  • $dir : docblox_errorchecker.php
  • @@ -191,15 +176,9 @@ $(document).ready(function(){initNavTree('globals_vars.html','');}); : docblox_errorchecker.php
  • $files -: extract.php +: typo.php +, extract.php , tpldebug.php -, typo.php -
  • -
  • $font_colour -: style.php -
  • -
  • $font_size -: style.php
  • $gc_probability : session.php @@ -222,12 +201,6 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
  • $install_wizard_pass : setup.php
  • -
  • $item_colour -: style.php -
  • -
  • $item_opacity -: style.php -
  • $itemfloat : minimalisticdarkness.php
  • @@ -237,12 +210,6 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
  • $minwidth : minimalisticdarkness.php
  • -
  • $nav_colour -: style.php -
  • -
  • $nav_min_opacity -: style.php -
  • $nav_percent_min_opacity : style.php
  • @@ -273,21 +240,12 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
  • $pofile : php2po.php
  • -
  • $radius -: style.php -
  • -
  • $reply_photo -: style.php -
  • $res : docblox_errorchecker.php
  • $s : extract.php
  • -
  • $schema -: style.php -
  • $sectionleft : minimalisticdarkness.php
  • @@ -300,26 +258,11 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
  • $session_expire : session.php
  • -
  • $shadow -: style.php -
  • -
  • $sloppy_photos -: style.php -
  • $str : typohelper.php
  • -
  • $toolicon_activecolour -: style.php -
  • -
  • $toolicon_colour -: style.php -
  • -
  • $top_photo -: style.php -
  • $uid -: style.php +: style.php
  • $width : minimalisticdarkness.php diff --git a/doc/html/globals_vars_0x70.html b/doc/html/globals_vars_0x70.html index 02c290708..d70778e4e 100644 --- a/doc/html/globals_vars_0x70.html +++ b/doc/html/globals_vars_0x70.html @@ -169,6 +169,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x70.html','');});
  • PAGE_SYSTEM : boot.php
  • +
  • PERMS_A_BOOKMARK +: boot.php +
  • PERMS_A_DELEGATE : boot.php
  • diff --git a/doc/html/globals_vars_0x74.html b/doc/html/globals_vars_0x74.html index ea2637f84..5700fcc09 100644 --- a/doc/html/globals_vars_0x74.html +++ b/doc/html/globals_vars_0x74.html @@ -139,6 +139,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x74.html','');});  

    - t -

      +
    • TERM_BOOKMARK +: boot.php +
    • TERM_CATEGORY : boot.php
    • diff --git a/doc/html/help_8php.html b/doc/html/help_8php.html index 4eb654d30..3a7df70f8 100644 --- a/doc/html/help_8php.html +++ b/doc/html/help_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('help_8php.html','');}); - + @@ -123,7 +123,7 @@ Functions

      Functions

      if(!function_exists('load_doc_file')) help_content (&$a)
      if(!function_exists('load_doc_file')) help_content (&$a)
       
       preg_callback_help_include ($matches)
       
      - + diff --git a/doc/html/include_2bookmarks_8php.html b/doc/html/include_2bookmarks_8php.html new file mode 100644 index 000000000..28218b211 --- /dev/null +++ b/doc/html/include_2bookmarks_8php.html @@ -0,0 +1,161 @@ + + + + + + +The Red Matrix: include/bookmarks.php File Reference + + + + + + + + + + + + + +
      +
      +
      if (!function_exists('load_doc_file')) help_content if (!function_exists('load_doc_file')) help_content ( $a)
      + + + + + + +
      +
      The Red Matrix +
      +
      +
    + + + + + + +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    bookmarks.php File Reference
    +
    +
    + + + + +

    +Functions

     bookmark_add ($channel, $sender, $taxonomy, $private)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    bookmark_add ( $channel,
     $sender,
     $taxonomy,
     $private 
    )
    +
    + +

    Referenced by bookmarks_init(), and tag_deliver().

    + +
    +
    +
    +
    + diff --git a/doc/html/include_2bookmarks_8php.js b/doc/html/include_2bookmarks_8php.js new file mode 100644 index 000000000..c63d2d4dd --- /dev/null +++ b/doc/html/include_2bookmarks_8php.js @@ -0,0 +1,4 @@ +var include_2bookmarks_8php = +[ + [ "bookmark_add", "include_2bookmarks_8php.html#a88ce7dee6a3dc7465aa9b8eaa45b0087", null ] +]; \ No newline at end of file diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index 5a1f4cc8c..0ba29be14 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -256,7 +256,7 @@ Functions
    -

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), proc_run(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    +

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    diff --git a/doc/html/include_2menu_8php.html b/doc/html/include_2menu_8php.html index 4308e6884..b3096e224 100644 --- a/doc/html/include_2menu_8php.html +++ b/doc/html/include_2menu_8php.html @@ -120,8 +120,8 @@ Functions    menu_create ($arr)   - menu_list ($channel_id, $flags=0) -  + menu_list ($channel_id, $name= '', $flags=0) +   menu_edit ($arr)    menu_delete ($menu_name, $uid) @@ -166,7 +166,7 @@ Functions
    -

    Referenced by mitem_post().

    +

    Referenced by bookmark_add(), and mitem_post().

    @@ -184,7 +184,7 @@ Functions
    -

    Referenced by menu_post().

    +

    Referenced by bookmark_add(), and menu_post().

    @@ -358,7 +358,7 @@ Functions @@ -390,7 +390,7 @@ Functions - +
    @@ -400,6 +400,12 @@ Functions + + + + + + @@ -413,8 +419,9 @@ Functions
      $channel_id,
     $name = '',
    +

    If $flags is present, check that all the bits in $flags are set so that MENU_SYSTEM|MENU_BOOKMARK will return entries with both bits set. We will use this to find system generated bookmarks.

    -

    Referenced by menu_content().

    +

    Referenced by bookmark_add(), bookmarks_content(), and menu_content().

    @@ -432,7 +439,7 @@ Functions diff --git a/doc/html/include_2menu_8php.js b/doc/html/include_2menu_8php.js index 11134c4b7..4ddf8be33 100644 --- a/doc/html/include_2menu_8php.js +++ b/doc/html/include_2menu_8php.js @@ -9,6 +9,6 @@ var include_2menu_8php = [ "menu_edit_item", "include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa", null ], [ "menu_fetch", "include_2menu_8php.html#a68ebbf492470c930f652013656f9071d", null ], [ "menu_fetch_id", "include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7", null ], - [ "menu_list", "include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10", null ], + [ "menu_list", "include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d", null ], [ "menu_render", "include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e", null ] ]; \ No newline at end of file diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index a17e9cc15..13aecfbec 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -832,7 +832,7 @@ Functions diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index 5c8c1eb46..e3e6e1355 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -280,7 +280,7 @@ Functions
    -

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

    +

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

    diff --git a/doc/html/mod_2bookmarks_8php.html b/doc/html/mod_2bookmarks_8php.html new file mode 100644 index 000000000..2a1782120 --- /dev/null +++ b/doc/html/mod_2bookmarks_8php.html @@ -0,0 +1,155 @@ + + + + + + +The Red Matrix: mod/bookmarks.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    bookmarks.php File Reference
    +
    +
    + + + + + + +

    +Functions

     bookmarks_init (&$a)
     
     bookmarks_content (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    bookmarks_content ($a)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    bookmarks_init ($a)
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/mod_2bookmarks_8php.js b/doc/html/mod_2bookmarks_8php.js new file mode 100644 index 000000000..d0b12a7f8 --- /dev/null +++ b/doc/html/mod_2bookmarks_8php.js @@ -0,0 +1,5 @@ +var mod_2bookmarks_8php = +[ + [ "bookmarks_content", "mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a", null ], + [ "bookmarks_init", "mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3", null ] +]; \ No newline at end of file diff --git a/doc/html/namespacefriendica-to-smarty-tpl.html b/doc/html/namespacefriendica-to-smarty-tpl.html index dc2d9796a..5f42c69ba 100644 --- a/doc/html/namespacefriendica-to-smarty-tpl.html +++ b/doc/html/namespacefriendica-to-smarty-tpl.html @@ -228,6 +228,8 @@ Variables
    +

    Referenced by siteinfo_content().

    +

    Variable Documentation

    diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 9d558eb94..179b7f3c9 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -36,14 +36,14 @@ var NAVTREE = var NAVTREEINDEX = [ "BaseObject_8php.html", -"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688", -"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3", -"comanche_8php.html", -"functions_0x72.html", -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5", -"notes_8php.html#a4dbd7b1f906440746af48b484d66535a", -"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586", -"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f" +"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8", +"classConversation.html#a66f121ca4026246f86a732e5faa0682c", +"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b", +"functions_0x6c.html", +"include_2follow_8php.html", +"namespaceutil.html", +"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76", +"widgets_8php.html#a08035db02ff6a23260146b4c64153422" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index c67149936..9afe72c2e 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -1,26 +1,26 @@ var NAVTREEINDEX0 = { "BaseObject_8php.html":[5,0,0,8], -"Contact_8php.html":[5,0,0,18], -"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[5,0,0,18,2], -"Contact_8php.html#a186162051a5127069cc851d78740f205":[5,0,0,18,4], -"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[5,0,0,18,8], -"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[5,0,0,18,10], -"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[5,0,0,18,13], -"Contact_8php.html#a38daa1c210b78385307123450ca9a1fc":[5,0,0,18,12], -"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[5,0,0,18,6], -"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[5,0,0,18,5], -"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[5,0,0,18,14], -"Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff":[5,0,0,18,3], -"Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71":[5,0,0,18,9], -"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[5,0,0,18,7], -"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[5,0,0,18,11], -"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[5,0,0,18,1], -"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[5,0,0,18,0], -"ConversationObject_8php.html":[5,0,0,22], -"ITemplateEngine_8php.html":[5,0,0,41], -"ItemObject_8php.html":[5,0,0,40], -"ProtoDriver_8php.html":[5,0,0,60], +"Contact_8php.html":[5,0,0,19], +"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[5,0,0,19,2], +"Contact_8php.html#a186162051a5127069cc851d78740f205":[5,0,0,19,4], +"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[5,0,0,19,8], +"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[5,0,0,19,10], +"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[5,0,0,19,13], +"Contact_8php.html#a38daa1c210b78385307123450ca9a1fc":[5,0,0,19,12], +"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[5,0,0,19,6], +"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[5,0,0,19,5], +"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[5,0,0,19,14], +"Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff":[5,0,0,19,3], +"Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71":[5,0,0,19,9], +"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[5,0,0,19,7], +"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[5,0,0,19,11], +"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[5,0,0,19,1], +"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[5,0,0,19,0], +"ConversationObject_8php.html":[5,0,0,23], +"ITemplateEngine_8php.html":[5,0,0,42], +"ItemObject_8php.html":[5,0,0,41], +"ProtoDriver_8php.html":[5,0,0,61], "__well__known_8php.html":[5,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[5,0,1,0,0], "account_8php.html":[5,0,0,2], @@ -87,18 +87,19 @@ var NAVTREEINDEX0 = "bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba":[5,0,0,9,1], "bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc":[5,0,0,9,4], "bbcode_8php.html":[5,0,0,10], -"bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[5,0,0,10,7], -"bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[5,0,0,10,6], -"bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a":[5,0,0,10,3], -"bbcode_8php.html#a2be26414a367118143cc89e2d58e7377":[5,0,0,10,4], +"bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[5,0,0,10,8], +"bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[5,0,0,10,7], +"bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a":[5,0,0,10,4], +"bbcode_8php.html#a2be26414a367118143cc89e2d58e7377":[5,0,0,10,5], "bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd":[5,0,0,10,0], -"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[5,0,0,10,10], -"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[5,0,0,10,8], -"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[5,0,0,10,9], +"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[5,0,0,10,11], +"bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e":[5,0,0,10,3], +"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[5,0,0,10,9], +"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[5,0,0,10,10], "bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f":[5,0,0,10,1], -"bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[5,0,0,10,5], +"bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[5,0,0,10,6], "bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c":[5,0,0,10,2], -"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[5,0,0,10,11], +"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[5,0,0,10,12], "blocks_8php.html":[5,0,1,7], "blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12":[5,0,1,7,0], "blogga_2php_2theme_8php.html":[5,0,3,2,1,0,2], @@ -110,144 +111,143 @@ var NAVTREEINDEX0 = "blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,2,1,1,0,0,2,1], "blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,2,1,1,0,0,2,4], "boot_8php.html":[5,0,4], -"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,130], -"boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,34], -"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,144], -"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,241], -"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,50], -"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,162], -"boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,42], -"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,99], +"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,131], +"boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,35], +"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,145], +"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,243], +"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,51], +"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,163], +"boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,43], +"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,100], "boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[5,0,4,1], -"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,201], -"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,64], -"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,166], -"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,258], -"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,254], -"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,257], +"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,202], +"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,65], +"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,167], +"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,261], +"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,257], +"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,260], "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[5,0,4,21], -"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,56], +"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,57], "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[5,0,4,15], -"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,74], -"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,78], -"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,75], -"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,192], -"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,59], -"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,143], -"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,139], -"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,165], -"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,133], -"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,265], -"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,235], -"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,267], -"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,169], -"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,73], -"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,214], -"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,101], -"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,150], -"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,185], -"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,237], -"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,37], +"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,75], +"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,247], +"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,79], +"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,76], +"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,193], +"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,60], +"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,144], +"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,140], +"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,166], +"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,134], +"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,268], +"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,237], +"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,270], +"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,170], +"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,74], +"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,216], +"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,102], +"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,151], +"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,186], +"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,239], +"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,38], "boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[5,0,4,20], -"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,97], -"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,89], -"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,247], -"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,188], -"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,80], -"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,125], -"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,212], -"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,102], -"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,233], -"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,184], -"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,122], -"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,65], -"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,70], -"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,219], -"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,137], -"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,39], -"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,115], -"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,152], -"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,271], -"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,173], -"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,104], -"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,109], -"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,270], -"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,210], +"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,98], +"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,90], +"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,250], +"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,189], +"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,81], +"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,126], +"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,214], +"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,103], +"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,235], +"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,185], +"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,123], +"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,66], +"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,71], +"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,221], +"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,138], +"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,40], +"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,116], +"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,153], +"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,274], +"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,174], +"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,105], +"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,110], +"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,273], +"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,212], "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[5,0,4,12], -"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,57], -"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,87], -"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,48], -"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,126], -"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,205], -"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,183], -"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,86], -"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,159], -"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,147], -"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,68], -"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,153], -"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,255], -"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,171], -"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,100], -"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,227], -"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,170], +"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,58], +"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,88], +"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,49], +"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,127], +"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,207], +"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,184], +"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,87], +"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,160], +"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,148], +"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,69], +"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,154], +"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,258], +"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,172], +"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,101], +"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,229], +"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,171], "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[5,0,4,6], -"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,203], -"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,223], -"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,195], -"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,151], -"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,38], -"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,79], -"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,31], -"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,187], -"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,222], -"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,268], +"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,204], +"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,225], +"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,196], +"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,152], +"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,39], +"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,80], +"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,32], +"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,188], +"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,224], +"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,271], "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[5,0,4,19], -"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,58], -"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,177], -"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,199], -"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,76], -"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,157], -"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,200], +"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,59], +"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,178], +"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,200], +"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,77], +"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,158], +"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,201], "boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[5,0,4,18], -"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,72], -"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,251], -"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,163], -"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,135], -"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,138], -"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,41], -"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,141], -"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,239], -"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,226], -"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,220], -"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,98], -"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,90], -"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,208], -"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,124], -"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,204], -"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,238], -"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,156], -"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,26], -"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,178], -"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,128], -"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,69], +"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,73], +"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,254], +"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,164], +"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,136], +"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,139], +"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,42], +"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,142], +"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,241], +"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,228], +"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,222], +"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,99], +"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,91], +"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,210], +"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,125], +"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,205], +"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,240], +"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,157], +"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,27], +"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,179], +"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,129], +"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,70], "boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2], -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,259], +"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,262], "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[5,0,4,4], -"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,71], -"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,84], -"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,229], -"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,110], -"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,62], -"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,127], -"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,158], -"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,66], -"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,103], -"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,54], -"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,160], -"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,45], -"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,81], -"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,113], -"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,197], -"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,49], -"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,107] +"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,72], +"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,85], +"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,231], +"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,111], +"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,63], +"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,128], +"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,159], +"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,67], +"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,104], +"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,55], +"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,161], +"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,46], +"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,82], +"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,114], +"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,198] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 589b3e524..941a9d3ae 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,215 +1,220 @@ var NAVTREEINDEX1 = { -"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,53], -"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,120], -"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,112], -"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,250], -"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,249], -"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,176], +"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,50], +"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,108], +"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,54], +"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,121], +"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,113], +"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,253], +"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,252], +"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,177], "boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[5,0,4,16], -"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,95], -"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,224], -"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,123], -"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,117], -"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,231], -"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,266], -"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,29], +"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,96], +"boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,206], +"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,226], +"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,124], +"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,118], +"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,233], +"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,269], +"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,30], "boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[5,0,4,11], -"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,142], -"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,121], -"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,119], -"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,261], -"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,236], +"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,143], +"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,122], +"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,120], +"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,264], +"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,238], "boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[5,0,4,17], -"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,190], -"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,225], -"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,44], +"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,191], +"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,227], +"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,45], "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[5,0,4,5], -"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,217], -"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,191], -"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,264], -"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,252], -"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,216], -"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,179], +"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,219], +"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,192], +"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,267], +"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,255], +"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,218], +"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,180], "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,24], -"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,198], -"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,40], -"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,149], +"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,199], +"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,41], +"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,150], "boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[5,0,4,9], -"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,146], -"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,106], -"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,83], -"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,92], -"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,221], -"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,132], -"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,206], -"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,63], -"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,182], -"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,111], -"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,207], -"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,30], -"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,202], -"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,228], -"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,175], -"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,211], -"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,105], -"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,134], -"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,51], -"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,193], +"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,147], +"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,107], +"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,84], +"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,93], +"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,223], +"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,133], +"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,208], +"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,64], +"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,183], +"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,112], +"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,209], +"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,31], +"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,203], +"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,230], +"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,176], +"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,213], +"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,106], +"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,135], +"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,52], +"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,194], "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[5,0,4,7], -"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,94], -"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,35], -"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,232], +"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,95], +"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,36], +"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,234], "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[5,0,4,3], -"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,256], -"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,61], -"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,108], -"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,93], -"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,118], +"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,259], +"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,62], +"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,109], +"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,94], +"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,119], "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[5,0,4,23], -"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,161], -"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,230], -"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,91], -"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,33], -"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,52], -"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,262], -"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,114], -"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,116], -"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,189], -"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,32], +"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,162], +"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,232], +"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,92], +"boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[5,0,4,25], +"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,34], +"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,53], +"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,265], +"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,115], +"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,117], +"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,190], +"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,33], "boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[5,0,4,13], "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[5,0,4,8], -"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,164], -"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,263], -"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,218], -"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,196], -"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,60], -"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,145], -"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,154], +"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,165], +"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,266], +"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,220], +"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,197], +"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,61], +"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,146], +"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,155], "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[5,0,4,10], -"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,67], -"boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,82], -"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,27], -"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,213], -"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,240], -"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,234], -"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,88], -"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,129], -"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,243], -"boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,36], +"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,68], +"boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,83], +"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,28], +"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,215], +"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,242], +"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,236], +"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,89], +"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,130], +"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,245], +"boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,37], "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[5,0,4,22], -"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,248], -"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,172], -"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,148], -"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,180], -"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,260], -"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,25], -"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,253], -"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,46], -"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,215], -"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,244], -"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,155], -"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,96], -"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,167], -"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,181], -"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,131], -"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,28], -"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,245], -"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,174], -"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,55], -"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,47], -"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,136], -"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,194], -"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,85], -"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,242], -"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,186], -"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,168], -"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,246], -"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,43], -"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,77], -"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,140], +"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,251], +"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,173], +"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,149], +"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,181], +"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,263], +"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,26], +"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,256], +"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,47], +"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,217], +"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,246], +"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,156], +"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,97], +"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,168], +"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,182], +"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,132], +"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,29], +"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,248], +"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,175], +"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,56], +"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,48], +"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,137], +"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,195], +"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,86], +"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,244], +"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,187], +"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,169], +"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,249], +"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,44], +"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,78], +"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,141], "boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[5,0,4,14], -"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,269], -"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,209], -"cache_8php.html":[5,0,0,11], -"channel_8php.html":[5,0,1,9], -"channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[5,0,1,9,0], -"channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc":[5,0,1,9,1], -"chanview_8php.html":[5,0,1,10], -"chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b":[5,0,1,10,0], -"chatsvc_8php.html":[5,0,1,12], -"chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116":[5,0,1,12,1], -"chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[5,0,1,12,0], -"chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[5,0,1,12,2], +"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,272], +"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,211], +"cache_8php.html":[5,0,0,12], +"channel_8php.html":[5,0,1,10], +"channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[5,0,1,10,0], +"channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc":[5,0,1,10,1], +"chanview_8php.html":[5,0,1,11], +"chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b":[5,0,1,11,0], +"chatsvc_8php.html":[5,0,1,13], +"chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116":[5,0,1,13,1], +"chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[5,0,1,13,0], +"chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[5,0,1,13,2], "classApp.html":[4,0,5], "classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[4,0,5,56], "classApp.html#a050b0696118da47e8b30859ad1a2c149":[4,0,5,40], "classApp.html#a084e03c77686d8c13390fef3f7428a2b":[4,0,5,5], "classApp.html#a08bc87aff64f39fbc084e9d6545cee4d":[4,0,5,2], -"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[4,0,5,74], +"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[4,0,5,75], "classApp.html#a08f0537964d98958d218066364cff785":[4,0,5,1], "classApp.html#a0ce85be198e46570366cb3344f3c55b8":[4,0,5,50], -"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[4,0,5,59], +"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[4,0,5,60], "classApp.html#a123b903dfe5d3488cc68db3471d36fd2":[4,0,5,30], -"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[4,0,5,78], +"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[4,0,5,79], "classApp.html#a14bd4b1c29f3aff371fe5d4cb11aeea3":[4,0,5,32], -"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[4,0,5,72], -"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[4,0,5,60], +"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[4,0,5,73], +"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[4,0,5,61], "classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2":[4,0,5,8], "classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7":[4,0,5,29], "classApp.html#a230e975296cf164da2fee35ef720964f":[4,0,5,33], -"classApp.html#a244b2d53b21be269aad2269d23192f95":[4,0,5,76], +"classApp.html#a244b2d53b21be269aad2269d23192f95":[4,0,5,77], "classApp.html#a256360c9184fed6d7556e0bc0a835d7f":[4,0,5,48], -"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[4,0,5,75], +"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[4,0,5,76], "classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a":[4,0,5,12], "classApp.html#a330410a288f3393d53772f5e98f857ea":[4,0,5,51], -"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[4,0,5,65], +"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[4,0,5,66], "classApp.html#a344d2b7dc2f276648d521aee4da1731c":[4,0,5,23], "classApp.html#a3694aa1907aa103a2adbc71f926f0fa0":[4,0,5,55], "classApp.html#a3d84af5e42082098672531cd1a618853":[4,0,5,22], "classApp.html#a4659785d13e4bac0bed50dbb1b0d4299":[4,0,5,6], "classApp.html#a4776d9322edea17fae56afa5d01a323e":[4,0,5,24], -"classApp.html#a4833bee2eae4ad1691a04fa19e11a766":[4,0,5,89], -"classApp.html#a487332f8de40414ca1a54a4265570b70":[4,0,5,84], +"classApp.html#a4833bee2eae4ad1691a04fa19e11a766":[4,0,5,90], +"classApp.html#a487332f8de40414ca1a54a4265570b70":[4,0,5,85], "classApp.html#a495ec082c2719314e536070ca1ce073d":[4,0,5,42], -"classApp.html#a4b67935096f66d1f14b657399a8461ac":[4,0,5,67], +"classApp.html#a4b67935096f66d1f14b657399a8461ac":[4,0,5,68], "classApp.html#a4bdd7bfed62f50515fce652127bf481b":[4,0,5,25], -"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[4,0,5,58], -"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[4,0,5,66], +"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[4,0,5,59], +"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[4,0,5,67], "classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[4,0,5,9], "classApp.html#a557d7b779d8259027f4724ebf7b248dc":[4,0,5,28], "classApp.html#a560189f048d3db2f526841963cc43e97":[4,0,5,26], -"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[4,0,5,87], -"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[4,0,5,73], -"classApp.html#a58ac598544892ff7c32890291b72635e":[4,0,5,61], -"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[4,0,5,62], +"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[4,0,5,88], +"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[4,0,5,58], +"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[4,0,5,74], +"classApp.html#a58ac598544892ff7c32890291b72635e":[4,0,5,62], +"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[4,0,5,63], "classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[4,0,5,3], "classApp.html#a5cfc098c061b7d765add58fd2ca97445":[4,0,5,39], -"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[4,0,5,79], +"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[4,0,5,80], "classApp.html#a604d659d6977a99de42a160343e5289a":[4,0,5,4], "classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[4,0,5,45], "classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[4,0,5,7], -"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[4,0,5,80], -"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[4,0,5,81], -"classApp.html#a6bcb19cdc4907077da72864686d5a780":[4,0,5,68], -"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[4,0,5,64], +"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[4,0,5,81], +"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[4,0,5,82], +"classApp.html#a6bcb19cdc4907077da72864686d5a780":[4,0,5,69], +"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[4,0,5,65], "classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[4,0,5,47], -"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[4,0,5,82], +"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[4,0,5,83], "classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[4,0,5,20], "classApp.html#a7954862f44f606b0ff83d4c74d15e792":[4,0,5,57], "classApp.html#a871898becd0697d778f36d9336253ae8":[4,0,5,14], "classApp.html#a8863703a0305eaa45eb970dbd2046291":[4,0,5,16], "classApp.html#a89e9feb2bfb5253883a9720beaffe876":[4,0,5,21], -"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[4,0,5,86], +"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[4,0,5,87], "classApp.html#a94a1ed2dc493c58612d17035b74ae736":[4,0,5,31], "classApp.html#a98ef4cfd36693a3457c879b76bc6d694":[4,0,5,44], -"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[4,0,5,63], -"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[4,0,5,90], +"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[4,0,5,64], +"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[4,0,5,91], "classApp.html#aab23c59172310fd30f2d60dc039d3eea":[4,0,5,13], "classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e":[4,0,5,38], -"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[4,0,5,85], +"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[4,0,5,86], "classApp.html#ab3da757abe5cb45bf88f07cc51a73b58":[4,0,5,35], -"classApp.html#ab47de68fa39806d1fb0976407e188b77":[4,0,5,70], +"classApp.html#ab47de68fa39806d1fb0976407e188b77":[4,0,5,71], "classApp.html#abe0e4fa91097f7a6588e1213a834121c":[4,0,5,37], "classApp.html#abea5a4f77dcd53c928dc4eed86616637":[4,0,5,19], "classApp.html#abf46a653d8499e7c253cc1be894a6d83":[4,0,5,17], @@ -217,18 +222,18 @@ var NAVTREEINDEX1 = "classApp.html#ac1d80a14492acc932715d54567d8a589":[4,0,5,46], "classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[4,0,5,54], "classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[4,0,5,43], -"classApp.html#acad5896b7a79ae31433ad8f89606c728":[4,0,5,69], +"classApp.html#acad5896b7a79ae31433ad8f89606c728":[4,0,5,70], "classApp.html#acb27e607fe4c82603444676e25c36b70":[4,0,5,11], -"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[4,0,5,77], +"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[4,0,5,78], "classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[4,0,5,41], "classApp.html#ad5175536561021548ae8188e24c7b80c":[4,0,5,36], "classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[4,0,5,27], "classApp.html#adb5a4bb657881e553978ff390babd01f":[4,0,5,10], -"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[4,0,5,88], +"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[4,0,5,89], "classApp.html#ae3f47830543d0d902f66913def8db66b":[4,0,5,53], -"classApp.html#ae9f96338f32187d308b67b980eea0008":[4,0,5,71], +"classApp.html#ae9f96338f32187d308b67b980eea0008":[4,0,5,72], "classApp.html#aeb1fe1c8ad9aa639909bd183ce578536":[4,0,5,18], -"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[4,0,5,83], +"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[4,0,5,84], "classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166":[4,0,5,15], "classApp.html#af5007c42a693afd9c4899c243b2e1363":[4,0,5,49], "classApp.html#af58db526040829b1c8bd95561b329262":[4,0,5,34], @@ -244,10 +249,5 @@ var NAVTREEINDEX1 = "classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[4,0,8,7], "classConversation.html#a5879199008b96bee7550b576d614e1c1":[4,0,8,10], "classConversation.html#a5b6adbb2fe24f0f53d6c22660dff91b2":[4,0,8,17], -"classConversation.html#a5effe8ad3007e01333df44b81432b813":[4,0,8,5], -"classConversation.html#a66f121ca4026246f86a732e5faa0682c":[4,0,8,11], -"classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[4,0,8,1], -"classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[4,0,8,16], -"classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[4,0,8,3], -"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[4,0,8,12] +"classConversation.html#a5effe8ad3007e01333df44b81432b813":[4,0,8,5] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index 9735aefbf..5b151823a 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,5 +1,10 @@ var NAVTREEINDEX2 = { +"classConversation.html#a66f121ca4026246f86a732e5faa0682c":[4,0,8,11], +"classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[4,0,8,1], +"classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[4,0,8,16], +"classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[4,0,8,3], +"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[4,0,8,12], "classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3":[4,0,8,8], "classConversation.html#aa95c1a62af38bdfba7add9549bec083b":[4,0,8,13], "classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[4,0,8,9], @@ -244,10 +249,5 @@ var NAVTREEINDEX2 = "classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[4,0,21,9], "classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[4,0,21,1], "classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[4,0,21,3], -"cli__startup_8php.html":[5,0,0,14], -"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[5,0,0,14,0], -"cli__suggest_8php.html":[5,0,0,15], -"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[5,0,0,15,0], -"cloud_8php.html":[5,0,1,13], -"cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d":[5,0,1,13,0] +"cli__startup_8php.html":[5,0,0,15] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index 157cb4625..8f82938d8 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,104 +1,109 @@ var NAVTREEINDEX3 = { -"comanche_8php.html":[5,0,0,16], -"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[5,0,0,16,4], -"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[5,0,0,16,2], -"comanche_8php.html#a1fe339e1454803aa502ac89379c17f5b":[5,0,0,16,1], -"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[5,0,0,16,3], -"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[5,0,0,16,0], -"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[5,0,0,16,6], -"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[5,0,0,16,5], -"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[5,0,0,16,7], -"common_8php.html":[5,0,1,14], -"common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[5,0,1,14,0], -"common_8php.html#aca62f113655809f41f49042ce9b123c2":[5,0,1,14,1], -"community_8php.html":[5,0,1,15], -"community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a":[5,0,1,15,0], -"community_8php.html#a56c94ec978a38633c5628fa6f8e386d9":[5,0,1,15,1], -"connect_8php.html":[5,0,1,16], -"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,16,2], -"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,16,0], -"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,16,1], -"connections_8php.html":[5,0,1,17], -"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,17,3], -"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,17,0], -"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,17,2], -"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,17,1], -"connedit_8php.html":[5,0,1,18], -"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,18,3], -"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,18,2], -"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,18,0], -"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,18,1], -"contact__selectors_8php.html":[5,0,0,19], -"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[5,0,0,19,1], -"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[5,0,0,19,0], -"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[5,0,0,19,3], -"contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53":[5,0,0,19,2], -"contact__widgets_8php.html":[5,0,0,20], -"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[5,0,0,20,0], -"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[5,0,0,20,2], -"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[5,0,0,20,1], -"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[5,0,0,20,3], -"contactgroup_8php.html":[5,0,1,19], -"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,19,0], -"conversation_8php.html":[5,0,0,21], -"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[5,0,0,21,7], -"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[5,0,0,21,9], -"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[5,0,0,21,16], -"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[5,0,0,21,22], -"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[5,0,0,21,6], -"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[5,0,0,21,17], -"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[5,0,0,21,15], -"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[5,0,0,21,23], -"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[5,0,0,21,8], -"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[5,0,0,21,14], -"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[5,0,0,21,13], -"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[5,0,0,21,21], -"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[5,0,0,21,19], -"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[5,0,0,21,10], -"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[5,0,0,21,4], -"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[5,0,0,21,2], -"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[5,0,0,21,20], -"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[5,0,0,21,0], -"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[5,0,0,21,1], -"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[5,0,0,21,11], -"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[5,0,0,21,5], -"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[5,0,0,21,18], -"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[5,0,0,21,12], -"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[5,0,0,21,3], -"cronhooks_8php.html":[5,0,0,23], -"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[5,0,0,23,0], -"crypto_8php.html":[5,0,0,24], -"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[5,0,0,24,5], -"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[5,0,0,24,2], -"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[5,0,0,24,4], -"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[5,0,0,24,1], -"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[5,0,0,24,9], -"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[5,0,0,24,6], -"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[5,0,0,24,10], -"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[5,0,0,24,0], -"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,24,8], -"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[5,0,0,24,3], -"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[5,0,0,24,7], +"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[5,0,0,15,0], +"cli__suggest_8php.html":[5,0,0,16], +"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[5,0,0,16,0], +"cloud_8php.html":[5,0,1,14], +"cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d":[5,0,1,14,0], +"comanche_8php.html":[5,0,0,17], +"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[5,0,0,17,4], +"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[5,0,0,17,2], +"comanche_8php.html#a1fe339e1454803aa502ac89379c17f5b":[5,0,0,17,1], +"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[5,0,0,17,3], +"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[5,0,0,17,0], +"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[5,0,0,17,6], +"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[5,0,0,17,5], +"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[5,0,0,17,7], +"common_8php.html":[5,0,1,15], +"common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[5,0,1,15,0], +"common_8php.html#aca62f113655809f41f49042ce9b123c2":[5,0,1,15,1], +"community_8php.html":[5,0,1,16], +"community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a":[5,0,1,16,0], +"community_8php.html#a56c94ec978a38633c5628fa6f8e386d9":[5,0,1,16,1], +"connect_8php.html":[5,0,1,17], +"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,17,2], +"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,17,0], +"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,17,1], +"connections_8php.html":[5,0,1,18], +"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,18,3], +"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,18,0], +"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,18,2], +"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,18,1], +"connedit_8php.html":[5,0,1,19], +"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,19,3], +"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,19,2], +"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,19,0], +"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,19,1], +"contact__selectors_8php.html":[5,0,0,20], +"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[5,0,0,20,1], +"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[5,0,0,20,0], +"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[5,0,0,20,3], +"contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53":[5,0,0,20,2], +"contact__widgets_8php.html":[5,0,0,21], +"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[5,0,0,21,0], +"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[5,0,0,21,2], +"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[5,0,0,21,1], +"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[5,0,0,21,3], +"contactgroup_8php.html":[5,0,1,20], +"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,20,0], +"conversation_8php.html":[5,0,0,22], +"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[5,0,0,22,7], +"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[5,0,0,22,9], +"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[5,0,0,22,16], +"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[5,0,0,22,22], +"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[5,0,0,22,6], +"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[5,0,0,22,17], +"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[5,0,0,22,15], +"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[5,0,0,22,23], +"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[5,0,0,22,8], +"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[5,0,0,22,14], +"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[5,0,0,22,13], +"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[5,0,0,22,21], +"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[5,0,0,22,19], +"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[5,0,0,22,10], +"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[5,0,0,22,4], +"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[5,0,0,22,2], +"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[5,0,0,22,20], +"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[5,0,0,22,0], +"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[5,0,0,22,1], +"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[5,0,0,22,11], +"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[5,0,0,22,5], +"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[5,0,0,22,18], +"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[5,0,0,22,12], +"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[5,0,0,22,3], +"cronhooks_8php.html":[5,0,0,24], +"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[5,0,0,24,0], +"crypto_8php.html":[5,0,0,25], +"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[5,0,0,25,5], +"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[5,0,0,25,2], +"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[5,0,0,25,4], +"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[5,0,0,25,1], +"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[5,0,0,25,9], +"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[5,0,0,25,6], +"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[5,0,0,25,10], +"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[5,0,0,25,0], +"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,25,8], +"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[5,0,0,25,3], +"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[5,0,0,25,7], "dark_8php.html":[5,0,3,2,2,1,0], "darkness_8php.html":[5,0,3,2,0,1,0], "darknessleftaside_8php.html":[5,0,3,2,0,1,1], "darknessrightaside_8php.html":[5,0,3,2,0,1,2], -"datetime_8php.html":[5,0,0,25], -"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[5,0,0,25,6], -"datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[5,0,0,25,11], -"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[5,0,0,25,5], -"datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa":[5,0,0,25,3], -"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[5,0,0,25,10], -"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[5,0,0,25,7], -"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[5,0,0,25,9], -"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[5,0,0,25,12], -"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[5,0,0,25,13], -"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[5,0,0,25,8], -"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[5,0,0,25,0], -"datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8":[5,0,0,25,2], -"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[5,0,0,25,4], -"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[5,0,0,25,1], +"datetime_8php.html":[5,0,0,26], +"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[5,0,0,26,6], +"datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[5,0,0,26,11], +"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[5,0,0,26,5], +"datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa":[5,0,0,26,3], +"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[5,0,0,26,10], +"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[5,0,0,26,7], +"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[5,0,0,26,9], +"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[5,0,0,26,12], +"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[5,0,0,26,13], +"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[5,0,0,26,8], +"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[5,0,0,26,0], +"datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8":[5,0,0,26,2], +"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[5,0,0,26,4], +"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[5,0,0,26,1], "db__update_8php.html":[5,0,2,2], "dba__driver_8php.html":[5,0,0,0,0], "dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f":[5,0,0,0,0,8], @@ -111,10 +116,10 @@ var NAVTREEINDEX3 = "dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930":[5,0,0,0,0,4], "dba__mysql_8php.html":[5,0,0,0,1], "dba__mysqli_8php.html":[5,0,0,0,2], -"delegate_8php.html":[5,0,1,20], -"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,20,0], -"deliver_8php.html":[5,0,0,26], -"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[5,0,0,26,0], +"delegate_8php.html":[5,0,1,21], +"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,21,0], +"deliver_8php.html":[5,0,0,27], +"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[5,0,0,27,0], "dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,2,2,0], "dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[5,0,3,2,0,1], "dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[5,0,2,0], @@ -130,13 +135,13 @@ var NAVTREEINDEX3 = "dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,2], "dir_922c77e958c99a98db92d38a3a349bf2.html":[5,0,3,2,1], "dir_92d6b429199666aa3765c8a934db5e14.html":[5,0,3,2,1,1], -"dir__fns_8php.html":[5,0,0,27], -"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[5,0,0,27,5], -"dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a":[5,0,0,27,4], -"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,27,2], -"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[5,0,0,27,3], -"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[5,0,0,27,0], -"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[5,0,0,27,1], +"dir__fns_8php.html":[5,0,0,28], +"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[5,0,0,28,5], +"dir__fns_8php.html#a6cae22cfdd6edda5ddf09e07abb3242a":[5,0,0,28,4], +"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,28,2], +"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[5,0,0,28,3], +"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[5,0,0,28,0], +"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[5,0,0,28,1], "dir_a8a0005c2b8590c535262d232c22afab.html":[5,0,3,2,1,1,0,0], "dir_aae29906d7bfc07d076125f669c8352e.html":[5,0,0,1], "dir_b2f003339c516cc00c8cadcafbe82f13.html":[5,0,3], @@ -145,14 +150,14 @@ var NAVTREEINDEX3 = "dir_d41ce877eb409a4791b288730010abe2.html":[5,0,1], "dir_d44c64559bbebec7f509842c48db8b23.html":[5,0,0], "dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,2,0], -"dirprofile_8php.html":[5,0,1,22], -"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,22,0], -"dirsearch_8php.html":[5,0,1,23], -"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,23,1], -"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,23,2], -"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,23,0], -"display_8php.html":[5,0,1,24], -"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,24,0], +"dirprofile_8php.html":[5,0,1,23], +"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,23,0], +"dirsearch_8php.html":[5,0,1,24], +"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,24,1], +"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,24,2], +"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,24,0], +"display_8php.html":[5,0,1,25], +"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,25,0], "docblox__errorchecker_8php.html":[5,0,2,3], "docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[5,0,2,3,3], "docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[5,0,2,3,2], @@ -165,49 +170,49 @@ var NAVTREEINDEX3 = "docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[5,0,2,3,4], "docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[5,0,2,3,1], "docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[5,0,2,3,10], -"editblock_8php.html":[5,0,1,25], -"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,25,0], -"editlayout_8php.html":[5,0,1,26], -"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,26,0], -"editpost_8php.html":[5,0,1,27], -"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,27,0], -"editwebpage_8php.html":[5,0,1,28], -"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,28,0], -"enotify_8php.html":[5,0,0,29], -"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[5,0,0,29,1], -"event_8php.html":[5,0,0,30], -"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[5,0,0,30,6], -"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[5,0,0,30,0], -"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[5,0,0,30,1], -"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[5,0,0,30,5], -"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[5,0,0,30,2], -"event_8php.html#a89ef533faf345db8d64a58d4856bde3a":[5,0,0,30,3], -"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[5,0,0,30,4], -"events_8php.html":[5,0,1,29], -"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,29,0], -"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,29,1], -"expire_8php.html":[5,0,0,31], -"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[5,0,0,31,0], +"editblock_8php.html":[5,0,1,26], +"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,26,0], +"editlayout_8php.html":[5,0,1,27], +"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,27,0], +"editpost_8php.html":[5,0,1,28], +"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,28,0], +"editwebpage_8php.html":[5,0,1,29], +"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,29,0], +"enotify_8php.html":[5,0,0,30], +"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[5,0,0,30,1], +"event_8php.html":[5,0,0,31], +"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[5,0,0,31,6], +"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[5,0,0,31,0], +"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[5,0,0,31,1], +"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[5,0,0,31,5], +"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[5,0,0,31,2], +"event_8php.html#a89ef533faf345db8d64a58d4856bde3a":[5,0,0,31,3], +"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[5,0,0,31,4], +"events_8php.html":[5,0,1,30], +"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,30,0], +"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,30,1], +"expire_8php.html":[5,0,0,32], +"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[5,0,0,32,0], "extract_8php.html":[5,0,2,4], "extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[5,0,2,4,3], "extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[5,0,2,4,2], "extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[5,0,2,4,0], "extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,4,1], -"fbrowser_8php.html":[5,0,1,30], -"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,30,0], -"features_8php.html":[5,0,0,32], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,32,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,32,1], -"feed_8php.html":[5,0,1,31], -"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,31,0], -"filer_8php.html":[5,0,1,32], -"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,32,0], -"filerm_8php.html":[5,0,1,33], -"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,33,0], +"fbrowser_8php.html":[5,0,1,31], +"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,31,0], +"features_8php.html":[5,0,0,33], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,33,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,33,1], +"feed_8php.html":[5,0,1,32], +"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,32,0], +"filer_8php.html":[5,0,1,33], +"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,33,0], +"filerm_8php.html":[5,0,1,34], +"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,34,0], "files.html":[5,0], -"filestorage_8php.html":[5,0,1,34], -"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,34,0], -"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,34,1], +"filestorage_8php.html":[5,0,1,35], +"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,35,0], +"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,35,1], "fpostit_8php.html":[5,0,2,0,0], "fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[5,0,2,0,0,0], "fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[5,0,2,0,0,1], @@ -227,10 +232,10 @@ var NAVTREEINDEX3 = "friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[5,0,2,5,7], "friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[5,0,2,5,4], "friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[5,0,2,5,3], -"friendica__smarty_8php.html":[5,0,0,34], -"fsuggest_8php.html":[5,0,1,36], -"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,36,1], -"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,36,0], +"friendica__smarty_8php.html":[5,0,0,35], +"fsuggest_8php.html":[5,0,1,37], +"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,37,1], +"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,37,0], "full_8php.html":[5,0,3,1,1], "full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db":[5,0,3,1,1,0], "functions.html":[4,3,0], @@ -244,10 +249,5 @@ var NAVTREEINDEX3 = "functions_0x66.html":[4,3,0,7], "functions_0x67.html":[4,3,0,8], "functions_0x68.html":[4,3,0,9], -"functions_0x69.html":[4,3,0,10], -"functions_0x6c.html":[4,3,0,11], -"functions_0x6e.html":[4,3,0,12], -"functions_0x6f.html":[4,3,0,13], -"functions_0x70.html":[4,3,0,14], -"functions_0x71.html":[4,3,0,15] +"functions_0x69.html":[4,3,0,10] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index ffadab93e..cc26043ab 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,5 +1,10 @@ var NAVTREEINDEX4 = { +"functions_0x6c.html":[4,3,0,11], +"functions_0x6e.html":[4,3,0,12], +"functions_0x6f.html":[4,3,0,13], +"functions_0x70.html":[4,3,0,14], +"functions_0x71.html":[4,3,0,15], "functions_0x72.html":[4,3,0,16], "functions_0x73.html":[4,3,0,17], "functions_0x74.html":[4,3,0,18], @@ -103,56 +108,56 @@ var NAVTREEINDEX4 = "globals_vars_0x77.html":[5,1,2,19], "globals_vars_0x78.html":[5,1,2,20], "globals_vars_0x7a.html":[5,1,2,21], -"gprobe_8php.html":[5,0,0,35], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,35,0], +"gprobe_8php.html":[5,0,0,36], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,36,0], "greenthumbnails_8php.html":[5,0,3,2,0,1,3], -"help_8php.html":[5,0,1,38], -"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,38,1], -"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,38,0], +"help_8php.html":[5,0,1,39], +"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,39,1], +"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,39,0], "hierarchy.html":[4,2], -"home_8php.html":[5,0,1,39], -"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,39,0], -"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,39,1], -"hostxrd_8php.html":[5,0,1,40], -"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,40,0], -"html2bbcode_8php.html":[5,0,0,37], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,37,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,37,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,37,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,37,2], -"html2plain_8php.html":[5,0,0,38], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,38,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,38,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,38,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,38,1], -"identity_8php.html":[5,0,0,39], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,39,3], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,39,9], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,39,2], -"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,39,12], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,39,18], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,39,17], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,39,19], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,39,7], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,39,22], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,39,23], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,39,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,39,20], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,39,15], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,39,8], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,39,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,39,11], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,39,10], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,39,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,39,13], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,39,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,39,16], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,39,14], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,39,6], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,39,21], -"import_8php.html":[5,0,1,41], -"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,41,1], -"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,41,0], +"home_8php.html":[5,0,1,40], +"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,40,0], +"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,40,1], +"hostxrd_8php.html":[5,0,1,41], +"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,41,0], +"html2bbcode_8php.html":[5,0,0,38], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,38,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,38,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,38,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,38,2], +"html2plain_8php.html":[5,0,0,39], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,39,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,39,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,39,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,39,1], +"identity_8php.html":[5,0,0,40], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,40,3], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,40,9], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,40,2], +"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,40,12], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,40,18], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,40,17], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,40,19], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,40,7], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,40,22], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,40,23], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,40,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,40,20], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,40,15], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,40,8], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,40,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,40,11], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,40,10], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,40,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,40,13], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,40,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,40,16], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,40,14], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,40,6], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,40,21], +"import_8php.html":[5,0,1,42], +"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,42,1], +"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,42,0], "include_2api_8php.html":[5,0,0,5], "include_2api_8php.html#a0991f72554f821255397d615e76f3203":[5,0,0,5,12], "include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[5,0,0,5,5], @@ -219,35 +224,30 @@ var NAVTREEINDEX4 = "include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc":[5,0,0,6,6], "include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932":[5,0,0,6,1], "include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909":[5,0,0,6,11], -"include_2chanman_8php.html":[5,0,0,12], -"include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[5,0,0,12,0], -"include_2chat_8php.html":[5,0,0,13], -"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[5,0,0,13,3], -"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[5,0,0,13,1], -"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[5,0,0,13,2], -"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[5,0,0,13,0], -"include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a":[5,0,0,13,4], -"include_2config_8php.html":[5,0,0,17], -"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[5,0,0,17,7], -"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[5,0,0,17,0], -"include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33":[5,0,0,17,9], -"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[5,0,0,17,11], -"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[5,0,0,17,1], -"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[5,0,0,17,2], -"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[5,0,0,17,6], -"include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6":[5,0,0,17,8], -"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[5,0,0,17,5], -"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[5,0,0,17,10], -"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[5,0,0,17,3], -"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[5,0,0,17,4], -"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,17,12], -"include_2directory_8php.html":[5,0,0,28], -"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[5,0,0,28,0], -"include_2follow_8php.html":[5,0,0,33], -"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,33,0], -"include_2group_8php.html":[5,0,0,36], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,36,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,36,10], -"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,36,1], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,36,0] +"include_2bookmarks_8php.html":[5,0,0,11], +"include_2bookmarks_8php.html#a88ce7dee6a3dc7465aa9b8eaa45b0087":[5,0,0,11,0], +"include_2chanman_8php.html":[5,0,0,13], +"include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[5,0,0,13,0], +"include_2chat_8php.html":[5,0,0,14], +"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[5,0,0,14,3], +"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[5,0,0,14,1], +"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[5,0,0,14,2], +"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[5,0,0,14,0], +"include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a":[5,0,0,14,4], +"include_2config_8php.html":[5,0,0,18], +"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[5,0,0,18,7], +"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[5,0,0,18,0], +"include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33":[5,0,0,18,9], +"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[5,0,0,18,11], +"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[5,0,0,18,1], +"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[5,0,0,18,2], +"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[5,0,0,18,6], +"include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6":[5,0,0,18,8], +"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[5,0,0,18,5], +"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[5,0,0,18,10], +"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[5,0,0,18,3], +"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[5,0,0,18,4], +"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,18,12], +"include_2directory_8php.html":[5,0,0,29], +"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[5,0,0,29,0] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index 78f28bd09..2ac89bcc6 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,172 +1,179 @@ var NAVTREEINDEX5 = { -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,36,6], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,36,7], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,36,4], -"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,36,8], -"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,36,5], -"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,36,11], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,36,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,36,9], -"include_2menu_8php.html":[5,0,0,44], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,44,1], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,44,3], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,44,8], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,44,7], -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,44,5], -"include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e":[5,0,0,44,10], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,44,2], -"include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10":[5,0,0,44,9], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,44,6], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,44,4], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,44,0], -"include_2message_8php.html":[5,0,0,45], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,45,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,45,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,45,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,45,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,45,0], -"include_2network_8php.html":[5,0,0,47], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,47,5], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,47,10], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,47,4], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,47,9], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,47,8], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,47,13], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,47,7], -"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,47,14], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,47,12], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,47,6], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,47,19], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,47,16], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,47,17], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,47,18], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,47,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,47,0], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,47,3], -"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,47,15], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,47,11], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,47,1], -"include_2notify_8php.html":[5,0,0,49], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,49,0], -"include_2oembed_8php.html":[5,0,0,51], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,51,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,51,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,51,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,51,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,51,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,51,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,51,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,51,2], -"include_2photos_8php.html":[5,0,0,56], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,56,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,56,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,56,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,56,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,56,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,56,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,56,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,56,4], +"include_2follow_8php.html":[5,0,0,34], +"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,34,0], +"include_2group_8php.html":[5,0,0,37], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,37,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,37,10], +"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,37,1], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,37,0], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,37,6], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,37,7], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,37,4], +"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,37,8], +"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,37,5], +"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,37,11], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,37,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,37,9], +"include_2menu_8php.html":[5,0,0,45], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,45,1], +"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[5,0,0,45,9], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,45,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,45,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,45,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,45,5], +"include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e":[5,0,0,45,10], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,45,2], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,45,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,45,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,45,0], +"include_2message_8php.html":[5,0,0,46], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,46,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,46,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,46,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,46,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,46,0], +"include_2network_8php.html":[5,0,0,48], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,48,5], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,48,10], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,48,4], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,48,9], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,48,8], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,48,13], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,48,7], +"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,48,14], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,48,12], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,48,6], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,48,19], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,48,16], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,48,17], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,48,18], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,48,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,48,0], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,48,3], +"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,48,15], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,48,11], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,48,1], +"include_2notify_8php.html":[5,0,0,50], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,50,0], +"include_2oembed_8php.html":[5,0,0,52], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,52,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,52,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,52,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,52,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,52,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,52,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,52,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,52,2], +"include_2photos_8php.html":[5,0,0,57], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,57,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,57,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,57,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,57,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,57,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,57,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,57,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,57,4], "index.html":[], "interfaceITemplateEngine.html":[4,0,18], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[4,0,18,1], "interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[4,0,18,0], -"invite_8php.html":[5,0,1,42], -"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,42,0], -"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,42,1], -"item_8php.html":[5,0,1,43], -"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,43,0], -"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,43,3], -"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,43,5], -"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,43,4], -"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,43,1], -"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,43,2], -"items_8php.html":[5,0,0,42], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,42,54], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,42,2], -"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,42,6], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,42,27], -"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,42,7], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,42,32], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,42,36], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,42,24], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,42,4], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,42,31], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,42,38], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,42,3], -"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,42,13], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,42,53], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,42,20], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,42,0], -"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,42,44], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,42,47], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,42,29], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,42,19], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,42,12], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,42,17], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,42,37], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,42,15], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,42,35], -"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,42,40], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,42,33], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,42,42], -"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,42,16], -"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,42,11], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,42,5], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,42,51], -"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,42,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,42,10], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,42,30], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,42,52], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,42,9], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,42,21], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,42,8], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,42,28], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,42,48], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,42,49], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,42,25], -"items_8php.html#abe695dd89e1e10ed042c26b80114f0ed":[5,0,0,42,45], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,42,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,42,43], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,42,18], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,42,39], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,42,46], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,42,50], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,42,23], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,42,34], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,42,41], -"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,42,14], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,42,22], -"language_8php.html":[5,0,0,43], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,43,6], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,43,0], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,43,4], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,43,3], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,43,1], -"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,43,7], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,43,5], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,43,2], -"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,43,8], -"layouts_8php.html":[5,0,1,44], -"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,44,0], -"like_8php.html":[5,0,1,45], -"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,45,0], -"lockview_8php.html":[5,0,1,46], -"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,46,0], -"login_8php.html":[5,0,1,47], -"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,47,0], -"lostpass_8php.html":[5,0,1,48], -"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,48,0], -"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,48,1], -"magic_8php.html":[5,0,1,49], -"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,49,0], -"mail_8php.html":[5,0,1,50], -"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,50,0], -"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,50,1], -"manage_8php.html":[5,0,1,51], -"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,51,0], -"match_8php.html":[5,0,1,52], -"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,52,0], +"invite_8php.html":[5,0,1,43], +"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,43,0], +"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,43,1], +"item_8php.html":[5,0,1,44], +"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,44,0], +"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,44,3], +"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,44,5], +"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,44,4], +"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,44,1], +"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,44,2], +"items_8php.html":[5,0,0,43], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,43,54], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,43,2], +"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,43,6], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,43,27], +"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,43,7], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,43,32], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,43,36], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,43,24], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,43,4], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,43,31], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,43,38], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,43,3], +"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,43,13], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,43,53], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,43,20], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,43,0], +"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,43,44], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,43,47], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,43,29], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,43,19], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,43,12], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,43,17], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,43,37], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,43,15], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,43,35], +"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,43,40], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,43,33], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,43,42], +"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,43,16], +"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,43,11], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,43,5], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,43,51], +"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,43,26], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,43,10], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,43,30], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,43,52], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,43,9], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,43,21], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,43,8], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,43,28], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,43,48], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,43,49], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,43,25], +"items_8php.html#abe695dd89e1e10ed042c26b80114f0ed":[5,0,0,43,45], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,43,1], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,43,43], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,43,18], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,43,39], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,43,46], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,43,50], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,43,23], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,43,34], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,43,41], +"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,43,14], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,43,22], +"language_8php.html":[5,0,0,44], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,44,6], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,44,0], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,44,4], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,44,3], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,44,1], +"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,44,7], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,44,5], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,44,2], +"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,44,8], +"layouts_8php.html":[5,0,1,45], +"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,45,0], +"like_8php.html":[5,0,1,46], +"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,46,0], +"lockview_8php.html":[5,0,1,47], +"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,47,0], +"login_8php.html":[5,0,1,48], +"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,48,0], +"lostpass_8php.html":[5,0,1,49], +"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,49,0], +"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,49,1], +"magic_8php.html":[5,0,1,50], +"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,50,0], +"mail_8php.html":[5,0,1,51], +"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,51,0], +"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,51,1], +"manage_8php.html":[5,0,1,52], +"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,52,0], +"match_8php.html":[5,0,1,53], +"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,53,0], "md_README.html":[2], "md_config.html":[0], "md_fresh.html":[1], @@ -178,76 +185,69 @@ var NAVTREEINDEX5 = "minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,2,0,1,4,0], "minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,2,0,1,4,2], "minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,2,0,1,4,1], -"mitem_8php.html":[5,0,1,55], -"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,55,2], -"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,55,0], -"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,55,1], +"mitem_8php.html":[5,0,1,56], +"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,56,2], +"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,56,0], +"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,56,1], "mod_2api_8php.html":[5,0,1,4], "mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[5,0,1,4,2], "mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[5,0,1,4,0], "mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2":[5,0,1,4,1], "mod_2attach_8php.html":[5,0,1,6], "mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0], -"mod_2chanman_8php.html":[5,0,1,8], -"mod_2chat_8php.html":[5,0,1,11], -"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,11,0], -"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,11,2], -"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,11,1], -"mod_2directory_8php.html":[5,0,1,21], -"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,21,1], -"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,21,0], -"mod_2follow_8php.html":[5,0,1,35], -"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,35,1], -"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,35,0], -"mod_2group_8php.html":[5,0,1,37], -"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,37,0], -"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,37,1], -"mod_2menu_8php.html":[5,0,1,53], -"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,53,0], -"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,53,1], -"mod_2message_8php.html":[5,0,1,54], -"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,54,0], -"mod_2network_8php.html":[5,0,1,58], -"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,58,1], -"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,58,0], -"mod_2notify_8php.html":[5,0,1,62], -"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,62,1], -"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,62,0], -"mod_2oembed_8php.html":[5,0,1,63], -"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,63,0], -"mod_2photos_8php.html":[5,0,1,70], -"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,70,2], -"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,70,0], -"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,70,1], +"mod_2bookmarks_8php.html":[5,0,1,8], +"mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[5,0,1,8,1], +"mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[5,0,1,8,0], +"mod_2chanman_8php.html":[5,0,1,9], +"mod_2chat_8php.html":[5,0,1,12], +"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,12,0], +"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,12,2], +"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,12,1], +"mod_2directory_8php.html":[5,0,1,22], +"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,22,1], +"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,22,0], +"mod_2follow_8php.html":[5,0,1,36], +"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,36,1], +"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,36,0], +"mod_2group_8php.html":[5,0,1,38], +"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,38,0], +"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,38,1], +"mod_2menu_8php.html":[5,0,1,54], +"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,54,0], +"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,54,1], +"mod_2message_8php.html":[5,0,1,55], +"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,55,0], +"mod_2network_8php.html":[5,0,1,59], +"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,59,1], +"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,59,0], +"mod_2notify_8php.html":[5,0,1,63], +"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,63,1], +"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,63,0], +"mod_2oembed_8php.html":[5,0,1,64], +"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,64,0], +"mod_2photos_8php.html":[5,0,1,71], +"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,71,2], +"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,71,0], +"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,71,1], "mod__filestorage_8php.html":[5,0,3,0,0], "mod__import_8php.html":[5,0,3,1,3], "mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,1,3,0], -"mood_8php.html":[5,0,1,56], -"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,56,0], -"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,56,1], -"msearch_8php.html":[5,0,1,57], -"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,57,0], +"mood_8php.html":[5,0,1,57], +"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,57,0], +"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,57,1], +"msearch_8php.html":[5,0,1,58], +"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,58,0], "namespaceFriendica.html":[3,0,1], "namespaceFriendica.html":[4,0,1], "namespaceacl__selectors.html":[4,0,0], "namespaceacl__selectors.html":[3,0,0], -"namespacefriendica-to-smarty-tpl.html":[3,0,2], "namespacefriendica-to-smarty-tpl.html":[4,0,2], +"namespacefriendica-to-smarty-tpl.html":[3,0,2], "namespacemembers.html":[3,1,0], "namespacemembers_func.html":[3,1,1], "namespacemembers_vars.html":[3,1,2], "namespaces.html":[3,0], "namespaceupdatetpl.html":[4,0,3], "namespaceupdatetpl.html":[3,0,3], -"namespaceutil.html":[4,0,4], -"namespaceutil.html":[3,0,4], -"nav_8php.html":[5,0,0,46], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,46,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,46,1], -"new__channel_8php.html":[5,0,1,59], -"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,59,2], -"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,59,1], -"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,59,0], -"none_8php.html":[5,0,3,1,4], -"notes_8php.html":[5,0,1,60] +"namespaceutil.html":[4,0,4] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index d7b3c75f1..cba20f8a2 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,48 +1,58 @@ var NAVTREEINDEX6 = { -"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,60,0], -"notifications_8php.html":[5,0,1,61], -"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,61,1], -"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,61,0], -"notifier_8php.html":[5,0,0,48], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,48,0], -"oauth_8php.html":[5,0,0,50], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,50,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,50,2], -"oexchange_8php.html":[5,0,1,64], -"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,64,0], -"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,64,1], +"namespaceutil.html":[3,0,4], +"nav_8php.html":[5,0,0,47], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,47,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,47,1], +"new__channel_8php.html":[5,0,1,60], +"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,60,2], +"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,60,1], +"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,60,0], +"none_8php.html":[5,0,3,1,4], +"notes_8php.html":[5,0,1,61], +"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,61,0], +"notifications_8php.html":[5,0,1,62], +"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,62,1], +"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,62,0], +"notifier_8php.html":[5,0,0,49], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,49,0], +"oauth_8php.html":[5,0,0,51], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,51,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,51,2], +"oexchange_8php.html":[5,0,1,65], +"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,65,0], +"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,65,1], "olddefault_8php.html":[5,0,3,2,0,1,5], -"onedirsync_8php.html":[5,0,0,52], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,52,0], -"onepoll_8php.html":[5,0,0,53], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,53,0], -"online_8php.html":[5,0,1,65], -"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,65,0], -"opensearch_8php.html":[5,0,1,66], -"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,66,0], -"page_8php.html":[5,0,1,67], -"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,67,1], -"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,67,0], -"page__widgets_8php.html":[5,0,0,54], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,54,1], -"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,54,0], +"onedirsync_8php.html":[5,0,0,53], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,53,0], +"onepoll_8php.html":[5,0,0,54], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,54,0], +"online_8php.html":[5,0,1,66], +"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,66,0], +"opensearch_8php.html":[5,0,1,67], +"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,67,0], +"page_8php.html":[5,0,1,68], +"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,68,1], +"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,68,0], +"page__widgets_8php.html":[5,0,0,55], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,55,1], +"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,55,0], "pages.html":[], -"parse__url_8php.html":[5,0,1,68], -"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,68,2], -"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,68,3], -"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,68,1], -"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,68,0], +"parse__url_8php.html":[5,0,1,69], +"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,69,2], +"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,69,3], +"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,69,1], +"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,69,0], "passion_8php.html":[5,0,3,2,0,1,6], "passionwide_8php.html":[5,0,3,2,0,1,7], -"permissions_8php.html":[5,0,0,55], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,55,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,55,0], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,55,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,55,4], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,55,1], -"photo_8php.html":[5,0,1,69], -"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,69,0], +"permissions_8php.html":[5,0,0,56], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,56,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,56,0], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,56,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,56,4], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,56,1], +"photo_8php.html":[5,0,1,70], +"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,70,0], "photo__driver_8php.html":[5,0,0,1,0], "photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[5,0,0,1,0,2], "photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[5,0,0,1,0,1], @@ -63,54 +73,54 @@ var NAVTREEINDEX6 = "php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762":[5,0,3,1,0,0], "php_2theme__init_8php.html":[5,0,3,1,5], "php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,5,0], -"php_8php.html":[5,0,1,71], -"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,71,0], +"php_8php.html":[5,0,1,72], +"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,72,0], "pine_8php.html":[5,0,3,2,0,1,8], -"ping_8php.html":[5,0,1,72], -"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,72,0], -"plugin_8php.html":[5,0,0,57], -"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,57,21], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,57,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,57,20], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,57,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,57,16], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,57,18], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,57,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,57,15], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,57,13], -"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,57,28], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,57,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,57,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,57,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,57,23], -"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,57,27], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,57,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,57,0], -"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,57,29], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,57,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,57,25], -"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,57,22], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,57,12], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,57,17], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,57,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,57,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,57,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,57,14], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,57,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,57,19], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,57,5], +"ping_8php.html":[5,0,1,73], +"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,73,0], +"plugin_8php.html":[5,0,0,58], +"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,58,21], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,58,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,58,20], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,58,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,58,16], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,58,18], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,58,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,58,15], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,58,13], +"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,58,28], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,58,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,58,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,58,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,58,23], +"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,58,27], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,58,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,58,0], +"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,58,29], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,58,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,58,25], +"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,58,22], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,58,12], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,58,17], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,58,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,58,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,58,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,58,14], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,58,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,58,19], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,58,5], "po2php_8php.html":[5,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[5,0,2,7,0], -"poco_8php.html":[5,0,1,73], -"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,73,0], -"poke_8php.html":[5,0,1,74], -"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,74,1], -"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,74,0], -"poller_8php.html":[5,0,0,58], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,58,0], -"post_8php.html":[5,0,1,75], -"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,75,0], -"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,75,1], +"poco_8php.html":[5,0,1,74], +"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,74,0], +"poke_8php.html":[5,0,1,75], +"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,75,1], +"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,75,0], +"poller_8php.html":[5,0,0,59], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,59,0], +"post_8php.html":[5,0,1,76], +"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,76,0], +"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,76,1], "post__to__red_8php.html":[5,0,2,1,0,0], "post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823":[5,0,2,1,0,0,16], "post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c":[5,0,2,1,0,0,12], @@ -136,118 +146,108 @@ var NAVTREEINDEX6 = "post__to__red_8php.html#af2713018a2dc97e88f121fc6215beb66":[5,0,2,1,0,0,18], "post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a":[5,0,2,1,0,0,23], "post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[5,0,2,1,0,0,11], -"pretheme_8php.html":[5,0,1,76], -"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,76,0], -"probe_8php.html":[5,0,1,77], -"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,77,0], -"profile_8php.html":[5,0,1,78], -"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,78,0], -"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,78,1], -"profile__photo_8php.html":[5,0,1,79], -"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,79,0], -"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,79,1], -"profile__selectors_8php.html":[5,0,0,59], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,59,2], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,59,1], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,59,0], -"profiles_8php.html":[5,0,1,80], -"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,80,1], -"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,80,0], -"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,80,2], -"profperm_8php.html":[5,0,1,81], -"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,81,1], -"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,81,0], -"pubsites_8php.html":[5,0,1,82], -"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,82,0], -"queue_8php.html":[5,0,0,61], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,61,0], -"queue__fn_8php.html":[5,0,0,62], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,62,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,62,0], -"randprof_8php.html":[5,0,1,83], -"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,83,0], +"pretheme_8php.html":[5,0,1,77], +"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,77,0], +"probe_8php.html":[5,0,1,78], +"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,78,0], +"profile_8php.html":[5,0,1,79], +"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,79,0], +"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,79,1], +"profile__photo_8php.html":[5,0,1,80], +"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,80,0], +"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,80,1], +"profile__selectors_8php.html":[5,0,0,60], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,60,2], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,60,1], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,60,0], +"profiles_8php.html":[5,0,1,81], +"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,81,1], +"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,81,0], +"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,81,2], +"profperm_8php.html":[5,0,1,82], +"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,82,1], +"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,82,0], +"pubsites_8php.html":[5,0,1,83], +"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,83,0], +"queue_8php.html":[5,0,0,62], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,62,0], +"queue__fn_8php.html":[5,0,0,63], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,63,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,63,0], +"randprof_8php.html":[5,0,1,84], +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,84,0], "redbasic_2php_2style_8php.html":[5,0,3,2,2,0,1], -"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,2,2,0,1,12], -"redbasic_2php_2style_8php.html#a0b070f2c9140a7a12a0b1f88601a29e4":[5,0,3,2,2,0,1,16], -"redbasic_2php_2style_8php.html#a0bdce350cf14bac44976e786d1be6574":[5,0,3,2,2,0,1,2], -"redbasic_2php_2style_8php.html#a0cb037986e32302685d4f580dedd6473":[5,0,3,2,2,0,1,5], -"redbasic_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,2,2,0,1,23], -"redbasic_2php_2style_8php.html#a136b0a2cdeb37f3fa506d28f82dcdbf8":[5,0,3,2,2,0,1,9], -"redbasic_2php_2style_8php.html#a27cb59bbc750341f448cd0c298a7ea16":[5,0,3,2,2,0,1,8], -"redbasic_2php_2style_8php.html#a339624aeef6604a2f00209a3962c6e1c":[5,0,3,2,2,0,1,0], -"redbasic_2php_2style_8php.html#a4161f6b8aa923f67e53f54dfb6554cdb":[5,0,3,2,2,0,1,21], -"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,2,2,0,1,4], -"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,2,2,0,1,24], -"redbasic_2php_2style_8php.html#a6502bedd57105ad1fb2dee2be9cf6351":[5,0,3,2,2,0,1,15], -"redbasic_2php_2style_8php.html#a68e3ff836ec87ae1370c9f4a12c21c6b":[5,0,3,2,2,0,1,6], -"redbasic_2php_2style_8php.html#a6ffadaf926b41ad84c30da319011e9ad":[5,0,3,2,2,0,1,19], -"redbasic_2php_2style_8php.html#a810142b4bdd35a1d377ab279b02b47eb":[5,0,3,2,2,0,1,22], -"redbasic_2php_2style_8php.html#a83022b1d70799d2bde3d64dca9cb40ee":[5,0,3,2,2,0,1,17], -"redbasic_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a":[5,0,3,2,2,0,1,26], -"redbasic_2php_2style_8php.html#a8fdd5874587a9ad86fb05ed0be265649":[5,0,3,2,2,0,1,10], -"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,2,2,0,1,13], -"redbasic_2php_2style_8php.html#ab00dfc29448b183055d2ae61a0e1874a":[5,0,3,2,2,0,1,18], -"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,2,2,0,1,25], -"redbasic_2php_2style_8php.html#ab5ec5703848e0132f8a8f3d3a53a58e1":[5,0,3,2,2,0,1,11], -"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,2,2,0,1,14], -"redbasic_2php_2style_8php.html#acfd00ec469ca3c5e8bfac787573093f3":[5,0,3,2,2,0,1,20], -"redbasic_2php_2style_8php.html#ad78cb8a1793834626d73aca22a1501f8":[5,0,3,2,2,0,1,3], -"redbasic_2php_2style_8php.html#ae587aa6949ab6e4aa77a591e60f67ee0":[5,0,3,2,2,0,1,1], -"redbasic_2php_2style_8php.html#afcbcf57d0b90d2e4226c2e8a1171befc":[5,0,3,2,2,0,1,7], +"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,2,2,0,1,1], +"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,2,2,0,1,0], +"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,2,2,0,1,4], +"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,2,2,0,1,2], +"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,2,2,0,1,5], +"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,2,2,0,1,3], "redbasic_2php_2theme_8php.html":[5,0,3,2,2,0,2], "redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,2,2,0,2,0], "redbasic_8php.html":[5,0,3,2,0,1,9], -"reddav_8php.html":[5,0,0,63], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,63,5], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,63,6], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,63,4], -"register_8php.html":[5,0,1,84], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,84,0], -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,84,2], -"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,84,1], -"regmod_8php.html":[5,0,1,85], -"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,85,0], -"removeme_8php.html":[5,0,1,86], -"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,86,0], -"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,86,1], -"rmagic_8php.html":[5,0,1,87], -"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,87,0], -"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,87,2], -"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,87,1], -"rpost_8php.html":[5,0,1,88], -"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,88,0], -"rsd__xml_8php.html":[5,0,1,89], -"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,89,0], -"search_8php.html":[5,0,1,90], -"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,90,0], -"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,90,1], -"search__ac_8php.html":[5,0,1,91], -"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,91,0], -"security_8php.html":[5,0,0,64], -"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,64,11], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,64,2], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,64,4], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,64,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,64,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,64,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,64,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,64,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,64,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,64,0], -"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,64,10], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,64,8], -"session_8php.html":[5,0,0,65], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,65,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,65,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,65,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,65,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,65,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,65,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,65,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,65,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,65,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,65,2], -"settings_8php.html":[5,0,1,92], -"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,92,0], -"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,92,1] +"reddav_8php.html":[5,0,0,64], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,64,5], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,64,6], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,64,4], +"register_8php.html":[5,0,1,85], +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,85,0], +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,85,2], +"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,85,1], +"regmod_8php.html":[5,0,1,86], +"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,86,0], +"removeme_8php.html":[5,0,1,87], +"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,87,0], +"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,87,1], +"rmagic_8php.html":[5,0,1,88], +"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,88,0], +"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,88,2], +"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,88,1], +"rpost_8php.html":[5,0,1,89], +"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,89,0], +"rsd__xml_8php.html":[5,0,1,90], +"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,90,0], +"search_8php.html":[5,0,1,91], +"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,91,0], +"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,91,1], +"search__ac_8php.html":[5,0,1,92], +"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,92,0], +"security_8php.html":[5,0,0,65], +"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,65,11], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,65,2], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,65,4], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,65,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,65,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,65,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,65,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,65,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,65,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,65,0], +"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,65,10], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,65,8], +"session_8php.html":[5,0,0,66], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,66,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,66,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,66,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,66,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,66,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,66,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,66,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,66,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,66,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,66,2], +"settings_8php.html":[5,0,1,93], +"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,93,0], +"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,93,1], +"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,93,2], +"setup_8php.html":[5,0,1,94], +"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,94,2], +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,94,14], +"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,94,5], +"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,94,13], +"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,94,10], +"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,94,3], +"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,94,1], +"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,94,8], +"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,94,12] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index 1c985bd0e..c543f6f9f 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,172 +1,163 @@ var NAVTREEINDEX7 = { -"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,92,2], -"setup_8php.html":[5,0,1,93], -"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,93,2], -"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,93,14], -"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,93,5], -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,93,13], -"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,93,10], -"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,93,3], -"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,93,1], -"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,93,8], -"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,93,12], -"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,93,4], -"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,93,7], -"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,93,11], -"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,93,9], -"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,93,16], -"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,93,0], -"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,93,15], -"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,93,6], -"share_8php.html":[5,0,1,94], -"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,94,0], -"siteinfo_8php.html":[5,0,1,95], -"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,95,1], -"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,95,0], -"sitelist_8php.html":[5,0,1,96], -"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,96,0], -"smilies_8php.html":[5,0,1,97], -"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,97,0], -"socgraph_8php.html":[5,0,0,66], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,66,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,66,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,66,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,66,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,66,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,66,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,66,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,66,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,66,3], -"sources_8php.html":[5,0,1,98], -"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,98,0], -"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,98,1], -"sslify_8php.html":[5,0,1,99], -"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,99,0], -"starred_8php.html":[5,0,1,100], -"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,100,0], -"subthread_8php.html":[5,0,1,101], -"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,101,0], -"suggest_8php.html":[5,0,1,102], -"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,102,0], -"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,102,1], -"system__unavailable_8php.html":[5,0,0,67], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,67,0], -"tagger_8php.html":[5,0,1,103], -"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,103,0], -"tagrm_8php.html":[5,0,1,104], -"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,104,1], -"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,104,0], -"taxonomy_8php.html":[5,0,0,68], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,68,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,68,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,68,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,68,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,68,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,68,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,68,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,68,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,68,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,68,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,68,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,68,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,68,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,68,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,68,8], -"template__processor_8php.html":[5,0,0,69], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,69,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,69,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,69,2], -"text_8php.html":[5,0,0,70], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,70,39], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,70,45], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,70,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,70,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,70,11], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,70,44], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,70,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,70,78], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,70,32], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,70,35], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,70,49], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,70,52], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,70,46], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,70,47], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,70,42], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,70,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,70,86], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,70,75], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,70,48], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,70,10], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,70,88], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,70,23], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,70,83], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,70,72], -"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,70,81], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,70,30], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,70,41], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,70,71], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,70,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,70,84], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,70,33], -"text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6":[5,0,0,70,70], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,70,31], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,70,43], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,70,61], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,70,50], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,70,24], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,70,60], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,70,80], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,70,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,70,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,70,79], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,70,40], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,70,27], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,70,76], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,70,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,70,34], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,70,26], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,70,77], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,70,8], -"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,70,68], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,70,73], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,70,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,70,20], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,70,59], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,70,19], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,70,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,70,54], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,70,65], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,70,63], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,70,67], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,70,29], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,70,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,70,55], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,70,36], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,70,28], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,70,87], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,70,69], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,70,82], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,70,85], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,70,56], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,70,37], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,70,21], -"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,70,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,70,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,70,64], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,70,51], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,70,38], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,70,66], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,70,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,70,57], -"text_8php.html#ae4f6881d7e13623f8eded6277595112a":[5,0,0,70,25], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,70,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,70,74], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,70,62], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,70,22], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,70,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,70,58], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,70,53], +"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,94,4], +"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,94,7], +"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,94,11], +"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,94,9], +"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,94,16], +"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,94,0], +"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,94,15], +"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,94,6], +"share_8php.html":[5,0,1,95], +"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,95,0], +"siteinfo_8php.html":[5,0,1,96], +"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,96,1], +"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,96,0], +"sitelist_8php.html":[5,0,1,97], +"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,97,0], +"smilies_8php.html":[5,0,1,98], +"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,98,0], +"socgraph_8php.html":[5,0,0,67], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,67,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,67,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,67,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,67,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,67,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,67,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,67,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,67,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,67,3], +"sources_8php.html":[5,0,1,99], +"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,99,0], +"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,99,1], +"spam_8php.html":[5,0,0,68], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,68,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,68,0], +"sslify_8php.html":[5,0,1,100], +"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,100,0], +"starred_8php.html":[5,0,1,101], +"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,101,0], +"subthread_8php.html":[5,0,1,102], +"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,102,0], +"suggest_8php.html":[5,0,1,103], +"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,103,0], +"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,103,1], +"system__unavailable_8php.html":[5,0,0,69], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,69,0], +"tagger_8php.html":[5,0,1,104], +"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,104,0], +"tagrm_8php.html":[5,0,1,105], +"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,105,1], +"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,105,0], +"taxonomy_8php.html":[5,0,0,70], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,70,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,70,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,70,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,70,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,70,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,70,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,70,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,70,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,70,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,70,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,70,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,70,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,70,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,70,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,70,8], +"template__processor_8php.html":[5,0,0,71], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,71,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,71,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,71,2], +"text_8php.html":[5,0,0,72], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,72,38], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,72,44], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,72,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,72,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,72,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,72,68], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,72,43], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,72,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,72,77], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,72,31], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,72,34], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,72,48], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,72,50], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,72,45], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,72,46], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,72,41], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,72,69], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,72,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,72,85], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,72,74], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,72,47], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,72,10], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,72,87], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,72,23], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,72,82], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,72,71], +"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,72,80], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,72,29], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,72,40], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,72,70], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,72,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,72,83], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,72,32], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,72,30], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,72,42], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,72,59], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,72,49], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,72,24], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,72,58], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,72,79], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,72,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,72,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,72,78], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,72,39], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,72,26], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,72,75], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,72,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,72,33], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,72,25], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,72,76], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,72,8], +"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,72,66], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,72,72], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,72,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,72,20], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,72,57], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,72,19], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,72,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,72,52], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,72,63], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,72,61], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,72,65], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,72,28], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,72,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,72,53], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,72,35], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,72,27], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,72,86], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,72,67], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,72,81], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,72,84], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,72,54], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,72,36], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,72,21], +"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,72,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,72,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,72,62], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,72,37], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,72,64], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,72,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,72,55], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,72,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,72,73], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,72,60], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,72,22], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,72,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,72,56], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,72,51], "theme_2blogga_2php_2default_8php.html":[5,0,3,2,1,0,1], "theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,0,1,2], "theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,0,1,0], @@ -177,13 +168,13 @@ var NAVTREEINDEX7 = "theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,2,1,1,0,0,1,1], "theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,1,0,0,1,0], "theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,2,2,0,3], -"thing_8php.html":[5,0,1,105], -"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,105,0], -"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,105,1], -"toggle__mobile_8php.html":[5,0,1,106], -"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,106,0], -"toggle__safesearch_8php.html":[5,0,1,107], -"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,107,0], +"thing_8php.html":[5,0,1,106], +"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,106,0], +"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,106,1], +"toggle__mobile_8php.html":[5,0,1,107], +"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,107,0], +"toggle__safesearch_8php.html":[5,0,1,108], +"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,108,0], "tpldebug_8php.html":[5,0,2,8], "tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0], "tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], @@ -197,18 +188,18 @@ var NAVTREEINDEX7 = "typohelper_8php.html":[5,0,2,10], "typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], "typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], -"uexport_8php.html":[5,0,1,108], -"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,108,0], -"update__channel_8php.html":[5,0,1,109], -"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,109,0], -"update__community_8php.html":[5,0,1,110], -"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,110,0], -"update__display_8php.html":[5,0,1,111], -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,111,0], -"update__network_8php.html":[5,0,1,112], -"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,112,0], -"update__search_8php.html":[5,0,1,113], -"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,113,0], +"uexport_8php.html":[5,0,1,109], +"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,109,0], +"update__channel_8php.html":[5,0,1,110], +"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,110,0], +"update__community_8php.html":[5,0,1,111], +"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,111,0], +"update__display_8php.html":[5,0,1,112], +"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,112,0], +"update__network_8php.html":[5,0,1,113], +"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,113,0], +"update__search_8php.html":[5,0,1,114], +"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,114,0], "updatetpl_8py.html":[5,0,2,11], "updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[5,0,2,11,5], "updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[5,0,2,11,2], @@ -236,18 +227,27 @@ var NAVTREEINDEX7 = "view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,2,2,0,0,0], "view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,2,0,0,1], "view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,2,0,0,2], -"view_8php.html":[5,0,1,114], -"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,114,0], -"viewconnections_8php.html":[5,0,1,115], -"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,115,1], -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,115,0], -"viewsrc_8php.html":[5,0,1,116], -"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,116,0], -"vote_8php.html":[5,0,1,117], -"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,117,2], -"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,117,0], -"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,117,1], -"wall__attach_8php.html":[5,0,1,118], -"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,118,0], -"wall__upload_8php.html":[5,0,1,119] +"view_8php.html":[5,0,1,115], +"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,115,0], +"viewconnections_8php.html":[5,0,1,116], +"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,116,1], +"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,116,0], +"viewsrc_8php.html":[5,0,1,117], +"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,117,0], +"vote_8php.html":[5,0,1,118], +"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,118,2], +"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,118,0], +"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,118,1], +"wall__attach_8php.html":[5,0,1,119], +"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,119,0], +"wall__upload_8php.html":[5,0,1,120], +"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,120,0], +"webfinger_8php.html":[5,0,1,121], +"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,121,0], +"webpages_8php.html":[5,0,1,122], +"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,122,0], +"wfinger_8php.html":[5,0,1,123], +"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,123,0], +"widedarkness_8php.html":[5,0,3,2,0,1,10], +"widgets_8php.html":[5,0,0,73] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index bd7393825..3716dd834 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,77 +1,68 @@ var NAVTREEINDEX8 = { -"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,119,0], -"webfinger_8php.html":[5,0,1,120], -"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,120,0], -"webpages_8php.html":[5,0,1,121], -"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,121,0], -"wfinger_8php.html":[5,0,1,122], -"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,122,0], -"widedarkness_8php.html":[5,0,3,2,0,1,10], -"widgets_8php.html":[5,0,0,71], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,71,8], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,71,20], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,71,5], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,71,6], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,71,14], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,71,15], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,71,3], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,71,9], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,71,21], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,71,16], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,71,12], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,71,1], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,71,18], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,71,7], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,71,4], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,71,19], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,71,17], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,71,23], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,71,11], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,71,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,71,10], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,71,22], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,71,2], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,71,13], -"xchan_8php.html":[5,0,1,123], -"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,123,0], -"xrd_8php.html":[5,0,1,124], -"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,124,0], -"xref_8php.html":[5,0,1,125], -"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,125,0], -"zfinger_8php.html":[5,0,1,126], -"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,126,0], -"zot_8php.html":[5,0,0,72], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,72,13], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,72,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,72,15], -"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,72,10], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,72,17], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,72,5], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,72,21], -"zot_8php.html#a56f3f65514e4e7f0cd117d01735aebd1":[5,0,0,72,8], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,72,26], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,72,18], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,72,0], -"zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[5,0,0,72,25], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,72,3], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,72,24], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,72,19], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,72,12], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,72,11], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,72,14], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,72,23], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,72,16], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,72,27], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,72,9], -"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,72,1], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,72,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,72,2], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,72,20], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,72,22], -"zot_8php.html#aeec89da5b6ff090c63a79de4de884a35":[5,0,0,72,6], -"zotfeed_8php.html":[5,0,1,127], -"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,127,0], -"zping_8php.html":[5,0,1,128], -"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,128,0] +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,73,8], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,73,20], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,73,5], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,73,6], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,73,14], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,73,15], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,73,3], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,73,9], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,73,21], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,73,16], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,73,12], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,73,1], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,73,18], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,73,7], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,73,4], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,73,19], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,73,17], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,73,23], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,73,11], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,73,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,73,10], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,73,22], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,73,2], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,73,13], +"xchan_8php.html":[5,0,1,124], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,124,0], +"xrd_8php.html":[5,0,1,125], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,125,0], +"xref_8php.html":[5,0,1,126], +"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,126,0], +"zfinger_8php.html":[5,0,1,127], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,127,0], +"zot_8php.html":[5,0,0,74], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,74,13], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,74,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,74,15], +"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,74,10], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,74,17], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,74,5], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,74,21], +"zot_8php.html#a56f3f65514e4e7f0cd117d01735aebd1":[5,0,0,74,8], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,74,26], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,74,18], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,74,0], +"zot_8php.html#a7b23bfb31d4491231e1e73bdc077240d":[5,0,0,74,25], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,74,3], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,74,24], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,74,19], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,74,12], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,74,11], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,74,14], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,74,23], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,74,16], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,74,27], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,74,9], +"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,74,1], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,74,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,74,2], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,74,20], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,74,22], +"zot_8php.html#aeec89da5b6ff090c63a79de4de884a35":[5,0,0,74,6], +"zotfeed_8php.html":[5,0,1,128], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,128,0], +"zping_8php.html":[5,0,1,129], +"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,129,0] }; diff --git a/doc/html/parse__url_8php.html b/doc/html/parse__url_8php.html index 7dc41c44c..6cf112ea3 100644 --- a/doc/html/parse__url_8php.html +++ b/doc/html/parse__url_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('parse__url_8php.html','');}); - + @@ -153,7 +153,7 @@ Functions

    Functions

    if(!function_exists('deletenode')) completeurl ($url, $scheme)
    if(!function_exists('deletenode')) completeurl ($url, $scheme)
     
     parseurl_getsiteinfo ($url)
     
    - + diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index cc75df8b1..345b5c4fa 100644 --- a/doc/html/php2po_8php.html +++ b/doc/html/php2po_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('php2po_8php.html','');});
    if (!function_exists('deletenode')) completeurl if (!function_exists('deletenode')) completeurl (   $url,
    - + @@ -168,7 +168,7 @@ Variables

    Variables

    if(!class_exists('App')) if($argc!=2) $phpfile = $argv[1]
    if(!class_exists('App')) if($argc!=2) $phpfile = $argv[1]
     
     $pofile = dirname($phpfile)."/messages.po"
     
    -

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

    +

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

    @@ -191,7 +191,7 @@ Variables
    - +
    if (!class_exists('App')) if ($argc!=2) $phpfile = $argv[1]if (!class_exists('App')) if ($argc!=2) $phpfile = $argv[1]
    diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index 876ea1a88..4df6f635b 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables

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

    -

    Referenced by api_call(), api_user(), attach_mkdir(), attach_store(), blocks_content(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), feed_init(), filestorage_content(), fix_attached_file_permissions(), fix_system_urls(), get_feed_for(), get_public_feed(), handle_tag(), home_init(), RedBrowser\htmlActionsPanel(), import_post(), invite_content(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_post(), profperm_init(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_chatroom_list(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

    +

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

    diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index dda7d0fea..1f7f705ee 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -691,7 +691,7 @@ Functions diff --git a/doc/html/redbasic_2php_2style_8php.html b/doc/html/redbasic_2php_2style_8php.html index e816fa304..7233c03f7 100644 --- a/doc/html/redbasic_2php_2style_8php.html +++ b/doc/html/redbasic_2php_2style_8php.html @@ -112,48 +112,6 @@ $(document).ready(function(){initNavTree('redbasic_2php_2style_8php.html','');}) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -162,62 +120,12 @@ Variables - +

    Variables

     $uid = get_theme_uid()
     
     if ($uid) load_pconfig($uid
     
     $nav_colour = get_pconfig($uid, "redbasic", "nav_colour")
     
     $banner_colour = get_pconfig($uid,'redbasic','banner_colour')
     
     $schema = get_pconfig($uid,'redbasic','schema')
     
     $bgcolour = get_pconfig($uid, "redbasic", "background_colour")
     
     $background_image = get_pconfig($uid, "redbasic", "background_image")
     
     $toolicon_colour = get_pconfig($uid,'redbasic','toolicon_colour')
     
     $toolicon_activecolour = get_pconfig($uid,'redbasic','toolicon_activecolour')
     
     $item_colour = get_pconfig($uid, "redbasic", "item_colour")
     
     $item_opacity = get_pconfig($uid, "redbasic", "item_opacity")
     
     $body_font_size = get_pconfig($uid, "redbasic", "body_font_size")
     
     $font_size = get_pconfig($uid, "redbasic", "font_size")
     
     $font_colour = get_pconfig($uid, "redbasic", "font_colour")
     
     $radius = get_pconfig($uid, "redbasic", "radius")
     
     $shadow = get_pconfig($uid,"redbasic","photo_shadow")
     
     $converse_width =get_pconfig($uid,"redbasic","converse_width")
     
     $nav_min_opacity =get_pconfig($uid,'redbasic','nav_min_opacity')
     
     $sloppy_photos =get_pconfig($uid,'redbasic','sloppy_photos')
     
     $top_photo =get_pconfig($uid,'redbasic','top_photo')
     
     $reply_photo =get_pconfig($uid,'redbasic','reply_photo')
     
     $pmenu_top = intval($top_photo) - 16 . 'px'
     
     $wwtop = intval($top_photo) - 15 . 'px'
     
     $pmenu_reply = intval($reply_photo) - 16 . 'px'
     
    if($nav_min_opacity===false||$nav_min_opacity=== '') else
    if($nav_min_opacity===false||$nav_min_opacity=== '') else
     
     $nav_percent_min_opacity = (int) 100 * $nav_min_opacity
     

    Variable Documentation

    - -
    -
    - - - - -
    $background_image = get_pconfig($uid, "redbasic", "background_image")
    -
    - -
    -
    - -
    -
    - - - - -
    $banner_colour = get_pconfig($uid,'redbasic','banner_colour')
    -
    - -
    -
    - -
    -
    - - - - -
    $bgcolour = get_pconfig($uid, "redbasic", "background_colour")
    -
    - -

    Referenced by apw_form(), and theme_content().

    - -
    -
    - -
    -
    - - - - -
    $body_font_size = get_pconfig($uid, "redbasic", "body_font_size")
    -
    - -
    -
    @@ -228,96 +136,6 @@ Variables
    -
    -
    - -
    -
    - - - - -
    $converse_width =get_pconfig($uid,"redbasic","converse_width")
    -
    - -
    -
    - -
    -
    - - - - -
    $font_colour = get_pconfig($uid, "redbasic", "font_colour")
    -
    - -

    Referenced by apw_form(), and theme_content().

    - -
    -
    - -
    -
    - - - - -
    $font_size = get_pconfig($uid, "redbasic", "font_size")
    -
    - -

    Referenced by apw_form(), and theme_content().

    - -
    -
    - -
    -
    - - - - -
    $item_colour = get_pconfig($uid, "redbasic", "item_colour")
    -
    - -

    Referenced by apw_form(), and theme_content().

    - -
    -
    - -
    -
    - - - - -
    $item_opacity = get_pconfig($uid, "redbasic", "item_opacity")
    -
    - -
    -
    - -
    -
    - - - - -
    $nav_colour = get_pconfig($uid, "redbasic", "nav_colour")
    -
    - -
    -
    - -
    -
    - - - - -
    $nav_min_opacity =get_pconfig($uid,'redbasic','nav_min_opacity')
    -
    -
    @@ -354,118 +172,6 @@ Variables
    -
    - - -
    -
    - - - - -
    $radius = get_pconfig($uid, "redbasic", "radius")
    -
    - -

    Referenced by apw_form(), and theme_content().

    - -
    -
    - -
    -
    - - - - -
    $reply_photo =get_pconfig($uid,'redbasic','reply_photo')
    -
    - -
    -
    - -
    -
    - - - - -
    $schema = get_pconfig($uid,'redbasic','schema')
    -
    - -

    Referenced by apw_form(), and theme_content().

    - -
    -
    - -
    -
    - - - - -
    $shadow = get_pconfig($uid,"redbasic","photo_shadow")
    -
    - -
    -
    - -
    -
    - - - - -
    $sloppy_photos =get_pconfig($uid,'redbasic','sloppy_photos')
    -
    - -
    -
    - -
    -
    - - - - -
    $toolicon_activecolour = get_pconfig($uid,'redbasic','toolicon_activecolour')
    -
    - -
    -
    - -
    -
    - - - - -
    $toolicon_colour = get_pconfig($uid,'redbasic','toolicon_colour')
    -
    - -
    -
    - -
    -
    - - - - -
    $top_photo =get_pconfig($uid,'redbasic','top_photo')
    -
    - -
    -
    - -
    -
    - - - - -
    $uid = get_theme_uid()
    -
    -
    @@ -485,25 +191,13 @@ Variables
    - +
    if ($nav_min_opacity===false||$nav_min_opacity=== '') elseif ($nav_min_opacity===false||$nav_min_opacity=== '') else
    Initial value:
    {
    -
    $nav_float_min_opacity = (float) $nav_min_opacity
    +
    $nav_float_min_opacity = (float) $nav_min_opacity
    -
    - - -
    -
    - - - - -
    if($uid) load_pconfig($uid
    -
    -
    diff --git a/doc/html/redbasic_2php_2style_8php.js b/doc/html/redbasic_2php_2style_8php.js index c5e370461..4e9032b97 100644 --- a/doc/html/redbasic_2php_2style_8php.js +++ b/doc/html/redbasic_2php_2style_8php.js @@ -1,30 +1,9 @@ var redbasic_2php_2style_8php = [ - [ "$background_image", "redbasic_2php_2style_8php.html#a339624aeef6604a2f00209a3962c6e1c", null ], - [ "$banner_colour", "redbasic_2php_2style_8php.html#ae587aa6949ab6e4aa77a591e60f67ee0", null ], - [ "$bgcolour", "redbasic_2php_2style_8php.html#a0bdce350cf14bac44976e786d1be6574", null ], - [ "$body_font_size", "redbasic_2php_2style_8php.html#ad78cb8a1793834626d73aca22a1501f8", null ], [ "$comment_indent", "redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27", null ], - [ "$converse_width", "redbasic_2php_2style_8php.html#a0cb037986e32302685d4f580dedd6473", null ], - [ "$font_colour", "redbasic_2php_2style_8php.html#a68e3ff836ec87ae1370c9f4a12c21c6b", null ], - [ "$font_size", "redbasic_2php_2style_8php.html#afcbcf57d0b90d2e4226c2e8a1171befc", null ], - [ "$item_colour", "redbasic_2php_2style_8php.html#a27cb59bbc750341f448cd0c298a7ea16", null ], - [ "$item_opacity", "redbasic_2php_2style_8php.html#a136b0a2cdeb37f3fa506d28f82dcdbf8", null ], - [ "$nav_colour", "redbasic_2php_2style_8php.html#a8fdd5874587a9ad86fb05ed0be265649", null ], - [ "$nav_min_opacity", "redbasic_2php_2style_8php.html#ab5ec5703848e0132f8a8f3d3a53a58e1", null ], [ "$nav_percent_min_opacity", "redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c", null ], [ "$pmenu_reply", "redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c", null ], [ "$pmenu_top", "redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158", null ], - [ "$radius", "redbasic_2php_2style_8php.html#a6502bedd57105ad1fb2dee2be9cf6351", null ], - [ "$reply_photo", "redbasic_2php_2style_8php.html#a0b070f2c9140a7a12a0b1f88601a29e4", null ], - [ "$schema", "redbasic_2php_2style_8php.html#a83022b1d70799d2bde3d64dca9cb40ee", null ], - [ "$shadow", "redbasic_2php_2style_8php.html#ab00dfc29448b183055d2ae61a0e1874a", null ], - [ "$sloppy_photos", "redbasic_2php_2style_8php.html#a6ffadaf926b41ad84c30da319011e9ad", null ], - [ "$toolicon_activecolour", "redbasic_2php_2style_8php.html#acfd00ec469ca3c5e8bfac787573093f3", null ], - [ "$toolicon_colour", "redbasic_2php_2style_8php.html#a4161f6b8aa923f67e53f54dfb6554cdb", null ], - [ "$top_photo", "redbasic_2php_2style_8php.html#a810142b4bdd35a1d377ab279b02b47eb", null ], - [ "$uid", "redbasic_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a", null ], [ "$wwtop", "redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d", null ], - [ "else", "redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459", null ], - [ "if", "redbasic_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a", null ] + [ "else", "redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459", null ] ]; \ No newline at end of file diff --git a/doc/html/search/all_24.js b/doc/html/search/all_24.js index f52fc6283..d2a44072d 100644 --- a/doc/html/search/all_24.js +++ b/doc/html/search/all_24.js @@ -10,11 +10,7 @@ var searchData= ['_24arr',['$arr',['../extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb',1,'extract.php']]], ['_24aside',['$aside',['../minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf',1,'minimalisticdarkness.php']]], ['_24auth',['$auth',['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()'],['../classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35',1,'RedBrowser\$auth()']]], - ['_24background_5fimage',['$background_image',['../redbasic_2php_2style_8php.html#a339624aeef6604a2f00209a3962c6e1c',1,'style.php']]], - ['_24banner_5fcolour',['$banner_colour',['../redbasic_2php_2style_8php.html#ae587aa6949ab6e4aa77a591e60f67ee0',1,'style.php']]], ['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]], - ['_24bgcolour',['$bgcolour',['../redbasic_2php_2style_8php.html#a0bdce350cf14bac44976e786d1be6574',1,'style.php']]], - ['_24body_5ffont_5fsize',['$body_font_size',['../redbasic_2php_2style_8php.html#ad78cb8a1793834626d73aca22a1501f8',1,'style.php']]], ['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]], ['_24browser',['$browser',['../classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e',1,'RedBasicAuth']]], ['_24cached_5fprofile_5fimage',['$cached_profile_image',['../classApp.html#abe0e4fa91097f7a6588e1213a834121c',1,'App']]], @@ -38,7 +34,6 @@ var searchData= ['_24contacts',['$contacts',['../classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2',1,'App']]], ['_24content',['$content',['../classApp.html#ac1d80a14492acc932715d54567d8a589',1,'App']]], ['_24conversation',['$conversation',['../classItem.html#a007424e3e3171dcfb4312a02161da6cd',1,'Item']]], - ['_24converse_5fwidth',['$converse_width',['../redbasic_2php_2style_8php.html#a0cb037986e32302685d4f580dedd6473',1,'style.php']]], ['_24css_5fsources',['$css_sources',['../classApp.html#a6f55d087e1ff4710132c1b0863faa2ee',1,'App']]], ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]], ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]], @@ -56,8 +51,6 @@ var searchData= ['_24filename',['$filename',['../classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690',1,'FriendicaSmarty']]], ['_24files',['$files',['../extract_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): extract.php'],['../tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149',1,'$files(): tpldebug.php'],['../typo_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): typo.php']]], ['_24folder_5fhash',['$folder_hash',['../classRedDirectory.html#aa10254abf177bb2a0e4a88495725e09b',1,'RedDirectory']]], - ['_24font_5fcolour',['$font_colour',['../redbasic_2php_2style_8php.html#a68e3ff836ec87ae1370c9f4a12c21c6b',1,'style.php']]], - ['_24font_5fsize',['$font_size',['../redbasic_2php_2style_8php.html#afcbcf57d0b90d2e4226c2e8a1171befc',1,'style.php']]], ['_24force_5fmax_5fitems',['$force_max_items',['../classApp.html#ae3f47830543d0d902f66913def8db66b',1,'App']]], ['_24gc_5fprobability',['$gc_probability',['../session_8php.html#a96b09cc763572f45280786a7b33feb7e',1,'session.php']]], ['_24groups',['$groups',['../classApp.html#ac6e6b1c7d6df408580ff79977fcfa656',1,'App']]], @@ -71,10 +64,9 @@ var searchData= ['_24image',['$image',['../classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55',1,'photo_driver']]], ['_24infile',['$infile',['../php2po_8php.html#a61f8ddeb5557d46ebc546cc355bda214',1,'php2po.php']]], ['_24ink',['$ink',['../php2po_8php.html#a6b0b8ebd9ce811d1325ef2c129443bc0',1,'php2po.php']]], + ['_24install',['$install',['../classApp.html#a576ecb1c5b4a283221e6f2f0ec248251',1,'App']]], ['_24install_5fwizard_5fpass',['$install_wizard_pass',['../setup_8php.html#addb24714bc2542aa4f4215e98fe48432',1,'setup.php']]], ['_24interactive',['$interactive',['../classApp.html#a4c7cfc62d39508086cf300dc2e39c4df',1,'App']]], - ['_24item_5fcolour',['$item_colour',['../redbasic_2php_2style_8php.html#a27cb59bbc750341f448cd0c298a7ea16',1,'style.php']]], - ['_24item_5fopacity',['$item_opacity',['../redbasic_2php_2style_8php.html#a136b0a2cdeb37f3fa506d28f82dcdbf8',1,'style.php']]], ['_24itemfloat',['$itemfloat',['../minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b',1,'minimalisticdarkness.php']]], ['_24js_5fsources',['$js_sources',['../classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d',1,'App']]], ['_24k',['$k',['../php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178',1,'php2po.php']]], @@ -87,8 +79,6 @@ var searchData= ['_24module',['$module',['../classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d',1,'App']]], ['_24module_5floaded',['$module_loaded',['../classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165',1,'App']]], ['_24name',['$name',['../classFriendicaSmartyEngine.html#aaba6a42101bc9ae32e36b7fa2e243f02',1,'FriendicaSmartyEngine\$name()'],['../classRedFile.html#acc48c05cd5a70951cb3c615ad84f03ba',1,'RedFile\$name()'],['../classTemplate.html#a6eb301a51cc94d8b94f4548fbad85eae',1,'Template\$name()']]], - ['_24nav_5fcolour',['$nav_colour',['../redbasic_2php_2style_8php.html#a8fdd5874587a9ad86fb05ed0be265649',1,'style.php']]], - ['_24nav_5fmin_5fopacity',['$nav_min_opacity',['../redbasic_2php_2style_8php.html#ab5ec5703848e0132f8a8f3d3a53a58e1',1,'style.php']]], ['_24nav_5fpercent_5fmin_5fopacity',['$nav_percent_min_opacity',['../redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c',1,'style.php']]], ['_24nav_5fsel',['$nav_sel',['../classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c',1,'App']]], ['_24needed',['$needed',['../docblox__errorchecker_8php.html#a852004caba0a34390297a079f4aaac73',1,'docblox_errorchecker.php']]], @@ -122,24 +112,19 @@ var searchData= ['_24profile_5fuid',['$profile_uid',['../classApp.html#a08c24d6a6fc52fcc784b0f765f13b820',1,'App']]], ['_24query_5fstring',['$query_string',['../classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f',1,'App']]], ['_24r',['$r',['../classTemplate.html#aac9a4638f11271e1b1dcc9f247242718',1,'Template']]], - ['_24radius',['$radius',['../redbasic_2php_2style_8php.html#a6502bedd57105ad1fb2dee2be9cf6351',1,'style.php']]], ['_24rdelim',['$rdelim',['../classApp.html#a244b2d53b21be269aad2269d23192f95',1,'App']]], ['_24red_5fpath',['$red_path',['../classRedDirectory.html#acb32b8df27538c57772824a745e751d7',1,'RedDirectory']]], ['_24redirect_5furl',['$redirect_url',['../classItem.html#a5b561415861f5b89b0733aacfe0428d1',1,'Item']]], ['_24replace',['$replace',['../classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10',1,'Template']]], - ['_24reply_5fphoto',['$reply_photo',['../redbasic_2php_2style_8php.html#a0b070f2c9140a7a12a0b1f88601a29e4',1,'style.php']]], ['_24res',['$res',['../docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5',1,'docblox_errorchecker.php']]], ['_24root_5fdir',['$root_dir',['../classRedDirectory.html#ad87c514a307ec97ba0f1372e9bcfa6a4',1,'RedDirectory']]], ['_24s',['$s',['../extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634',1,'extract.php']]], - ['_24schema',['$schema',['../redbasic_2php_2style_8php.html#a83022b1d70799d2bde3d64dca9cb40ee',1,'style.php']]], ['_24scheme',['$scheme',['../classApp.html#ad082d63acc078e5bf23825a03bdd6a76',1,'App']]], ['_24search',['$search',['../classTemplate.html#a317d535946dc065c35dd5cd38380e6c6',1,'Template']]], ['_24sectionleft',['$sectionleft',['../minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead',1,'minimalisticdarkness.php']]], ['_24sectionwidth',['$sectionwidth',['../minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f',1,'minimalisticdarkness.php']]], ['_24session_5fexists',['$session_exists',['../session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb',1,'session.php']]], ['_24session_5fexpire',['$session_expire',['../session_8php.html#af0100a2642a5268594bbd5742a03d885',1,'session.php']]], - ['_24shadow',['$shadow',['../redbasic_2php_2style_8php.html#ab00dfc29448b183055d2ae61a0e1874a',1,'style.php']]], - ['_24sloppy_5fphotos',['$sloppy_photos',['../redbasic_2php_2style_8php.html#a6ffadaf926b41ad84c30da319011e9ad',1,'style.php']]], ['_24sourcename',['$sourcename',['../classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11',1,'App']]], ['_24stack',['$stack',['../classTemplate.html#a6f0efc256688c36110180b501067ff11',1,'Template']]], ['_24str',['$str',['../typohelper_8php.html#a7542d95618011800c61773127fa625cf',1,'typohelper.php']]], @@ -153,13 +138,10 @@ var searchData= ['_24threaded',['$threaded',['../classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2',1,'Item']]], ['_24threads',['$threads',['../classConversation.html#a41f4a549e6a99f98935c4742addd22c8',1,'Conversation']]], ['_24timezone',['$timezone',['../classApp.html#ab35b01a366a2ea95725e97af278f87ab',1,'App\$timezone()'],['../classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47',1,'RedBasicAuth\$timezone()']]], - ['_24toolicon_5factivecolour',['$toolicon_activecolour',['../redbasic_2php_2style_8php.html#acfd00ec469ca3c5e8bfac787573093f3',1,'style.php']]], - ['_24toolicon_5fcolour',['$toolicon_colour',['../redbasic_2php_2style_8php.html#a4161f6b8aa923f67e53f54dfb6554cdb',1,'style.php']]], - ['_24top_5fphoto',['$top_photo',['../redbasic_2php_2style_8php.html#a810142b4bdd35a1d377ab279b02b47eb',1,'style.php']]], ['_24toplevel',['$toplevel',['../classItem.html#a5cfa6cf964f433a917a81cab079ff9d8',1,'Item']]], ['_24type',['$type',['../classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03',1,'photo_driver']]], ['_24types',['$types',['../classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03',1,'photo_driver']]], - ['_24uid',['$uid',['../apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a',1,'$uid(): style.php'],['../redbasic_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a',1,'$uid(): style.php']]], + ['_24uid',['$uid',['../apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a',1,'style.php']]], ['_24user',['$user',['../classApp.html#a91fd3c8b89016113b05f3be24805ccff',1,'App']]], ['_24valid',['$valid',['../classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9',1,'photo_driver']]], ['_24videoheight',['$videoheight',['../classApp.html#a56b1a432c96aef8b1971f779c9d93c8c',1,'App']]], diff --git a/doc/html/search/all_62.js b/doc/html/search/all_62.js index 31549e04d..c7bfb5bb9 100644 --- a/doc/html/search/all_62.js +++ b/doc/html/search/all_62.js @@ -9,6 +9,7 @@ var searchData= ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], ['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]], ['bb_5fqr',['bb_qr',['../bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c',1,'bbcode.php']]], + ['bb_5fsanitize_5fstyle',['bb_sanitize_style',['../bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e',1,'bbcode.php']]], ['bb_5fshareattributes',['bb_ShareAttributes',['../bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a',1,'bbcode.php']]], ['bb_5fshareattributessimple',['bb_ShareAttributesSimple',['../bbcode_8php.html#a2be26414a367118143cc89e2d58e7377',1,'bbcode.php']]], ['bb_5fspacefy',['bb_spacefy',['../bbcode_8php.html#a8911e027907820df3db03b4f76724b50',1,'bbcode.php']]], @@ -28,6 +29,11 @@ var searchData= ['blogtheme_5fdisplay_5fitem',['blogtheme_display_item',['../blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5',1,'theme.php']]], ['blogtheme_5fform',['blogtheme_form',['../view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php']]], ['blogtheme_5fimgurl',['blogtheme_imgurl',['../blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec',1,'theme.php']]], + ['bookmark_5fadd',['bookmark_add',['../include_2bookmarks_8php.html#a88ce7dee6a3dc7465aa9b8eaa45b0087',1,'bookmarks.php']]], + ['bookmarks_2ephp',['bookmarks.php',['../include_2bookmarks_8php.html',1,'']]], + ['bookmarks_2ephp',['bookmarks.php',['../mod_2bookmarks_8php.html',1,'']]], + ['bookmarks_5fcontent',['bookmarks_content',['../mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a',1,'bookmarks.php']]], + ['bookmarks_5finit',['bookmarks_init',['../mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3',1,'bookmarks.php']]], ['boot_2ephp',['boot.php',['../boot_8php.html',1,'']]], ['breaklines',['breaklines',['../html2plain_8php.html#a3214912e3d00cf0a948072daccf16740',1,'html2plain.php']]], ['build_5fpagehead',['build_pagehead',['../classApp.html#a08f0537964d98958d218066364cff785',1,'App']]], diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index fdbda8062..92ca30551 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -2,7 +2,6 @@ var searchData= [ ['gen_5ftoken',['gen_token',['../classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819',1,'FKOAuthDataStore']]], ['gender_5fselector',['gender_selector',['../profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355',1,'profile_selectors.php']]], - ['generate_5fuser_5fguid',['generate_user_guid',['../text_8php.html#ae4f6881d7e13623f8eded6277595112a',1,'text.php']]], ['generatedirectoryindex',['generateDirectoryIndex',['../classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e',1,'RedBrowser']]], ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535',1,'RedFile\get()']]], ['get_5faccount',['get_account',['../classApp.html#a08bc87aff64f39fbc084e9d6545cee4d',1,'App']]], @@ -88,6 +87,7 @@ var searchData= ['get_5fthings',['get_things',['../taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de',1,'taxonomy.php']]], ['get_5fthread',['get_thread',['../classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8',1,'Conversation']]], ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], + ['get_5fwords',['get_words',['../spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6',1,'spam.php']]], ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e',1,'config.php']]], ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index c00bab0c3..0a93cba40 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -4,7 +4,7 @@ var searchData= ['identity_5fbasic_5fexport',['identity_basic_export',['../identity_8php.html#a3570a4eb77332b292d394c4132cb8f03',1,'identity.php']]], ['identity_5fcheck_5fservice_5fclass',['identity_check_service_class',['../identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633',1,'identity.php']]], ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], - ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../apw_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a',1,'if(): style.php'],['../redbasic_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a',1,'if(): style.php']]], + ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../apw_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a',1,'if(): style.php']]], ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['import_5fauthor_5fxchan',['import_author_xchan',['../items_8php.html#ae73794179b62d39bb597ff670ab1c1e5',1,'items.php']]], @@ -37,6 +37,7 @@ var searchData= ['is_5fvalid',['is_valid',['../classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab',1,'photo_driver']]], ['is_5fvisiting',['is_visiting',['../classItem.html#a97c7feeea7f26a73176cb19faa455e12',1,'Item']]], ['is_5fwall_5fto_5fwall',['is_wall_to_wall',['../classItem.html#aabf87ded59c25b5fe2b2296678e70509',1,'Item']]], + ['is_5fwindows',['is_windows',['../boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08',1,'boot.php']]], ['is_5fwritable',['is_writable',['../classConversation.html#a5879199008b96bee7550b576d614e1c1',1,'Conversation']]], ['item',['Item',['../classItem.html',1,'']]], ['item_2ephp',['item.php',['../item_8php.html',1,'']]], diff --git a/doc/html/search/all_6d.js b/doc/html/search/all_6d.js index 00f9338c1..653217ff9 100644 --- a/doc/html/search/all_6d.js +++ b/doc/html/search/all_6d.js @@ -39,7 +39,7 @@ var searchData= ['menu_5ffetch_5fid',['menu_fetch_id',['../include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7',1,'menu.php']]], ['menu_5fitem_5fnewwin',['MENU_ITEM_NEWWIN',['../boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5',1,'boot.php']]], ['menu_5fitem_5fzid',['MENU_ITEM_ZID',['../boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53',1,'boot.php']]], - ['menu_5flist',['menu_list',['../include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10',1,'menu.php']]], + ['menu_5flist',['menu_list',['../include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d',1,'menu.php']]], ['menu_5fpost',['menu_post',['../mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393',1,'menu.php']]], ['menu_5frender',['menu_render',['../include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e',1,'menu.php']]], ['menu_5fsystem',['MENU_SYSTEM',['../boot_8php.html#a718a801b0be6cbaef5e519516da12721',1,'boot.php']]], diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js index 6dfd8d4fc..70b96f018 100644 --- a/doc/html/search/all_6e.js +++ b/doc/html/search/all_6e.js @@ -55,7 +55,6 @@ var searchData= ['node2bbcodesub',['node2bbcodesub',['../html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7',1,'html2bbcode.php']]], ['none_2ephp',['none.php',['../none_8php.html',1,'']]], ['normalise_5flink',['normalise_link',['../text_8php.html#a4bbb7d00c05cd20b4e043424f322388f',1,'text.php']]], - ['normalise_5fopenid',['normalise_openid',['../text_8php.html#adba17ec946f4285285dc100f7860bf51',1,'text.php']]], ['notags',['notags',['../text_8php.html#a1af49756c8c71902a66c7e329c462beb',1,'text.php']]], ['notes_2ephp',['notes.php',['../notes_8php.html',1,'']]], ['notes_5finit',['notes_init',['../notes_8php.html#a4dbd7b1f906440746af48b484d66535a',1,'notes.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index bc60353db..fd3a679b1 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -29,6 +29,7 @@ var searchData= ['permissions_2ephp',['permissions.php',['../permissions_8php.html',1,'']]], ['permissions_5fsql',['permissions_sql',['../security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f',1,'security.php']]], ['perms2str',['perms2str',['../text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee',1,'text.php']]], + ['perms_5fa_5fbookmark',['PERMS_A_BOOKMARK',['../boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b',1,'boot.php']]], ['perms_5fa_5fdelegate',['PERMS_A_DELEGATE',['../boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b',1,'boot.php']]], ['perms_5fa_5frepublish',['PERMS_A_REPUBLISH',['../boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead',1,'boot.php']]], ['perms_5fcontacts',['PERMS_CONTACTS',['../boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6',1,'boot.php']]], diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index 9aa06121e..667adaca0 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -72,7 +72,8 @@ var searchData= ['siteinfo_5finit',['siteinfo_init',['../siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0',1,'siteinfo.php']]], ['sitelist_2ephp',['sitelist.php',['../sitelist_8php.html',1,'']]], ['sitelist_5finit',['sitelist_init',['../sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1',1,'sitelist.php']]], - ['smile_5fencode',['smile_encode',['../text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6',1,'text.php']]], + ['smile_5fshield',['smile_shield',['../text_8php.html#a10dde167249ed5abf190a7a0986878ea',1,'text.php']]], + ['smile_5funshield',['smile_unshield',['../text_8php.html#a273156a6f5cddc6652ad656821cd5805',1,'text.php']]], ['smilies',['smilies',['../text_8php.html#a3d225b253bb9e0f2498c11647d927b0b',1,'text.php']]], ['smilies_2ephp',['smilies.php',['../smilies_8php.html',1,'']]], ['smilies_5fcontent',['smilies_content',['../smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f',1,'smilies.php']]], @@ -85,6 +86,7 @@ var searchData= ['sources_2ephp',['sources.php',['../sources_8php.html',1,'']]], ['sources_5fcontent',['sources_content',['../sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7',1,'sources.php']]], ['sources_5fpost',['sources_post',['../sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e',1,'sources.php']]], + ['spam_2ephp',['spam.php',['../spam_8php.html',1,'']]], ['ssl_5fpolicy_5ffull',['SSL_POLICY_FULL',['../boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc',1,'boot.php']]], ['ssl_5fpolicy_5fnone',['SSL_POLICY_NONE',['../boot_8php.html#af86c651547aa8f9e549ee40a09455549',1,'boot.php']]], ['ssl_5fpolicy_5fselfsign',['SSL_POLICY_SELFSIGN',['../boot_8php.html#adca48aee78465ae3064ca4432c0d87b5',1,'boot.php']]], @@ -101,6 +103,7 @@ var searchData= ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809',1,'security.php']]], ['stream_5fperms_5fxchans',['stream_perms_xchans',['../security_8php.html#a15e0f8f511cc06192db63387f97238b3',1,'security.php']]], ['string_5fplural_5fselect_5fdefault',['string_plural_select_default',['../language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0',1,'language.php']]], + ['string_5fsplitter',['string_splitter',['../spam_8php.html#a05861201147b9a538d006f0269255cf9',1,'spam.php']]], ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], diff --git a/doc/html/search/all_74.js b/doc/html/search/all_74.js index 2d4d9c169..c61b08f93 100644 --- a/doc/html/search/all_74.js +++ b/doc/html/search/all_74.js @@ -16,6 +16,7 @@ var searchData= ['template_5fescape',['template_escape',['../template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5',1,'template_processor.php']]], ['template_5fprocessor_2ephp',['template_processor.php',['../template__processor_8php.html',1,'']]], ['template_5funescape',['template_unescape',['../template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e',1,'template_processor.php']]], + ['term_5fbookmark',['TERM_BOOKMARK',['../boot_8php.html#a115faf8797718c3165498abbd6895843',1,'boot.php']]], ['term_5fcategory',['TERM_CATEGORY',['../boot_8php.html#af33d1b2e98a1e21af672005525d46dfe',1,'boot.php']]], ['term_5ffile',['TERM_FILE',['../boot_8php.html#afb97615e985a013799839b68b99018d7',1,'boot.php']]], ['term_5fhashtag',['TERM_HASHTAG',['../boot_8php.html#a2750985ec445617d7e82ae3098c91e3f',1,'boot.php']]], diff --git a/doc/html/search/files_62.js b/doc/html/search/files_62.js index 693ae9abd..69f28de1d 100644 --- a/doc/html/search/files_62.js +++ b/doc/html/search/files_62.js @@ -4,5 +4,7 @@ var searchData= ['bb2diaspora_2ephp',['bb2diaspora.php',['../bb2diaspora_8php.html',1,'']]], ['bbcode_2ephp',['bbcode.php',['../bbcode_8php.html',1,'']]], ['blocks_2ephp',['blocks.php',['../blocks_8php.html',1,'']]], + ['bookmarks_2ephp',['bookmarks.php',['../mod_2bookmarks_8php.html',1,'']]], + ['bookmarks_2ephp',['bookmarks.php',['../include_2bookmarks_8php.html',1,'']]], ['boot_2ephp',['boot.php',['../boot_8php.html',1,'']]] ]; diff --git a/doc/html/search/files_73.js b/doc/html/search/files_73.js index f43a68f92..8bf6bc0d3 100644 --- a/doc/html/search/files_73.js +++ b/doc/html/search/files_73.js @@ -12,6 +12,7 @@ var searchData= ['smilies_2ephp',['smilies.php',['../smilies_8php.html',1,'']]], ['socgraph_2ephp',['socgraph.php',['../socgraph_8php.html',1,'']]], ['sources_2ephp',['sources.php',['../sources_8php.html',1,'']]], + ['spam_2ephp',['spam.php',['../spam_8php.html',1,'']]], ['sslify_2ephp',['sslify.php',['../sslify_8php.html',1,'']]], ['starred_2ephp',['starred.php',['../starred_8php.html',1,'']]], ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], diff --git a/doc/html/search/functions_62.js b/doc/html/search/functions_62.js index d28b1f6c4..3675c92a6 100644 --- a/doc/html/search/functions_62.js +++ b/doc/html/search/functions_62.js @@ -6,6 +6,7 @@ var searchData= ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], ['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]], ['bb_5fqr',['bb_qr',['../bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c',1,'bbcode.php']]], + ['bb_5fsanitize_5fstyle',['bb_sanitize_style',['../bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e',1,'bbcode.php']]], ['bb_5fshareattributes',['bb_ShareAttributes',['../bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a',1,'bbcode.php']]], ['bb_5fshareattributessimple',['bb_ShareAttributesSimple',['../bbcode_8php.html#a2be26414a367118143cc89e2d58e7377',1,'bbcode.php']]], ['bb_5fspacefy',['bb_spacefy',['../bbcode_8php.html#a8911e027907820df3db03b4f76724b50',1,'bbcode.php']]], @@ -23,6 +24,9 @@ var searchData= ['blogtheme_5fdisplay_5fitem',['blogtheme_display_item',['../blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5',1,'theme.php']]], ['blogtheme_5fform',['blogtheme_form',['../view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27',1,'blogtheme_form(&$a, $headimg, $headimghome): config.php']]], ['blogtheme_5fimgurl',['blogtheme_imgurl',['../blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec',1,'theme.php']]], + ['bookmark_5fadd',['bookmark_add',['../include_2bookmarks_8php.html#a88ce7dee6a3dc7465aa9b8eaa45b0087',1,'bookmarks.php']]], + ['bookmarks_5fcontent',['bookmarks_content',['../mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a',1,'bookmarks.php']]], + ['bookmarks_5finit',['bookmarks_init',['../mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3',1,'bookmarks.php']]], ['breaklines',['breaklines',['../html2plain_8php.html#a3214912e3d00cf0a948072daccf16740',1,'html2plain.php']]], ['build_5fpagehead',['build_pagehead',['../classApp.html#a08f0537964d98958d218066364cff785',1,'App']]], ['build_5fquerystring',['build_querystring',['../boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e',1,'boot.php']]], diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index 7f2e95beb..14b22673f 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -2,7 +2,6 @@ var searchData= [ ['gen_5ftoken',['gen_token',['../classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819',1,'FKOAuthDataStore']]], ['gender_5fselector',['gender_selector',['../profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355',1,'profile_selectors.php']]], - ['generate_5fuser_5fguid',['generate_user_guid',['../text_8php.html#ae4f6881d7e13623f8eded6277595112a',1,'text.php']]], ['generatedirectoryindex',['generateDirectoryIndex',['../classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e',1,'RedBrowser']]], ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535',1,'RedFile\get()']]], ['get_5faccount',['get_account',['../classApp.html#a08bc87aff64f39fbc084e9d6545cee4d',1,'App']]], @@ -88,6 +87,7 @@ var searchData= ['get_5fthings',['get_things',['../taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de',1,'taxonomy.php']]], ['get_5fthread',['get_thread',['../classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8',1,'Conversation']]], ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], + ['get_5fwords',['get_words',['../spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6',1,'spam.php']]], ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e',1,'config.php']]], ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], diff --git a/doc/html/search/functions_69.js b/doc/html/search/functions_69.js index e50061ae5..2c38ca37c 100644 --- a/doc/html/search/functions_69.js +++ b/doc/html/search/functions_69.js @@ -33,6 +33,7 @@ var searchData= ['is_5fvalid',['is_valid',['../classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab',1,'photo_driver']]], ['is_5fvisiting',['is_visiting',['../classItem.html#a97c7feeea7f26a73176cb19faa455e12',1,'Item']]], ['is_5fwall_5fto_5fwall',['is_wall_to_wall',['../classItem.html#aabf87ded59c25b5fe2b2296678e70509',1,'Item']]], + ['is_5fwindows',['is_windows',['../boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08',1,'boot.php']]], ['is_5fwritable',['is_writable',['../classConversation.html#a5879199008b96bee7550b576d614e1c1',1,'Conversation']]], ['item_5fcheck_5fservice_5fclass',['item_check_service_class',['../item_8php.html#a5b1b36cb301a94b38150074f0d424e74',1,'item.php']]], ['item_5fcontent',['item_content',['../item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221',1,'item.php']]], diff --git a/doc/html/search/functions_6d.js b/doc/html/search/functions_6d.js index ca6ed3181..afef9b387 100644 --- a/doc/html/search/functions_6d.js +++ b/doc/html/search/functions_6d.js @@ -22,7 +22,7 @@ var searchData= ['menu_5fedit_5fitem',['menu_edit_item',['../include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa',1,'menu.php']]], ['menu_5ffetch',['menu_fetch',['../include_2menu_8php.html#a68ebbf492470c930f652013656f9071d',1,'menu.php']]], ['menu_5ffetch_5fid',['menu_fetch_id',['../include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7',1,'menu.php']]], - ['menu_5flist',['menu_list',['../include_2menu_8php.html#a9ec50f81c81866f4c966410fa099ef10',1,'menu.php']]], + ['menu_5flist',['menu_list',['../include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d',1,'menu.php']]], ['menu_5fpost',['menu_post',['../mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393',1,'menu.php']]], ['menu_5frender',['menu_render',['../include_2menu_8php.html#a890cc6237971e15f15702e6b2e88502e',1,'menu.php']]], ['message_5fcontent',['message_content',['../mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f',1,'message.php']]], diff --git a/doc/html/search/functions_6e.js b/doc/html/search/functions_6e.js index c51d3673c..81768a60f 100644 --- a/doc/html/search/functions_6e.js +++ b/doc/html/search/functions_6e.js @@ -19,7 +19,6 @@ var searchData= ['node2bbcode',['node2bbcode',['../html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8',1,'html2bbcode.php']]], ['node2bbcodesub',['node2bbcodesub',['../html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7',1,'html2bbcode.php']]], ['normalise_5flink',['normalise_link',['../text_8php.html#a4bbb7d00c05cd20b4e043424f322388f',1,'text.php']]], - ['normalise_5fopenid',['normalise_openid',['../text_8php.html#adba17ec946f4285285dc100f7860bf51',1,'text.php']]], ['notags',['notags',['../text_8php.html#a1af49756c8c71902a66c7e329c462beb',1,'text.php']]], ['notes_5finit',['notes_init',['../notes_8php.html#a4dbd7b1f906440746af48b484d66535a',1,'notes.php']]], ['notice',['notice',['../boot_8php.html#a9255af5ae9c887520091ea04763c1a88',1,'boot.php']]], diff --git a/doc/html/search/functions_73.js b/doc/html/search/functions_73.js index d1b480134..145812409 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -63,7 +63,8 @@ var searchData= ['siteinfo_5fcontent',['siteinfo_content',['../siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656',1,'siteinfo.php']]], ['siteinfo_5finit',['siteinfo_init',['../siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0',1,'siteinfo.php']]], ['sitelist_5finit',['sitelist_init',['../sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1',1,'sitelist.php']]], - ['smile_5fencode',['smile_encode',['../text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6',1,'text.php']]], + ['smile_5fshield',['smile_shield',['../text_8php.html#a10dde167249ed5abf190a7a0986878ea',1,'text.php']]], + ['smile_5funshield',['smile_unshield',['../text_8php.html#a273156a6f5cddc6652ad656821cd5805',1,'text.php']]], ['smilies',['smilies',['../text_8php.html#a3d225b253bb9e0f2498c11647d927b0b',1,'text.php']]], ['smilies_5fcontent',['smilies_content',['../smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f',1,'smilies.php']]], ['sort_5fby_5fdate',['sort_by_date',['../event_8php.html#a018ea4484910a873a7c1eaa126de9b1a',1,'event.php']]], @@ -83,6 +84,7 @@ var searchData= ['stream_5fperms_5fapi_5fuids',['stream_perms_api_uids',['../security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809',1,'security.php']]], ['stream_5fperms_5fxchans',['stream_perms_xchans',['../security_8php.html#a15e0f8f511cc06192db63387f97238b3',1,'security.php']]], ['string_5fplural_5fselect_5fdefault',['string_plural_select_default',['../language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0',1,'language.php']]], + ['string_5fsplitter',['string_splitter',['../spam_8php.html#a05861201147b9a538d006f0269255cf9',1,'spam.php']]], ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], diff --git a/doc/html/search/variables_24.js b/doc/html/search/variables_24.js index f52fc6283..d2a44072d 100644 --- a/doc/html/search/variables_24.js +++ b/doc/html/search/variables_24.js @@ -10,11 +10,7 @@ var searchData= ['_24arr',['$arr',['../extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb',1,'extract.php']]], ['_24aside',['$aside',['../minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf',1,'minimalisticdarkness.php']]], ['_24auth',['$auth',['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()'],['../classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35',1,'RedBrowser\$auth()']]], - ['_24background_5fimage',['$background_image',['../redbasic_2php_2style_8php.html#a339624aeef6604a2f00209a3962c6e1c',1,'style.php']]], - ['_24banner_5fcolour',['$banner_colour',['../redbasic_2php_2style_8php.html#ae587aa6949ab6e4aa77a591e60f67ee0',1,'style.php']]], ['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]], - ['_24bgcolour',['$bgcolour',['../redbasic_2php_2style_8php.html#a0bdce350cf14bac44976e786d1be6574',1,'style.php']]], - ['_24body_5ffont_5fsize',['$body_font_size',['../redbasic_2php_2style_8php.html#ad78cb8a1793834626d73aca22a1501f8',1,'style.php']]], ['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]], ['_24browser',['$browser',['../classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e',1,'RedBasicAuth']]], ['_24cached_5fprofile_5fimage',['$cached_profile_image',['../classApp.html#abe0e4fa91097f7a6588e1213a834121c',1,'App']]], @@ -38,7 +34,6 @@ var searchData= ['_24contacts',['$contacts',['../classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2',1,'App']]], ['_24content',['$content',['../classApp.html#ac1d80a14492acc932715d54567d8a589',1,'App']]], ['_24conversation',['$conversation',['../classItem.html#a007424e3e3171dcfb4312a02161da6cd',1,'Item']]], - ['_24converse_5fwidth',['$converse_width',['../redbasic_2php_2style_8php.html#a0cb037986e32302685d4f580dedd6473',1,'style.php']]], ['_24css_5fsources',['$css_sources',['../classApp.html#a6f55d087e1ff4710132c1b0863faa2ee',1,'App']]], ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]], ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]], @@ -56,8 +51,6 @@ var searchData= ['_24filename',['$filename',['../classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690',1,'FriendicaSmarty']]], ['_24files',['$files',['../extract_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): extract.php'],['../tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149',1,'$files(): tpldebug.php'],['../typo_8php.html#a9590b15215a21e9b42eb546aeef79704',1,'$files(): typo.php']]], ['_24folder_5fhash',['$folder_hash',['../classRedDirectory.html#aa10254abf177bb2a0e4a88495725e09b',1,'RedDirectory']]], - ['_24font_5fcolour',['$font_colour',['../redbasic_2php_2style_8php.html#a68e3ff836ec87ae1370c9f4a12c21c6b',1,'style.php']]], - ['_24font_5fsize',['$font_size',['../redbasic_2php_2style_8php.html#afcbcf57d0b90d2e4226c2e8a1171befc',1,'style.php']]], ['_24force_5fmax_5fitems',['$force_max_items',['../classApp.html#ae3f47830543d0d902f66913def8db66b',1,'App']]], ['_24gc_5fprobability',['$gc_probability',['../session_8php.html#a96b09cc763572f45280786a7b33feb7e',1,'session.php']]], ['_24groups',['$groups',['../classApp.html#ac6e6b1c7d6df408580ff79977fcfa656',1,'App']]], @@ -71,10 +64,9 @@ var searchData= ['_24image',['$image',['../classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55',1,'photo_driver']]], ['_24infile',['$infile',['../php2po_8php.html#a61f8ddeb5557d46ebc546cc355bda214',1,'php2po.php']]], ['_24ink',['$ink',['../php2po_8php.html#a6b0b8ebd9ce811d1325ef2c129443bc0',1,'php2po.php']]], + ['_24install',['$install',['../classApp.html#a576ecb1c5b4a283221e6f2f0ec248251',1,'App']]], ['_24install_5fwizard_5fpass',['$install_wizard_pass',['../setup_8php.html#addb24714bc2542aa4f4215e98fe48432',1,'setup.php']]], ['_24interactive',['$interactive',['../classApp.html#a4c7cfc62d39508086cf300dc2e39c4df',1,'App']]], - ['_24item_5fcolour',['$item_colour',['../redbasic_2php_2style_8php.html#a27cb59bbc750341f448cd0c298a7ea16',1,'style.php']]], - ['_24item_5fopacity',['$item_opacity',['../redbasic_2php_2style_8php.html#a136b0a2cdeb37f3fa506d28f82dcdbf8',1,'style.php']]], ['_24itemfloat',['$itemfloat',['../minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b',1,'minimalisticdarkness.php']]], ['_24js_5fsources',['$js_sources',['../classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d',1,'App']]], ['_24k',['$k',['../php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178',1,'php2po.php']]], @@ -87,8 +79,6 @@ var searchData= ['_24module',['$module',['../classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d',1,'App']]], ['_24module_5floaded',['$module_loaded',['../classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165',1,'App']]], ['_24name',['$name',['../classFriendicaSmartyEngine.html#aaba6a42101bc9ae32e36b7fa2e243f02',1,'FriendicaSmartyEngine\$name()'],['../classRedFile.html#acc48c05cd5a70951cb3c615ad84f03ba',1,'RedFile\$name()'],['../classTemplate.html#a6eb301a51cc94d8b94f4548fbad85eae',1,'Template\$name()']]], - ['_24nav_5fcolour',['$nav_colour',['../redbasic_2php_2style_8php.html#a8fdd5874587a9ad86fb05ed0be265649',1,'style.php']]], - ['_24nav_5fmin_5fopacity',['$nav_min_opacity',['../redbasic_2php_2style_8php.html#ab5ec5703848e0132f8a8f3d3a53a58e1',1,'style.php']]], ['_24nav_5fpercent_5fmin_5fopacity',['$nav_percent_min_opacity',['../redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c',1,'style.php']]], ['_24nav_5fsel',['$nav_sel',['../classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c',1,'App']]], ['_24needed',['$needed',['../docblox__errorchecker_8php.html#a852004caba0a34390297a079f4aaac73',1,'docblox_errorchecker.php']]], @@ -122,24 +112,19 @@ var searchData= ['_24profile_5fuid',['$profile_uid',['../classApp.html#a08c24d6a6fc52fcc784b0f765f13b820',1,'App']]], ['_24query_5fstring',['$query_string',['../classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f',1,'App']]], ['_24r',['$r',['../classTemplate.html#aac9a4638f11271e1b1dcc9f247242718',1,'Template']]], - ['_24radius',['$radius',['../redbasic_2php_2style_8php.html#a6502bedd57105ad1fb2dee2be9cf6351',1,'style.php']]], ['_24rdelim',['$rdelim',['../classApp.html#a244b2d53b21be269aad2269d23192f95',1,'App']]], ['_24red_5fpath',['$red_path',['../classRedDirectory.html#acb32b8df27538c57772824a745e751d7',1,'RedDirectory']]], ['_24redirect_5furl',['$redirect_url',['../classItem.html#a5b561415861f5b89b0733aacfe0428d1',1,'Item']]], ['_24replace',['$replace',['../classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10',1,'Template']]], - ['_24reply_5fphoto',['$reply_photo',['../redbasic_2php_2style_8php.html#a0b070f2c9140a7a12a0b1f88601a29e4',1,'style.php']]], ['_24res',['$res',['../docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5',1,'docblox_errorchecker.php']]], ['_24root_5fdir',['$root_dir',['../classRedDirectory.html#ad87c514a307ec97ba0f1372e9bcfa6a4',1,'RedDirectory']]], ['_24s',['$s',['../extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634',1,'extract.php']]], - ['_24schema',['$schema',['../redbasic_2php_2style_8php.html#a83022b1d70799d2bde3d64dca9cb40ee',1,'style.php']]], ['_24scheme',['$scheme',['../classApp.html#ad082d63acc078e5bf23825a03bdd6a76',1,'App']]], ['_24search',['$search',['../classTemplate.html#a317d535946dc065c35dd5cd38380e6c6',1,'Template']]], ['_24sectionleft',['$sectionleft',['../minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead',1,'minimalisticdarkness.php']]], ['_24sectionwidth',['$sectionwidth',['../minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f',1,'minimalisticdarkness.php']]], ['_24session_5fexists',['$session_exists',['../session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb',1,'session.php']]], ['_24session_5fexpire',['$session_expire',['../session_8php.html#af0100a2642a5268594bbd5742a03d885',1,'session.php']]], - ['_24shadow',['$shadow',['../redbasic_2php_2style_8php.html#ab00dfc29448b183055d2ae61a0e1874a',1,'style.php']]], - ['_24sloppy_5fphotos',['$sloppy_photos',['../redbasic_2php_2style_8php.html#a6ffadaf926b41ad84c30da319011e9ad',1,'style.php']]], ['_24sourcename',['$sourcename',['../classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11',1,'App']]], ['_24stack',['$stack',['../classTemplate.html#a6f0efc256688c36110180b501067ff11',1,'Template']]], ['_24str',['$str',['../typohelper_8php.html#a7542d95618011800c61773127fa625cf',1,'typohelper.php']]], @@ -153,13 +138,10 @@ var searchData= ['_24threaded',['$threaded',['../classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2',1,'Item']]], ['_24threads',['$threads',['../classConversation.html#a41f4a549e6a99f98935c4742addd22c8',1,'Conversation']]], ['_24timezone',['$timezone',['../classApp.html#ab35b01a366a2ea95725e97af278f87ab',1,'App\$timezone()'],['../classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47',1,'RedBasicAuth\$timezone()']]], - ['_24toolicon_5factivecolour',['$toolicon_activecolour',['../redbasic_2php_2style_8php.html#acfd00ec469ca3c5e8bfac787573093f3',1,'style.php']]], - ['_24toolicon_5fcolour',['$toolicon_colour',['../redbasic_2php_2style_8php.html#a4161f6b8aa923f67e53f54dfb6554cdb',1,'style.php']]], - ['_24top_5fphoto',['$top_photo',['../redbasic_2php_2style_8php.html#a810142b4bdd35a1d377ab279b02b47eb',1,'style.php']]], ['_24toplevel',['$toplevel',['../classItem.html#a5cfa6cf964f433a917a81cab079ff9d8',1,'Item']]], ['_24type',['$type',['../classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03',1,'photo_driver']]], ['_24types',['$types',['../classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03',1,'photo_driver']]], - ['_24uid',['$uid',['../apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a',1,'$uid(): style.php'],['../redbasic_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a',1,'$uid(): style.php']]], + ['_24uid',['$uid',['../apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a',1,'style.php']]], ['_24user',['$user',['../classApp.html#a91fd3c8b89016113b05f3be24805ccff',1,'App']]], ['_24valid',['$valid',['../classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9',1,'photo_driver']]], ['_24videoheight',['$videoheight',['../classApp.html#a56b1a432c96aef8b1971f779c9d93c8c',1,'App']]], diff --git a/doc/html/search/variables_69.js b/doc/html/search/variables_69.js index dc5368a10..5aa9e0fe6 100644 --- a/doc/html/search/variables_69.js +++ b/doc/html/search/variables_69.js @@ -1,6 +1,6 @@ var searchData= [ - ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../apw_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a',1,'if(): style.php'],['../redbasic_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a',1,'if(): style.php']]], + ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762',1,'if(): default.php'],['../full_8php.html#a6fac1b4b8cdfde06ea1b7713479e92db',1,'if(): full.php'],['../apw_2php_2style_8php.html#a883f9f14e205f7aa7de02c14df67b40a',1,'if(): style.php']]], ['item_5fblocked',['ITEM_BLOCKED',['../boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f',1,'boot.php']]], ['item_5fbug',['ITEM_BUG',['../boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34',1,'boot.php']]], ['item_5fbuildblock',['ITEM_BUILDBLOCK',['../boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf',1,'boot.php']]], diff --git a/doc/html/search/variables_70.js b/doc/html/search/variables_70.js index 6fe926c34..763c94e39 100644 --- a/doc/html/search/variables_70.js +++ b/doc/html/search/variables_70.js @@ -11,6 +11,7 @@ var searchData= ['page_5fremoved',['PAGE_REMOVED',['../boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6',1,'boot.php']]], ['page_5fsystem',['PAGE_SYSTEM',['../boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932',1,'boot.php']]], ['path',['path',['../namespacefriendica-to-smarty-tpl.html#a68d15934660cd1f4301ce251b1646f09',1,'friendica-to-smarty-tpl.path()'],['../namespaceupdatetpl.html#ae694f5e1f25f8a92a945eb90c432dfe6',1,'updatetpl.path()']]], + ['perms_5fa_5fbookmark',['PERMS_A_BOOKMARK',['../boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b',1,'boot.php']]], ['perms_5fa_5fdelegate',['PERMS_A_DELEGATE',['../boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b',1,'boot.php']]], ['perms_5fa_5frepublish',['PERMS_A_REPUBLISH',['../boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead',1,'boot.php']]], ['perms_5fcontacts',['PERMS_CONTACTS',['../boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6',1,'boot.php']]], diff --git a/doc/html/search/variables_74.js b/doc/html/search/variables_74.js index e36593332..61edce925 100644 --- a/doc/html/search/variables_74.js +++ b/doc/html/search/variables_74.js @@ -1,5 +1,6 @@ var searchData= [ + ['term_5fbookmark',['TERM_BOOKMARK',['../boot_8php.html#a115faf8797718c3165498abbd6895843',1,'boot.php']]], ['term_5fcategory',['TERM_CATEGORY',['../boot_8php.html#af33d1b2e98a1e21af672005525d46dfe',1,'boot.php']]], ['term_5ffile',['TERM_FILE',['../boot_8php.html#afb97615e985a013799839b68b99018d7',1,'boot.php']]], ['term_5fhashtag',['TERM_HASHTAG',['../boot_8php.html#a2750985ec445617d7e82ae3098c91e3f',1,'boot.php']]], diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 654e4e2b2..a1df31b11 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -132,7 +132,7 @@ Functions    check_form_security_token_ForbiddenOnErr ($typename= '', $formname= 'form_security_token')   -if(!function_exists('init_groups_visitor')) stream_perms_api_uids ($perms_min=PERMS_SITE) +if(!function_exists('init_groups_visitor')) stream_perms_api_uids ($perms_min=PERMS_SITE)    stream_perms_xchans ($perms_min=PERMS_SITE)   @@ -426,7 +426,7 @@ Functions
    - + diff --git a/doc/html/spam_8php.html b/doc/html/spam_8php.html new file mode 100644 index 000000000..448abfb17 --- /dev/null +++ b/doc/html/spam_8php.html @@ -0,0 +1,165 @@ + + + + + + +The Red Matrix: include/spam.php File Reference + + + + + + + + + + + + + +
    +
    +
    if (!function_exists('init_groups_visitor')) stream_perms_api_uids if (!function_exists('init_groups_visitor')) stream_perms_api_uids (   $perms_min = PERMS_SITE)
    + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + + +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    spam.php File Reference
    +
    +
    + + + + + + +

    +Functions

     string_splitter ($s)
     
     get_words ($uid, $list)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    get_words ( $uid,
     $list 
    )
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    string_splitter ( $s)
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/spam_8php.js b/doc/html/spam_8php.js new file mode 100644 index 000000000..3867b1aec --- /dev/null +++ b/doc/html/spam_8php.js @@ -0,0 +1,5 @@ +var spam_8php = +[ + [ "get_words", "spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6", null ], + [ "string_splitter", "spam_8php.html#a05861201147b9a538d006f0269255cf9", null ] +]; \ No newline at end of file diff --git a/doc/html/taxonomy_8php.html b/doc/html/taxonomy_8php.html index f5a0c9243..fc33f4d61 100644 --- a/doc/html/taxonomy_8php.html +++ b/doc/html/taxonomy_8php.html @@ -296,7 +296,7 @@ Functions diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index a45d9d25b..09aed0ecb 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -131,7 +131,7 @@ Functions    unxmlify ($s)   -if(!function_exists('hex2bin')) paginate (&$a) +if(!function_exists('hex2bin')) paginate (&$a)    alt_pager (&$a, $i, $more= '', $less= '')   @@ -189,8 +189,10 @@ Functions    smilies ($s, $sample=false)   - smile_encode ($m) -  + smile_shield ($m) +  + smile_unshield ($m) +   preg_heart ($x)    day_translate ($s) @@ -233,8 +235,6 @@ Functions    return_bytes ($size_str)   - generate_user_guid () -   base64url_encode ($s, $strip_padding=true)    base64url_decode ($s) @@ -251,8 +251,6 @@ Functions    item_post_type ($item)   - normalise_openid ($s) -   undo_post_tagging ($s)    fix_mce_lf ($s) @@ -449,7 +447,7 @@ Variables @@ -477,7 +475,7 @@ Variables @@ -830,21 +828,6 @@ Variables

    Referenced by prepare_body().

    - - - -
    -
    - - - - - - - -
    generate_user_guid ()
    -
    -
    @@ -1287,7 +1270,7 @@ Variables
    -

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), directory_content(), directory_run(), dirprofile_init(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_expire(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), localize_item(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), directory_content(), directory_run(), dirprofile_init(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_expire(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), localize_item(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), syncdirs(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    @@ -1425,22 +1408,6 @@ Variables

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

    - - - -
    -
    - - - - - - - - -
    normalise_openid ( $s)
    -
    -
    @@ -1477,7 +1444,7 @@ Variables
    - + @@ -1645,7 +1612,7 @@ Variables
    if (!function_exists('hex2bin')) paginate if (!function_exists('hex2bin')) paginate ( $a)
    @@ -1707,7 +1674,7 @@ Variables @@ -1888,12 +1855,28 @@ Variables - +
    - + + + + + + +
    smile_encode smile_shield ( $m)
    +
    + +
    +
    + +
    +
    + + + diff --git a/doc/html/text_8php.js b/doc/html/text_8php.js index c3be5dc91..be6fbeab3 100644 --- a/doc/html/text_8php.js +++ b/doc/html/text_8php.js @@ -25,7 +25,6 @@ var text_8php = [ "fix_mce_lf", "text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28", null ], [ "format_categories", "text_8php.html#a3054189cff173977f4216c9a3dd29e1b", null ], [ "format_filer", "text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91", null ], - [ "generate_user_guid", "text_8php.html#ae4f6881d7e13623f8eded6277595112a", null ], [ "get_mentions", "text_8php.html#a76d1b3435c067978d7b484c45f56472b", null ], [ "get_mood_verbs", "text_8php.html#a736db13a966b8abaf8c9198faa35911a", null ], [ "get_plink", "text_8php.html#aac0969ae09853205992ba06ab9f9f61a", null ], @@ -51,7 +50,6 @@ var text_8php = [ "micropro", "text_8php.html#a2a902f5fdba8646333e997898ac45ea3", null ], [ "mimetype_select", "text_8php.html#a1633412120f52bdce5f43e0a127d9293", null ], [ "normalise_link", "text_8php.html#a4bbb7d00c05cd20b4e043424f322388f", null ], - [ "normalise_openid", "text_8php.html#adba17ec946f4285285dc100f7860bf51", null ], [ "notags", "text_8php.html#a1af49756c8c71902a66c7e329c462beb", null ], [ "paginate", "text_8php.html#afe9f178d264d44a94dc1292aaf0fd585", null ], [ "perms2str", "text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee", null ], @@ -70,7 +68,8 @@ var text_8php = [ "sanitise_acl", "text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c", null ], [ "search", "text_8php.html#a876e94892867019935b348b573299352", null ], [ "searchbox", "text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447", null ], - [ "smile_encode", "text_8php.html#a44d460fcdee6247c67b9bef3ea15f3e6", null ], + [ "smile_shield", "text_8php.html#a10dde167249ed5abf190a7a0986878ea", null ], + [ "smile_unshield", "text_8php.html#a273156a6f5cddc6652ad656821cd5805", null ], [ "smilies", "text_8php.html#a3d225b253bb9e0f2498c11647d927b0b", null ], [ "sslify", "text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9", null ], [ "stringify_array_elms", "text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13", null ], diff --git a/doc/html/theme_2blogga_2php_2default_8php.html b/doc/html/theme_2blogga_2php_2default_8php.html index 7e1aeec61..20528d9fe 100644 --- a/doc/html/theme_2blogga_2php_2default_8php.html +++ b/doc/html/theme_2blogga_2php_2default_8php.html @@ -116,7 +116,7 @@ Variables - +
    smile_unshield (   $m)
     
     $headimghome = get_config('blogtheme', 'headimghome')
     
    if($a->module=='display') $bodyclass =""
    if($a->module=='display') $bodyclass =""
     

    Variable Documentation

    @@ -125,7 +125,7 @@ Variables
    - +
    if ($a->module=='display') $bodyclass =""if ($a->module=='display') $bodyclass =""
    diff --git a/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html b/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html index eafbefc24..6efad8c6e 100644 --- a/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html +++ b/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html @@ -116,7 +116,7 @@ Variables    $headimghome = get_config('blogtheme', 'headimghome')   -if($a->module=='display') $bodyclass ="" +if($a->module=='display') $bodyclass =""  

    Variable Documentation

    @@ -125,7 +125,7 @@ Variables
    - +
    if ($a->module=='display') $bodyclass =""if ($a->module=='display') $bodyclass =""
    @@ -137,7 +137,7 @@ Variables
    - +
    if (local_user()) $headimg = get_config('blogtheme', 'headimg')if (local_user()) $headimg = get_config('blogtheme', 'headimg')
    diff --git a/doc/html/tpldebug_8php.html b/doc/html/tpldebug_8php.html index fc1d1a91f..b9aeb5405 100644 --- a/doc/html/tpldebug_8php.html +++ b/doc/html/tpldebug_8php.html @@ -118,7 +118,7 @@ Functions - + @@ -158,7 +158,7 @@ Variables

    Variables

    if($argc > 1) else
    if($argc > 1) else
     
     $files = glob('include/*.php')
     
    - +
    if ($argc > 1) elseif ($argc > 1) else
    diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index e574d7de3..6bd46403f 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables
    -

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

    +

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

    diff --git a/doc/html/typohelper_8php.html b/doc/html/typohelper_8php.html index a84627eb5..c6abcb4eb 100644 --- a/doc/html/typohelper_8php.html +++ b/doc/html/typohelper_8php.html @@ -144,7 +144,7 @@ Variables
    diff --git a/include/chat.php b/include/chat.php index 5af3a3a9a..fb1d4fe65 100644 --- a/include/chat.php +++ b/include/chat.php @@ -114,6 +114,17 @@ function chatroom_enter($observer_xchan,$room_id,$status,$client) { return false; } + $limit = service_class_fetch($r[0]['cr_uid'],'chatters_inroom'); + if($limit !== false) { + $x = q("select count(*) as total from chatpresence where cp_room = %d", + intval($room_id) + ); + if($x && $x[0]['total'] > $limit) { + notice( t('Room is full') . EOL); + return false; + } + } + if(intval($x[0]['cr_expire'])) $r = q("delete from chat where created < UTC_TIMESTAMP() - INTERVAL " . intval($x[0]['cr_expire']) . " MINUTE and chat_room = " . intval($x[0]['cr_id'])); diff --git a/include/items.php b/include/items.php index 1a26198da..88b258604 100755 --- a/include/items.php +++ b/include/items.php @@ -161,7 +161,7 @@ function red_zrl_callback($matches) { } if($zrl) return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]'; - return $matches[0]; + return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]'; } diff --git a/include/menu.php b/include/menu.php index 813d7bcdb..b879af845 100644 --- a/include/menu.php +++ b/include/menu.php @@ -116,7 +116,7 @@ function menu_list($channel_id, $name = '', $flags = 0) { $sel_options .= (($name) ? " and menu_name = '" . protect_sprintf(dbesc($name)) . "' " : ''); $sel_options .= (($flags) ? " and menu_flags = " . intval($flags) . " " : ''); - $r = q("select * from menu where menu_channel_id = %d $sel_options order by menu_name", + $r = q("select * from menu where menu_channel_id = %d $sel_options order by menu_desc", intval($channel_id) ); return $r; diff --git a/include/nav.php b/include/nav.php index 008899c47..8fef4a1f9 100644 --- a/include/nav.php +++ b/include/nav.php @@ -75,10 +75,14 @@ EOT; $nav['usermenu'][] = Array('channel/' . $channel['channel_address'], t('Home'), "", t('Your posts and conversations')); $nav['usermenu'][] = Array('profile/' . $channel['channel_address'], t('View Profile'), "", t('Your profile page')); if(feature_enabled(local_user(),'multi_profiles')) - $nav['usermenu'][] = Array('profiles', t('Edit Profiles'),"", t('Manage/Edit Profiles')); + $nav['usermenu'][] = Array('profiles', t('Edit Profiles'),"", t('Manage/Edit profiles')); $nav['usermenu'][] = Array('photos/' . $channel['channel_address'], t('Photos'), "", t('Your photos')); -// $nav['usermenu'][] = Array('events/', t('Events'), "", t('Your events')); - + $nav['usermenu'][] = Array('cloud/' . $channel['channel_address'],t('Files'),"",t('Your files')); + $nav['usermenu'][] = Array('chat/' . $channel['channel_address'],t('Chat'),"",t('Your chatrooms')); + $nav['usermenu'][] = Array('events', t('Events'), "", t('Your events')); + $nav['usermenu'][] = Array('bookmarks', t('Bookmarks'), "", t('Your bookmarks')); + if(feature_enabled($channel['channel_id'],'webpages')) + $nav['usermenu'][] = Array('webpages/' . $channel['channel_address'],t('Webpages'),"",t('Your webpages')); } else { if(! get_account_id()) diff --git a/include/zot.php b/include/zot.php index 7c2cfe019..b7a22a099 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1873,6 +1873,17 @@ function import_site($arr,$pubkey) { $access_policy = ACCESS_TIERED; } + // don't let insecure sites register as public hubs + + if(strpos($arr['url'],'https://') === false) + $access_policy = ACCESS_PRIVATE; + + if($access_policy != ACCESS_PRIVATE) { + $x = z_fetch_url($arr['url'] . '/siteinfo/json'); + if(! $x['success']) + $access_policy = ACCESS_PRIVATE; + } + $directory_url = htmlspecialchars($arr['directory_url'],ENT_COMPAT,'UTF-8',false); $url = htmlspecialchars($arr['url'],ENT_COMPAT,'UTF-8',false); $sellpage = htmlspecialchars($arr['sellpage'],ENT_COMPAT,'UTF-8',false); diff --git a/mod/chat.php b/mod/chat.php index e3725830c..872571f8c 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -79,6 +79,9 @@ function chat_post(&$a) { function chat_content(&$a) { + if(local_user()) + $channel = $a->get_channel(); + $observer = get_observer_hash(); if(! $observer) { notice( t('Permission denied.') . EOL); @@ -129,7 +132,7 @@ function chat_content(&$a) { if(local_user() && argc() > 2 && argv(2) === 'new') { - $channel = $a->get_channel(); + $channel_acl = array( 'allow_cid' => $channel['channel_allow_cid'], 'allow_gid' => $channel['channel_allow_gid'], diff --git a/mod/item.php b/mod/item.php index c8c0e3762..47a3f1961 100644 --- a/mod/item.php +++ b/mod/item.php @@ -425,7 +425,7 @@ function item_post(&$a) { * (already known to us) which will get a zrl, otherwise link with url */ - $body = preg_replace_callback("/([^\]\='".'"'."]|^)(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,]+)/ism", 'red_zrl_callback', $body); + $body = preg_replace_callback("/([^\^\]\='".'"'."]|^)(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,]+)/ism", 'red_zrl_callback', $body); /** * diff --git a/mod/ping.php b/mod/ping.php index 4b07fee7a..b9d9a9c77 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -43,6 +43,12 @@ function ping_init(&$a) { unset($_SESSION['sysmsg_info']); } + if($a->install) { + echo json_encode($result); + killme(); + } + + if(get_observer_hash() && (! $result['invalid'])) { $r = q("select cp_id, cp_room from chatpresence where cp_xchan = '%s' and cp_client = '%s' and cp_room = 0 limit 1", dbesc(get_observer_hash()), diff --git a/util/messages.po b/util/messages.po index 67adad228..aef3c3dc4 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-01-31.574\n" +"Project-Id-Version: 2014-02-07.581\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-31 00:02-0800\n" +"POT-Creation-Date: 2014-02-07 00:03-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -52,15 +52,15 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/nav.php:72 ../../include/nav.php:87 ../../boot.php:1420 +#: ../../include/nav.php:72 ../../include/nav.php:91 ../../boot.php:1423 msgid "Logout" msgstr "" -#: ../../include/nav.php:72 ../../include/nav.php:87 +#: ../../include/nav.php:72 ../../include/nav.php:91 msgid "End this session" msgstr "" -#: ../../include/nav.php:75 ../../include/nav.php:121 +#: ../../include/nav.php:75 ../../include/nav.php:125 msgid "Home" msgstr "" @@ -69,7 +69,7 @@ msgid "Your posts and conversations" msgstr "" #: ../../include/nav.php:76 ../../include/conversation.php:933 -#: ../../mod/connedit.php:309 ../../mod/connedit.php:423 +#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 msgid "View Profile" msgstr "" @@ -82,7 +82,7 @@ msgid "Edit Profiles" msgstr "" #: ../../include/nav.php:78 -msgid "Manage/Edit Profiles" +msgid "Manage/Edit profiles" msgstr "" #: ../../include/nav.php:79 ../../include/conversation.php:1475 @@ -94,262 +94,723 @@ msgstr "" msgid "Your photos" msgstr "" -#: ../../include/nav.php:85 ../../boot.php:1421 -msgid "Login" +#: ../../include/nav.php:80 ../../include/conversation.php:1484 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "" + +#: ../../include/nav.php:80 +msgid "Your files" +msgstr "" + +#: ../../include/nav.php:81 +msgid "Chat" +msgstr "" + +#: ../../include/nav.php:81 +msgid "Your chatrooms" +msgstr "" + +#: ../../include/nav.php:82 ../../include/nav.php:175 +#: ../../include/conversation.php:1506 ../../mod/events.php:354 +msgid "Events" +msgstr "" + +#: ../../include/nav.php:82 +msgid "Your events" +msgstr "" + +#: ../../include/nav.php:83 ../../include/conversation.php:1514 +msgid "Bookmarks" +msgstr "" + +#: ../../include/nav.php:83 +msgid "Your bookmarks" +msgstr "" + +#: ../../include/nav.php:85 ../../include/conversation.php:1525 +msgid "Webpages" msgstr "" #: ../../include/nav.php:85 +msgid "Your webpages" +msgstr "" + +#: ../../include/nav.php:89 ../../boot.php:1424 +msgid "Login" +msgstr "" + +#: ../../include/nav.php:89 msgid "Sign in" msgstr "" -#: ../../include/nav.php:102 +#: ../../include/nav.php:106 #, php-format msgid "%s - click to logout" msgstr "" -#: ../../include/nav.php:107 +#: ../../include/nav.php:111 msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/nav.php:121 +#: ../../include/nav.php:125 msgid "Home Page" msgstr "" -#: ../../include/nav.php:125 ../../mod/register.php:206 ../../boot.php:1397 +#: ../../include/nav.php:129 ../../mod/register.php:206 ../../boot.php:1400 msgid "Register" msgstr "" -#: ../../include/nav.php:125 +#: ../../include/nav.php:129 msgid "Create an account" msgstr "" -#: ../../include/nav.php:130 ../../mod/help.php:60 ../../mod/help.php:64 +#: ../../include/nav.php:134 ../../mod/help.php:60 ../../mod/help.php:64 msgid "Help" msgstr "" -#: ../../include/nav.php:130 +#: ../../include/nav.php:134 msgid "Help and documentation" msgstr "" -#: ../../include/nav.php:133 +#: ../../include/nav.php:137 msgid "Apps" msgstr "" -#: ../../include/nav.php:133 +#: ../../include/nav.php:137 msgid "Addon applications, utilities, games" msgstr "" -#: ../../include/nav.php:135 ../../include/text.php:736 -#: ../../include/text.php:750 ../../mod/search.php:29 +#: ../../include/nav.php:139 ../../include/text.php:752 +#: ../../include/text.php:766 ../../mod/search.php:29 msgid "Search" msgstr "" -#: ../../include/nav.php:135 +#: ../../include/nav.php:139 msgid "Search site content" msgstr "" -#: ../../include/nav.php:138 ../../mod/directory.php:210 +#: ../../include/nav.php:142 ../../mod/directory.php:210 msgid "Directory" msgstr "" -#: ../../include/nav.php:138 +#: ../../include/nav.php:142 msgid "Channel Locator" msgstr "" -#: ../../include/nav.php:149 +#: ../../include/nav.php:153 msgid "Matrix" msgstr "" -#: ../../include/nav.php:149 +#: ../../include/nav.php:153 msgid "Your matrix" msgstr "" -#: ../../include/nav.php:150 +#: ../../include/nav.php:154 msgid "Mark all matrix notifications seen" msgstr "" -#: ../../include/nav.php:152 +#: ../../include/nav.php:156 msgid "Channel Home" msgstr "" -#: ../../include/nav.php:152 +#: ../../include/nav.php:156 msgid "Channel home" msgstr "" -#: ../../include/nav.php:153 +#: ../../include/nav.php:157 msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/nav.php:156 +#: ../../include/nav.php:160 msgid "Intros" msgstr "" -#: ../../include/nav.php:156 ../../mod/connections.php:242 +#: ../../include/nav.php:160 ../../mod/connections.php:244 msgid "New Connections" msgstr "" -#: ../../include/nav.php:159 +#: ../../include/nav.php:163 msgid "Notices" msgstr "" -#: ../../include/nav.php:159 +#: ../../include/nav.php:163 msgid "Notifications" msgstr "" -#: ../../include/nav.php:160 +#: ../../include/nav.php:164 msgid "See all notifications" msgstr "" -#: ../../include/nav.php:161 +#: ../../include/nav.php:165 msgid "Mark all system notifications seen" msgstr "" -#: ../../include/nav.php:163 +#: ../../include/nav.php:167 msgid "Mail" msgstr "" -#: ../../include/nav.php:163 +#: ../../include/nav.php:167 msgid "Private mail" msgstr "" -#: ../../include/nav.php:164 +#: ../../include/nav.php:168 msgid "See all private messages" msgstr "" -#: ../../include/nav.php:165 +#: ../../include/nav.php:169 msgid "Mark all private messages seen" msgstr "" -#: ../../include/nav.php:166 +#: ../../include/nav.php:170 msgid "Inbox" msgstr "" -#: ../../include/nav.php:167 +#: ../../include/nav.php:171 msgid "Outbox" msgstr "" -#: ../../include/nav.php:168 ../../include/widgets.php:509 +#: ../../include/nav.php:172 ../../include/widgets.php:509 msgid "New Message" msgstr "" -#: ../../include/nav.php:171 ../../include/conversation.php:1493 -#: ../../mod/events.php:354 -msgid "Events" -msgstr "" - -#: ../../include/nav.php:171 +#: ../../include/nav.php:175 msgid "Event Calendar" msgstr "" -#: ../../include/nav.php:172 +#: ../../include/nav.php:176 msgid "See all events" msgstr "" -#: ../../include/nav.php:173 +#: ../../include/nav.php:177 msgid "Mark all events seen" msgstr "" -#: ../../include/nav.php:175 +#: ../../include/nav.php:179 msgid "Channel Select" msgstr "" -#: ../../include/nav.php:175 +#: ../../include/nav.php:179 msgid "Manage Your Channels" msgstr "" -#: ../../include/nav.php:177 ../../include/widgets.php:487 +#: ../../include/nav.php:181 ../../include/widgets.php:487 #: ../../mod/admin.php:837 ../../mod/admin.php:1042 msgid "Settings" msgstr "" -#: ../../include/nav.php:177 +#: ../../include/nav.php:181 msgid "Account/Channel Settings" msgstr "" -#: ../../include/nav.php:179 ../../mod/connections.php:349 +#: ../../include/nav.php:183 ../../mod/connections.php:351 msgid "Connections" msgstr "" -#: ../../include/nav.php:179 +#: ../../include/nav.php:183 msgid "Manage/Edit Friends and Connections" msgstr "" -#: ../../include/nav.php:186 ../../mod/admin.php:112 +#: ../../include/nav.php:190 ../../mod/admin.php:112 msgid "Admin" msgstr "" -#: ../../include/nav.php:186 +#: ../../include/nav.php:190 msgid "Site Setup and Configuration" msgstr "" -#: ../../include/nav.php:212 +#: ../../include/nav.php:216 msgid "Nothing new here" msgstr "" -#: ../../include/nav.php:217 +#: ../../include/nav.php:221 msgid "Please wait..." msgstr "" -#: ../../include/chat.php:10 -msgid "Missing room name" +#: ../../include/text.php:315 +msgid "prev" msgstr "" -#: ../../include/chat.php:19 -msgid "Duplicate room name" +#: ../../include/text.php:317 +msgid "first" msgstr "" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." +#: ../../include/text.php:346 +msgid "last" msgstr "" -#: ../../include/chat.php:102 -msgid "Room not found." +#: ../../include/text.php:349 +msgid "next" msgstr "" -#: ../../include/chat.php:113 ../../include/photos.php:15 -#: ../../include/attach.php:97 ../../include/attach.php:128 -#: ../../include/attach.php:184 ../../include/attach.php:199 -#: ../../include/attach.php:232 ../../include/attach.php:246 -#: ../../include/attach.php:267 ../../include/attach.php:462 -#: ../../include/attach.php:540 ../../include/items.php:3454 -#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:241 -#: ../../mod/thing.php:257 ../../mod/thing.php:291 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/connedit.php:179 -#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/setup.php:200 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/delegate.php:6 ../../mod/sources.php:62 ../../mod/mitem.php:73 -#: ../../mod/group.php:9 ../../mod/photos.php:68 ../../mod/photos.php:522 -#: ../../mod/chat.php:84 ../../mod/chat.php:89 ../../mod/viewsrc.php:12 -#: ../../mod/menu.php:40 ../../mod/connections.php:167 -#: ../../mod/layouts.php:27 ../../mod/layouts.php:42 ../../mod/network.php:12 -#: ../../mod/profiles.php:152 ../../mod/profiles.php:453 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 -#: ../../mod/filestorage.php:98 ../../mod/manage.php:6 -#: ../../mod/settings.php:486 ../../mod/mail.php:108 -#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 -#: ../../mod/profile_photo.php:200 ../../mod/editpost.php:13 -#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 -#: ../../mod/channel.php:88 ../../mod/channel.php:188 -#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:48 ../../mod/suggest.php:26 -#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 -#: ../../mod/authtest.php:13 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:347 -msgid "Permission denied." +#: ../../include/text.php:361 +msgid "older" +msgstr "" + +#: ../../include/text.php:363 +msgid "newer" +msgstr "" + +#: ../../include/text.php:670 +msgid "No connections" +msgstr "" + +#: ../../include/text.php:681 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:693 +msgid "View Connections" +msgstr "" + +#: ../../include/text.php:754 ../../include/text.php:768 +#: ../../include/widgets.php:173 ../../mod/filer.php:36 +msgid "Save" +msgstr "" + +#: ../../include/text.php:834 +msgid "poke" +msgstr "" + +#: ../../include/text.php:834 ../../include/conversation.php:240 +msgid "poked" +msgstr "" + +#: ../../include/text.php:835 +msgid "ping" +msgstr "" + +#: ../../include/text.php:835 +msgid "pinged" +msgstr "" + +#: ../../include/text.php:836 +msgid "prod" +msgstr "" + +#: ../../include/text.php:836 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:837 +msgid "slap" +msgstr "" + +#: ../../include/text.php:837 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:838 +msgid "finger" +msgstr "" + +#: ../../include/text.php:838 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:839 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:839 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:851 +msgid "happy" +msgstr "" + +#: ../../include/text.php:852 +msgid "sad" +msgstr "" + +#: ../../include/text.php:853 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:854 +msgid "tired" +msgstr "" + +#: ../../include/text.php:855 +msgid "perky" +msgstr "" + +#: ../../include/text.php:856 +msgid "angry" +msgstr "" + +#: ../../include/text.php:857 +msgid "stupified" +msgstr "" + +#: ../../include/text.php:858 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:859 +msgid "interested" +msgstr "" + +#: ../../include/text.php:860 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:861 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:862 +msgid "alive" +msgstr "" + +#: ../../include/text.php:863 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:864 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:865 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:866 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:867 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:868 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:869 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:870 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1031 +msgid "Monday" +msgstr "" + +#: ../../include/text.php:1031 +msgid "Tuesday" +msgstr "" + +#: ../../include/text.php:1031 +msgid "Wednesday" +msgstr "" + +#: ../../include/text.php:1031 +msgid "Thursday" +msgstr "" + +#: ../../include/text.php:1031 +msgid "Friday" +msgstr "" + +#: ../../include/text.php:1031 +msgid "Saturday" +msgstr "" + +#: ../../include/text.php:1031 +msgid "Sunday" +msgstr "" + +#: ../../include/text.php:1035 +msgid "January" +msgstr "" + +#: ../../include/text.php:1035 +msgid "February" +msgstr "" + +#: ../../include/text.php:1035 +msgid "March" +msgstr "" + +#: ../../include/text.php:1035 +msgid "April" +msgstr "" + +#: ../../include/text.php:1035 +msgid "May" +msgstr "" + +#: ../../include/text.php:1035 +msgid "June" +msgstr "" + +#: ../../include/text.php:1035 +msgid "July" +msgstr "" + +#: ../../include/text.php:1035 +msgid "August" +msgstr "" + +#: ../../include/text.php:1035 +msgid "September" +msgstr "" + +#: ../../include/text.php:1035 +msgid "October" +msgstr "" + +#: ../../include/text.php:1035 +msgid "November" +msgstr "" + +#: ../../include/text.php:1035 +msgid "December" +msgstr "" + +#: ../../include/text.php:1113 +msgid "unknown.???" +msgstr "" + +#: ../../include/text.php:1114 +msgid "bytes" +msgstr "" + +#: ../../include/text.php:1149 +msgid "remove category" +msgstr "" + +#: ../../include/text.php:1171 +msgid "remove from file" +msgstr "" + +#: ../../include/text.php:1229 ../../include/text.php:1241 +msgid "Click to open/close" +msgstr "" + +#: ../../include/text.php:1417 ../../mod/events.php:332 +msgid "link to source" +msgstr "" + +#: ../../include/text.php:1436 +msgid "Select a page layout: " +msgstr "" + +#: ../../include/text.php:1439 ../../include/text.php:1504 +msgid "default" +msgstr "" + +#: ../../include/text.php:1475 +msgid "Page content type: " +msgstr "" + +#: ../../include/text.php:1516 +msgid "Select an alternate language" +msgstr "" + +#: ../../include/text.php:1637 ../../include/conversation.php:117 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +msgid "photo" +msgstr "" + +#: ../../include/text.php:1640 ../../include/conversation.php:120 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "" + +#: ../../include/text.php:1643 ../../include/conversation.php:145 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +msgid "status" +msgstr "" + +#: ../../include/text.php:1645 ../../include/conversation.php:147 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "" + +#: ../../include/text.php:1650 +msgid "activity" +msgstr "" + +#: ../../include/text.php:1907 +msgid "Design" +msgstr "" + +#: ../../include/text.php:1909 +msgid "Blocks" +msgstr "" + +#: ../../include/text.php:1910 +msgid "Menus" +msgstr "" + +#: ../../include/text.php:1911 +msgid "Layouts" +msgstr "" + +#: ../../include/text.php:1912 +msgid "Pages" +msgstr "" + +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 +msgid "Categories" msgstr "" -#: ../../include/Contact.php:104 ../../include/identity.php:628 #: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../mod/directory.php:183 ../../mod/match.php:62 ../../mod/suggest.php:51 -#: ../../mod/dirprofile.php:170 +#: ../../include/Contact.php:104 ../../include/identity.php:628 +#: ../../mod/directory.php:183 ../../mod/match.php:62 +#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" msgstr "" +#: ../../include/widgets.php:117 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "" + +#: ../../include/widgets.php:123 ../../mod/connections.php:238 +msgid "Suggestions" +msgstr "" + +#: ../../include/widgets.php:124 +msgid "See more..." +msgstr "" + +#: ../../include/widgets.php:146 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "" + +#: ../../include/widgets.php:152 +msgid "Add New Connection" +msgstr "" + +#: ../../include/widgets.php:153 +msgid "Enter the channel address" +msgstr "" + +#: ../../include/widgets.php:154 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: ../../include/widgets.php:171 +msgid "Notes" +msgstr "" + +#: ../../include/widgets.php:243 +msgid "Remove term" +msgstr "" + +#: ../../include/widgets.php:252 ../../include/features.php:52 +msgid "Saved Searches" +msgstr "" + +#: ../../include/widgets.php:253 ../../include/group.php:290 +msgid "add" +msgstr "" + +#: ../../include/widgets.php:283 ../../include/features.php:66 +#: ../../include/contact_widgets.php:53 +msgid "Saved Folders" +msgstr "" + +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 +#: ../../include/contact_widgets.php:90 +msgid "Everything" +msgstr "" + +#: ../../include/widgets.php:318 ../../include/items.php:3613 +msgid "Archives" +msgstr "" + +#: ../../include/widgets.php:370 +msgid "Refresh" +msgstr "" + +#: ../../include/widgets.php:371 ../../mod/connedit.php:389 +msgid "Me" +msgstr "" + +#: ../../include/widgets.php:372 ../../mod/connedit.php:391 +msgid "Best Friends" +msgstr "" + +#: ../../include/widgets.php:373 ../../include/identity.php:310 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 +msgid "Friends" +msgstr "" + +#: ../../include/widgets.php:374 +msgid "Co-workers" +msgstr "" + +#: ../../include/widgets.php:375 ../../mod/connedit.php:393 +msgid "Former Friends" +msgstr "" + +#: ../../include/widgets.php:376 ../../mod/connedit.php:394 +msgid "Acquaintances" +msgstr "" + +#: ../../include/widgets.php:377 +msgid "Everybody" +msgstr "" + +#: ../../include/widgets.php:409 +msgid "Account settings" +msgstr "" + +#: ../../include/widgets.php:415 +msgid "Channel settings" +msgstr "" + +#: ../../include/widgets.php:421 +msgid "Additional features" +msgstr "" + +#: ../../include/widgets.php:427 +msgid "Feature settings" +msgstr "" + +#: ../../include/widgets.php:433 +msgid "Display settings" +msgstr "" + +#: ../../include/widgets.php:439 +msgid "Connected apps" +msgstr "" + +#: ../../include/widgets.php:445 +msgid "Export channel" +msgstr "" + +#: ../../include/widgets.php:457 +msgid "Automatic Permissions (Advanced)" +msgstr "" + +#: ../../include/widgets.php:467 +msgid "Premium Channel Settings" +msgstr "" + +#: ../../include/widgets.php:476 ../../include/features.php:43 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "" + +#: ../../include/widgets.php:504 +msgid "Check Mail" +msgstr "" + +#: ../../include/widgets.php:585 +msgid "Chat Rooms" +msgstr "" + #: ../../include/Contact.php:120 msgid "New window" msgstr "" @@ -358,6 +819,215 @@ msgstr "" msgid "Open the selected location in a different window or browser tab" msgstr "" +#: ../../include/features.php:23 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "" + +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "" + +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:27 +msgid "Web Pages" +msgstr "" + +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" +msgstr "" + +#: ../../include/features.php:28 +msgid "Private Notes" +msgstr "" + +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" +msgstr "" + +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" +msgstr "" + +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "" + +#: ../../include/features.php:34 +msgid "Expert Mode" +msgstr "" + +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "" + +#: ../../include/features.php:35 +msgid "Premium Channel" +msgstr "" + +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "" + +#: ../../include/features.php:40 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:41 +msgid "Richtext Editor" +msgstr "" + +#: ../../include/features.php:41 +msgid "Enable richtext editor" +msgstr "" + +#: ../../include/features.php:42 +msgid "Post Preview" +msgstr "" + +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" +msgstr "" + +#: ../../include/features.php:44 +msgid "Even More Encryption" +msgstr "" + +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "" + +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" +msgstr "" + +#: ../../include/features.php:50 +msgid "Search by Date" +msgstr "" + +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: ../../include/features.php:51 +msgid "Collections Filter" +msgstr "" + +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "" + +#: ../../include/features.php:52 +msgid "Save search terms for re-use" +msgstr "" + +#: ../../include/features.php:53 +msgid "Network Personal Tab" +msgstr "" + +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: ../../include/features.php:54 +msgid "Network New Tab" +msgstr "" + +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" +msgstr "" + +#: ../../include/features.php:55 +msgid "Affinity Tool" +msgstr "" + +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" +msgstr "" + +#: ../../include/features.php:56 +msgid "Suggest Channels" +msgstr "" + +#: ../../include/features.php:56 +msgid "Show channel suggestions" +msgstr "" + +#: ../../include/features.php:61 +msgid "Post/Comment Tools" +msgstr "" + +#: ../../include/features.php:63 +msgid "Edit Sent Posts" +msgstr "" + +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: ../../include/features.php:64 +msgid "Tagging" +msgstr "" + +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" +msgstr "" + +#: ../../include/features.php:65 +msgid "Post Categories" +msgstr "" + +#: ../../include/features.php:65 +msgid "Add categories to your posts" +msgstr "" + +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" +msgstr "" + +#: ../../include/features.php:67 +msgid "Dislike Posts" +msgstr "" + +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: ../../include/features.php:68 +msgid "Star Posts" +msgstr "" + +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/features.php:69 +msgid "Tag Cloud" +msgstr "" + +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" +msgstr "" + #: ../../include/contact_selectors.php:30 msgid "Unknown | Not categorised" msgstr "" @@ -419,7 +1089,7 @@ msgid "RSS/Atom" msgstr "" #: ../../include/contact_selectors.php:77 ../../mod/admin.php:741 -#: ../../mod/admin.php:750 ../../boot.php:1423 +#: ../../mod/admin.php:750 ../../boot.php:1426 msgid "Email" msgstr "" @@ -525,10 +1195,6 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/network.php:640 -msgid "view full size" -msgstr "" - #: ../../include/event.php:11 ../../include/bb2diaspora.php:433 msgid "l F d, Y \\@ g:i A" msgstr "" @@ -547,48 +1213,52 @@ msgstr "" msgid "Location:" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:537 -#: ../../include/bbcode.php:540 ../../include/bbcode.php:545 -#: ../../include/bbcode.php:548 ../../include/bbcode.php:551 -#: ../../include/bbcode.php:554 ../../include/bbcode.php:559 -#: ../../include/bbcode.php:562 ../../include/bbcode.php:567 -#: ../../include/bbcode.php:570 ../../include/bbcode.php:573 -#: ../../include/bbcode.php:576 -msgid "Image/photo" +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:582 -msgid "Encrypted content" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/bbcode.php:170 -msgid "QR code" +#: ../../include/group.php:242 ../../mod/admin.php:750 +msgid "All Channels" msgstr "" -#: ../../include/bbcode.php:213 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/group.php:264 +msgid "edit" msgstr "" -#: ../../include/bbcode.php:215 -msgid "post" +#: ../../include/group.php:285 +msgid "Collections" msgstr "" -#: ../../include/bbcode.php:505 ../../include/bbcode.php:525 -msgid "$1 wrote:" +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "" + +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "" + +#: ../../include/group.php:288 +msgid "Channels not in any collection" msgstr "" #: ../../include/js_strings.php:5 msgid "Delete this item?" msgstr "" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:536 -#: ../../mod/photos.php:972 ../../mod/photos.php:1059 +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:546 +#: ../../mod/photos.php:989 ../../mod/photos.php:1076 msgid "Comment" msgstr "" -#: ../../include/js_strings.php:7 ../../include/contact_widgets.php:125 -#: ../../include/ItemObject.php:270 +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:280 +#: ../../include/contact_widgets.php:125 msgid "show more" msgstr "" @@ -706,13 +1376,577 @@ msgid "Stored post could not be verified." msgstr "" #: ../../include/photo/photo_driver.php:637 ../../include/photos.php:51 -#: ../../mod/photos.php:91 ../../mod/photos.php:652 ../../mod/photos.php:674 #: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 -#: ../../mod/profile_photo.php:336 +#: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 +#: ../../mod/photos.php:652 ../../mod/photos.php:674 msgid "Profile Photos" msgstr "" -#: ../../include/identity.php:29 ../../mod/item.php:1150 +#: ../../include/attach.php:98 ../../include/attach.php:129 +#: ../../include/attach.php:185 ../../include/attach.php:200 +#: ../../include/attach.php:233 ../../include/attach.php:247 +#: ../../include/attach.php:268 ../../include/attach.php:463 +#: ../../include/attach.php:541 ../../include/chat.php:113 +#: ../../include/photos.php:15 ../../include/items.php:3492 +#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:241 +#: ../../mod/thing.php:257 ../../mod/thing.php:291 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/item.php:182 ../../mod/item.php:190 +#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/bookmarks.php:46 ../../mod/settings.php:490 +#: ../../mod/chat.php:87 ../../mod/chat.php:92 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/delegate.php:6 ../../mod/mitem.php:73 ../../mod/group.php:9 +#: ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 +#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 +#: ../../mod/layouts.php:42 ../../mod/page.php:30 ../../mod/page.php:80 +#: ../../mod/network.php:12 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 +#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 +#: ../../mod/profile_photo.php:200 ../../mod/connections.php:169 +#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 +#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 +#: ../../mod/channel.php:88 ../../mod/channel.php:188 +#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 +#: ../../mod/editblock.php:48 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 +#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 +#: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:522 +#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351 +msgid "Permission denied." +msgstr "" + +#: ../../include/attach.php:180 ../../include/attach.php:228 +msgid "Item was not found." +msgstr "" + +#: ../../include/attach.php:281 +msgid "No source file." +msgstr "" + +#: ../../include/attach.php:298 +msgid "Cannot locate file to replace" +msgstr "" + +#: ../../include/attach.php:316 +msgid "Cannot locate file to revise/update" +msgstr "" + +#: ../../include/attach.php:327 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "" + +#: ../../include/attach.php:339 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "" + +#: ../../include/attach.php:423 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "" + +#: ../../include/attach.php:435 +msgid "Stored file could not be verified. Upload failed." +msgstr "" + +#: ../../include/attach.php:479 ../../include/attach.php:496 +msgid "Path not available." +msgstr "" + +#: ../../include/attach.php:546 +msgid "Empty pathname" +msgstr "" + +#: ../../include/attach.php:564 +msgid "duplicate filename or path" +msgstr "" + +#: ../../include/attach.php:589 +msgid "Path not found." +msgstr "" + +#: ../../include/attach.php:634 +msgid "mkdir failed." +msgstr "" + +#: ../../include/attach.php:638 +msgid "database storage failed." +msgstr "" + +#: ../../include/bbcode.php:128 ../../include/bbcode.php:587 +#: ../../include/bbcode.php:590 ../../include/bbcode.php:595 +#: ../../include/bbcode.php:598 ../../include/bbcode.php:601 +#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 +#: ../../include/bbcode.php:612 ../../include/bbcode.php:617 +#: ../../include/bbcode.php:620 ../../include/bbcode.php:623 +#: ../../include/bbcode.php:626 +msgid "Image/photo" +msgstr "" + +#: ../../include/bbcode.php:163 ../../include/bbcode.php:637 +msgid "Encrypted content" +msgstr "" + +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "" + +#: ../../include/bbcode.php:213 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "" + +#: ../../include/bbcode.php:555 ../../include/bbcode.php:575 +msgid "$1 wrote:" +msgstr "" + +#: ../../include/bookmarks.php:31 +#, php-format +msgid "%1$s's bookmarks" +msgstr "" + +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "" + +#: ../../include/conversation.php:161 ../../mod/like.php:134 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: ../../include/conversation.php:164 ../../mod/like.php:136 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "" + +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "" + +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" +msgstr "" + +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../mod/thing.php:230 ../../mod/settings.php:576 ../../mod/group.php:176 +#: ../../mod/admin.php:745 ../../mod/connedit.php:359 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1040 +msgid "Delete" +msgstr "" + +#: ../../include/conversation.php:642 ../../include/ItemObject.php:161 +msgid "Message is verified" +msgstr "" + +#: ../../include/conversation.php:662 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: ../../include/conversation.php:676 +msgid "Categories:" +msgstr "" + +#: ../../include/conversation.php:677 +msgid "Filed under:" +msgstr "" + +#: ../../include/conversation.php:686 ../../include/ItemObject.php:226 +#, php-format +msgid " from %s" +msgstr "" + +#: ../../include/conversation.php:689 ../../include/ItemObject.php:229 +#, php-format +msgid "last edited: %s" +msgstr "" + +#: ../../include/conversation.php:690 ../../include/ItemObject.php:230 +#, php-format +msgid "Expires: %s" +msgstr "" + +#: ../../include/conversation.php:705 +msgid "View in context" +msgstr "" + +#: ../../include/conversation.php:707 ../../include/conversation.php:1120 +#: ../../include/ItemObject.php:258 ../../mod/editpost.php:112 +#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 +#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:129 +#: ../../mod/photos.php:971 +msgid "Please wait" +msgstr "" + +#: ../../include/conversation.php:834 +msgid "remove" +msgstr "" + +#: ../../include/conversation.php:838 +msgid "Loading..." +msgstr "" + +#: ../../include/conversation.php:839 +msgid "Delete Selected Items" +msgstr "" + +#: ../../include/conversation.php:930 +msgid "View Source" +msgstr "" + +#: ../../include/conversation.php:931 +msgid "Follow Thread" +msgstr "" + +#: ../../include/conversation.php:932 +msgid "View Status" +msgstr "" + +#: ../../include/conversation.php:934 +msgid "View Photos" +msgstr "" + +#: ../../include/conversation.php:935 +msgid "Matrix Activity" +msgstr "" + +#: ../../include/conversation.php:936 +msgid "Edit Contact" +msgstr "" + +#: ../../include/conversation.php:937 +msgid "Send PM" +msgstr "" + +#: ../../include/conversation.php:938 +msgid "Poke" +msgstr "" + +#: ../../include/conversation.php:1000 +#, php-format +msgid "%s likes this." +msgstr "" + +#: ../../include/conversation.php:1000 +#, php-format +msgid "%s doesn't like this." +msgstr "" + +#: ../../include/conversation.php:1004 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1006 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1012 +msgid "and" +msgstr "" + +#: ../../include/conversation.php:1015 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1016 +#, php-format +msgid "%s like this." +msgstr "" + +#: ../../include/conversation.php:1016 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: ../../include/conversation.php:1066 +msgid "Visible to everybody" +msgstr "" + +#: ../../include/conversation.php:1067 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" +msgstr "" + +#: ../../include/conversation.php:1068 +msgid "Please enter a video link/URL:" +msgstr "" + +#: ../../include/conversation.php:1069 +msgid "Please enter an audio link/URL:" +msgstr "" + +#: ../../include/conversation.php:1070 +msgid "Tag term:" +msgstr "" + +#: ../../include/conversation.php:1071 ../../mod/filer.php:35 +msgid "Save to Folder:" +msgstr "" + +#: ../../include/conversation.php:1072 +msgid "Where are you right now?" +msgstr "" + +#: ../../include/conversation.php:1073 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:270 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "" + +#: ../../include/conversation.php:1083 ../../include/ItemObject.php:556 +#: ../../mod/webpages.php:122 ../../mod/editpost.php:132 +#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 +#: ../../mod/editblock.php:151 ../../mod/photos.php:991 +msgid "Preview" +msgstr "" + +#: ../../include/conversation.php:1097 ../../mod/photos.php:970 +msgid "Share" +msgstr "" + +#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 +msgid "Page link title" +msgstr "" + +#: ../../include/conversation.php:1101 ../../mod/editpost.php:104 +#: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 +#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:121 +msgid "Upload photo" +msgstr "" + +#: ../../include/conversation.php:1102 +msgid "upload photo" +msgstr "" + +#: ../../include/conversation.php:1103 ../../mod/editpost.php:105 +#: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 +#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:122 +msgid "Attach file" +msgstr "" + +#: ../../include/conversation.php:1104 +msgid "attach file" +msgstr "" + +#: ../../include/conversation.php:1105 ../../mod/editpost.php:106 +#: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 +#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:123 +msgid "Insert web link" +msgstr "" + +#: ../../include/conversation.php:1106 +msgid "web link" +msgstr "" + +#: ../../include/conversation.php:1107 +msgid "Insert video link" +msgstr "" + +#: ../../include/conversation.php:1108 +msgid "video link" +msgstr "" + +#: ../../include/conversation.php:1109 +msgid "Insert audio link" +msgstr "" + +#: ../../include/conversation.php:1110 +msgid "audio link" +msgstr "" + +#: ../../include/conversation.php:1111 ../../mod/editpost.php:110 +#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 +#: ../../mod/editblock.php:127 +msgid "Set your location" +msgstr "" + +#: ../../include/conversation.php:1112 +msgid "set location" +msgstr "" + +#: ../../include/conversation.php:1113 ../../mod/editpost.php:111 +#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 +#: ../../mod/editblock.php:128 +msgid "Clear browser location" +msgstr "" + +#: ../../include/conversation.php:1114 +msgid "clear location" +msgstr "" + +#: ../../include/conversation.php:1116 ../../mod/editpost.php:124 +#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 +#: ../../mod/editblock.php:142 +msgid "Set title" +msgstr "" + +#: ../../include/conversation.php:1119 ../../mod/editpost.php:126 +#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 +#: ../../mod/editblock.php:145 +msgid "Categories (comma-separated list)" +msgstr "" + +#: ../../include/conversation.php:1121 ../../mod/editpost.php:113 +#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 +#: ../../mod/editblock.php:130 +msgid "Permission settings" +msgstr "" + +#: ../../include/conversation.php:1122 +msgid "permissions" +msgstr "" + +#: ../../include/conversation.php:1130 ../../mod/editpost.php:121 +#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 +#: ../../mod/editblock.php:139 +msgid "Public post" +msgstr "" + +#: ../../include/conversation.php:1132 ../../mod/editpost.php:127 +#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 +#: ../../mod/editblock.php:146 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: ../../include/conversation.php:1145 ../../mod/editpost.php:138 +#: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 +#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:156 +msgid "Set expiration date" +msgstr "" + +#: ../../include/conversation.php:1147 ../../include/ItemObject.php:559 +#: ../../mod/editpost.php:140 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" +msgstr "" + +#: ../../include/conversation.php:1149 ../../mod/editpost.php:142 +msgid "OK" +msgstr "" + +#: ../../include/conversation.php:1150 ../../mod/settings.php:514 +#: ../../mod/settings.php:540 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +#: ../../mod/editpost.php:143 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 +msgid "Cancel" +msgstr "" + +#: ../../include/conversation.php:1381 +msgid "Commented Order" +msgstr "" + +#: ../../include/conversation.php:1384 +msgid "Sort by Comment Date" +msgstr "" + +#: ../../include/conversation.php:1387 +msgid "Posted Order" +msgstr "" + +#: ../../include/conversation.php:1390 +msgid "Sort by Post Date" +msgstr "" + +#: ../../include/conversation.php:1394 +msgid "Personal" +msgstr "" + +#: ../../include/conversation.php:1397 +msgid "Posts that mention or involve you" +msgstr "" + +#: ../../include/conversation.php:1400 ../../mod/menu.php:61 +#: ../../mod/connections.php:211 +msgid "New" +msgstr "" + +#: ../../include/conversation.php:1403 +msgid "Activity Stream - by date" +msgstr "" + +#: ../../include/conversation.php:1410 +msgid "Starred" +msgstr "" + +#: ../../include/conversation.php:1413 +msgid "Favourite Posts" +msgstr "" + +#: ../../include/conversation.php:1420 +msgid "Spam" +msgstr "" + +#: ../../include/conversation.php:1423 +msgid "Posts flagged as SPAM" +msgstr "" + +#: ../../include/conversation.php:1454 +msgid "Channel" +msgstr "" + +#: ../../include/conversation.php:1457 +msgid "Status Messages and Posts" +msgstr "" + +#: ../../include/conversation.php:1466 +msgid "About" +msgstr "" + +#: ../../include/conversation.php:1469 +msgid "Profile Details" +msgstr "" + +#: ../../include/conversation.php:1478 ../../include/photos.php:302 +msgid "Photo Albums" +msgstr "" + +#: ../../include/conversation.php:1487 +msgid "Files and Storage" +msgstr "" + +#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 +msgid "Chatrooms" +msgstr "" + +#: ../../include/conversation.php:1509 +msgid "Events and Calendar" +msgstr "" + +#: ../../include/conversation.php:1517 +msgid "Saved Bookmarks" +msgstr "" + +#: ../../include/conversation.php:1528 +msgid "Manage Webpages" +msgstr "" + +#: ../../include/identity.php:29 ../../mod/item.php:1161 msgid "Unable to obtain identity information from database" msgstr "" @@ -745,11 +1979,6 @@ msgstr "" msgid "Default Profile" msgstr "" -#: ../../include/identity.php:310 ../../include/profile_selectors.php:42 -#: ../../include/widgets.php:373 ../../mod/connedit.php:389 -msgid "Friends" -msgstr "" - #: ../../include/identity.php:477 msgid "Requested channel is not available." msgstr "" @@ -760,8 +1989,8 @@ msgstr "" #: ../../include/identity.php:524 ../../mod/webpages.php:8 #: ../../mod/connect.php:13 ../../mod/layouts.php:8 -#: ../../mod/achievements.php:8 ../../mod/filestorage.php:40 -#: ../../mod/blocks.php:10 ../../mod/profile.php:16 +#: ../../mod/achievements.php:8 ../../mod/blocks.php:10 +#: ../../mod/profile.php:16 ../../mod/filestorage.php:40 msgid "Requested profile is not available." msgstr "" @@ -817,7 +2046,7 @@ msgid "Online Now" msgstr "" #: ../../include/identity.php:752 ../../include/identity.php:832 -#: ../../mod/ping.php:256 +#: ../../mod/ping.php:262 msgid "g A l F d" msgstr "" @@ -826,7 +2055,7 @@ msgid "F d" msgstr "" #: ../../include/identity.php:798 ../../include/identity.php:873 -#: ../../mod/ping.php:278 +#: ../../mod/ping.php:284 msgid "[today]" msgstr "" @@ -855,7 +2084,7 @@ msgstr "" msgid "Profile" msgstr "" -#: ../../include/identity.php:906 ../../mod/settings.php:916 +#: ../../include/identity.php:906 ../../mod/settings.php:920 msgid "Full Name:" msgstr "" @@ -952,278 +2181,164 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../include/reddav.php:1018 -msgid "Edit File properties" +#: ../../include/ItemObject.php:89 ../../mod/photos.php:843 +msgid "Private Message" msgstr "" -#: ../../include/oembed.php:157 -msgid "Embedded content" +#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 +#: ../../mod/thing.php:229 ../../mod/menu.php:59 ../../mod/webpages.php:118 +#: ../../mod/settings.php:575 ../../mod/editpost.php:103 +#: ../../mod/layouts.php:102 ../../mod/editlayout.php:106 +#: ../../mod/blocks.php:93 ../../mod/editwebpage.php:144 +#: ../../mod/editblock.php:120 ../../mod/filestorage.php:170 +msgid "Edit" msgstr "" -#: ../../include/oembed.php:166 -msgid "Embedding disabled" +#: ../../include/ItemObject.php:118 +msgid "save to folder" msgstr "" -#: ../../include/features.php:23 -msgid "General Features" +#: ../../include/ItemObject.php:146 +msgid "add star" msgstr "" -#: ../../include/features.php:25 -msgid "Content Expiration" +#: ../../include/ItemObject.php:147 +msgid "remove star" msgstr "" -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/ItemObject.php:148 +msgid "toggle star status" msgstr "" -#: ../../include/features.php:26 -msgid "Multiple Profiles" +#: ../../include/ItemObject.php:152 +msgid "starred" msgstr "" -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" +#: ../../include/ItemObject.php:169 +msgid "add tag" msgstr "" -#: ../../include/features.php:27 -msgid "Web Pages" +#: ../../include/ItemObject.php:184 ../../mod/photos.php:968 +msgid "I like this (toggle)" msgstr "" -#: ../../include/features.php:27 -msgid "Provide managed web pages on your channel" +#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 +msgid "like" msgstr "" -#: ../../include/features.php:28 -msgid "Private Notes" +#: ../../include/ItemObject.php:185 ../../mod/photos.php:969 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/features.php:28 -msgid "Enables a tool to store notes and reminders" +#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 +msgid "dislike" msgstr "" -#: ../../include/features.php:33 -msgid "Extended Identity Sharing" +#: ../../include/ItemObject.php:187 +msgid "Share this" msgstr "" -#: ../../include/features.php:33 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." +#: ../../include/ItemObject.php:187 +msgid "share" msgstr "" -#: ../../include/features.php:34 -msgid "Expert Mode" +#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../include/features.php:34 -msgid "Enable Expert Mode to provide advanced configuration options" +#: ../../include/ItemObject.php:213 +msgid "to" msgstr "" -#: ../../include/features.php:35 -msgid "Premium Channel" +#: ../../include/ItemObject.php:214 +msgid "via" msgstr "" -#: ../../include/features.php:35 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/ItemObject.php:215 +msgid "Wall-to-Wall" msgstr "" -#: ../../include/features.php:40 -msgid "Post Composition Features" +#: ../../include/ItemObject.php:216 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/features.php:41 -msgid "Richtext Editor" +#: ../../include/ItemObject.php:249 +msgid "Bookmark Links" msgstr "" -#: ../../include/features.php:41 -msgid "Enable richtext editor" -msgstr "" - -#: ../../include/features.php:42 -msgid "Post Preview" -msgstr "" - -#: ../../include/features.php:42 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: ../../include/features.php:43 ../../include/widgets.php:476 -#: ../../mod/sources.php:81 -msgid "Channel Sources" -msgstr "" - -#: ../../include/features.php:43 -msgid "Automatically import channel content from other channels or feeds" -msgstr "" - -#: ../../include/features.php:44 -msgid "Even More Encryption" -msgstr "" - -#: ../../include/features.php:44 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "" - -#: ../../include/features.php:49 -msgid "Network and Stream Filtering" -msgstr "" - -#: ../../include/features.php:50 -msgid "Search by Date" -msgstr "" - -#: ../../include/features.php:50 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: ../../include/features.php:51 -msgid "Collections Filter" -msgstr "" - -#: ../../include/features.php:51 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "" - -#: ../../include/features.php:52 ../../include/widgets.php:252 -msgid "Saved Searches" -msgstr "" - -#: ../../include/features.php:52 -msgid "Save search terms for re-use" -msgstr "" - -#: ../../include/features.php:53 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:53 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:54 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:54 -msgid "Enable tab to display all new Network activity" -msgstr "" - -#: ../../include/features.php:55 -msgid "Affinity Tool" -msgstr "" - -#: ../../include/features.php:55 -msgid "Filter stream activity by depth of relationships" -msgstr "" - -#: ../../include/features.php:56 -msgid "Suggest Channels" -msgstr "" - -#: ../../include/features.php:56 -msgid "Show channel suggestions" -msgstr "" - -#: ../../include/features.php:61 -msgid "Post/Comment Tools" -msgstr "" - -#: ../../include/features.php:63 -msgid "Edit Sent Posts" -msgstr "" - -#: ../../include/features.php:63 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: ../../include/features.php:64 -msgid "Tagging" -msgstr "" - -#: ../../include/features.php:64 -msgid "Ability to tag existing posts" -msgstr "" - -#: ../../include/features.php:65 -msgid "Post Categories" -msgstr "" - -#: ../../include/features.php:65 -msgid "Add categories to your posts" -msgstr "" - -#: ../../include/features.php:66 ../../include/widgets.php:283 -#: ../../include/contact_widgets.php:53 -msgid "Saved Folders" -msgstr "" - -#: ../../include/features.php:66 -msgid "Ability to file posts under folders" -msgstr "" - -#: ../../include/features.php:67 -msgid "Dislike Posts" -msgstr "" - -#: ../../include/features.php:67 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: ../../include/features.php:68 -msgid "Star Posts" -msgstr "" +#: ../../include/ItemObject.php:279 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../include/features.php:68 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/ItemObject.php:544 ../../mod/photos.php:987 +#: ../../mod/photos.php:1074 +msgid "This is you" msgstr "" -#: ../../include/features.php:69 -msgid "Tag Cloud" +#: ../../include/ItemObject.php:547 ../../mod/events.php:469 +#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156 +#: ../../mod/settings.php:513 ../../mod/settings.php:625 +#: ../../mod/settings.php:653 ../../mod/settings.php:677 +#: ../../mod/settings.php:748 ../../mod/settings.php:912 +#: ../../mod/chat.php:119 ../../mod/chat.php:149 ../../mod/connect.php:92 +#: ../../mod/group.php:81 ../../mod/admin.php:431 ../../mod/admin.php:738 +#: ../../mod/admin.php:878 ../../mod/admin.php:1077 ../../mod/admin.php:1164 +#: ../../mod/connedit.php:437 ../../mod/profiles.php:506 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:304 +#: ../../mod/setup.php:347 ../../mod/import.php:387 ../../mod/mail.php:223 +#: ../../mod/mail.php:335 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:562 +#: ../../mod/photos.php:667 ../../mod/photos.php:950 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 ../../mod/mood.php:142 +#: ../../view/theme/redbasic/php/config.php:95 +#: ../../view/theme/apw/php/config.php:231 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/blogga/php/config.php:67 +msgid "Submit" msgstr "" -#: ../../include/features.php:69 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/ItemObject.php:548 +msgid "Bold" msgstr "" -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." +#: ../../include/ItemObject.php:549 +msgid "Italic" msgstr "" -#: ../../include/group.php:223 -msgid "Default privacy group for new contacts" +#: ../../include/ItemObject.php:550 +msgid "Underline" msgstr "" -#: ../../include/group.php:242 ../../mod/admin.php:750 -msgid "All Channels" +#: ../../include/ItemObject.php:551 +msgid "Quote" msgstr "" -#: ../../include/group.php:264 -msgid "edit" +#: ../../include/ItemObject.php:552 +msgid "Code" msgstr "" -#: ../../include/group.php:285 -msgid "Collections" +#: ../../include/ItemObject.php:553 +msgid "Image" msgstr "" -#: ../../include/group.php:286 -msgid "Edit collection" +#: ../../include/ItemObject.php:554 +msgid "Link" msgstr "" -#: ../../include/group.php:287 -msgid "Create a new collection" +#: ../../include/ItemObject.php:555 +msgid "Video" msgstr "" -#: ../../include/group.php:288 -msgid "Channels not in any collection" +#: ../../include/api.php:974 +msgid "Public Timeline" msgstr "" -#: ../../include/group.php:290 ../../include/widgets.php:253 -msgid "add" +#: ../../include/network.php:640 +msgid "view full size" msgstr "" #: ../../include/notify.php:23 @@ -1235,32 +2350,6 @@ msgstr "" msgid "commented on %s's post" msgstr "" -#: ../../include/photos.php:89 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "" - -#: ../../include/photos.php:96 -msgid "Image file is empty." -msgstr "" - -#: ../../include/photos.php:123 ../../mod/profile_photo.php:147 -msgid "Unable to process image" -msgstr "" - -#: ../../include/photos.php:185 -msgid "Photo storage failed." -msgstr "" - -#: ../../include/photos.php:302 ../../include/conversation.php:1478 -msgid "Photo Albums" -msgstr "" - -#: ../../include/photos.php:306 ../../mod/photos.php:690 -#: ../../mod/photos.php:1169 -msgid "Upload New Photos" -msgstr "" - #: ../../include/profile_selectors.php:6 msgid "Male" msgstr "" @@ -1489,62 +2578,24 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/attach.php:179 ../../include/attach.php:227 -msgid "Item was not found." +#: ../../include/chat.php:10 +msgid "Missing room name" msgstr "" -#: ../../include/attach.php:280 -msgid "No source file." +#: ../../include/chat.php:19 +msgid "Duplicate room name" msgstr "" -#: ../../include/attach.php:297 -msgid "Cannot locate file to replace" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." msgstr "" -#: ../../include/attach.php:315 -msgid "Cannot locate file to revise/update" +#: ../../include/chat.php:102 +msgid "Room not found." msgstr "" -#: ../../include/attach.php:326 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "" - -#: ../../include/attach.php:338 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "" - -#: ../../include/attach.php:422 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "" - -#: ../../include/attach.php:434 -msgid "Stored file could not be verified. Upload failed." -msgstr "" - -#: ../../include/attach.php:478 ../../include/attach.php:495 -msgid "Path not available." -msgstr "" - -#: ../../include/attach.php:545 -msgid "Empty pathname" -msgstr "" - -#: ../../include/attach.php:563 -msgid "duplicate filename or path" -msgstr "" - -#: ../../include/attach.php:588 -msgid "Path not found." -msgstr "" - -#: ../../include/attach.php:633 -msgid "mkdir failed." -msgstr "" - -#: ../../include/attach.php:637 -msgid "database storage failed." +#: ../../include/chat.php:123 +msgid "Room is full" msgstr "" #: ../../include/taxonomy.php:210 @@ -1571,18 +2622,10 @@ msgstr "" msgid "wants" msgstr "" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:175 -msgid "like" -msgstr "" - #: ../../include/taxonomy.php:254 msgid "likes" msgstr "" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:176 -msgid "dislike" -msgstr "" - #: ../../include/taxonomy.php:255 msgid "dislikes" msgstr "" @@ -1873,135 +2916,30 @@ msgstr "" msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 -msgid "Categories" -msgstr "" - -#: ../../include/widgets.php:117 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "" - -#: ../../include/widgets.php:123 ../../mod/connections.php:236 -msgid "Suggestions" -msgstr "" - -#: ../../include/widgets.php:124 -msgid "See more..." -msgstr "" - -#: ../../include/widgets.php:146 +#: ../../include/photos.php:89 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/widgets.php:152 -msgid "Add New Connection" +#: ../../include/photos.php:96 +msgid "Image file is empty." msgstr "" -#: ../../include/widgets.php:153 -msgid "Enter the channel address" +#: ../../include/photos.php:123 ../../mod/profile_photo.php:147 +msgid "Unable to process image" msgstr "" -#: ../../include/widgets.php:154 -msgid "Example: bob@example.com, http://example.com/barbara" +#: ../../include/photos.php:185 +msgid "Photo storage failed." msgstr "" -#: ../../include/widgets.php:171 -msgid "Notes" +#: ../../include/photos.php:306 ../../mod/photos.php:690 +#: ../../mod/photos.php:1187 +msgid "Upload New Photos" msgstr "" -#: ../../include/widgets.php:173 ../../include/text.php:738 -#: ../../include/text.php:752 ../../mod/filer.php:36 -msgid "Save" -msgstr "" - -#: ../../include/widgets.php:243 -msgid "Remove term" -msgstr "" - -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 -msgid "Everything" -msgstr "" - -#: ../../include/widgets.php:318 ../../include/items.php:3575 -msgid "Archives" -msgstr "" - -#: ../../include/widgets.php:370 -msgid "Refresh" -msgstr "" - -#: ../../include/widgets.php:371 ../../mod/connedit.php:386 -msgid "Me" -msgstr "" - -#: ../../include/widgets.php:372 ../../mod/connedit.php:388 -msgid "Best Friends" -msgstr "" - -#: ../../include/widgets.php:374 -msgid "Co-workers" -msgstr "" - -#: ../../include/widgets.php:375 ../../mod/connedit.php:390 -msgid "Former Friends" -msgstr "" - -#: ../../include/widgets.php:376 ../../mod/connedit.php:391 -msgid "Acquaintances" -msgstr "" - -#: ../../include/widgets.php:377 -msgid "Everybody" -msgstr "" - -#: ../../include/widgets.php:409 -msgid "Account settings" -msgstr "" - -#: ../../include/widgets.php:415 -msgid "Channel settings" -msgstr "" - -#: ../../include/widgets.php:421 -msgid "Additional features" -msgstr "" - -#: ../../include/widgets.php:427 -msgid "Feature settings" -msgstr "" - -#: ../../include/widgets.php:433 -msgid "Display settings" -msgstr "" - -#: ../../include/widgets.php:439 -msgid "Connected apps" -msgstr "" - -#: ../../include/widgets.php:445 -msgid "Export channel" -msgstr "" - -#: ../../include/widgets.php:457 -msgid "Automatic Permissions (Advanced)" -msgstr "" - -#: ../../include/widgets.php:467 -msgid "Premium Channel Settings" -msgstr "" - -#: ../../include/widgets.php:504 -msgid "Check Mail" -msgstr "" - -#: ../../include/widgets.php:585 -msgid "Chat Rooms" -msgstr "" - -#: ../../include/api.php:974 -msgid "Public Timeline" +#: ../../include/reddav.php:1018 +msgid "Edit File properties" msgstr "" #: ../../include/contact_widgets.php:14 @@ -2028,7 +2966,7 @@ msgid "Examples: Robert Morgenstein, Fishing" msgstr "" #: ../../include/contact_widgets.php:24 ../../mod/directory.php:206 -#: ../../mod/directory.php:211 ../../mod/connections.php:355 +#: ../../mod/directory.php:211 ../../mod/connections.php:357 msgid "Find" msgstr "" @@ -2055,15 +2993,6 @@ msgstr[1] "" msgid "New Page" msgstr "" -#: ../../include/page_widgets.php:8 ../../include/ItemObject.php:96 -#: ../../mod/thing.php:229 ../../mod/webpages.php:118 ../../mod/menu.php:55 -#: ../../mod/layouts.php:102 ../../mod/filestorage.php:170 -#: ../../mod/settings.php:571 ../../mod/editlayout.php:106 -#: ../../mod/editpost.php:103 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120 -msgid "Edit" -msgstr "" - #: ../../include/plugin.php:475 ../../include/plugin.php:477 msgid "Click here to upgrade." msgstr "" @@ -2104,6 +3033,25 @@ msgstr "" msgid "Cannot connect to yourself." msgstr "" +#: ../../include/security.php:280 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "" + +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:64 +#: ../../view/theme/apw/php/config.php:176 +msgid "Default" +msgstr "" + +#: ../../include/oembed.php:157 +msgid "Embedded content" +msgstr "" + +#: ../../include/oembed.php:166 +msgid "Embedding disabled" +msgstr "" + #: ../../include/permissions.php:13 msgid "Can view my \"public\" stream and posts" msgstr "" @@ -2160,10 +3108,6 @@ msgstr "" msgid "Can chat with me (when available)" msgstr "" -#: ../../include/permissions.php:27 -msgid "Requires compatible chat plugin" -msgstr "" - #: ../../include/permissions.php:28 msgid "Can write to my \"public\" file storage" msgstr "" @@ -2181,948 +3125,50 @@ msgid "Somewhat advanced - very useful in open communities" msgstr "" #: ../../include/permissions.php:32 +msgid "Can send me bookmarks" +msgstr "" + +#: ../../include/permissions.php:33 msgid "Can administer my channel resources" msgstr "" -#: ../../include/permissions.php:32 +#: ../../include/permissions.php:33 msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:62 -#: ../../view/theme/apw/php/config.php:176 -msgid "Default" -msgstr "" - #: ../../include/items.php:208 ../../mod/like.php:55 ../../mod/group.php:68 -#: ../../mod/profperm.php:23 ../../index.php:346 +#: ../../mod/profperm.php:23 ../../index.php:350 msgid "Permission denied" msgstr "" -#: ../../include/items.php:3392 ../../mod/thing.php:74 ../../mod/admin.php:151 +#: ../../include/items.php:3430 ../../mod/thing.php:74 ../../mod/admin.php:151 #: ../../mod/admin.php:782 ../../mod/admin.php:985 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/filestorage.php:18 ../../mod/display.php:32 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 msgid "Item not found." msgstr "" -#: ../../include/items.php:3748 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:3786 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "" -#: ../../include/items.php:3763 +#: ../../include/items.php:3801 msgid "Collection is empty." msgstr "" -#: ../../include/items.php:3770 +#: ../../include/items.php:3808 #, php-format msgid "Collection: %s" msgstr "" -#: ../../include/items.php:3781 +#: ../../include/items.php:3819 #, php-format msgid "Connection: %s" msgstr "" -#: ../../include/items.php:3784 +#: ../../include/items.php:3822 msgid "Connection not found." msgstr "" -#: ../../include/security.php:280 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - -#: ../../include/text.php:315 -msgid "prev" -msgstr "" - -#: ../../include/text.php:317 -msgid "first" -msgstr "" - -#: ../../include/text.php:346 -msgid "last" -msgstr "" - -#: ../../include/text.php:349 -msgid "next" -msgstr "" - -#: ../../include/text.php:361 -msgid "older" -msgstr "" - -#: ../../include/text.php:363 -msgid "newer" -msgstr "" - -#: ../../include/text.php:654 -msgid "No connections" -msgstr "" - -#: ../../include/text.php:665 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/text.php:677 -msgid "View Connections" -msgstr "" - -#: ../../include/text.php:818 -msgid "poke" -msgstr "" - -#: ../../include/text.php:818 ../../include/conversation.php:240 -msgid "poked" -msgstr "" - -#: ../../include/text.php:819 -msgid "ping" -msgstr "" - -#: ../../include/text.php:819 -msgid "pinged" -msgstr "" - -#: ../../include/text.php:820 -msgid "prod" -msgstr "" - -#: ../../include/text.php:820 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:821 -msgid "slap" -msgstr "" - -#: ../../include/text.php:821 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:822 -msgid "finger" -msgstr "" - -#: ../../include/text.php:822 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:823 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:823 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:835 -msgid "happy" -msgstr "" - -#: ../../include/text.php:836 -msgid "sad" -msgstr "" - -#: ../../include/text.php:837 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:838 -msgid "tired" -msgstr "" - -#: ../../include/text.php:839 -msgid "perky" -msgstr "" - -#: ../../include/text.php:840 -msgid "angry" -msgstr "" - -#: ../../include/text.php:841 -msgid "stupified" -msgstr "" - -#: ../../include/text.php:842 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:843 -msgid "interested" -msgstr "" - -#: ../../include/text.php:844 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:845 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:846 -msgid "alive" -msgstr "" - -#: ../../include/text.php:847 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:848 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:849 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:850 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:851 -msgid "frustrated" -msgstr "" - -#: ../../include/text.php:852 -msgid "motivated" -msgstr "" - -#: ../../include/text.php:853 -msgid "relaxed" -msgstr "" - -#: ../../include/text.php:854 -msgid "surprised" -msgstr "" - -#: ../../include/text.php:1017 -msgid "Monday" -msgstr "" - -#: ../../include/text.php:1017 -msgid "Tuesday" -msgstr "" - -#: ../../include/text.php:1017 -msgid "Wednesday" -msgstr "" - -#: ../../include/text.php:1017 -msgid "Thursday" -msgstr "" - -#: ../../include/text.php:1017 -msgid "Friday" -msgstr "" - -#: ../../include/text.php:1017 -msgid "Saturday" -msgstr "" - -#: ../../include/text.php:1017 -msgid "Sunday" -msgstr "" - -#: ../../include/text.php:1021 -msgid "January" -msgstr "" - -#: ../../include/text.php:1021 -msgid "February" -msgstr "" - -#: ../../include/text.php:1021 -msgid "March" -msgstr "" - -#: ../../include/text.php:1021 -msgid "April" -msgstr "" - -#: ../../include/text.php:1021 -msgid "May" -msgstr "" - -#: ../../include/text.php:1021 -msgid "June" -msgstr "" - -#: ../../include/text.php:1021 -msgid "July" -msgstr "" - -#: ../../include/text.php:1021 -msgid "August" -msgstr "" - -#: ../../include/text.php:1021 -msgid "September" -msgstr "" - -#: ../../include/text.php:1021 -msgid "October" -msgstr "" - -#: ../../include/text.php:1021 -msgid "November" -msgstr "" - -#: ../../include/text.php:1021 -msgid "December" -msgstr "" - -#: ../../include/text.php:1099 -msgid "unknown.???" -msgstr "" - -#: ../../include/text.php:1100 -msgid "bytes" -msgstr "" - -#: ../../include/text.php:1135 -msgid "remove category" -msgstr "" - -#: ../../include/text.php:1157 -msgid "remove from file" -msgstr "" - -#: ../../include/text.php:1215 ../../include/text.php:1227 -msgid "Click to open/close" -msgstr "" - -#: ../../include/text.php:1403 ../../mod/events.php:332 -msgid "link to source" -msgstr "" - -#: ../../include/text.php:1422 -msgid "Select a page layout: " -msgstr "" - -#: ../../include/text.php:1425 ../../include/text.php:1490 -msgid "default" -msgstr "" - -#: ../../include/text.php:1461 -msgid "Page content type: " -msgstr "" - -#: ../../include/text.php:1502 -msgid "Select an alternate language" -msgstr "" - -#: ../../include/text.php:1654 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 -msgid "photo" -msgstr "" - -#: ../../include/text.php:1657 ../../include/conversation.php:120 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "" - -#: ../../include/text.php:1660 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 -msgid "status" -msgstr "" - -#: ../../include/text.php:1662 ../../include/conversation.php:147 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "" - -#: ../../include/text.php:1667 -msgid "activity" -msgstr "" - -#: ../../include/text.php:1929 -msgid "Design" -msgstr "" - -#: ../../include/text.php:1931 -msgid "Blocks" -msgstr "" - -#: ../../include/text.php:1932 -msgid "Menus" -msgstr "" - -#: ../../include/text.php:1933 -msgid "Layouts" -msgstr "" - -#: ../../include/text.php:1934 -msgid "Pages" -msgstr "" - -#: ../../include/ItemObject.php:89 ../../mod/photos.php:843 -msgid "Private Message" -msgstr "" - -#: ../../include/ItemObject.php:108 ../../include/conversation.php:632 -#: ../../mod/thing.php:230 ../../mod/connedit.php:356 ../../mod/admin.php:745 -#: ../../mod/group.php:176 ../../mod/photos.php:1023 -#: ../../mod/filestorage.php:171 ../../mod/settings.php:572 -msgid "Delete" -msgstr "" - -#: ../../include/ItemObject.php:114 ../../include/conversation.php:631 -msgid "Select" -msgstr "" - -#: ../../include/ItemObject.php:118 -msgid "save to folder" -msgstr "" - -#: ../../include/ItemObject.php:146 -msgid "add star" -msgstr "" - -#: ../../include/ItemObject.php:147 -msgid "remove star" -msgstr "" - -#: ../../include/ItemObject.php:148 -msgid "toggle star status" -msgstr "" - -#: ../../include/ItemObject.php:152 -msgid "starred" -msgstr "" - -#: ../../include/ItemObject.php:161 ../../include/conversation.php:642 -msgid "Message is verified" -msgstr "" - -#: ../../include/ItemObject.php:169 -msgid "add tag" -msgstr "" - -#: ../../include/ItemObject.php:175 ../../mod/photos.php:951 -msgid "I like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:176 ../../mod/photos.php:952 -msgid "I don't like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:178 -msgid "Share this" -msgstr "" - -#: ../../include/ItemObject.php:178 -msgid "share" -msgstr "" - -#: ../../include/ItemObject.php:202 ../../include/ItemObject.php:203 -#, php-format -msgid "View %s's profile - %s" -msgstr "" - -#: ../../include/ItemObject.php:204 -msgid "to" -msgstr "" - -#: ../../include/ItemObject.php:205 -msgid "via" -msgstr "" - -#: ../../include/ItemObject.php:206 -msgid "Wall-to-Wall" -msgstr "" - -#: ../../include/ItemObject.php:207 -msgid "via Wall-To-Wall:" -msgstr "" - -#: ../../include/ItemObject.php:217 ../../include/conversation.php:686 -#, php-format -msgid " from %s" -msgstr "" - -#: ../../include/ItemObject.php:220 ../../include/conversation.php:689 -#, php-format -msgid "last edited: %s" -msgstr "" - -#: ../../include/ItemObject.php:221 ../../include/conversation.php:690 -#, php-format -msgid "Expires: %s" -msgstr "" - -#: ../../include/ItemObject.php:248 ../../include/conversation.php:707 -#: ../../include/conversation.php:1120 ../../mod/photos.php:954 -#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:153 -#: ../../mod/editblock.php:129 -msgid "Please wait" -msgstr "" - -#: ../../include/ItemObject.php:269 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:534 ../../mod/photos.php:970 -#: ../../mod/photos.php:1057 -msgid "This is you" -msgstr "" - -#: ../../include/ItemObject.php:537 ../../mod/events.php:469 -#: ../../mod/thing.php:276 ../../mod/thing.php:318 ../../mod/invite.php:156 -#: ../../mod/connedit.php:434 ../../mod/setup.php:304 ../../mod/setup.php:347 -#: ../../mod/connect.php:92 ../../mod/sources.php:97 ../../mod/sources.php:131 -#: ../../mod/admin.php:431 ../../mod/admin.php:738 ../../mod/admin.php:878 -#: ../../mod/admin.php:1077 ../../mod/admin.php:1164 ../../mod/group.php:81 -#: ../../mod/photos.php:562 ../../mod/photos.php:667 ../../mod/photos.php:933 -#: ../../mod/photos.php:973 ../../mod/photos.php:1060 ../../mod/chat.php:107 -#: ../../mod/chat.php:133 ../../mod/profiles.php:506 -#: ../../mod/filestorage.php:131 ../../mod/import.php:387 -#: ../../mod/settings.php:509 ../../mod/settings.php:621 -#: ../../mod/settings.php:649 ../../mod/settings.php:673 -#: ../../mod/settings.php:744 ../../mod/settings.php:908 -#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/poke.php:166 -#: ../../mod/fsuggest.php:108 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:85 -#: ../../view/theme/apw/php/config.php:231 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/blogga/php/config.php:67 -msgid "Submit" -msgstr "" - -#: ../../include/ItemObject.php:538 -msgid "Bold" -msgstr "" - -#: ../../include/ItemObject.php:539 -msgid "Italic" -msgstr "" - -#: ../../include/ItemObject.php:540 -msgid "Underline" -msgstr "" - -#: ../../include/ItemObject.php:541 -msgid "Quote" -msgstr "" - -#: ../../include/ItemObject.php:542 -msgid "Code" -msgstr "" - -#: ../../include/ItemObject.php:543 -msgid "Image" -msgstr "" - -#: ../../include/ItemObject.php:544 -msgid "Link" -msgstr "" - -#: ../../include/ItemObject.php:545 -msgid "Video" -msgstr "" - -#: ../../include/ItemObject.php:546 ../../include/conversation.php:1083 -#: ../../mod/webpages.php:122 ../../mod/photos.php:974 -#: ../../mod/editlayout.php:136 ../../mod/editpost.php:132 -#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:151 -msgid "Preview" -msgstr "" - -#: ../../include/ItemObject.php:549 ../../include/conversation.php:1147 -#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:140 -msgid "Encrypt text" -msgstr "" - -#: ../../include/conversation.php:123 -msgid "channel" -msgstr "" - -#: ../../include/conversation.php:161 ../../mod/like.php:134 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: ../../include/conversation.php:164 ../../mod/like.php:136 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: ../../include/conversation.php:201 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "" - -#: ../../include/conversation.php:236 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: ../../include/conversation.php:258 ../../mod/mood.php:63 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: ../../include/conversation.php:662 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: ../../include/conversation.php:676 -msgid "Categories:" -msgstr "" - -#: ../../include/conversation.php:677 -msgid "Filed under:" -msgstr "" - -#: ../../include/conversation.php:705 -msgid "View in context" -msgstr "" - -#: ../../include/conversation.php:834 -msgid "remove" -msgstr "" - -#: ../../include/conversation.php:838 -msgid "Loading..." -msgstr "" - -#: ../../include/conversation.php:839 -msgid "Delete Selected Items" -msgstr "" - -#: ../../include/conversation.php:930 -msgid "View Source" -msgstr "" - -#: ../../include/conversation.php:931 -msgid "Follow Thread" -msgstr "" - -#: ../../include/conversation.php:932 -msgid "View Status" -msgstr "" - -#: ../../include/conversation.php:934 -msgid "View Photos" -msgstr "" - -#: ../../include/conversation.php:935 -msgid "Matrix Activity" -msgstr "" - -#: ../../include/conversation.php:936 -msgid "Edit Contact" -msgstr "" - -#: ../../include/conversation.php:937 -msgid "Send PM" -msgstr "" - -#: ../../include/conversation.php:938 -msgid "Poke" -msgstr "" - -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s likes this." -msgstr "" - -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s doesn't like this." -msgstr "" - -#: ../../include/conversation.php:1004 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1006 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1012 -msgid "and" -msgstr "" - -#: ../../include/conversation.php:1015 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1016 -#, php-format -msgid "%s like this." -msgstr "" - -#: ../../include/conversation.php:1016 -#, php-format -msgid "%s don't like this." -msgstr "" - -#: ../../include/conversation.php:1066 -msgid "Visible to everybody" -msgstr "" - -#: ../../include/conversation.php:1067 ../../mod/mail.php:171 -#: ../../mod/mail.php:269 -msgid "Please enter a link URL:" -msgstr "" - -#: ../../include/conversation.php:1068 -msgid "Please enter a video link/URL:" -msgstr "" - -#: ../../include/conversation.php:1069 -msgid "Please enter an audio link/URL:" -msgstr "" - -#: ../../include/conversation.php:1070 -msgid "Tag term:" -msgstr "" - -#: ../../include/conversation.php:1071 ../../mod/filer.php:35 -msgid "Save to Folder:" -msgstr "" - -#: ../../include/conversation.php:1072 -msgid "Where are you right now?" -msgstr "" - -#: ../../include/conversation.php:1073 ../../mod/mail.php:172 -#: ../../mod/mail.php:270 ../../mod/editpost.php:52 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "" - -#: ../../include/conversation.php:1097 ../../mod/photos.php:953 -msgid "Share" -msgstr "" - -#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 -msgid "Page link title" -msgstr "" - -#: ../../include/conversation.php:1101 ../../mod/mail.php:219 -#: ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editpost.php:104 ../../mod/editwebpage.php:145 -#: ../../mod/editblock.php:121 -msgid "Upload photo" -msgstr "" - -#: ../../include/conversation.php:1102 -msgid "upload photo" -msgstr "" - -#: ../../include/conversation.php:1103 ../../mod/mail.php:220 -#: ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editpost.php:105 ../../mod/editwebpage.php:146 -#: ../../mod/editblock.php:122 -msgid "Attach file" -msgstr "" - -#: ../../include/conversation.php:1104 -msgid "attach file" -msgstr "" - -#: ../../include/conversation.php:1105 ../../mod/mail.php:221 -#: ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editpost.php:106 ../../mod/editwebpage.php:147 -#: ../../mod/editblock.php:123 -msgid "Insert web link" -msgstr "" - -#: ../../include/conversation.php:1106 -msgid "web link" -msgstr "" - -#: ../../include/conversation.php:1107 -msgid "Insert video link" -msgstr "" - -#: ../../include/conversation.php:1108 -msgid "video link" -msgstr "" - -#: ../../include/conversation.php:1109 -msgid "Insert audio link" -msgstr "" - -#: ../../include/conversation.php:1110 -msgid "audio link" -msgstr "" - -#: ../../include/conversation.php:1111 ../../mod/editlayout.php:113 -#: ../../mod/editpost.php:110 ../../mod/editwebpage.php:151 -#: ../../mod/editblock.php:127 -msgid "Set your location" -msgstr "" - -#: ../../include/conversation.php:1112 -msgid "set location" -msgstr "" - -#: ../../include/conversation.php:1113 ../../mod/editlayout.php:114 -#: ../../mod/editpost.php:111 ../../mod/editwebpage.php:152 -#: ../../mod/editblock.php:128 -msgid "Clear browser location" -msgstr "" - -#: ../../include/conversation.php:1114 -msgid "clear location" -msgstr "" - -#: ../../include/conversation.php:1116 ../../mod/editlayout.php:127 -#: ../../mod/editpost.php:124 ../../mod/editwebpage.php:169 -#: ../../mod/editblock.php:142 -msgid "Set title" -msgstr "" - -#: ../../include/conversation.php:1119 ../../mod/editlayout.php:130 -#: ../../mod/editpost.php:126 ../../mod/editwebpage.php:171 -#: ../../mod/editblock.php:145 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../include/conversation.php:1121 ../../mod/editlayout.php:116 -#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:154 -#: ../../mod/editblock.php:130 -msgid "Permission settings" -msgstr "" - -#: ../../include/conversation.php:1122 -msgid "permissions" -msgstr "" - -#: ../../include/conversation.php:1130 ../../mod/editlayout.php:124 -#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:164 -#: ../../mod/editblock.php:139 -msgid "Public post" -msgstr "" - -#: ../../include/conversation.php:1132 ../../mod/editlayout.php:131 -#: ../../mod/editpost.php:127 ../../mod/editwebpage.php:172 -#: ../../mod/editblock.php:146 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: ../../include/conversation.php:1145 ../../mod/mail.php:226 -#: ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editpost.php:138 ../../mod/editwebpage.php:182 -#: ../../mod/editblock.php:156 -msgid "Set expiration date" -msgstr "" - -#: ../../include/conversation.php:1149 ../../mod/editpost.php:142 -msgid "OK" -msgstr "" - -#: ../../include/conversation.php:1150 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 ../../mod/settings.php:510 -#: ../../mod/settings.php:536 ../../mod/editpost.php:143 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 -msgid "Cancel" -msgstr "" - -#: ../../include/conversation.php:1381 -msgid "Commented Order" -msgstr "" - -#: ../../include/conversation.php:1384 -msgid "Sort by Comment Date" -msgstr "" - -#: ../../include/conversation.php:1387 -msgid "Posted Order" -msgstr "" - -#: ../../include/conversation.php:1390 -msgid "Sort by Post Date" -msgstr "" - -#: ../../include/conversation.php:1394 -msgid "Personal" -msgstr "" - -#: ../../include/conversation.php:1397 -msgid "Posts that mention or involve you" -msgstr "" - -#: ../../include/conversation.php:1400 ../../mod/menu.php:57 -#: ../../mod/connections.php:209 -msgid "New" -msgstr "" - -#: ../../include/conversation.php:1403 -msgid "Activity Stream - by date" -msgstr "" - -#: ../../include/conversation.php:1410 -msgid "Starred" -msgstr "" - -#: ../../include/conversation.php:1413 -msgid "Favourite Posts" -msgstr "" - -#: ../../include/conversation.php:1420 -msgid "Spam" -msgstr "" - -#: ../../include/conversation.php:1423 -msgid "Posts flagged as SPAM" -msgstr "" - -#: ../../include/conversation.php:1454 -msgid "Channel" -msgstr "" - -#: ../../include/conversation.php:1457 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../include/conversation.php:1466 -msgid "About" -msgstr "" - -#: ../../include/conversation.php:1469 -msgid "Profile Details" -msgstr "" - -#: ../../include/conversation.php:1484 ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "" - -#: ../../include/conversation.php:1487 -msgid "Files and Storage" -msgstr "" - -#: ../../include/conversation.php:1496 -msgid "Events and Calendar" -msgstr "" - -#: ../../include/conversation.php:1503 -msgid "Webpages" -msgstr "" - -#: ../../include/conversation.php:1506 -msgid "Manage Webpages" -msgstr "" - #: ../../include/zot.php:545 msgid "Invalid data packet" msgstr "" @@ -3347,332 +3393,135 @@ msgid "" "com" msgstr "" -#: ../../mod/cloud.php:112 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +#: ../../mod/item.php:145 +msgid "Unable to locate original post." msgstr "" -#: ../../mod/connedit.php:49 ../../mod/connections.php:37 -msgid "Could not access contact record." +#: ../../mod/item.php:346 +msgid "Empty post discarded." msgstr "" -#: ../../mod/connedit.php:63 ../../mod/connections.php:51 -msgid "Could not locate selected profile." +#: ../../mod/item.php:388 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/connedit.php:104 ../../mod/connections.php:92 -msgid "Connection updated." +#: ../../mod/item.php:819 +msgid "System error. Post not saved." msgstr "" -#: ../../mod/connedit.php:106 ../../mod/connections.php:94 -msgid "Failed to update connection record." +#: ../../mod/item.php:1086 ../../mod/wall_upload.php:41 +msgid "Wall Photos" msgstr "" -#: ../../mod/connedit.php:201 -msgid "Could not access address book record." -msgstr "" - -#: ../../mod/connedit.php:215 -msgid "Refresh failed - channel is currently unavailable." -msgstr "" - -#: ../../mod/connedit.php:222 -msgid "Channel has been unblocked" -msgstr "" - -#: ../../mod/connedit.php:223 -msgid "Channel has been blocked" -msgstr "" - -#: ../../mod/connedit.php:227 ../../mod/connedit.php:239 -#: ../../mod/connedit.php:251 ../../mod/connedit.php:263 -#: ../../mod/connedit.php:278 -msgid "Unable to set address book parameters." -msgstr "" - -#: ../../mod/connedit.php:234 -msgid "Channel has been unignored" -msgstr "" - -#: ../../mod/connedit.php:235 -msgid "Channel has been ignored" -msgstr "" - -#: ../../mod/connedit.php:246 -msgid "Channel has been unarchived" -msgstr "" - -#: ../../mod/connedit.php:247 -msgid "Channel has been archived" -msgstr "" - -#: ../../mod/connedit.php:258 -msgid "Channel has been unhidden" -msgstr "" - -#: ../../mod/connedit.php:259 -msgid "Channel has been hidden" -msgstr "" - -#: ../../mod/connedit.php:273 -msgid "Channel has been approved" -msgstr "" - -#: ../../mod/connedit.php:274 -msgid "Channel has been unapproved" -msgstr "" - -#: ../../mod/connedit.php:292 -msgid "Contact has been removed." -msgstr "" - -#: ../../mod/connedit.php:312 +#: ../../mod/item.php:1166 #, php-format -msgid "View %s's profile" +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/connedit.php:316 -msgid "Refresh Permissions" -msgstr "" - -#: ../../mod/connedit.php:319 -msgid "Fetch updated permissions" -msgstr "" - -#: ../../mod/connedit.php:323 -msgid "Recent Activity" -msgstr "" - -#: ../../mod/connedit.php:326 -msgid "View recent posts and comments" -msgstr "" - -#: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:747 -msgid "Unblock" -msgstr "" - -#: ../../mod/connedit.php:330 ../../mod/connedit.php:472 -#: ../../mod/admin.php:746 -msgid "Block" -msgstr "" - -#: ../../mod/connedit.php:333 -msgid "Block or Unblock this connection" -msgstr "" - -#: ../../mod/connedit.php:337 ../../mod/connedit.php:473 -msgid "Unignore" -msgstr "" - -#: ../../mod/connedit.php:337 ../../mod/connedit.php:473 -#: ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "" - -#: ../../mod/connedit.php:340 -msgid "Ignore or Unignore this connection" -msgstr "" - -#: ../../mod/connedit.php:343 -msgid "Unarchive" -msgstr "" - -#: ../../mod/connedit.php:343 -msgid "Archive" -msgstr "" - -#: ../../mod/connedit.php:346 -msgid "Archive or Unarchive this connection" -msgstr "" - -#: ../../mod/connedit.php:349 -msgid "Unhide" -msgstr "" - -#: ../../mod/connedit.php:349 -msgid "Hide" -msgstr "" - -#: ../../mod/connedit.php:352 -msgid "Hide or Unhide this connection" -msgstr "" - -#: ../../mod/connedit.php:359 -msgid "Delete this connection" -msgstr "" - -#: ../../mod/connedit.php:392 -msgid "Unknown" -msgstr "" - -#: ../../mod/connedit.php:402 ../../mod/connedit.php:431 -msgid "Approve this connection" -msgstr "" - -#: ../../mod/connedit.php:402 -msgid "Accept connection to allow communication" -msgstr "" - -#: ../../mod/connedit.php:418 -msgid "Automatic Permissions Settings" -msgstr "" - -#: ../../mod/connedit.php:418 +#: ../../mod/item.php:1172 #, php-format -msgid "Connections: settings for %s" +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../mod/connedit.php:422 -msgid "" -"When receiving a channel introduction, any permissions provided here will be " -"applied to the new connection automatically and the introduction approved. " -"Leave this page if you do not wish to use this feature." +#: ../../mod/menu.php:21 +msgid "Menu updated." msgstr "" -#: ../../mod/connedit.php:424 -msgid "Slide to adjust your degree of friendship" +#: ../../mod/menu.php:25 +msgid "Unable to update menu." msgstr "" -#: ../../mod/connedit.php:430 -msgid "inherited" +#: ../../mod/menu.php:30 +msgid "Menu created." msgstr "" -#: ../../mod/connedit.php:432 -msgid "Connection has no individual permissions!" +#: ../../mod/menu.php:34 +msgid "Unable to create menu." msgstr "" -#: ../../mod/connedit.php:433 -msgid "" -"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." +#: ../../mod/menu.php:57 +msgid "Manage Menus" msgstr "" -#: ../../mod/connedit.php:435 -msgid "Profile Visibility" +#: ../../mod/menu.php:60 +msgid "Drop" msgstr "" -#: ../../mod/connedit.php:436 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +#: ../../mod/menu.php:62 +msgid "Create a new menu" msgstr "" -#: ../../mod/connedit.php:437 -msgid "Contact Information / Notes" +#: ../../mod/menu.php:63 +msgid "Delete this menu" msgstr "" -#: ../../mod/connedit.php:438 -msgid "Edit contact notes" +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" msgstr "" -#: ../../mod/connedit.php:440 -msgid "Their Settings" +#: ../../mod/menu.php:65 +msgid "Edit this menu" msgstr "" -#: ../../mod/connedit.php:441 -msgid "My Settings" +#: ../../mod/menu.php:80 +msgid "New Menu" msgstr "" -#: ../../mod/connedit.php:443 -msgid "Forum Members" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" msgstr "" -#: ../../mod/connedit.php:444 -msgid "Soapbox" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../mod/connedit.php:445 -msgid "Full Sharing" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" msgstr "" -#: ../../mod/connedit.php:446 -msgid "Cautious Sharing" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" msgstr "" -#: ../../mod/connedit.php:447 -msgid "Follow Only" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" msgstr "" -#: ../../mod/connedit.php:448 -msgid "Individual Permissions" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" msgstr "" -#: ../../mod/connedit.php:449 -msgid "" -"Some permissions may be inherited from your channel privacy settings, which have higher priority. Changing those " -"inherited settings on this page will have no effect." +#: ../../mod/menu.php:84 ../../mod/mitem.php:142 ../../mod/new_channel.php:117 +msgid "Create" msgstr "" -#: ../../mod/connedit.php:450 -msgid "Advanced Permissions" +#: ../../mod/menu.php:92 ../../mod/mitem.php:14 +msgid "Menu not found." msgstr "" -#: ../../mod/connedit.php:451 -msgid "Quick Links" +#: ../../mod/menu.php:98 +msgid "Menu deleted." msgstr "" -#: ../../mod/connedit.php:455 -#, php-format -msgid "Visit %s's profile - %s" +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." msgstr "" -#: ../../mod/connedit.php:456 -msgid "Block/Unblock contact" +#: ../../mod/menu.php:106 +msgid "Edit Menu" msgstr "" -#: ../../mod/connedit.php:457 -msgid "Ignore contact" +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" msgstr "" -#: ../../mod/connedit.php:458 -msgid "Repair URL settings" +#: ../../mod/menu.php:114 ../../mod/mitem.php:186 +msgid "Modify" msgstr "" -#: ../../mod/connedit.php:459 -msgid "View conversations" -msgstr "" - -#: ../../mod/connedit.php:461 -msgid "Delete contact" -msgstr "" - -#: ../../mod/connedit.php:464 -msgid "Last update:" -msgstr "" - -#: ../../mod/connedit.php:466 -msgid "Update public posts" -msgstr "" - -#: ../../mod/connedit.php:468 -msgid "Update now" -msgstr "" - -#: ../../mod/connedit.php:474 -msgid "Currently blocked" -msgstr "" - -#: ../../mod/connedit.php:475 -msgid "Currently ignored" -msgstr "" - -#: ../../mod/connedit.php:476 -msgid "Currently archived" -msgstr "" - -#: ../../mod/connedit.php:477 -msgid "Currently pending" -msgstr "" - -#: ../../mod/connedit.php:478 -msgid "Hide this contact from others" -msgstr "" - -#: ../../mod/connedit.php:478 -msgid "" -"Replies/likes to your public posts may still be visible" +#: ../../mod/menu.php:120 ../../mod/mitem.php:78 ../../mod/xchan.php:27 +#: ../../mod/dirprofile.php:181 +msgid "Not found." msgstr "" #: ../../mod/webpages.php:121 ../../mod/layouts.php:105 @@ -3698,13 +3547,13 @@ msgid "" "and/or create new posts for you?" msgstr "" -#: ../../mod/api.php:105 ../../mod/profiles.php:483 ../../mod/settings.php:870 -#: ../../mod/settings.php:875 +#: ../../mod/api.php:105 ../../mod/settings.php:874 ../../mod/settings.php:879 +#: ../../mod/profiles.php:483 msgid "Yes" msgstr "" -#: ../../mod/api.php:106 ../../mod/profiles.php:484 ../../mod/settings.php:870 -#: ../../mod/settings.php:875 +#: ../../mod/api.php:106 ../../mod/settings.php:874 ../../mod/settings.php:879 +#: ../../mod/profiles.php:484 msgid "No" msgstr "" @@ -3716,372 +3565,421 @@ msgstr "" msgid "Applications" msgstr "" -#: ../../mod/page.php:35 -msgid "Invalid item." -msgstr "" - -#: ../../mod/page.php:47 ../../mod/chanview.php:77 ../../mod/home.php:50 -#: ../../mod/wall_upload.php:35 -msgid "Channel not found." -msgstr "" - -#: ../../mod/page.php:83 ../../mod/help.php:71 ../../mod/display.php:100 -#: ../../index.php:226 -msgid "Page not found." -msgstr "" - -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "" - -#: ../../mod/setup.php:161 -msgid "Red Matrix Server - Setup" -msgstr "" - -#: ../../mod/setup.php:167 -msgid "Could not connect to database." -msgstr "" - -#: ../../mod/setup.php:171 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "" - -#: ../../mod/setup.php:176 -msgid "Could not create table." -msgstr "" - -#: ../../mod/setup.php:182 -msgid "Your site database has been installed." -msgstr "" - -#: ../../mod/setup.php:187 -msgid "" -"You may need to import the file \"install/database.sql\" manually using " -"phpmyadmin or mysql." -msgstr "" - -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:606 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "" - -#: ../../mod/setup.php:254 -msgid "System check" -msgstr "" - -#: ../../mod/setup.php:259 -msgid "Check again" -msgstr "" - -#: ../../mod/setup.php:281 -msgid "Database connection" -msgstr "" - -#: ../../mod/setup.php:282 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "" - -#: ../../mod/setup.php:283 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "" - -#: ../../mod/setup.php:284 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "" - -#: ../../mod/setup.php:288 -msgid "Database Server Name" -msgstr "" - -#: ../../mod/setup.php:288 -msgid "Default is localhost" -msgstr "" - -#: ../../mod/setup.php:289 -msgid "Database Port" -msgstr "" - -#: ../../mod/setup.php:289 -msgid "Communication port number - use 0 for default" -msgstr "" - -#: ../../mod/setup.php:290 -msgid "Database Login Name" -msgstr "" - -#: ../../mod/setup.php:291 -msgid "Database Login Password" -msgstr "" - -#: ../../mod/setup.php:292 -msgid "Database Name" -msgstr "" - -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "Site administrator email address" -msgstr "" - -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "" - -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Website URL" -msgstr "" - -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Please use SSL (https) URL if available." -msgstr "" - -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Please select a default timezone for your website" -msgstr "" - -#: ../../mod/setup.php:325 -msgid "Site settings" -msgstr "" - -#: ../../mod/setup.php:381 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "" - -#: ../../mod/setup.php:382 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "" - -#: ../../mod/setup.php:386 -msgid "PHP executable path" -msgstr "" - -#: ../../mod/setup.php:386 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: ../../mod/setup.php:391 -msgid "Command line PHP" -msgstr "" - -#: ../../mod/setup.php:400 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "" - -#: ../../mod/setup.php:401 -msgid "This is required for message delivery to work." -msgstr "" - -#: ../../mod/setup.php:403 -msgid "PHP register_argc_argv" -msgstr "" - -#: ../../mod/setup.php:424 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "" - -#: ../../mod/setup.php:425 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." -msgstr "" - -#: ../../mod/setup.php:427 -msgid "Generate encryption keys" -msgstr "" - -#: ../../mod/setup.php:434 -msgid "libCurl PHP module" -msgstr "" - -#: ../../mod/setup.php:435 -msgid "GD graphics PHP module" -msgstr "" - -#: ../../mod/setup.php:436 -msgid "OpenSSL PHP module" -msgstr "" - -#: ../../mod/setup.php:437 -msgid "mysqli PHP module" -msgstr "" - -#: ../../mod/setup.php:438 -msgid "mb_string PHP module" -msgstr "" - -#: ../../mod/setup.php:439 -msgid "mcrypt PHP module" -msgstr "" - -#: ../../mod/setup.php:444 ../../mod/setup.php:446 -msgid "Apache mod_rewrite module" -msgstr "" - -#: ../../mod/setup.php:444 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "" - -#: ../../mod/setup.php:450 ../../mod/setup.php:453 -msgid "proc_open" -msgstr "" - -#: ../../mod/setup.php:450 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "" - -#: ../../mod/setup.php:458 -msgid "Error: libCURL PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:462 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "" - -#: ../../mod/setup.php:466 -msgid "Error: openssl PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:470 -msgid "Error: mysqli PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:474 -msgid "Error: mb_string PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:478 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:494 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." -msgstr "" - -#: ../../mod/setup.php:495 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "" - -#: ../../mod/setup.php:496 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "" - -#: ../../mod/setup.php:497 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "" - -#: ../../mod/setup.php:500 -msgid ".htconfig.php is writable" -msgstr "" - -#: ../../mod/setup.php:510 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: ../../mod/setup.php:511 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." -msgstr "" - -#: ../../mod/setup.php:512 ../../mod/setup.php:530 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." -msgstr "" - -#: ../../mod/setup.php:513 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" - -#: ../../mod/setup.php:516 -msgid "view/tpl/smarty3 is writable" -msgstr "" - -#: ../../mod/setup.php:529 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to " -"have write access to the store directory under the Red top level folder" -msgstr "" - -#: ../../mod/setup.php:533 -msgid "store is writable" -msgstr "" - -#: ../../mod/setup.php:548 -msgid "SSL certificate validation" -msgstr "" - -#: ../../mod/setup.php:548 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." -msgstr "" - -#: ../../mod/setup.php:555 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: ../../mod/setup.php:557 -msgid "Url rewrite is working" -msgstr "" - -#: ../../mod/setup.php:567 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "" - -#: ../../mod/setup.php:591 -msgid "Errors encountered creating database tables." -msgstr "" - -#: ../../mod/setup.php:604 -msgid "

    What next

    " -msgstr "" - -#: ../../mod/setup.php:605 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." -msgstr "" - #: ../../mod/rpost.php:86 ../../mod/editpost.php:42 msgid "Edit post" msgstr "" +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +msgstr "" + +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "" + +#: ../../mod/bookmarks.php:53 +msgid "My Bookmarks" +msgstr "" + +#: ../../mod/bookmarks.php:64 +msgid "My Connections Bookmarks" +msgstr "" + +#: ../../mod/settings.php:71 +msgid "Name is required" +msgstr "" + +#: ../../mod/settings.php:75 +msgid "Key and Secret are required" +msgstr "" + +#: ../../mod/settings.php:79 ../../mod/settings.php:539 +msgid "Update" +msgstr "" + +#: ../../mod/settings.php:192 +msgid "Passwords do not match. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:196 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:209 +msgid "Password changed." +msgstr "" + +#: ../../mod/settings.php:211 +msgid "Password update failed. Please try again." +msgstr "" + +#: ../../mod/settings.php:225 +msgid "Not valid email." +msgstr "" + +#: ../../mod/settings.php:228 +msgid "Protected email address. Cannot change to that email." +msgstr "" + +#: ../../mod/settings.php:237 +msgid "System failure storing new email. Please try again." +msgstr "" + +#: ../../mod/settings.php:441 +msgid "Settings updated." +msgstr "" + +#: ../../mod/settings.php:512 ../../mod/settings.php:538 +#: ../../mod/settings.php:574 +msgid "Add application" +msgstr "" + +#: ../../mod/settings.php:515 ../../mod/settings.php:541 +msgid "Name" +msgstr "" + +#: ../../mod/settings.php:515 +msgid "Name of application" +msgstr "" + +#: ../../mod/settings.php:516 ../../mod/settings.php:542 +msgid "Consumer Key" +msgstr "" + +#: ../../mod/settings.php:516 ../../mod/settings.php:517 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "" + +#: ../../mod/settings.php:517 ../../mod/settings.php:543 +msgid "Consumer Secret" +msgstr "" + +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +msgid "Redirect" +msgstr "" + +#: ../../mod/settings.php:518 +msgid "" +"Redirect URI - leave blank unless your application specifically requires this" +msgstr "" + +#: ../../mod/settings.php:519 ../../mod/settings.php:545 +msgid "Icon url" +msgstr "" + +#: ../../mod/settings.php:519 +msgid "Optional" +msgstr "" + +#: ../../mod/settings.php:530 +msgid "You can't edit this application." +msgstr "" + +#: ../../mod/settings.php:573 +msgid "Connected Apps" +msgstr "" + +#: ../../mod/settings.php:577 +msgid "Client key starts with" +msgstr "" + +#: ../../mod/settings.php:578 +msgid "No name" +msgstr "" + +#: ../../mod/settings.php:579 +msgid "Remove authorization" +msgstr "" + +#: ../../mod/settings.php:590 +msgid "No feature settings configured" +msgstr "" + +#: ../../mod/settings.php:598 +msgid "Feature Settings" +msgstr "" + +#: ../../mod/settings.php:621 +msgid "Account Settings" +msgstr "" + +#: ../../mod/settings.php:622 +msgid "Password Settings" +msgstr "" + +#: ../../mod/settings.php:623 +msgid "New Password:" +msgstr "" + +#: ../../mod/settings.php:624 +msgid "Confirm:" +msgstr "" + +#: ../../mod/settings.php:624 +msgid "Leave password fields blank unless changing" +msgstr "" + +#: ../../mod/settings.php:626 ../../mod/settings.php:921 +msgid "Email Address:" +msgstr "" + +#: ../../mod/settings.php:627 +msgid "Remove Account" +msgstr "" + +#: ../../mod/settings.php:628 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "" + +#: ../../mod/settings.php:644 +msgid "Off" +msgstr "" + +#: ../../mod/settings.php:644 +msgid "On" +msgstr "" + +#: ../../mod/settings.php:651 +msgid "Additional Features" +msgstr "" + +#: ../../mod/settings.php:676 +msgid "Connector Settings" +msgstr "" + +#: ../../mod/settings.php:706 ../../mod/admin.php:379 +msgid "No special theme for mobile devices" +msgstr "" + +#: ../../mod/settings.php:746 +msgid "Display Settings" +msgstr "" + +#: ../../mod/settings.php:752 +msgid "Display Theme:" +msgstr "" + +#: ../../mod/settings.php:753 +msgid "Mobile Theme:" +msgstr "" + +#: ../../mod/settings.php:754 +msgid "Update browser every xx seconds" +msgstr "" + +#: ../../mod/settings.php:754 +msgid "Minimum of 10 seconds, no maximum" +msgstr "" + +#: ../../mod/settings.php:755 +msgid "Maximum number of conversations to load at any time:" +msgstr "" + +#: ../../mod/settings.php:755 +msgid "Maximum of 100 items" +msgstr "" + +#: ../../mod/settings.php:756 +msgid "Don't show emoticons" +msgstr "" + +#: ../../mod/settings.php:792 +msgid "Nobody except yourself" +msgstr "" + +#: ../../mod/settings.php:793 +msgid "Only those you specifically allow" +msgstr "" + +#: ../../mod/settings.php:794 +msgid "Anybody in your address book" +msgstr "" + +#: ../../mod/settings.php:795 +msgid "Anybody on this website" +msgstr "" + +#: ../../mod/settings.php:796 +msgid "Anybody in this network" +msgstr "" + +#: ../../mod/settings.php:797 +msgid "Anybody on the internet" +msgstr "" + +#: ../../mod/settings.php:874 +msgid "Publish your default profile in the network directory" +msgstr "" + +#: ../../mod/settings.php:879 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "" + +#: ../../mod/settings.php:883 ../../mod/profile_photo.php:288 +msgid "or" +msgstr "" + +#: ../../mod/settings.php:888 +msgid "Your channel address is" +msgstr "" + +#: ../../mod/settings.php:910 +msgid "Channel Settings" +msgstr "" + +#: ../../mod/settings.php:919 +msgid "Basic Settings" +msgstr "" + +#: ../../mod/settings.php:922 +msgid "Your Timezone:" +msgstr "" + +#: ../../mod/settings.php:923 +msgid "Default Post Location:" +msgstr "" + +#: ../../mod/settings.php:924 +msgid "Use Browser Location:" +msgstr "" + +#: ../../mod/settings.php:926 +msgid "Adult Content" +msgstr "" + +#: ../../mod/settings.php:926 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "" + +#: ../../mod/settings.php:928 +msgid "Security and Privacy Settings" +msgstr "" + +#: ../../mod/settings.php:930 +msgid "Hide my online presence" +msgstr "" + +#: ../../mod/settings.php:930 +msgid "Prevents displaying in your profile that you are online" +msgstr "" + +#: ../../mod/settings.php:932 +msgid "Simple Privacy Settings:" +msgstr "" + +#: ../../mod/settings.php:933 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "" + +#: ../../mod/settings.php:934 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "" + +#: ../../mod/settings.php:935 +msgid "Private - default private, never open or public" +msgstr "" + +#: ../../mod/settings.php:936 +msgid "Blocked - default blocked to/from everybody" +msgstr "" + +#: ../../mod/settings.php:939 +msgid "Advanced Privacy Settings" +msgstr "" + +#: ../../mod/settings.php:941 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: ../../mod/settings.php:941 +msgid "May reduce spam activity" +msgstr "" + +#: ../../mod/settings.php:942 +msgid "Default Post Permissions" +msgstr "" + +#: ../../mod/settings.php:943 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +msgid "(click to open/close)" +msgstr "" + +#: ../../mod/settings.php:954 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: ../../mod/settings.php:954 +msgid "Useful to reduce spamming" +msgstr "" + +#: ../../mod/settings.php:957 +msgid "Notification Settings" +msgstr "" + +#: ../../mod/settings.php:958 +msgid "By default post a status message when:" +msgstr "" + +#: ../../mod/settings.php:959 +msgid "accepting a friend request" +msgstr "" + +#: ../../mod/settings.php:960 +msgid "joining a forum/community" +msgstr "" + +#: ../../mod/settings.php:961 +msgid "making an interesting profile change" +msgstr "" + +#: ../../mod/settings.php:962 +msgid "Send a notification email when:" +msgstr "" + +#: ../../mod/settings.php:963 +msgid "You receive an introduction" +msgstr "" + +#: ../../mod/settings.php:964 +msgid "Your introductions are confirmed" +msgstr "" + +#: ../../mod/settings.php:965 +msgid "Someone writes on your profile wall" +msgstr "" + +#: ../../mod/settings.php:966 +msgid "Someone writes a followup comment" +msgstr "" + +#: ../../mod/settings.php:967 +msgid "You receive a private message" +msgstr "" + +#: ../../mod/settings.php:968 +msgid "You receive a friend suggestion" +msgstr "" + +#: ../../mod/settings.php:969 +msgid "You are tagged in a post" +msgstr "" + +#: ../../mod/settings.php:970 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: ../../mod/settings.php:973 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: ../../mod/settings.php:974 +msgid "Change the behaviour of this account for special situations" +msgstr "" + #: ../../mod/subthread.php:105 #, php-format msgid "%1$s is following %2$s's %3$s" @@ -4093,6 +3991,11 @@ msgstr "" msgid "[Embedded content - reload page to view]" msgstr "" +#: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47 +#: ../../mod/wall_upload.php:35 +msgid "Channel not found." +msgstr "" + #: ../../mod/chanview.php:93 msgid "toggle full screen mode" msgstr "" @@ -4102,9 +4005,39 @@ msgstr "" msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" +#: ../../mod/chat.php:18 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." +msgstr "" + +#: ../../mod/chat.php:120 +msgid "Leave Room" +msgstr "" + +#: ../../mod/chat.php:121 +msgid "I am away right now" +msgstr "" + +#: ../../mod/chat.php:122 +msgid "I am online" +msgstr "" + +#: ../../mod/chat.php:146 ../../mod/chat.php:166 +msgid "New Chatroom" +msgstr "" + +#: ../../mod/chat.php:147 +msgid "Chatroom Name" +msgstr "" + +#: ../../mod/chat.php:162 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "" + #: ../../mod/viewconnections.php:17 ../../mod/search.php:13 -#: ../../mod/photos.php:442 ../../mod/directory.php:15 ../../mod/display.php:9 +#: ../../mod/directory.php:15 ../../mod/display.php:9 #: ../../mod/community.php:18 ../../mod/dirprofile.php:9 +#: ../../mod/photos.php:442 msgid "Public access denied." msgstr "" @@ -4133,7 +4066,7 @@ msgstr "" msgid "Select a tag to remove: " msgstr "" -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:905 msgid "Remove" msgstr "" @@ -4215,63 +4148,184 @@ msgstr "" msgid "No entries." msgstr "" -#: ../../mod/sources.php:28 -msgid "Failed to create source. No channel selected." +#: ../../mod/chatsvc.php:102 +msgid "Away" msgstr "" -#: ../../mod/sources.php:41 -msgid "Source created." +#: ../../mod/chatsvc.php:106 +msgid "Online" msgstr "" -#: ../../mod/sources.php:53 -msgid "Source updated." +#: ../../mod/attach.php:9 +msgid "Item not available." msgstr "" -#: ../../mod/sources.php:82 -msgid "Manage remote sources of content for your channel." +#: ../../mod/mitem.php:47 +msgid "Menu element updated." msgstr "" -#: ../../mod/sources.php:83 ../../mod/sources.php:93 -msgid "New Source" +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." msgstr "" -#: ../../mod/sources.php:94 ../../mod/sources.php:126 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." +#: ../../mod/mitem.php:57 +msgid "Menu element added." msgstr "" -#: ../../mod/sources.php:95 ../../mod/sources.php:127 -msgid "Only import content with these words (one per line)" +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." msgstr "" -#: ../../mod/sources.php:95 ../../mod/sources.php:127 -msgid "Leave blank to import all public content" +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" msgstr "" -#: ../../mod/sources.php:96 ../../mod/sources.php:130 -#: ../../mod/new_channel.php:110 -msgid "Channel Name" +#: ../../mod/mitem.php:99 +msgid "Edit menu" msgstr "" -#: ../../mod/sources.php:116 ../../mod/sources.php:143 -msgid "Source not found." +#: ../../mod/mitem.php:102 +msgid "Edit element" msgstr "" -#: ../../mod/sources.php:123 -msgid "Edit Source" +#: ../../mod/mitem.php:103 +msgid "Drop element" msgstr "" -#: ../../mod/sources.php:124 -msgid "Delete Source" +#: ../../mod/mitem.php:104 +msgid "New element" msgstr "" -#: ../../mod/sources.php:151 -msgid "Source removed" +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" msgstr "" -#: ../../mod/sources.php:153 -msgid "Unable to remove source." +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "" + +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "" + +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "" + +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "" + +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" +msgstr "" + +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "" + +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" +msgstr "" + +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" +msgstr "" + +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" +msgstr "" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" +msgstr "" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" +msgstr "" + +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "" + +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "" + +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." +msgstr "" + +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "" + +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "" + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "" + +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "" + +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "" + +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "" + +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "" + +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "" + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "" + +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "" + +#: ../../mod/group.php:196 +msgid "Members" +msgstr "" + +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "" + +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." +msgstr "" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "" + +#: ../../mod/profperm.php:105 +msgid "Profile Visibility Editor" +msgstr "" + +#: ../../mod/profperm.php:109 +msgid "Click on a contact to add or remove." +msgstr "" + +#: ../../mod/profperm.php:118 +msgid "Visible To" +msgstr "" + +#: ../../mod/profperm.php:134 ../../mod/connections.php:250 +msgid "All Connections" msgstr "" #: ../../mod/admin.php:48 @@ -4348,10 +4402,6 @@ msgstr "" msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:379 ../../mod/settings.php:702 -msgid "No special theme for mobile devices" -msgstr "" - #: ../../mod/admin.php:381 msgid "No special theme for accessibility" msgstr "" @@ -4707,6 +4757,16 @@ msgstr "" msgid "Deny" msgstr "" +#: ../../mod/admin.php:746 ../../mod/connedit.php:333 +#: ../../mod/connedit.php:475 +msgid "Block" +msgstr "" + +#: ../../mod/admin.php:747 ../../mod/connedit.php:333 +#: ../../mod/connedit.php:475 +msgid "Unblock" +msgstr "" + #: ../../mod/admin.php:750 msgid "Register date" msgstr "" @@ -4806,400 +4866,43 @@ msgstr "" msgid "Log level" msgstr "" -#: ../../mod/mitem.php:14 ../../mod/menu.php:87 -msgid "Menu not found." -msgstr "" - -#: ../../mod/mitem.php:47 -msgid "Menu element updated." -msgstr "" - -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." -msgstr "" - -#: ../../mod/mitem.php:57 -msgid "Menu element added." -msgstr "" - -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." -msgstr "" - -#: ../../mod/mitem.php:78 ../../mod/xchan.php:25 ../../mod/menu.php:113 -#: ../../mod/dirprofile.php:181 -msgid "Not found." -msgstr "" - -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" -msgstr "" - -#: ../../mod/mitem.php:99 -msgid "Edit menu" -msgstr "" - -#: ../../mod/mitem.php:102 -msgid "Edit element" -msgstr "" - -#: ../../mod/mitem.php:103 -msgid "Drop element" -msgstr "" - -#: ../../mod/mitem.php:104 -msgid "New element" -msgstr "" - -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" -msgstr "" - -#: ../../mod/mitem.php:106 -msgid "Add menu element" -msgstr "" - -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" -msgstr "" - -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" -msgstr "" - -#: ../../mod/mitem.php:131 -msgid "New Menu Element" -msgstr "" - -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" -msgstr "" - -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:937 -msgid "(click to open/close)" -msgstr "" - -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" -msgstr "" - -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" -msgstr "" - -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" -msgstr "" - -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" -msgstr "" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" -msgstr "" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" -msgstr "" - -#: ../../mod/mitem.php:142 ../../mod/menu.php:79 ../../mod/new_channel.php:117 -msgid "Create" -msgstr "" - -#: ../../mod/mitem.php:154 -msgid "Menu item not found." -msgstr "" - -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." -msgstr "" - -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." -msgstr "" - -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" -msgstr "" - -#: ../../mod/mitem.php:186 ../../mod/menu.php:107 -msgid "Modify" -msgstr "" - -#: ../../mod/group.php:20 -msgid "Collection created." -msgstr "" - -#: ../../mod/group.php:26 -msgid "Could not create collection." -msgstr "" - -#: ../../mod/group.php:54 -msgid "Collection updated." -msgstr "" - -#: ../../mod/group.php:86 -msgid "Create a collection of channels." -msgstr "" - -#: ../../mod/group.php:87 ../../mod/group.php:183 -msgid "Collection Name: " -msgstr "" - -#: ../../mod/group.php:89 ../../mod/group.php:186 -msgid "Members are visible to other channels" -msgstr "" - -#: ../../mod/group.php:107 -msgid "Collection removed." -msgstr "" - -#: ../../mod/group.php:109 -msgid "Unable to remove collection." -msgstr "" - -#: ../../mod/group.php:182 -msgid "Collection Editor" -msgstr "" - -#: ../../mod/group.php:196 -msgid "Members" -msgstr "" - -#: ../../mod/group.php:198 -msgid "All Connected Channels" -msgstr "" - -#: ../../mod/group.php:231 -msgid "Click on a channel to add or remove." -msgstr "" - -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "" - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "" - -#: ../../mod/photos.php:119 ../../mod/photos.php:668 -msgid "Delete Album" -msgstr "" - -#: ../../mod/photos.php:159 ../../mod/photos.php:934 -msgid "Delete Photo" -msgstr "" - -#: ../../mod/photos.php:452 -msgid "No photos selected" -msgstr "" - -#: ../../mod/photos.php:499 -msgid "Access to this item is restricted." -msgstr "" - -#: ../../mod/photos.php:573 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: ../../mod/photos.php:576 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "" - -#: ../../mod/photos.php:595 -msgid "Upload Photos" -msgstr "" - -#: ../../mod/photos.php:599 ../../mod/photos.php:663 -msgid "New album name: " -msgstr "" - -#: ../../mod/photos.php:600 -msgid "or existing album name: " -msgstr "" - -#: ../../mod/photos.php:601 -msgid "Do not show a status post for this upload" -msgstr "" - -#: ../../mod/photos.php:603 ../../mod/photos.php:929 -#: ../../mod/filestorage.php:124 -msgid "Permissions" -msgstr "" - -#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1105 -#: ../../mod/photos.php:1120 -msgid "Contact Photos" -msgstr "" - -#: ../../mod/photos.php:678 -msgid "Edit Album" -msgstr "" - -#: ../../mod/photos.php:684 -msgid "Show Newest First" -msgstr "" - -#: ../../mod/photos.php:686 -msgid "Show Oldest First" -msgstr "" - -#: ../../mod/photos.php:729 ../../mod/photos.php:1152 -msgid "View Photo" -msgstr "" - -#: ../../mod/photos.php:775 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: ../../mod/photos.php:777 -msgid "Photo not available" -msgstr "" - -#: ../../mod/photos.php:837 -msgid "Use as profile photo" -msgstr "" - -#: ../../mod/photos.php:861 -msgid "View Full Size" -msgstr "" - -#: ../../mod/photos.php:917 -msgid "Edit photo" -msgstr "" - -#: ../../mod/photos.php:919 -msgid "Rotate CW (right)" -msgstr "" - -#: ../../mod/photos.php:920 -msgid "Rotate CCW (left)" -msgstr "" - -#: ../../mod/photos.php:922 -msgid "New album name" -msgstr "" - -#: ../../mod/photos.php:925 -msgid "Caption" -msgstr "" - -#: ../../mod/photos.php:927 -msgid "Add a Tag" -msgstr "" - -#: ../../mod/photos.php:931 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "" - -#: ../../mod/photos.php:1158 -msgid "View Album" -msgstr "" - -#: ../../mod/photos.php:1167 -msgid "Recent Photos" -msgstr "" - -#: ../../mod/chat.php:18 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "" - -#: ../../mod/chat.php:130 -msgid "New Chatroom" -msgstr "" - -#: ../../mod/chat.php:131 -msgid "Chatroom Name" -msgstr "" - #: ../../mod/filer.php:35 msgid "- select -" msgstr "" -#: ../../mod/menu.php:17 -msgid "Menu updated." -msgstr "" - -#: ../../mod/menu.php:21 -msgid "Unable to update menu." -msgstr "" - -#: ../../mod/menu.php:26 -msgid "Menu created." -msgstr "" - -#: ../../mod/menu.php:30 -msgid "Unable to create menu." -msgstr "" - -#: ../../mod/menu.php:53 -msgid "Manage Menus" -msgstr "" - -#: ../../mod/menu.php:56 -msgid "Drop" -msgstr "" - -#: ../../mod/menu.php:58 -msgid "Create a new menu" -msgstr "" - -#: ../../mod/menu.php:59 -msgid "Delete this menu" -msgstr "" - -#: ../../mod/menu.php:60 ../../mod/menu.php:104 -msgid "Edit menu contents" -msgstr "" - -#: ../../mod/menu.php:61 -msgid "Edit this menu" -msgstr "" - -#: ../../mod/menu.php:76 -msgid "New Menu" -msgstr "" - -#: ../../mod/menu.php:77 ../../mod/menu.php:105 -msgid "Menu name" -msgstr "" - -#: ../../mod/menu.php:77 ../../mod/menu.php:105 -msgid "Must be unique, only seen by you" -msgstr "" - -#: ../../mod/menu.php:78 ../../mod/menu.php:106 -msgid "Menu title" -msgstr "" - -#: ../../mod/menu.php:78 ../../mod/menu.php:106 -msgid "Menu title as seen by others" -msgstr "" - -#: ../../mod/menu.php:93 -msgid "Menu deleted." -msgstr "" - -#: ../../mod/menu.php:95 -msgid "Menu could not be deleted." -msgstr "" - -#: ../../mod/menu.php:101 -msgid "Edit Menu" -msgstr "" - -#: ../../mod/menu.php:103 -msgid "Add or remove entries to this menu" -msgstr "" - #: ../../mod/home.php:89 #, php-format msgid "Welcome to %s" msgstr "" +#: ../../mod/editpost.php:20 ../../mod/editlayout.php:36 +#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36 +msgid "Item not found" +msgstr "" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "" + +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "" + +#: ../../mod/editpost.php:107 ../../mod/editlayout.php:110 +#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124 +msgid "Insert YouTube video" +msgstr "" + +#: ../../mod/editpost.php:108 ../../mod/editlayout.php:111 +#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125 +msgid "Insert Vorbis [.ogg] video" +msgstr "" + +#: ../../mod/editpost.php:109 ../../mod/editlayout.php:112 +#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126 +msgid "Insert Vorbis [.ogg] audio" +msgstr "" + #: ../../mod/directory.php:143 ../../mod/profiles.php:561 #: ../../mod/dirprofile.php:98 msgid "Age: " @@ -5225,81 +4928,318 @@ msgstr "" msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../mod/connections.php:189 ../../mod/connections.php:261 -msgid "Blocked" +#: ../../mod/connedit.php:49 ../../mod/connections.php:37 +msgid "Could not access contact record." msgstr "" -#: ../../mod/connections.php:194 ../../mod/connections.php:268 -msgid "Ignored" +#: ../../mod/connedit.php:63 ../../mod/connections.php:51 +msgid "Could not locate selected profile." msgstr "" -#: ../../mod/connections.php:199 ../../mod/connections.php:282 -msgid "Hidden" +#: ../../mod/connedit.php:107 ../../mod/connections.php:94 +msgid "Connection updated." msgstr "" -#: ../../mod/connections.php:204 ../../mod/connections.php:275 -msgid "Archived" +#: ../../mod/connedit.php:109 ../../mod/connections.php:96 +msgid "Failed to update connection record." msgstr "" -#: ../../mod/connections.php:215 -msgid "All" +#: ../../mod/connedit.php:204 +msgid "Could not access address book record." msgstr "" -#: ../../mod/connections.php:239 -msgid "Suggest new connections" +#: ../../mod/connedit.php:218 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../mod/connections.php:245 -msgid "Show pending (new) connections" +#: ../../mod/connedit.php:225 +msgid "Channel has been unblocked" msgstr "" -#: ../../mod/connections.php:248 ../../mod/profperm.php:134 -msgid "All Connections" +#: ../../mod/connedit.php:226 +msgid "Channel has been blocked" msgstr "" -#: ../../mod/connections.php:251 -msgid "Show all connections" +#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 +#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 +#: ../../mod/connedit.php:281 +msgid "Unable to set address book parameters." msgstr "" -#: ../../mod/connections.php:254 -msgid "Unblocked" +#: ../../mod/connedit.php:237 +msgid "Channel has been unignored" msgstr "" -#: ../../mod/connections.php:257 -msgid "Only show unblocked connections" +#: ../../mod/connedit.php:238 +msgid "Channel has been ignored" msgstr "" -#: ../../mod/connections.php:264 -msgid "Only show blocked connections" +#: ../../mod/connedit.php:249 +msgid "Channel has been unarchived" msgstr "" -#: ../../mod/connections.php:271 -msgid "Only show ignored connections" +#: ../../mod/connedit.php:250 +msgid "Channel has been archived" msgstr "" -#: ../../mod/connections.php:278 -msgid "Only show archived connections" +#: ../../mod/connedit.php:261 +msgid "Channel has been unhidden" msgstr "" -#: ../../mod/connections.php:285 -msgid "Only show hidden connections" +#: ../../mod/connedit.php:262 +msgid "Channel has been hidden" msgstr "" -#: ../../mod/connections.php:329 +#: ../../mod/connedit.php:276 +msgid "Channel has been approved" +msgstr "" + +#: ../../mod/connedit.php:277 +msgid "Channel has been unapproved" +msgstr "" + +#: ../../mod/connedit.php:295 +msgid "Contact has been removed." +msgstr "" + +#: ../../mod/connedit.php:315 #, php-format -msgid "%1$s [%2$s]" +msgid "View %s's profile" msgstr "" -#: ../../mod/connections.php:330 -msgid "Edit contact" +#: ../../mod/connedit.php:319 +msgid "Refresh Permissions" msgstr "" -#: ../../mod/connections.php:353 -msgid "Search your connections" +#: ../../mod/connedit.php:322 +msgid "Fetch updated permissions" msgstr "" -#: ../../mod/connections.php:354 -msgid "Finding: " +#: ../../mod/connedit.php:326 +msgid "Recent Activity" +msgstr "" + +#: ../../mod/connedit.php:329 +msgid "View recent posts and comments" +msgstr "" + +#: ../../mod/connedit.php:336 +msgid "Block or Unblock this connection" +msgstr "" + +#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +msgid "Unignore" +msgstr "" + +#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "" + +#: ../../mod/connedit.php:343 +msgid "Ignore or Unignore this connection" +msgstr "" + +#: ../../mod/connedit.php:346 +msgid "Unarchive" +msgstr "" + +#: ../../mod/connedit.php:346 +msgid "Archive" +msgstr "" + +#: ../../mod/connedit.php:349 +msgid "Archive or Unarchive this connection" +msgstr "" + +#: ../../mod/connedit.php:352 +msgid "Unhide" +msgstr "" + +#: ../../mod/connedit.php:352 +msgid "Hide" +msgstr "" + +#: ../../mod/connedit.php:355 +msgid "Hide or Unhide this connection" +msgstr "" + +#: ../../mod/connedit.php:362 +msgid "Delete this connection" +msgstr "" + +#: ../../mod/connedit.php:395 +msgid "Unknown" +msgstr "" + +#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +msgid "Approve this connection" +msgstr "" + +#: ../../mod/connedit.php:405 +msgid "Accept connection to allow communication" +msgstr "" + +#: ../../mod/connedit.php:421 +msgid "Automatic Permissions Settings" +msgstr "" + +#: ../../mod/connedit.php:421 +#, php-format +msgid "Connections: settings for %s" +msgstr "" + +#: ../../mod/connedit.php:425 +msgid "" +"When receiving a channel introduction, any permissions provided here will be " +"applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." +msgstr "" + +#: ../../mod/connedit.php:427 +msgid "Slide to adjust your degree of friendship" +msgstr "" + +#: ../../mod/connedit.php:433 +msgid "inherited" +msgstr "" + +#: ../../mod/connedit.php:435 +msgid "Connection has no individual permissions!" +msgstr "" + +#: ../../mod/connedit.php:436 +msgid "" +"This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." +msgstr "" + +#: ../../mod/connedit.php:438 +msgid "Profile Visibility" +msgstr "" + +#: ../../mod/connedit.php:439 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "" + +#: ../../mod/connedit.php:440 +msgid "Contact Information / Notes" +msgstr "" + +#: ../../mod/connedit.php:441 +msgid "Edit contact notes" +msgstr "" + +#: ../../mod/connedit.php:443 +msgid "Their Settings" +msgstr "" + +#: ../../mod/connedit.php:444 +msgid "My Settings" +msgstr "" + +#: ../../mod/connedit.php:446 +msgid "Forum Members" +msgstr "" + +#: ../../mod/connedit.php:447 +msgid "Soapbox" +msgstr "" + +#: ../../mod/connedit.php:448 +msgid "Full Sharing (typical social network permissions)" +msgstr "" + +#: ../../mod/connedit.php:449 +msgid "Cautious Sharing " +msgstr "" + +#: ../../mod/connedit.php:450 +msgid "Follow Only" +msgstr "" + +#: ../../mod/connedit.php:451 +msgid "Individual Permissions" +msgstr "" + +#: ../../mod/connedit.php:452 +msgid "" +"Some permissions may be inherited from your channel privacy settings, which have higher priority than individual " +"settings. Changing those inherited settings on this page will have no effect." +msgstr "" + +#: ../../mod/connedit.php:453 +msgid "Advanced Permissions" +msgstr "" + +#: ../../mod/connedit.php:454 +msgid "Simple Permissions (select one and submit)" +msgstr "" + +#: ../../mod/connedit.php:458 +#, php-format +msgid "Visit %s's profile - %s" +msgstr "" + +#: ../../mod/connedit.php:459 +msgid "Block/Unblock contact" +msgstr "" + +#: ../../mod/connedit.php:460 +msgid "Ignore contact" +msgstr "" + +#: ../../mod/connedit.php:461 +msgid "Repair URL settings" +msgstr "" + +#: ../../mod/connedit.php:462 +msgid "View conversations" +msgstr "" + +#: ../../mod/connedit.php:464 +msgid "Delete contact" +msgstr "" + +#: ../../mod/connedit.php:467 +msgid "Last update:" +msgstr "" + +#: ../../mod/connedit.php:469 +msgid "Update public posts" +msgstr "" + +#: ../../mod/connedit.php:471 +msgid "Update now" +msgstr "" + +#: ../../mod/connedit.php:477 +msgid "Currently blocked" +msgstr "" + +#: ../../mod/connedit.php:478 +msgid "Currently ignored" +msgstr "" + +#: ../../mod/connedit.php:479 +msgid "Currently archived" +msgstr "" + +#: ../../mod/connedit.php:480 +msgid "Currently pending" +msgstr "" + +#: ../../mod/connedit.php:481 +msgid "Hide this contact from others" +msgstr "" + +#: ../../mod/connedit.php:481 +msgid "" +"Replies/likes to your public posts may still be visible" msgstr "" #: ../../mod/layouts.php:52 @@ -5322,6 +5262,11 @@ msgstr "" msgid "Not Found" msgstr "" +#: ../../mod/help.php:71 ../../mod/page.php:83 ../../mod/display.php:100 +#: ../../index.php:226 +msgid "Page not found." +msgstr "" + #: ../../mod/rmagic.php:56 msgid "Remote Authentication" msgstr "" @@ -5334,6 +5279,10 @@ msgstr "" msgid "Authenticate" msgstr "" +#: ../../mod/page.php:35 +msgid "Invalid item." +msgstr "" + #: ../../mod/network.php:79 msgid "No such group" msgstr "" @@ -5358,84 +5307,6 @@ msgstr "" msgid "Invalid connection." msgstr "" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "" - -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." -msgstr "" - -#: ../../mod/post.php:256 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "" - -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "" - -#: ../../mod/siteinfo.php:57 -#, php-format -msgid "Version %s" -msgstr "" - -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "" - -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "" - -#: ../../mod/siteinfo.php:94 -msgid "Red" -msgstr "" - -#: ../../mod/siteinfo.php:95 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "" - -#: ../../mod/siteinfo.php:98 -msgid "Running at web location" -msgstr "" - -#: ../../mod/siteinfo.php:99 -msgid "" -"Please visit GetZot.com to learn more " -"about the Red Matrix." -msgstr "" - -#: ../../mod/siteinfo.php:100 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: ../../mod/siteinfo.php:103 -msgid "" -"Suggestions, praise, donations, etc. - please email \"redmatrix\" at " -"librelist - dot com" -msgstr "" - -#: ../../mod/siteinfo.php:104 -msgid "Site Administrators" -msgstr "" - -#: ../../mod/lockview.php:34 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "" - -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "" - #: ../../mod/profiles.php:18 ../../mod/profiles.php:138 #: ../../mod/profiles.php:168 ../../mod/profiles.php:463 msgid "Profile not found." @@ -5684,6 +5555,490 @@ msgstr "" msgid "Include desirable objects in your profile" msgstr "" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "" + +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." +msgstr "" + +#: ../../mod/post.php:256 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "" + +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "" + +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "" + +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "" + +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "" + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "" + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "" + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "" + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "" + +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:110 +msgid "Channel Name" +msgstr "" + +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "" + +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "" + +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "" + +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "" + +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "" + +#: ../../mod/lockview.php:34 +msgid "Remote privacy information not available." +msgstr "" + +#: ../../mod/lockview.php:43 +msgid "Visible to:" +msgstr "" + +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "" + +#: ../../mod/setup.php:161 +msgid "Red Matrix Server - Setup" +msgstr "" + +#: ../../mod/setup.php:167 +msgid "Could not connect to database." +msgstr "" + +#: ../../mod/setup.php:171 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "" + +#: ../../mod/setup.php:176 +msgid "Could not create table." +msgstr "" + +#: ../../mod/setup.php:182 +msgid "Your site database has been installed." +msgstr "" + +#: ../../mod/setup.php:187 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." +msgstr "" + +#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "" + +#: ../../mod/setup.php:254 +msgid "System check" +msgstr "" + +#: ../../mod/setup.php:259 +msgid "Check again" +msgstr "" + +#: ../../mod/setup.php:281 +msgid "Database connection" +msgstr "" + +#: ../../mod/setup.php:282 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "" + +#: ../../mod/setup.php:283 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "" + +#: ../../mod/setup.php:284 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "" + +#: ../../mod/setup.php:288 +msgid "Database Server Name" +msgstr "" + +#: ../../mod/setup.php:288 +msgid "Default is localhost" +msgstr "" + +#: ../../mod/setup.php:289 +msgid "Database Port" +msgstr "" + +#: ../../mod/setup.php:289 +msgid "Communication port number - use 0 for default" +msgstr "" + +#: ../../mod/setup.php:290 +msgid "Database Login Name" +msgstr "" + +#: ../../mod/setup.php:291 +msgid "Database Login Password" +msgstr "" + +#: ../../mod/setup.php:292 +msgid "Database Name" +msgstr "" + +#: ../../mod/setup.php:294 ../../mod/setup.php:336 +msgid "Site administrator email address" +msgstr "" + +#: ../../mod/setup.php:294 ../../mod/setup.php:336 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "" + +#: ../../mod/setup.php:295 ../../mod/setup.php:338 +msgid "Website URL" +msgstr "" + +#: ../../mod/setup.php:295 ../../mod/setup.php:338 +msgid "Please use SSL (https) URL if available." +msgstr "" + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please select a default timezone for your website" +msgstr "" + +#: ../../mod/setup.php:325 +msgid "Site settings" +msgstr "" + +#: ../../mod/setup.php:384 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "" + +#: ../../mod/setup.php:385 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "" + +#: ../../mod/setup.php:389 +msgid "PHP executable path" +msgstr "" + +#: ../../mod/setup.php:389 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "" + +#: ../../mod/setup.php:394 +msgid "Command line PHP" +msgstr "" + +#: ../../mod/setup.php:403 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "" + +#: ../../mod/setup.php:404 +msgid "This is required for message delivery to work." +msgstr "" + +#: ../../mod/setup.php:406 +msgid "PHP register_argc_argv" +msgstr "" + +#: ../../mod/setup.php:427 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "" + +#: ../../mod/setup.php:428 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." +msgstr "" + +#: ../../mod/setup.php:430 +msgid "Generate encryption keys" +msgstr "" + +#: ../../mod/setup.php:437 +msgid "libCurl PHP module" +msgstr "" + +#: ../../mod/setup.php:438 +msgid "GD graphics PHP module" +msgstr "" + +#: ../../mod/setup.php:439 +msgid "OpenSSL PHP module" +msgstr "" + +#: ../../mod/setup.php:440 +msgid "mysqli PHP module" +msgstr "" + +#: ../../mod/setup.php:441 +msgid "mb_string PHP module" +msgstr "" + +#: ../../mod/setup.php:442 +msgid "mcrypt PHP module" +msgstr "" + +#: ../../mod/setup.php:447 ../../mod/setup.php:449 +msgid "Apache mod_rewrite module" +msgstr "" + +#: ../../mod/setup.php:447 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "" + +#: ../../mod/setup.php:453 ../../mod/setup.php:456 +msgid "proc_open" +msgstr "" + +#: ../../mod/setup.php:453 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "" + +#: ../../mod/setup.php:461 +msgid "Error: libCURL PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:465 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "" + +#: ../../mod/setup.php:469 +msgid "Error: openssl PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:473 +msgid "Error: mysqli PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:477 +msgid "Error: mb_string PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:481 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:497 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." +msgstr "" + +#: ../../mod/setup.php:498 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "" + +#: ../../mod/setup.php:499 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "" + +#: ../../mod/setup.php:500 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "" + +#: ../../mod/setup.php:503 +msgid ".htconfig.php is writable" +msgstr "" + +#: ../../mod/setup.php:513 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: ../../mod/setup.php:514 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." +msgstr "" + +#: ../../mod/setup.php:515 ../../mod/setup.php:533 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." +msgstr "" + +#: ../../mod/setup.php:516 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" + +#: ../../mod/setup.php:519 +msgid "view/tpl/smarty3 is writable" +msgstr "" + +#: ../../mod/setup.php:532 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to " +"have write access to the store directory under the Red top level folder" +msgstr "" + +#: ../../mod/setup.php:536 +msgid "store is writable" +msgstr "" + +#: ../../mod/setup.php:551 +msgid "SSL certificate validation" +msgstr "" + +#: ../../mod/setup.php:551 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." +msgstr "" + +#: ../../mod/setup.php:558 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" + +#: ../../mod/setup.php:560 +msgid "Url rewrite is working" +msgstr "" + +#: ../../mod/setup.php:570 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "" + +#: ../../mod/setup.php:594 +msgid "Errors encountered creating database tables." +msgstr "" + +#: ../../mod/setup.php:607 +msgid "

    What next

    " +msgstr "" + +#: ../../mod/setup.php:608 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +msgstr "" + +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" +msgstr "" + +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "" + +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "" + +#: ../../mod/siteinfo.php:109 +msgid "Red" +msgstr "" + +#: ../../mod/siteinfo.php:110 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "" + +#: ../../mod/siteinfo.php:113 +msgid "Running at web location" +msgstr "" + +#: ../../mod/siteinfo.php:114 +msgid "" +"Please visit GetZot.com to learn more " +"about the Red Matrix." +msgstr "" + +#: ../../mod/siteinfo.php:115 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: ../../mod/siteinfo.php:118 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" +msgstr "" + +#: ../../mod/siteinfo.php:120 +msgid "Site Administrators" +msgstr "" + #: ../../mod/new_channel.php:107 msgid "Add a Channel" msgstr "" @@ -5717,50 +6072,6 @@ msgid "" "Or import an existing channel from another location" msgstr "" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." -msgstr "" - -#: ../../mod/filestorage.php:85 -msgid "File not found." -msgstr "" - -#: ../../mod/filestorage.php:119 -msgid "Edit file permissions" -msgstr "" - -#: ../../mod/filestorage.php:126 -msgid "Include all files and sub folders" -msgstr "" - -#: ../../mod/filestorage.php:127 -msgid "Return to file list" -msgstr "" - -#: ../../mod/filestorage.php:129 -msgid "Copy/paste this code to attach file to a post" -msgstr "" - -#: ../../mod/filestorage.php:130 -msgid "Copy/paste this URL to link file from a web page" -msgstr "" - -#: ../../mod/filestorage.php:167 -msgid "Download" -msgstr "" - -#: ../../mod/filestorage.php:173 -msgid "Used: " -msgstr "" - -#: ../../mod/filestorage.php:174 -msgid "[directory]" -msgstr "" - -#: ../../mod/filestorage.php:176 -msgid "Limit: " -msgstr "" - #: ../../mod/lostpass.php:15 msgid "No valid account found." msgstr "" @@ -5785,7 +6096,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1431 +#: ../../mod/lostpass.php:85 ../../boot.php:1434 msgid "Password Reset" msgstr "" @@ -5968,384 +6279,6 @@ msgstr "" msgid "invalid target signature" msgstr "" -#: ../../mod/settings.php:71 -msgid "Name is required" -msgstr "" - -#: ../../mod/settings.php:75 -msgid "Key and Secret are required" -msgstr "" - -#: ../../mod/settings.php:79 ../../mod/settings.php:535 -msgid "Update" -msgstr "" - -#: ../../mod/settings.php:192 -msgid "Passwords do not match. Password unchanged." -msgstr "" - -#: ../../mod/settings.php:196 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "" - -#: ../../mod/settings.php:209 -msgid "Password changed." -msgstr "" - -#: ../../mod/settings.php:211 -msgid "Password update failed. Please try again." -msgstr "" - -#: ../../mod/settings.php:225 -msgid "Not valid email." -msgstr "" - -#: ../../mod/settings.php:228 -msgid "Protected email address. Cannot change to that email." -msgstr "" - -#: ../../mod/settings.php:237 -msgid "System failure storing new email. Please try again." -msgstr "" - -#: ../../mod/settings.php:437 -msgid "Settings updated." -msgstr "" - -#: ../../mod/settings.php:508 ../../mod/settings.php:534 -#: ../../mod/settings.php:570 -msgid "Add application" -msgstr "" - -#: ../../mod/settings.php:511 ../../mod/settings.php:537 -msgid "Name" -msgstr "" - -#: ../../mod/settings.php:511 -msgid "Name of application" -msgstr "" - -#: ../../mod/settings.php:512 ../../mod/settings.php:538 -msgid "Consumer Key" -msgstr "" - -#: ../../mod/settings.php:512 ../../mod/settings.php:513 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "" - -#: ../../mod/settings.php:513 ../../mod/settings.php:539 -msgid "Consumer Secret" -msgstr "" - -#: ../../mod/settings.php:514 ../../mod/settings.php:540 -msgid "Redirect" -msgstr "" - -#: ../../mod/settings.php:514 -msgid "" -"Redirect URI - leave blank unless your application specifically requires this" -msgstr "" - -#: ../../mod/settings.php:515 ../../mod/settings.php:541 -msgid "Icon url" -msgstr "" - -#: ../../mod/settings.php:515 -msgid "Optional" -msgstr "" - -#: ../../mod/settings.php:526 -msgid "You can't edit this application." -msgstr "" - -#: ../../mod/settings.php:569 -msgid "Connected Apps" -msgstr "" - -#: ../../mod/settings.php:573 -msgid "Client key starts with" -msgstr "" - -#: ../../mod/settings.php:574 -msgid "No name" -msgstr "" - -#: ../../mod/settings.php:575 -msgid "Remove authorization" -msgstr "" - -#: ../../mod/settings.php:586 -msgid "No feature settings configured" -msgstr "" - -#: ../../mod/settings.php:594 -msgid "Feature Settings" -msgstr "" - -#: ../../mod/settings.php:617 -msgid "Account Settings" -msgstr "" - -#: ../../mod/settings.php:618 -msgid "Password Settings" -msgstr "" - -#: ../../mod/settings.php:619 -msgid "New Password:" -msgstr "" - -#: ../../mod/settings.php:620 -msgid "Confirm:" -msgstr "" - -#: ../../mod/settings.php:620 -msgid "Leave password fields blank unless changing" -msgstr "" - -#: ../../mod/settings.php:622 ../../mod/settings.php:917 -msgid "Email Address:" -msgstr "" - -#: ../../mod/settings.php:623 -msgid "Remove Account" -msgstr "" - -#: ../../mod/settings.php:624 -msgid "Warning: This action is permanent and cannot be reversed." -msgstr "" - -#: ../../mod/settings.php:640 -msgid "Off" -msgstr "" - -#: ../../mod/settings.php:640 -msgid "On" -msgstr "" - -#: ../../mod/settings.php:647 -msgid "Additional Features" -msgstr "" - -#: ../../mod/settings.php:672 -msgid "Connector Settings" -msgstr "" - -#: ../../mod/settings.php:742 -msgid "Display Settings" -msgstr "" - -#: ../../mod/settings.php:748 -msgid "Display Theme:" -msgstr "" - -#: ../../mod/settings.php:749 -msgid "Mobile Theme:" -msgstr "" - -#: ../../mod/settings.php:750 -msgid "Update browser every xx seconds" -msgstr "" - -#: ../../mod/settings.php:750 -msgid "Minimum of 10 seconds, no maximum" -msgstr "" - -#: ../../mod/settings.php:751 -msgid "Maximum number of conversations to load at any time:" -msgstr "" - -#: ../../mod/settings.php:751 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../mod/settings.php:752 -msgid "Don't show emoticons" -msgstr "" - -#: ../../mod/settings.php:788 -msgid "Nobody except yourself" -msgstr "" - -#: ../../mod/settings.php:789 -msgid "Only those you specifically allow" -msgstr "" - -#: ../../mod/settings.php:790 -msgid "Anybody in your address book" -msgstr "" - -#: ../../mod/settings.php:791 -msgid "Anybody on this website" -msgstr "" - -#: ../../mod/settings.php:792 -msgid "Anybody in this network" -msgstr "" - -#: ../../mod/settings.php:793 -msgid "Anybody on the internet" -msgstr "" - -#: ../../mod/settings.php:870 -msgid "Publish your default profile in the network directory" -msgstr "" - -#: ../../mod/settings.php:875 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" - -#: ../../mod/settings.php:879 ../../mod/profile_photo.php:288 -msgid "or" -msgstr "" - -#: ../../mod/settings.php:884 -msgid "Your channel address is" -msgstr "" - -#: ../../mod/settings.php:906 -msgid "Channel Settings" -msgstr "" - -#: ../../mod/settings.php:915 -msgid "Basic Settings" -msgstr "" - -#: ../../mod/settings.php:918 -msgid "Your Timezone:" -msgstr "" - -#: ../../mod/settings.php:919 -msgid "Default Post Location:" -msgstr "" - -#: ../../mod/settings.php:920 -msgid "Use Browser Location:" -msgstr "" - -#: ../../mod/settings.php:922 -msgid "Adult Content" -msgstr "" - -#: ../../mod/settings.php:922 -msgid "This channel publishes adult content." -msgstr "" - -#: ../../mod/settings.php:924 -msgid "Security and Privacy Settings" -msgstr "" - -#: ../../mod/settings.php:926 -msgid "Hide my online presence" -msgstr "" - -#: ../../mod/settings.php:926 -msgid "Prevents showing if you are available for chat" -msgstr "" - -#: ../../mod/settings.php:928 -msgid "Quick Privacy Settings:" -msgstr "" - -#: ../../mod/settings.php:929 -msgid "Very Public - extremely permissive" -msgstr "" - -#: ../../mod/settings.php:930 -msgid "Typical - default public, privacy when desired" -msgstr "" - -#: ../../mod/settings.php:931 -msgid "Private - default private, rarely open or public" -msgstr "" - -#: ../../mod/settings.php:932 -msgid "Blocked - default blocked to/from everybody" -msgstr "" - -#: ../../mod/settings.php:935 -msgid "Maximum Friend Requests/Day:" -msgstr "" - -#: ../../mod/settings.php:935 -msgid "May reduce spam activity" -msgstr "" - -#: ../../mod/settings.php:936 -msgid "Default Post Permissions" -msgstr "" - -#: ../../mod/settings.php:948 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: ../../mod/settings.php:948 -msgid "Useful to reduce spamming" -msgstr "" - -#: ../../mod/settings.php:951 -msgid "Notification Settings" -msgstr "" - -#: ../../mod/settings.php:952 -msgid "By default post a status message when:" -msgstr "" - -#: ../../mod/settings.php:953 -msgid "accepting a friend request" -msgstr "" - -#: ../../mod/settings.php:954 -msgid "joining a forum/community" -msgstr "" - -#: ../../mod/settings.php:955 -msgid "making an interesting profile change" -msgstr "" - -#: ../../mod/settings.php:956 -msgid "Send a notification email when:" -msgstr "" - -#: ../../mod/settings.php:957 -msgid "You receive an introduction" -msgstr "" - -#: ../../mod/settings.php:958 -msgid "Your introductions are confirmed" -msgstr "" - -#: ../../mod/settings.php:959 -msgid "Someone writes on your profile wall" -msgstr "" - -#: ../../mod/settings.php:960 -msgid "Someone writes a followup comment" -msgstr "" - -#: ../../mod/settings.php:961 -msgid "You receive a private message" -msgstr "" - -#: ../../mod/settings.php:962 -msgid "You receive a friend suggestion" -msgstr "" - -#: ../../mod/settings.php:963 -msgid "You are tagged in a post" -msgstr "" - -#: ../../mod/settings.php:964 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:967 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: ../../mod/settings.php:968 -msgid "Change the behaviour of this account for special situations" -msgstr "" - #: ../../mod/mail.php:33 msgid "Unable to lookup recipient." msgstr "" @@ -6420,11 +6353,6 @@ msgstr "" msgid "Send Reply" msgstr "" -#: ../../mod/editlayout.php:36 ../../mod/editpost.php:20 -#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36 -msgid "Item not found" -msgstr "" - #: ../../mod/editlayout.php:72 msgid "Edit Layout" msgstr "" @@ -6433,21 +6361,6 @@ msgstr "" msgid "Delete layout?" msgstr "" -#: ../../mod/editlayout.php:110 ../../mod/editpost.php:107 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124 -msgid "Insert YouTube video" -msgstr "" - -#: ../../mod/editlayout.php:111 ../../mod/editpost.php:108 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125 -msgid "Insert Vorbis [.ogg] video" -msgstr "" - -#: ../../mod/editlayout.php:112 ../../mod/editpost.php:109 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126 -msgid "Insert Vorbis [.ogg] audio" -msgstr "" - #: ../../mod/editlayout.php:147 msgid "Delete Layout" msgstr "" @@ -6528,12 +6441,77 @@ msgstr "" msgid "Image size reduction [%s] failed." msgstr "" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" +#: ../../mod/connections.php:191 ../../mod/connections.php:263 +msgid "Blocked" msgstr "" -#: ../../mod/editpost.php:53 -msgid "Delete item?" +#: ../../mod/connections.php:196 ../../mod/connections.php:270 +msgid "Ignored" +msgstr "" + +#: ../../mod/connections.php:201 ../../mod/connections.php:284 +msgid "Hidden" +msgstr "" + +#: ../../mod/connections.php:206 ../../mod/connections.php:277 +msgid "Archived" +msgstr "" + +#: ../../mod/connections.php:217 +msgid "All" +msgstr "" + +#: ../../mod/connections.php:241 +msgid "Suggest new connections" +msgstr "" + +#: ../../mod/connections.php:247 +msgid "Show pending (new) connections" +msgstr "" + +#: ../../mod/connections.php:253 +msgid "Show all connections" +msgstr "" + +#: ../../mod/connections.php:256 +msgid "Unblocked" +msgstr "" + +#: ../../mod/connections.php:259 +msgid "Only show unblocked connections" +msgstr "" + +#: ../../mod/connections.php:266 +msgid "Only show blocked connections" +msgstr "" + +#: ../../mod/connections.php:273 +msgid "Only show ignored connections" +msgstr "" + +#: ../../mod/connections.php:280 +msgid "Only show archived connections" +msgstr "" + +#: ../../mod/connections.php:287 +msgid "Only show hidden connections" +msgstr "" + +#: ../../mod/connections.php:331 +#, php-format +msgid "%1$s [%2$s]" +msgstr "" + +#: ../../mod/connections.php:332 +msgid "Edit contact" +msgstr "" + +#: ../../mod/connections.php:355 +msgid "Search your connections" +msgstr "" + +#: ../../mod/connections.php:356 +msgid "Finding: " msgstr "" #: ../../mod/notifications.php:26 @@ -6600,10 +6578,6 @@ msgstr "" msgid "Make this post private" msgstr "" -#: ../../mod/wall_upload.php:41 ../../mod/item.php:1075 -msgid "Wall Photos" -msgstr "" - #: ../../mod/channel.php:85 msgid "Insufficient permissions. Request redirected to profile page." msgstr "" @@ -6649,20 +6623,77 @@ msgstr "" msgid "Delete Block" msgstr "" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." +#: ../../mod/dirprofile.php:114 +msgid "Status: " msgstr "" -#: ../../mod/profperm.php:105 -msgid "Profile Visibility Editor" +#: ../../mod/dirprofile.php:115 +msgid "Sexual Preference: " msgstr "" -#: ../../mod/profperm.php:109 -msgid "Click on a contact to add or remove." +#: ../../mod/dirprofile.php:117 +msgid "Homepage: " msgstr "" -#: ../../mod/profperm.php:118 -msgid "Visible To" +#: ../../mod/dirprofile.php:118 +msgid "Hometown: " +msgstr "" + +#: ../../mod/dirprofile.php:120 +msgid "About: " +msgstr "" + +#: ../../mod/dirprofile.php:168 +msgid "Keywords: " +msgstr "" + +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "" + +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "" + +#: ../../mod/filestorage.php:119 +msgid "Edit file permissions" +msgstr "" + +#: ../../mod/filestorage.php:124 ../../mod/photos.php:603 +#: ../../mod/photos.php:946 +msgid "Permissions" +msgstr "" + +#: ../../mod/filestorage.php:126 +msgid "Include all files and sub folders" +msgstr "" + +#: ../../mod/filestorage.php:127 +msgid "Return to file list" +msgstr "" + +#: ../../mod/filestorage.php:129 +msgid "Copy/paste this code to attach file to a post" +msgstr "" + +#: ../../mod/filestorage.php:130 +msgid "Copy/paste this URL to link file from a web page" +msgstr "" + +#: ../../mod/filestorage.php:167 +msgid "Download" +msgstr "" + +#: ../../mod/filestorage.php:173 +msgid "Used: " +msgstr "" + +#: ../../mod/filestorage.php:174 +msgid "[directory]" +msgstr "" + +#: ../../mod/filestorage.php:176 +msgid "Limit: " msgstr "" #: ../../mod/suggest.php:35 @@ -6814,30 +6845,131 @@ msgstr "" msgid "Remove Channel" msgstr "" -#: ../../mod/item.php:145 -msgid "Unable to locate original post." +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../mod/item.php:346 -msgid "Empty post discarded." +#: ../../mod/photos.php:97 +msgid "Album not found." msgstr "" -#: ../../mod/item.php:388 -msgid "Executable content type not permitted to this channel." +#: ../../mod/photos.php:119 ../../mod/photos.php:668 +msgid "Delete Album" msgstr "" -#: ../../mod/item.php:819 -msgid "System error. Post not saved." +#: ../../mod/photos.php:159 ../../mod/photos.php:951 +msgid "Delete Photo" msgstr "" -#: ../../mod/item.php:1155 +#: ../../mod/photos.php:452 +msgid "No photos selected" +msgstr "" + +#: ../../mod/photos.php:499 +msgid "Access to this item is restricted." +msgstr "" + +#: ../../mod/photos.php:573 #, php-format -msgid "You have reached your limit of %1$.0f top level posts." +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/item.php:1161 +#: ../../mod/photos.php:576 #, php-format -msgid "You have reached your limit of %1$.0f webpages." +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "" + +#: ../../mod/photos.php:595 +msgid "Upload Photos" +msgstr "" + +#: ../../mod/photos.php:599 ../../mod/photos.php:663 +msgid "New album name: " +msgstr "" + +#: ../../mod/photos.php:600 +msgid "or existing album name: " +msgstr "" + +#: ../../mod/photos.php:601 +msgid "Do not show a status post for this upload" +msgstr "" + +#: ../../mod/photos.php:652 ../../mod/photos.php:674 ../../mod/photos.php:1123 +#: ../../mod/photos.php:1138 +msgid "Contact Photos" +msgstr "" + +#: ../../mod/photos.php:678 +msgid "Edit Album" +msgstr "" + +#: ../../mod/photos.php:684 +msgid "Show Newest First" +msgstr "" + +#: ../../mod/photos.php:686 +msgid "Show Oldest First" +msgstr "" + +#: ../../mod/photos.php:729 ../../mod/photos.php:1170 +msgid "View Photo" +msgstr "" + +#: ../../mod/photos.php:775 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: ../../mod/photos.php:777 +msgid "Photo not available" +msgstr "" + +#: ../../mod/photos.php:837 +msgid "Use as profile photo" +msgstr "" + +#: ../../mod/photos.php:861 +msgid "View Full Size" +msgstr "" + +#: ../../mod/photos.php:935 +msgid "Edit photo" +msgstr "" + +#: ../../mod/photos.php:937 +msgid "Rotate CW (right)" +msgstr "" + +#: ../../mod/photos.php:938 +msgid "Rotate CCW (left)" +msgstr "" + +#: ../../mod/photos.php:940 +msgid "New album name" +msgstr "" + +#: ../../mod/photos.php:943 +msgid "Caption" +msgstr "" + +#: ../../mod/photos.php:945 +msgid "Add a Tag" +msgstr "" + +#: ../../mod/photos.php:948 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "" + +#: ../../mod/photos.php:1101 +msgid "In This Photo:" +msgstr "" + +#: ../../mod/photos.php:1176 +msgid "View Album" +msgstr "" + +#: ../../mod/photos.php:1185 +msgid "Recent Photos" msgstr "" #: ../../mod/mood.php:138 @@ -6848,144 +6980,116 @@ msgstr "" msgid "Set your current mood and tell your friends" msgstr "" -#: ../../mod/ping.php:186 +#: ../../mod/ping.php:192 msgid "sent you a private message" msgstr "" -#: ../../mod/ping.php:244 +#: ../../mod/ping.php:250 msgid "added your channel" msgstr "" -#: ../../mod/ping.php:288 +#: ../../mod/ping.php:294 msgid "posted an event" msgstr "" -#: ../../mod/dirprofile.php:114 -msgid "Status: " -msgstr "" - -#: ../../mod/dirprofile.php:115 -msgid "Sexual Preference: " -msgstr "" - -#: ../../mod/dirprofile.php:117 -msgid "Homepage: " -msgstr "" - -#: ../../mod/dirprofile.php:118 -msgid "Hometown: " -msgstr "" - -#: ../../mod/dirprofile.php:120 -msgid "About: " -msgstr "" - -#: ../../mod/dirprofile.php:168 -msgid "Keywords: " -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:74 +#: ../../view/theme/redbasic/php/config.php:76 msgid "Scheme Default" msgstr "" -#: ../../view/theme/redbasic/php/config.php:75 -msgid "red" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:76 -msgid "black" -msgstr "" - -#: ../../view/theme/redbasic/php/config.php:77 +#: ../../view/theme/redbasic/php/config.php:87 msgid "silver" msgstr "" -#: ../../view/theme/redbasic/php/config.php:88 +#: ../../view/theme/redbasic/php/config.php:98 #: ../../view/theme/apw/php/config.php:234 #: ../../view/theme/blogga/view/theme/blog/config.php:69 #: ../../view/theme/blogga/php/config.php:69 msgid "Theme settings" msgstr "" -#: ../../view/theme/redbasic/php/config.php:89 +#: ../../view/theme/redbasic/php/config.php:99 #: ../../view/theme/apw/php/config.php:235 msgid "Set scheme" msgstr "" -#: ../../view/theme/redbasic/php/config.php:90 +#: ../../view/theme/redbasic/php/config.php:100 msgid "Navigation bar colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:91 +#: ../../view/theme/redbasic/php/config.php:101 +msgid "link colour" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:102 msgid "Set font-colour for banner" msgstr "" -#: ../../view/theme/redbasic/php/config.php:92 +#: ../../view/theme/redbasic/php/config.php:103 msgid "Set the background colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:93 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Set the background image" msgstr "" -#: ../../view/theme/redbasic/php/config.php:94 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Set the background colour of items" msgstr "" -#: ../../view/theme/redbasic/php/config.php:95 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Set the opacity of items" msgstr "" -#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Set the basic colour for item icons" msgstr "" -#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Set the hover colour for item icons" msgstr "" -#: ../../view/theme/redbasic/php/config.php:98 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Set font-size for the entire application" msgstr "" -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:110 #: ../../view/theme/apw/php/config.php:236 msgid "Set font-size for posts and comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Set font-colour for posts and comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Set radius of corners" msgstr "" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Set shadow depth of photos" msgstr "" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set maximum width of conversation regions" msgstr "" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Set minimum opacity of nav bar - to hide it" msgstr "" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set size of conversation author photo" msgstr "" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set size of followup author photos" msgstr "" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:118 msgid "Sloppy photo albums" msgstr "" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:118 msgid "Are you a clean desk or a messy desk person?" msgstr "" @@ -7129,41 +7233,41 @@ msgstr "" msgid "Header image only on profile pages" msgstr "" -#: ../../boot.php:1229 +#: ../../boot.php:1232 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1232 +#: ../../boot.php:1235 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1396 +#: ../../boot.php:1399 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../boot.php:1424 +#: ../../boot.php:1427 msgid "Password" msgstr "" -#: ../../boot.php:1425 +#: ../../boot.php:1428 msgid "Remember me" msgstr "" -#: ../../boot.php:1430 +#: ../../boot.php:1433 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1495 +#: ../../boot.php:1498 msgid "permission denied" msgstr "" -#: ../../boot.php:1496 +#: ../../boot.php:1499 msgid "Got Zot?" msgstr "" -#: ../../boot.php:1892 +#: ../../boot.php:1899 msgid "toggle mobile" msgstr "" diff --git a/version.inc b/version.inc index 424737526..a760a1660 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-02-06.580 +2014-02-07.581