The Red Matrix
 All Classes Namespaces Files Functions Variables Pages
plugin.php File Reference

Functions

 unload_plugin ($plugin)
 
 uninstall_plugin ($plugin)
 
 install_plugin ($plugin)
 
 load_plugin ($plugin)
 
 reload_plugins ()
 
 register_hook ($hook, $file, $function, $priority=0)
 
 unregister_hook ($hook, $file, $function)
 
 load_hooks ()
 
 call_hooks ($name, &$data=null)
 
 get_plugin_info ($plugin)
 
 get_theme_info ($theme)
 
 get_theme_screenshot ($theme)
 
 service_class_allows ($uid, $property, $usage=false)
 
 service_class_fetch ($uid, $property)
 
 upgrade_link ($bbcode=false)
 
 upgrade_message ($bbcode=false)
 
 upgrade_bool_message ($bbcode=false)
 
 head_add_css ($src, $media= 'screen')
 
 head_get_css ()
 
 format_css_if_exists ($source)
 
 head_add_js ($src)
 
 head_get_js ()
 
 format_js_if_exists ($source)
 
 theme_include ($file, $root= '')
 
 get_intltext_template ($s, $root= '')
 
 get_markup_template ($s, $root= '')
 

Function Documentation

format_css_if_exists (   $source)

Referenced by head_get_css().

format_js_if_exists (   $source)

Referenced by head_get_js().

get_intltext_template (   $s,
  $root = '' 
)
get_markup_template (   $s,
  $root = '' 
)

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

get_plugin_info (   $plugin)

Referenced by admin_page_plugins().

get_theme_info (   $theme)

Referenced by admin_page_themes(), and pretheme_init().

get_theme_screenshot (   $theme)

Referenced by admin_page_themes(), and pretheme_init().

head_add_css (   $src,
  $media = 'screen' 
)

Referenced by construct_page().

head_add_js (   $src)

Referenced by construct_page().

head_get_css ( )

Referenced by App\build_pagehead().

head_get_js ( )

Referenced by App\build_pagehead().

install_plugin (   $plugin)

Referenced by admin_page_plugins().

load_hooks ( )

Referenced by check_config(), and cli_startup().

load_plugin (   $plugin)

Referenced by check_config(), and install_plugin().

register_hook (   $hook,
  $file,
  $function,
  $priority = 0 
)
reload_plugins ( )

Referenced by poller_run().

service_class_allows (   $uid,
  $property,
  $usage = false 
)
service_class_fetch (   $uid,
  $property 
)
uninstall_plugin (   $plugin)

Referenced by admin_page_plugins().

unload_plugin (   $plugin)

Referenced by check_config(), and uninstall_plugin().

unregister_hook (   $hook,
  $file,
  $function 
)
upgrade_bool_message (   $bbcode = false)
upgrade_link (   $bbcode = false)
upgrade_message (   $bbcode = false)