Element index for package plugins
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ y ]
[ _ ]
_
- _plugins.class.php
- procedural page _plugins.class.php
- _pluginsettings.class.php
- procedural page _pluginsettings.class.php
- _plugins_admin.class.php
- procedural page _plugins_admin.class.php
- _plugins_admin_no_db.class.php
- procedural page _plugins_admin_no_db.class.php
- _pluginusersettings.class.php
- procedural page _pluginusersettings.class.php
- _plugin_list.view.php
- procedural page _plugin_list.view.php
- _plugin_list_available.view.php
- procedural page _plugin_list_available.view.php
- _plugin_settings.form.php
- procedural page _plugin_settings.form.php
- _plugin.class.php
- procedural page _plugin.class.php
- _plugin.funcs.php
- procedural page _plugin.funcs.php
- _set_setting_by_path
- in file _plugin.funcs.php, function _set_setting_by_path()
Helper method for "add_settings_set" and "delete_settings_set" action.
- __get
- in file _plugin.class.php, method Plugin::__get()
PHP5 overloading of get method to lazy-load (User)Settings, when they get accessed.
- _adsense.plugin.php
- procedural page _adsense.plugin.php
- _archives.plugin.php
- procedural page _archives.plugin.php
- _autolinks.plugin.php
- procedural page _autolinks.plugin.php
- _auto_p.plugin.php
- procedural page _auto_p.plugin.php
- $_dns_resolver
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$_dns_resolver
A Net_DNS_Resolver instance used to query the DNS.
- _basic_antispam.plugin.php
- procedural page _basic_antispam.plugin.php
- _bbcode.plugin.php
- procedural page _bbcode.plugin.php
- _calendar.plugin.php
- procedural page _calendar.plugin.php
- _captcha_img.plugin.php
- procedural page _captcha_img.plugin.php
- _code_highlight.plugin.php
- procedural page _code_highlight.plugin.php
- _commenttags.plugin.php
- procedural page _commenttags.plugin.php
- _comment_gravatars.plugin.php
- procedural page _comment_gravatars.plugin.php
- _generic_ping.plugin.php
- procedural page _generic_ping.plugin.php
- _gmcode.plugin.php
- procedural page _gmcode.plugin.php
- _ping_pingomatic.plugin.php
- procedural page _ping_pingomatic.plugin.php
- _quicktags.plugin.php
- procedural page _quicktags.plugin.php
- _turingtest.plugin.php
- procedural page _turingtest.plugin.php
- _smilies.plugin.php
- procedural page _smilies.plugin.php
- _test.plugin.php
- procedural page _test.plugin.php
- _texturize.plugin.php
- procedural page _texturize.plugin.php
- _tinymce.plugin.php
- procedural page _tinymce.plugin.php
- _callback.php
- procedural page _callback.php
- _twitter.plugin.php
- procedural page _twitter.plugin.php
- __construct
- in file twitteroauth.php, method TwitterOAuth::__construct()
construct TwitterOAuth object
- __construct
- in file oAuth.php, method OAuthToken::__construct()
key = the token
- __construct
- in file oAuth.php, method OAuthServer::__construct()
dummy docblock makes error-free autodocs
- __construct
- in file oAuth.php, method OAuthRequest::__construct()
dummy docblock makes error-free autodocs
- __construct
- in file oAuth.php, method OAuthConsumer::__construct()
dummy docblock makes error-free autodocs
- __toString
- in file oAuth.php, method OAuthConsumer::__toString()
dummy docblock makes error-free autodocs
- __toString
- in file oAuth.php, method OAuthRequest::__toString()
dummy docblock makes error-free autodocs
- __toString
- in file oAuth.php, method OAuthToken::__toString()
dummy docblock makes error-free autodocs
- $_video_modules
- in file _video.plugin.php, variable video_plugin::$_video_modules
- _theonion.vp.php
- procedural page _theonion.vp.php
- _video.plugin.php
- procedural page _video.plugin.php
- $_parent
- in file _video.class.php, variable vp_video::$_parent
- _askaninja.vp.php
- procedural page _askaninja.vp.php
- _blip.vp.php
- procedural page _blip.vp.php
- _break.vp.php
- procedural page _break.vp.php
- _collegehumor.vp.php
- procedural page _collegehumor.vp.php
- _dailymotion.vp.php
- procedural page _dailymotion.vp.php
- _google.vp.php
- procedural page _google.vp.php
- _livevideo.vp.php
- procedural page _livevideo.vp.php
- _metacafe.vp.php
- procedural page _metacafe.vp.php
- _revver.vp.php
- procedural page _revver.vp.php
- _swf.vp.php
- procedural page _swf.vp.php
- _ted.vp.php
- procedural page _ted.vp.php
- _vimeo.vp.php
- procedural page _vimeo.vp.php
- _youtube.vp.php
- procedural page _youtube.vp.php
- _video.class.php
- procedural page _video.class.php
- $_count_guests
- in file _whosonline.plugin.php, variable OnlineSessions::$_count_guests
Number of guests (and users that want to be anonymous)
- $_initialized
- in file _whosonline.plugin.php, variable OnlineSessions::$_initialized
- $_registered_Users
- in file _whosonline.plugin.php, variable OnlineSessions::$_registered_Users
List of registered users.
- $_timeout_online_user
- in file _whosonline.plugin.php, variable OnlineSessions::$_timeout_online_user
Online session timeout in seconds.
- _whosonline.plugin.php
- procedural page _whosonline.plugin.php
- _wikilinks.plugin.php
- procedural page _wikilinks.plugin.php
a
- $apply_rendering
- in file _plugin.class.php, variable Plugin::$apply_rendering
If this is a rendering plugin, when should rendering apply? This is the default value for the plugin and can be overriden in the Plugins administration for plugins that provide rendering events.
- $author
- in file _plugin.class.php, variable Plugin::$author
Plugin author.
- $author_url
- in file _plugin.class.php, variable Plugin::$author_url
Plugin author URL.
- AdminAfterMenuInit
- in file _plugin.class.php, method Plugin::AdminAfterMenuInit()
Event handler: Gets invoked in /admin.php for every backoffice page after the menu structure is built. You could use the $AdminUI object to modify it.
- AdminAfterNavbarInit
- in file _plugin.class.php, method Plugin::AdminAfterNavbarInit()
Event handler: Gets invoked in /toolbar.inc.php after the menu structure is built.
- AdminAfterPageFooter
- in file _plugin.class.php, method Plugin::AdminAfterPageFooter()
Event handler: Called right after displaying the admin page footer.
- AdminBeforeItemEditCreate
- in file _plugin.class.php, method Plugin::AdminBeforeItemEditCreate()
Event handler: Called before a new item gets created (in the backoffice).
- AdminBeforeItemEditDelete
- in file _plugin.class.php, method Plugin::AdminBeforeItemEditDelete()
Event handler: Called before an item gets deleted (in the backoffice).
- AdminBeforeItemEditUpdate
- in file _plugin.class.php, method Plugin::AdminBeforeItemEditUpdate()
Event handler: Called before an existing item gets updated (in the backoffice).
- AdminBeginPayload
- in file _plugin.class.php, method Plugin::AdminBeginPayload()
Event handler: Gets invoked before the main payload in the backoffice.
- AdminDispCommentFormField
- in file _plugin.class.php, method Plugin::AdminDispCommentFormField()
Event handler: Called at the end of the "Edit comment" form.
- AdminDisplayCommentToolbar
- in file _plugin.class.php, method Plugin::AdminDisplayCommentToolbar()
Event handler: Called when displaying comment editor toolbars in admin.
- AdminDisplayEditorButton
- in file _plugin.class.php, method Plugin::AdminDisplayEditorButton()
Event handler: Called when displaying editor buttons.
- AdminDisplayFieldsetAbove
- in file _plugin.class.php, method Plugin::AdminDisplayFieldsetAbove()
Event handler: Called when displaying item form fieldsets above the post textarea.
- AdminDisplayFieldsetBelow
- in file _plugin.class.php, method Plugin::AdminDisplayFieldsetBelow()
Event handler: Called when displaying item form fieldsets below the post textarea.
- AdminDisplayFieldsetSidebar
- in file _plugin.class.php, method Plugin::AdminDisplayFieldsetSidebar()
Event handler: Called when displaying item form fieldsets at the top of the sidebar.
- AdminDisplayToolbarAbove
- in file _plugin.class.php, method Plugin::AdminDisplayToolbarAbove()
Event handler: Called when displaying editor toolbars above the post textarea.
- AdminDisplayToolbarBelow
- in file _plugin.class.php, method Plugin::AdminDisplayToolbarBelow()
Event handler: Called when displaying editor toolbars below the post textarea.
- AdminDisplayToolbarSidebar
- in file _plugin.class.php, method Plugin::AdminDisplayToolbarSidebar()
Event handler: Called when displaying editor toolbars at the top of the sidebar.
- AdminEndHtmlHead
- in file _plugin.class.php, method Plugin::AdminEndHtmlHead()
Event handler: Called when ending the admin html head section.
- AdminTabAction
- in file _plugin.class.php, method Plugin::AdminTabAction()
Event handler: Method that gets invoked when our tab is selected.
- AdminTabPayload
- in file _plugin.class.php, method Plugin::AdminTabPayload()
Event handler: Gets invoked when our tab is selected and should get displayed.
- AdminToolAction
- in file _plugin.class.php, method Plugin::AdminToolAction()
Event handler: Called when handling actions for the "Tools" menu.
- AdminToolPayload
- in file _plugin.class.php, method Plugin::AdminToolPayload()
Event handler: Called when displaying the block in the "Tools -> misc" menu.
- AfterCommentDelete
- in file _plugin.class.php, method Plugin::AfterCommentDelete()
Event handler: called at the end of deleting a comment from the database.
- AfterCommentFormInsert
- in file _plugin.class.php, method Plugin::AfterCommentFormInsert()
Event handler: Called when a comment form has been processed and the comment got inserted into DB.
- AfterCommentInsert
- in file _plugin.class.php, method Plugin::AfterCommentInsert()
Event handler: called at the end of inserting a comment into the database, which means it has been created.
- AfterCommentUpdate
- in file _plugin.class.php, method Plugin::AfterCommentUpdate()
Event handler: called at the end of updating a comment in the database.
- AfterFileSave
- in file _plugin.class.php, method Plugin::AfterFileSave()
Event handler: Called after an uploaded file gets saved on server.
- AfterFileUpload
- in file _plugin.class.php, method Plugin::AfterFileUpload()
Event handler: Called before an uploaded file gets saved on server.
- AfterInstall
- in file _plugin.class.php, method Plugin::AfterInstall()
Event handler: Called after the plugin has been installed.
- AfterItemDelete
- in file _plugin.class.php, method Plugin::AfterItemDelete()
Event handler: called at the end of deleting an item/post from the database.
- AfterItemInsert
- in file _plugin.class.php, method Plugin::AfterItemInsert()
Event handler: called at the end of inserting a item/post into the database, which means it has been created.
- AfterItemUpdate
- in file _plugin.class.php, method Plugin::AfterItemUpdate()
Event handler: called at the end of updating an item/post in the database.
- AfterLoginAnonymousUser
- in file _plugin.class.php, method Plugin::AfterLoginAnonymousUser()
Event handler: Called at the end of the login procedure, if the user is anonymous ($current_User NOT set).
- AfterLoginRegisteredUser
- in file _plugin.class.php, method Plugin::AfterLoginRegisteredUser()
Event handler: Called at the end of the login procedure, if the $current_User is set and the user is therefor registered.
- AfterSendMessage
- in file _plugin.class.php, method Plugin::AfterSendMessage()
Event handler: Called after a message has been sent through the public email form.
- AfterTrackbackInsert
- in file _plugin.class.php, method Plugin::AfterTrackbackInsert()
Event handler: Gets called after a trackback has been recorded.
- AfterUserDelete
- in file _plugin.class.php, method Plugin::AfterUserDelete()
Event handler: called at the end of deleting an user from the database.
- AfterUserInsert
- in file _plugin.class.php, method Plugin::AfterUserInsert()
Event handler: called at the end of inserting an user account into the database, which means it has been created.
- AfterUserRegistration
- in file _plugin.class.php, method Plugin::AfterUserRegistration()
Event handler: Called when a new user has registered and got created.
- AfterUserUpdate
- in file _plugin.class.php, method Plugin::AfterUserUpdate()
Event handler: called at the end of updating an user account in the database, which means that it has been changed.
- AlternateAuthentication
- in file _plugin.class.php, method Plugin::AlternateAuthentication()
Event handler: called at the end of the login process, if the user did not try to login (by sending "login" and "pwd"), the session has no user attached or only "login" is given.
- AppendHitLog
- in file _plugin.class.php, method Plugin::AppendHitLog()
Event handler: Called when a hit gets logged, but before it gets recorded.
- AppendItemPreviewTransact
- in file _plugin.class.php, method Plugin::AppendItemPreviewTransact()
Event handler: called when instantiating an Item for preview.
- AppendUserRegistrTransact
- in file _plugin.class.php, method Plugin::AppendUserRegistrTransact()
Event handler: Called when a new user has registered, at the end of the DB transaction that created this user.
- are_events_available
- in file _plugin.class.php, method Plugin::are_events_available()
Check if the requested list of events is provided by any or one plugin.
- are_events_available
- in file _plugins.class.php, method Plugins::are_events_available()
Check if the requested list of events is provided by any or one plugin.
- autoform_display_field
- in file _plugin.funcs.php, function autoform_display_field()
Recursive helper function to display a field of the plugin's settings (by manipulating a Form).
- autoform_set_param_from_request
- in file _plugin.funcs.php, function autoform_set_param_from_request()
Set Plugin settings from params.
- autoform_validate_param_value
- in file _plugin.funcs.php, function autoform_validate_param_value()
Validates settings according to their meta info recursively.
- $apply_rendering
- in file _adsense.plugin.php, variable adsense_plugin::$apply_rendering
- AdminDisplayToolbarAbove
- in file _adsense.plugin.php, method adsense_plugin::AdminDisplayToolbarAbove()
- AdminDisplayToolbarBelow
- in file _adsense.plugin.php, method adsense_plugin::AdminDisplayToolbarBelow()
- AdminDisplayToolbarSidebar
- in file _adsense.plugin.php, method adsense_plugin::AdminDisplayToolbarSidebar()
- adsense_plugin
- in file _adsense.plugin.php, class adsense_plugin
- $archive_mode
- in file _archives.plugin.php, variable ArchiveList::$archive_mode
- $arc_w_last
- in file _archives.plugin.php, variable ArchiveList::$arc_w_last
- ArchiveList
- in file _archives.plugin.php, class ArchiveList
Archive List Class
- ArchiveList
- in file _archives.plugin.php, method ArchiveList::ArchiveList()
Constructor
- archives_plugin
- in file _archives.plugin.php, class archives_plugin
- $apply_rendering
- in file _autolinks.plugin.php, variable autolinks_plugin::$apply_rendering
- autolinks_plugin
- in file _autolinks.plugin.php, class autolinks_plugin
- $apply_rendering
- in file _auto_p.plugin.php, variable auto_p_plugin::$apply_rendering
- autobr
- in file _auto_p.plugin.php, method auto_p_plugin::autobr()
Add " " to the end of newlines, which do not end with " " already and which aren't the last line, if the "Auto-BR" setting is enabled.
- auto_p_plugin
- in file _auto_p.plugin.php, class auto_p_plugin
- $author
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$author
- $author_url
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$author_url
- AppendHitLog
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::AppendHitLog()
- apply_nofollow
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::apply_nofollow()
Do we want to apply rel="nofollow" tag?
- $apply_rendering
- in file _bbcode.plugin.php, variable bbcode_plugin::$apply_rendering
- archive_link
- in file _calendar.plugin.php, method Calendar::archive_link()
Create a link to archive, using either URL params or extra path info.
- $author
- in file _captcha_img.plugin.php, variable captcha_img_plugin::$author
- $author_url
- in file _captcha_img.plugin.php, variable captcha_img_plugin::$author_url
- AdminDispCommentFormField
- in file _captcha_img.plugin.php, method captcha_img_plugin::AdminDispCommentFormField()
- AdminEndHtmlHead
- in file _captcha_img.plugin.php, method captcha_img_plugin::AdminEndHtmlHead()
- AfterCommentFormInsert
- in file _captcha_img.plugin.php, method captcha_img_plugin::AfterCommentFormInsert()
- AfterInstall
- in file _captcha_img.plugin.php, method captcha_img_plugin::AfterInstall()
- AfterSendMessage
- in file _captcha_img.plugin.php, method captcha_img_plugin::AfterSendMessage()
- AfterUserRegistration
- in file _captcha_img.plugin.php, method captcha_img_plugin::AfterUserRegistration()
- $apply_rendering
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$apply_rendering
- $author
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$author
- $author_url
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$author_url
- AdminDisplayCommentToolbar
- in file _code_highlight.plugin.php, method code_highlight_plugin::AdminDisplayCommentToolbar()
- AdminDisplayToolbarAbove
- in file _code_highlight.plugin.php, method code_highlight_plugin::AdminDisplayToolbarAbove()
- AdminDisplayToolbarBelow
- in file _code_highlight.plugin.php, method code_highlight_plugin::AdminDisplayToolbarBelow()
- AdminDisplayToolbarSidebar
- in file _code_highlight.plugin.php, method code_highlight_plugin::AdminDisplayToolbarSidebar()
- AdminEndHtmlHead
- in file _code_highlight.plugin.php, method code_highlight_plugin::AdminEndHtmlHead()
- am_code_highlighter
- in file code.highlighter.php, class am_code_highlighter
- am_code_highlighter
- in file code.highlighter.php, method am_code_highlighter::am_code_highlighter()
Called automatically on class innit
- am_css_highlighter
- in file css.highlighter.php, method am_css_highlighter::am_css_highlighter()
Called automatically on class innit
- am_css_highlighter
- in file css.highlighter.php, class am_css_highlighter
- am_php_highlighter
- in file php.highlighter.php, class am_php_highlighter
- am_php_highlighter
- in file php.highlighter.php, method am_php_highlighter::am_php_highlighter()
Called automatically on class innit
- am_xml_highlighter
- in file xml.highlighter.php, method am_xml_highlighter::am_xml_highlighter()
Called automatically on class innit
- am_xml_highlighter
- in file xml.highlighter.php, class am_xml_highlighter
- $author
- in file _commenttags.plugin.php, variable commenttags_plugin::$author
- $author_url
- in file _commenttags.plugin.php, variable commenttags_plugin::$author_url
- AdminDisplayCommentToolbar
- in file _commenttags.plugin.php, method commenttags_plugin::AdminDisplayCommentToolbar()
- $apply_rendering
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$apply_rendering
- $author
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$author
- $author_url
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$author_url
- AdminEndHtmlHead
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::AdminEndHtmlHead()
- $author
- in file _generic_ping.plugin.php, variable generic_ping_plugin::$author
- $author_url
- in file _generic_ping.plugin.php, variable generic_ping_plugin::$author_url
- $apply_rendering
- in file _gmcode.plugin.php, variable gmcode_plugin::$apply_rendering
- $author
- in file _ping_pingomatic.plugin.php, variable ping_pingomatic_plugin::$author
- $author_url
- in file _ping_pingomatic.plugin.php, variable ping_pingomatic_plugin::$author_url
- AdminDisplayToolbarAbove
- in file _quicktags.plugin.php, method quicktags_plugin::AdminDisplayToolbarAbove()
- AdminDisplayToolbarBelow
- in file _quicktags.plugin.php, method quicktags_plugin::AdminDisplayToolbarBelow()
- AdminDisplayToolbarSidebar
- in file _quicktags.plugin.php, method quicktags_plugin::AdminDisplayToolbarSidebar()
- AdminEndHtmlHead
- in file _quicktags.plugin.php, method quicktags_plugin::AdminEndHtmlHead()
- $apply_rendering
- in file _smilies.plugin.php, variable smilies_plugin::$apply_rendering
- AdminDisplayCommentToolbar
- in file _smilies.plugin.php, method smilies_plugin::AdminDisplayCommentToolbar()
- AdminDisplayToolbarAbove
- in file _smilies.plugin.php, method smilies_plugin::AdminDisplayToolbarAbove()
- AdminDisplayToolbarBelow
- in file _smilies.plugin.php, method smilies_plugin::AdminDisplayToolbarBelow()
- AdminDisplayToolbarSidebar
- in file _smilies.plugin.php, method smilies_plugin::AdminDisplayToolbarSidebar()
- $apply_rendering
- in file _test.plugin.php, variable test_plugin::$apply_rendering
- $author
- in file _test.plugin.php, variable test_plugin::$author
- $author_url
- in file _test.plugin.php, variable test_plugin::$author_url
- AdminAfterMenuInit
- in file _test.plugin.php, method test_plugin::AdminAfterMenuInit()
- AdminAfterNavbarInit
- in file _test.plugin.php, method test_plugin::AdminAfterNavbarInit()
- AdminAfterPageFooter
- in file _test.plugin.php, method test_plugin::AdminAfterPageFooter()
- AdminBeforeItemEditCreate
- in file _test.plugin.php, method test_plugin::AdminBeforeItemEditCreate()
- AdminBeforeItemEditUpdate
- in file _test.plugin.php, method test_plugin::AdminBeforeItemEditUpdate()
- AdminBeginPayload
- in file _test.plugin.php, method test_plugin::AdminBeginPayload()
- AdminDispCommentFormField
- in file _test.plugin.php, method test_plugin::AdminDispCommentFormField()
- AdminDisplayEditorButton
- in file _test.plugin.php, method test_plugin::AdminDisplayEditorButton()
- AdminDisplayFieldsetAbove
- in file _test.plugin.php, method test_plugin::AdminDisplayFieldsetAbove()
- AdminDisplayFieldsetBelow
- in file _test.plugin.php, method test_plugin::AdminDisplayFieldsetBelow()
- AdminDisplayFieldsetSidebar
- in file _test.plugin.php, method test_plugin::AdminDisplayFieldsetSidebar()
- AdminDisplayToolbarAbove
- in file _test.plugin.php, method test_plugin::AdminDisplayToolbarAbove()
- AdminDisplayToolbarBelow
- in file _test.plugin.php, method test_plugin::AdminDisplayToolbarBelow()
- AdminDisplayToolbarSidebar
- in file _test.plugin.php, method test_plugin::AdminDisplayToolbarSidebar()
- AdminEndHtmlHead
- in file _test.plugin.php, method test_plugin::AdminEndHtmlHead()
- AdminTabAction
- in file _test.plugin.php, method test_plugin::AdminTabAction()
- AdminTabPayload
- in file _test.plugin.php, method test_plugin::AdminTabPayload()
- AdminToolAction
- in file _test.plugin.php, method test_plugin::AdminToolAction()
- AdminToolPayload
- in file _test.plugin.php, method test_plugin::AdminToolPayload()
- AfterInstall
- in file _test.plugin.php, method test_plugin::AfterInstall()
- AfterUserRegistration
- in file _test.plugin.php, method test_plugin::AfterUserRegistration()
- AlternateAuthentication
- in file _test.plugin.php, method test_plugin::AlternateAuthentication()
- AppendLoginRegisteredUser
- in file _test.plugin.php, method test_plugin::AppendLoginRegisteredUser()
- $apply_rendering
- in file _texturize.plugin.php, variable texturize_plugin::$apply_rendering
- $author
- in file _texturize.plugin.php, variable texturize_plugin::$author
- AdminDisplayEditorButton
- in file _tinymce.plugin.php, method tinymce_plugin::AdminDisplayEditorButton()
- $author
- in file _turingtest.plugin.php, variable turingtest_plugin::$author
- $author_url
- in file _turingtest.plugin.php, variable turingtest_plugin::$author_url
- AdminDispCommentFormField
- in file _turingtest.plugin.php, method turingtest_plugin::AdminDispCommentFormField()
- $author
- in file _twitter.plugin.php, variable twitter_plugin::$author
- $author_url
- in file _twitter.plugin.php, variable twitter_plugin::$author_url
- accessTokenURL
- in file twitteroauth.php, method TwitterOAuth::accessTokenURL()
Set API URLS
- add_signature_method
- in file oAuth.php, method OAuthServer::add_signature_method()
dummy docblock makes error-free autodocs
- AdminAfterMenuInit
- in file _twitter.plugin.php, method twitter_plugin::AdminAfterMenuInit()
- AdminDisplayFieldsetSidebar
- in file _twitter.plugin.php, method twitter_plugin::AdminDisplayFieldsetSidebar()
- AdminTabAction
- in file _twitter.plugin.php, method twitter_plugin::AdminTabAction()
- AdminTabPayload
- in file _twitter.plugin.php, method twitter_plugin::AdminTabPayload()
- authenticateURL
- in file twitteroauth.php, method TwitterOAuth::authenticateURL()
Set API URLS
- authorizeURL
- in file twitteroauth.php, method TwitterOAuth::authorizeURL()
Set API URLS
- $apply_rendering
- in file _video.plugin.php, variable video_plugin::$apply_rendering
- AdminDisplayToolbarAbove
- in file _video.plugin.php, method video_plugin::AdminDisplayToolbarAbove()
- AdminDisplayToolbarBelow
- in file _video.plugin.php, method video_plugin::AdminDisplayToolbarBelow()
- AdminDisplayToolbarSidebar
- in file _video.plugin.php, method video_plugin::AdminDisplayToolbarSidebar()
- $apply_rendering
- in file _wikilinks.plugin.php, variable wikilinks_plugin::$apply_rendering
b
- BeforeBlogDisplay
- in file _plugin.class.php, method Plugin::BeforeBlogDisplay()
Event handler: Called before a blog gets displayed (in _blog_main.inc.php).
- BeforeCommentFormInsert
- in file _plugin.class.php, method Plugin::BeforeCommentFormInsert()
Event handler: Called before a comment gets inserted through the public comment form.
- BeforeDisable
- in file _plugin.class.php, method Plugin::BeforeDisable()
Event handler: Your plugin gets notified here, just before it gets disabled.
- BeforeEnable
- in file _plugin.class.php, method Plugin::BeforeEnable()
Event handler: Called when the admin tries to enable the plugin, changes its configuration/settings and after installation.
- BeforeInstall
- in file _plugin.class.php, method Plugin::BeforeInstall()
Event handler: Called before the plugin is going to be installed.
- BeforeSendMessage
- in file _plugin.class.php, method Plugin::BeforeSendMessage()
Event handler: Called when a message form has been submitted.
- BeforeSessionsDelete
- in file _plugin.class.php, method Plugin::BeforeSessionsDelete()
Event handler: Called before pruning sessions. The plugin can prevent deletion of particular sessions, by returning their IDs.
- BeforeThumbCreate
- in file _plugin.class.php, method Plugin::BeforeThumbCreate()
This gets called before an image thumbnail gets created.
- BeforeTrackbackInsert
- in file _plugin.class.php, method Plugin::BeforeTrackbackInsert()
Event handler: called before a trackback gets recorded.
- BeforeUninstall
- in file _plugin.class.php, method Plugin::BeforeUninstall()
Event handler: Called before the plugin is going to be un-installed.
- BeforeUninstallPayload
- in file _plugin.class.php, method Plugin::BeforeUninstallPayload()
Event handler: Gets invoked to display the payload before uninstalling the plugin.
- $block_tags
- in file _auto_p.plugin.php, variable auto_p_plugin::$block_tags
- $br_allowed_in
- in file _auto_p.plugin.php, variable auto_p_plugin::$br_allowed_in
- basic_antispam_plugin
- in file _basic_antispam.plugin.php, class basic_antispam_plugin
- BeforeCommentFormInsert
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::BeforeCommentFormInsert()
- BeforeEnable
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::BeforeEnable()
- BeforeTrackbackInsert
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::BeforeTrackbackInsert()
- bbcode_plugin
- in file _bbcode.plugin.php, class bbcode_plugin
- $browseyears
- in file _calendar.plugin.php, variable Calendar::$browseyears
Do we want to browse years in the caption? True by default for mode == year, false for mode == month (gets set in constructor).
- BeforeCommentFormInsert
- in file _captcha_img.plugin.php, method captcha_img_plugin::BeforeCommentFormInsert()
- BeforeEnable
- in file _captcha_img.plugin.php, method captcha_img_plugin::BeforeEnable()
- BeforeSendMessage
- in file _captcha_img.plugin.php, method captcha_img_plugin::BeforeSendMessage()
- BeforeTrackbackInsert
- in file _captcha_img.plugin.php, method captcha_img_plugin::BeforeTrackbackInsert()
- BeforeCommentFormInsert
- in file _code_highlight.plugin.php, method code_highlight_plugin::BeforeCommentFormInsert()
- BeforeEnable
- in file _generic_ping.plugin.php, method generic_ping_plugin::BeforeEnable()
Check ping service URL and plugin code.
- BeforeInstall
- in file _test.plugin.php, method test_plugin::BeforeInstall()
- BeforeSessionsDelete
- in file _test.plugin.php, method test_plugin::BeforeSessionsDelete()
- BeforeUninstall
- in file _test.plugin.php, method test_plugin::BeforeUninstall()
- BeforeCommentFormInsert
- in file _turingtest.plugin.php, method turingtest_plugin::BeforeCommentFormInsert()
- BeforeEnable
- in file _turingtest.plugin.php, method turingtest_plugin::BeforeEnable()
- BeforeSendMessage
- in file _turingtest.plugin.php, method turingtest_plugin::BeforeSendMessage()
- $base_string
- in file oAuth.php, variable OAuthRequest::$base_string
- BeforeEnable
- in file _twitter.plugin.php, method twitter_plugin::BeforeEnable()
- build_http_query
- in file oAuth.php, method OAuthUtil::build_http_query()
dummy docblock makes error-free autodocs
- build_signature
- in file oAuth.php, method OAuthSignatureMethod_RSA_SHA1::build_signature()
dummy docblock makes error-free autodocs
- build_signature
- in file oAuth.php, method OAuthSignatureMethod_HMAC_SHA1::build_signature()
dummy docblock makes error-free autodocs
- build_signature
- in file oAuth.php, method OAuthRequest::build_signature()
dummy docblock makes error-free autodocs
- build_signature
- in file oAuth.php, method OAuthSignatureMethod::build_signature()
Build up the signature NOTE: The output of this function MUST NOT be urlencoded.
- build_signature
- in file oAuth.php, method OAuthSignatureMethod_PLAINTEXT::build_signature()
oauth_signature is set to the concatenated encoded values of the Consumer Secret and Token Secret, separated by a '&' character (ASCII code 38), even if either secret is empty. The result MUST be encoded again.
c
- $code
- in file _plugin.class.php, variable Plugin::$code
Globally unique code for this plugin functionality. 32 chars.
- CacheIsCollectingContent
- in file _plugin.class.php, method Plugin::CacheIsCollectingContent()
Event handler: gets asked for if we are generating cached content.
- CacheObjects
- in file _plugin.class.php, method Plugin::CacheObjects()
Event handler: called to cache object data.
- CachePageContent
- in file _plugin.class.php, method Plugin::CachePageContent()
Event handler: called to cache page content (get cached content or request caching).
- call_by_code
- in file _plugins.class.php, method Plugins::call_by_code()
T-Tag: Call a specific plugin by its code.
- call_method
- in file _plugins.class.php, method Plugins::call_method()
Call a method on a Plugin.
- call_method_if_active
- in file _plugins.class.php, method Plugins::call_method_if_active()
Call a method on a Plugin if it is not deactivated.
- CaptchaPayload
- in file _plugin.class.php, method Plugin::CaptchaPayload()
Event handler: general event to inject payload for a captcha test.
- CaptchaValidated
- in file _plugin.class.php, method Plugin::CaptchaValidated()
Event handler: general event to validate a captcha which payload was added through CaptchaPayload().
- CaptchaValidatedCleanup
- in file _plugin.class.php, method Plugin::CaptchaValidatedCleanup()
Event handler: general event to be called after an action has been taken, which involved CaptchaPayload() and CaptchaValidated().
- CommentFormSent
- in file _plugin.class.php, method Plugin::CommentFormSent()
Event handler: Called before at the beginning, if a comment form gets sent (and received).
- count_regs
- in file _plugins_admin.class.php, method Plugins_admin::count_regs()
Count # of registrations of same plugin. Optionally returns the sequence number to be used for the next instance of a plugin as well.
- $code
- in file _adsense.plugin.php, variable adsense_plugin::$code
- $code
- in file _archives.plugin.php, variable archives_plugin::$code
- count_total_rows
- in file _archives.plugin.php, method ArchiveList::count_total_rows()
Count the number of rows of the SQL result
- $code
- in file _autolinks.plugin.php, variable autolinks_plugin::$code
- $code
- in file _auto_p.plugin.php, variable auto_p_plugin::$code
- $code
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$code
- $code
- in file _bbcode.plugin.php, variable bbcode_plugin::$code
- $comment_replace_list
- in file _bbcode.plugin.php, variable bbcode_plugin::$comment_replace_list
- $comment_search_list
- in file _bbcode.plugin.php, variable bbcode_plugin::$comment_search_list
- $cellend
- in file _calendar.plugin.php, variable Calendar::$cellend
- $cellstart
- in file _calendar.plugin.php, variable Calendar::$cellstart
- $code
- in file _calendar.plugin.php, variable calendar_plugin::$code
- $context_isolation
- in file _calendar.plugin.php, variable Calendar::$context_isolation
- Calendar
- in file _calendar.plugin.php, method Calendar::Calendar()
Calendar::Calendar(-)
- Calendar
- in file _calendar.plugin.php, class Calendar
Calendar
- calendar_plugin
- in file _calendar.plugin.php, class calendar_plugin
- $code
- in file _captcha_img.plugin.php, variable captcha_img_plugin::$code
- CaptchaPayload
- in file _captcha_img.plugin.php, method captcha_img_plugin::CaptchaPayload()
- CaptchaValidated
- in file _captcha_img.plugin.php, method captcha_img_plugin::CaptchaValidated()
- CaptchaValidatedCleanup
- in file _captcha_img.plugin.php, method captcha_img_plugin::CaptchaValidatedCleanup()
- captcha_img_plugin
- in file _captcha_img.plugin.php, class captcha_img_plugin
- change_TTF
- in file _captcha_img.plugin.php, method captcha_img_plugin::change_TTF()
dummy docblock makes error-free autodocs
- $code
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$code
- code_highlight_plugin
- in file _code_highlight.plugin.php, class code_highlight_plugin
- CommentFormSent
- in file _code_highlight.plugin.php, method code_highlight_plugin::CommentFormSent()
- create_number
- in file _code_highlight.plugin.php, method code_highlight_plugin::create_number()
Creates the SwipeFriendly line numbers
- code.highlighter.php
- procedural page code.highlighter.php
- css.highlighter.php
- procedural page css.highlighter.php
- $code
- in file _commenttags.plugin.php, variable commenttags_plugin::$code
- commenttags_plugin
- in file _commenttags.plugin.php, class commenttags_plugin
- $code
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$code
- comment_gravatars_plugin
- in file _comment_gravatars.plugin.php, class comment_gravatars_plugin
- $code
- in file _generic_ping.plugin.php, variable generic_ping_plugin::$code
- $code
- in file _gmcode.plugin.php, variable gmcode_plugin::$code
- $code
- in file _ping_pingomatic.plugin.php, variable ping_pingomatic_plugin::$code
- $code
- in file _quicktags.plugin.php, variable quicktags_plugin::$code
- $code
- in file _smilies.plugin.php, variable smilies_plugin::$code
- $code
- in file _test.plugin.php, variable test_plugin::$code
- $code
- in file _texturize.plugin.php, variable texturize_plugin::$code
- $code
- in file _tinymce.plugin.php, variable tinymce_plugin::$code
- $code
- in file _turingtest.plugin.php, variable turingtest_plugin::$code
- check_settings
- in file _turingtest.plugin.php, method turingtest_plugin::check_settings()
Check if we have settings for comments or messageform or registration before enabling
- $code
- in file _twitter.plugin.php, variable twitter_plugin::$code
- $connecttimeout
- in file twitteroauth.php, variable TwitterOAuth::$connecttimeout
- check_signature
- in file oAuth.php, method OAuthSignatureMethod_RSA_SHA1::check_signature()
dummy docblock makes error-free autodocs
- check_signature
- in file oAuth.php, method OAuthSignatureMethod::check_signature()
Verifies that a given signature is correct
- $code
- in file _video.plugin.php, variable video_plugin::$code
- $code
- in file _whosonline.plugin.php, variable whosonline_plugin::$code
- $code
- in file _wikilinks.plugin.php, variable wikilinks_plugin::$code
d
- debug_log
- in file _plugin.class.php, method Plugin::debug_log()
Log a debug message.
- delete
- in file _pluginsettings.class.php, method PluginSettings::delete()
Delete a setting.
- delete
- in file _pluginusersettings.class.php, method PluginUserSettings::delete()
Delete a setting.
- disable_event
- in file _plugin.class.php, method Plugin::disable_event()
Disable an event.
- discover
- in file _plugins_admin.class.php, method Plugins_admin::discover()
Discover and register all available plugins in the $plugins_path folder/subfolders.
- DisplayCommentFormButton
- in file _plugin.class.php, method Plugin::DisplayCommentFormButton()
Event handler: Called in the submit button section of the frontend comment form.
- DisplayCommentFormFieldset
- in file _plugin.class.php, method Plugin::DisplayCommentFormFieldset()
Event handler: Called at the end of the frontend comment form.
- DisplayCommentToolbar
- in file _plugin.class.php, method Plugin::DisplayCommentToolbar()
Event handler: Called when displaying comment editor toolbars.
- DisplayItemAsHtml
- in file _plugin.class.php, method Plugin::DisplayItemAsHtml()
Event handler: Called when displaying an item/post's content as HTML.
- DisplayItemAsText
- in file _plugin.class.php, method Plugin::DisplayItemAsText()
Event handler: Called when displaying an item/post's content as text.
- DisplayItemAsXml
- in file _plugin.class.php, method Plugin::DisplayItemAsXml()
Event handler: Called when displaying an item/post's content as XML.
- DisplayLoginFormFieldset
- in file _plugin.class.php, method Plugin::DisplayLoginFormFieldset()
Event handler: Called at the end of the "Login" form.
- DisplayMessageFormButton
- in file _plugin.class.php, method Plugin::DisplayMessageFormButton()
Event handler: Called in the submit button section of the frontend message form.
- DisplayMessageFormFieldset
- in file _plugin.class.php, method Plugin::DisplayMessageFormFieldset()
Event handler: Called at the end of the frontend message form, which allows to send an email to a user/commentator.
- DisplayRegisterFormFieldset
- in file _plugin.class.php, method Plugin::DisplayRegisterFormFieldset()
Event handler: Called at the end of the "Register as new user" form.
- DisplayTemplate
- in file _plugin.class.php, method Plugin::DisplayTemplate()
Event handler: Display a template. Use Plugin::GetProvidedTemplates() to return a list of names that you register.
- DisplayTrackbackAddr
- in file _plugin.class.php, method Plugin::DisplayTrackbackAddr()
Event handler: called to display the URL that accepts trackbacks for an item.
- DisplayValidateAccountFormFieldset
- in file _plugin.class.php, method Plugin::DisplayValidateAccountFormFieldset()
Event handler: Called at the end of the "Validate user account" form, which gets invoked if newusers_mustvalidate is enabled and the user has not been validated yet.
- DisplayItemAsHtml
- in file _adsense.plugin.php, method adsense_plugin::DisplayItemAsHtml()
- DisplayItemAsXml
- in file _adsense.plugin.php, method adsense_plugin::DisplayItemAsXml()
- DisplayItem_callback
- in file _adsense.plugin.php, method adsense_plugin::DisplayItem_callback()
dummy docblock makes error-free autodocs
- double_check_referer
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::double_check_referer()
This function gets called (as a shutdown function, if possible) and checks if the referering URL's content includes the current URL - if not it is probably spam!
- $displaycaption
- in file _calendar.plugin.php, variable Calendar::$displaycaption
- display
- in file _calendar.plugin.php, method Calendar::display()
Display the calendar.
- DisplayCommentFormFieldset
- in file _captcha_img.plugin.php, method captcha_img_plugin::DisplayCommentFormFieldset()
- DisplayMessageFormFieldset
- in file _captcha_img.plugin.php, method captcha_img_plugin::DisplayMessageFormFieldset()
- DisplayRegisterFormFieldset
- in file _captcha_img.plugin.php, method captcha_img_plugin::DisplayRegisterFormFieldset()
- DisplayTrackbackAddr
- in file _captcha_img.plugin.php, method captcha_img_plugin::DisplayTrackbackAddr()
- does_apply
- in file _captcha_img.plugin.php, method captcha_img_plugin::does_apply()
Get plugin settings that apply to registered members
- DisplayCommentToolbar
- in file _code_highlight.plugin.php, method code_highlight_plugin::DisplayCommentToolbar()
- do_numbering
- in file _code_highlight.plugin.php, method code_highlight_plugin::do_numbering()
Formats code ready for displaying With "SwipeFriendly" line numbers
- DisplayCommentToolbar
- in file _commenttags.plugin.php, method commenttags_plugin::DisplayCommentToolbar()
- display_gravatar
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::display_gravatar()
This is what makes it all go.
- DisplayCommentToolbar
- in file _smilies.plugin.php, method smilies_plugin::DisplayCommentToolbar()
- DisplayItemAsHtml
- in file _test.plugin.php, method test_plugin::DisplayItemAsHtml()
- DisplayItemAsText
- in file _test.plugin.php, method test_plugin::DisplayItemAsText()
- DisplayItemAsXml
- in file _test.plugin.php, method test_plugin::DisplayItemAsXml()
- DisplayLoginFormFieldset
- in file _test.plugin.php, method test_plugin::DisplayLoginFormFieldset()
- DisplayValidateAccountFormFieldset
- in file _test.plugin.php, method test_plugin::DisplayValidateAccountFormFieldset()
- DisplayCommentFormFieldset
- in file _turingtest.plugin.php, method turingtest_plugin::DisplayCommentFormFieldset()
- DisplayMessageFormFieldset
- in file _turingtest.plugin.php, method turingtest_plugin::DisplayMessageFormFieldset()
- DisplayRegisterFormFieldset
- in file _turingtest.plugin.php, method turingtest_plugin::DisplayRegisterFormFieldset()
- $data_store
- in file oAuth.php, variable OAuthServer::$data_store
- $decode_json
- in file twitteroauth.php, variable TwitterOAuth::$decode_json
- delete
- in file twitteroauth.php, method TwitterOAuth::delete()
DELETE wrapper for oAuthReqeust.
- $def_value
- in file _theonion.vp.php, variable vp_theonion::$def_value
- DisplayItemAsHtml
- in file _video.plugin.php, method video_plugin::DisplayItemAsHtml()
- $def_value
- in file _video.class.php, variable vp_video::$def_value
- $def_value
- in file _swf.vp.php, variable vp_swf::$def_value
- $def_value
- in file _metacafe.vp.php, variable vp_metacafe::$def_value
- $def_value
- in file _collegehumor.vp.php, variable vp_collegehumor::$def_value
- $def_value
- in file _askaninja.vp.php, variable vp_askaninja::$def_value
- display_onliners
- in file _whosonline.plugin.php, method OnlineSessions::display_onliners()
Template function: Display onliners, both registered users and guests.
- display_online_guests
- in file _whosonline.plugin.php, method OnlineSessions::display_online_guests()
Template function: Display number of online guests.
- display_online_users
- in file _whosonline.plugin.php, method OnlineSessions::display_online_users()
Template function: Display the registered users who are online
e
- EmailInvalid
- in file _plugin.class.php, class constant Plugin::EmailInvalid
The email address is invalid. Do not apply further checks.
- EmailNotSure
- in file _plugin.class.php, class constant Plugin::EmailNotSure
It is not clear whether the email address is valid or not.
- EmailValid
- in file _plugin.class.php, class constant Plugin::EmailValid
The email address is definitely valid. Further checks are not necessary.
- EmailValidSyntax
- in file _plugin.class.php, class constant Plugin::EmailValidSyntax
It is only certain that the email address is valid syntactically.
- enable_event
- in file _plugin.class.php, method Plugin::enable_event()
Enable an event.
- ExecCronJob
- in file _plugin.class.php, method Plugin::ExecCronJob()
Execute/handle a cron job, which has been scheduled by the admin out of the list that the Plugin provides (see GetCronJobs()).
- $emptycellcontent
- in file _calendar.plugin.php, variable Calendar::$emptycellcontent
- $emptycellend
- in file _calendar.plugin.php, variable Calendar::$emptycellend
- $emptycellstart
- in file _calendar.plugin.php, variable Calendar::$emptycellstart
- ExecCronJob
- in file _captcha_img.plugin.php, method captcha_img_plugin::ExecCronJob()
- ExecCronJob
- in file _test.plugin.php, method test_plugin::ExecCronJob()
f
- FilterCommentAuthor
- in file _plugin.class.php, method Plugin::FilterCommentAuthor()
Event handler: called to filter the comment's author name (blog name for trackbacks)
- FilterCommentAuthorUrl
- in file _plugin.class.php, method Plugin::FilterCommentAuthorUrl()
Event handler: called to filter the comment's author URL.
- FilterCommentContent
- in file _plugin.class.php, method Plugin::FilterCommentContent()
Event handler: called to filter the comment's content
- FilterIpAddress
- in file _plugin.class.php, method Plugin::FilterIpAddress()
Event handler: Called when an IP address gets displayed, typically in a protected area or for a privileged user, e.g. in the backoffice statistics menu.
- filter_contents
- in file _plugins_admin.class.php, method Plugins_admin::filter_contents()
Filter (post) contents by calling the relevant filter plugins.
- forget_events
- in file _plugins.class.php, method Plugins::forget_events()
Forget the events a Plugin has registered.
- forget_events
- in file _plugin.class.php, method Plugin::forget_events()
Call this to unregister all your events for the current request.
- FilterItemContents
- in file _adsense.plugin.php, method adsense_plugin::FilterItemContents()
- FilterCommentAuthor
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::FilterCommentAuthor()
- FilterCommentAuthorUrl
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::FilterCommentAuthorUrl()
- FilterCommentContent
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::FilterCommentContent()
- FilterCommentContent
- in file _bbcode.plugin.php, method bbcode_plugin::FilterCommentContent()
- FilterCommentContent
- in file _code_highlight.plugin.php, method code_highlight_plugin::FilterCommentContent()
- FilterItemContents
- in file _code_highlight.plugin.php, method code_highlight_plugin::FilterItemContents()
- filter_codeblock_callback
- in file _code_highlight.plugin.php, method code_highlight_plugin::filter_codeblock_callback()
Formats code ready for the database
- filter_codespan_callback
- in file _code_highlight.plugin.php, method code_highlight_plugin::filter_codespan_callback()
Format codespan for display
- format_to_edit
- in file _code_highlight.plugin.php, method code_highlight_plugin::format_to_edit()
Formats code ready for editing
- FilterCommentContent
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::FilterCommentContent()
- FilterCommentContent
- in file _smilies.plugin.php, method smilies_plugin::FilterCommentContent()
- FilterIpAddress
- in file _test.plugin.php, method test_plugin::FilterIpAddress()
- $format
- in file twitteroauth.php, variable TwitterOAuth::$format
- fetch_access_token
- in file oAuth.php, method OAuthServer::fetch_access_token()
process an access_token request
- fetch_private_cert
- in file oAuth.php, method OAuthSignatureMethod_RSA_SHA1::fetch_private_cert()
dummy docblock makes error-free autodocs Up to the SP to implement this lookup of keys. Possible ideas are: (1) do a lookup in a table of trusted certs keyed off of consumer
- fetch_public_cert
- in file oAuth.php, method OAuthSignatureMethod_RSA_SHA1::fetch_public_cert()
dummy docblock makes error-free autodocs
- fetch_request_token
- in file oAuth.php, method OAuthServer::fetch_request_token()
process a request_token request
- from_consumer_and_token
- in file oAuth.php, method OAuthRequest::from_consumer_and_token()
pretty much a helper function to set up the request
- from_request
- in file oAuth.php, method OAuthRequest::from_request()
attempt to build up a request from what was passed to the server
g
- $group
- in file _plugin.class.php, variable Plugin::$group
Main group of the plugin.
- get
- in file _pluginusersettings.class.php, method PluginUserSettings::get()
Get a setting by name for the Plugin.
- get
- in file _pluginsettings.class.php, method PluginSettings::get()
Get a setting by name for the Plugin.
- GetCronJobs
- in file _plugin.class.php, method Plugin::GetCronJobs()
This method gets asked for a list of cronjobs that the plugin provides.
- GetDbLayout
- in file _plugin.class.php, method Plugin::GetDbLayout()
This method should return your DB schema, consisting of a list of CREATE TABLE queries.
- GetDefaultBlogSettings
- in file _plugin.class.php, method Plugin::GetDefaultBlogSettings()
Define here default collection/blog settings that are to be made available in the backoffice.
- GetDefaultSettings
- in file _plugin.class.php, method Plugin::GetDefaultSettings()
Define default settings here.
- GetDefaultUserSettings
- in file _plugin.class.php, method Plugin::GetDefaultUserSettings()
Define here default user settings that are then available in the backoffice.
- GetDefaultWidgetSettings
- in file _plugin.class.php, method Plugin::GetDefaultWidgetSettings()
Get definitions for widget specific editable params
- GetDependencies
- in file _plugin.class.php, method Plugin::GetDependencies()
Get the list of dependencies that the plugin has.
- GetExtraEvents
- in file _plugin.class.php, method Plugin::GetExtraEvents()
This method gets asked when plugins get installed and allows you to return a list of extra events, which your plugin triggers itself (e.g. through $Plugins->trigger_event()).
- GetProvidedTemplates
- in file _plugin.class.php, method Plugin::GetProvidedTemplates()
Event handler: Gets asked about a list of template names that the plugin handles.
- GetSpamKarmaForComment
- in file _plugin.class.php, method Plugin::GetSpamKarmaForComment()
Event handler: Called to ask the plugin for the spam karma of a comment/trackback.
- GetSrvcMethods
- in file _plugin.class.php, method Plugin::GetSrvcMethods()
Override this method to define methods/functions that you want to make accessible through /qp_srvc/call_plugin.php, which allows you to call those methods by HTTP request.
- get_apply_rendering_values
- in file _plugins_admin.class.php, method Plugins_admin::get_apply_rendering_values()
Get the list of all possible values for apply_rendering (defines when a rendering Plugin can apply).
- get_by_classname
- in file _plugins.class.php, method Plugins::get_by_classname()
Get a plugin by its classname.
- get_by_code
- in file _plugins.class.php, method Plugins::get_by_code()
Get a specific Plugin by its code.
- get_by_ID
- in file _plugins.class.php, method Plugins::get_by_ID()
Get a specific plugin by its ID.
- get_class_id
- in file _plugin.class.php, method Plugin::get_class_id()
Get a string, unqiue for the plugin, usable in HTML form elements.
- get_coll_setting
- in file _plugin.class.php, method Plugin::get_coll_setting()
Get a template specific param value from current Blog
- get_edit_settings_link
- in file _plugin.class.php, method Plugin::get_edit_settings_link()
Get a link to edit the Plugin's settings (if the user has permission).
- get_enabled_events
- in file _plugins.class.php, method Plugins::get_enabled_events()
Get a list of (enabled) events for a given Plugin ID.
- get_help_file
- in file _plugin.class.php, method Plugin::get_help_file()
Get the help file for a Plugin ID. README.LOCALE.html will take precedence above the general (english) README.html.
- get_help_link
- in file _plugin.class.php, method Plugin::get_help_link()
Get a link to a help page (with icon).
- get_help_url
- in file _plugin.class.php, method Plugin::get_help_url()
Get the plugin's external help/website URL.
- get_list_by_all_events
- in file _plugins.class.php, method Plugins::get_list_by_all_events()
Get a list of plugins that provide all given events.
- get_list_by_event
- in file _plugins.class.php, method Plugins::get_list_by_event()
Get a list of Plugins for a given event.
- get_list_by_events
- in file _plugins.class.php, method Plugins::get_list_by_events()
Get a list of Plugins for a list of events. Every Plugin is only once in this list.
- get_next
- in file _plugins.class.php, method Plugins::get_next()
Get next plugin in the list.
- get_object_from_cacheplugin_or_create
- in file _plugins.class.php, method Plugins::get_object_from_cacheplugin_or_create()
Load an object from a Cache plugin or create a new one if we have a cache miss or no caching plugins.
- get_Plugins_in_group
- in file _plugins.class.php, method Plugins::get_Plugins_in_group()
Will return an array that contents are references to plugins that have the same group, regardless of the sub_group.
- get_Plugins_in_sub_group
- in file _plugins.class.php, method Plugins::get_Plugins_in_sub_group()
Will return an array that contents are references to plugins that have the same group and sub_group.
- get_plugin_groups
- in file _plugins.class.php, method Plugins::get_plugin_groups()
Get a list of available Plugin groups.
- get_plugin_settings_node_by_path
- in file _plugin.funcs.php, function get_plugin_settings_node_by_path()
Get a node from settings by path (e.g. "locales[0][questions]")
- get_plugin_url
- in file _plugin.class.php, method Plugin::get_plugin_url()
Get the absolute URL to the plugin's directory (where the plugins classfile is).
- get_registered_events
- in file _plugins_admin.class.php, method Plugins_admin::get_registered_events()
Discover plugin events from its source file.
- get_sql_table
- in file _plugin.class.php, method Plugin::get_sql_table()
Get canonical name for database tables a plugin uses, by adding an unique prefix for your plugin instance.
- get_srvc_url
- in file _plugin.class.php, method Plugin::get_srvc_url()
Get the URL to call a plugin method through http. This links to the /qp_srvc/call_plugin.php file.
- get_supported_events
- in file _plugins_admin.class.php, method Plugins_admin::get_supported_events()
Get the list of all events/hooks supported by the plugin framework.
- get_tools_tab_url
- in file _plugin.class.php, method Plugin::get_tools_tab_url()
Get URL for the tools tab for this plugin.
- get_trigger_event
- in file _plugins.class.php, method Plugins::get_trigger_event()
Trigger an event and return an index of params.
- get_trigger_event_first_return
- in file _plugins.class.php, method Plugins::get_trigger_event_first_return()
Trigger an event and return the first return value of a plugin.
- get_trigger_event_first_true
- in file _plugins.class.php, method Plugins::get_trigger_event_first_true()
The same as get_trigger_event(), but stop when the first Plugin returns true.
- $group
- in file _adsense.plugin.php, variable adsense_plugin::$group
- GetDefaultSettings
- in file _adsense.plugin.php, method adsense_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _adsense.plugin.php, method adsense_plugin::GetDefaultUserSettings()
- $group
- in file _archives.plugin.php, variable archives_plugin::$group
- GetDefaultWidgetSettings
- in file _archives.plugin.php, method archives_plugin::GetDefaultWidgetSettings()
- get_item
- in file _archives.plugin.php, method ArchiveList::get_item()
Getting next item in archive list
- $group
- in file _autolinks.plugin.php, variable autolinks_plugin::$group
- $group
- in file _auto_p.plugin.php, variable auto_p_plugin::$group
- GetDefaultSettings
- in file _auto_p.plugin.php, method auto_p_plugin::GetDefaultSettings()
- $group
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$group
- GetDefaultSettings
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::GetDefaultSettings()
- GetSpamKarmaForComment
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::GetSpamKarmaForComment()
- $group
- in file _bbcode.plugin.php, variable bbcode_plugin::$group
- GetDefaultSettings
- in file _bbcode.plugin.php, method bbcode_plugin::GetDefaultSettings()
- $group
- in file _calendar.plugin.php, variable calendar_plugin::$group
- GetDefaultWidgetSettings
- in file _calendar.plugin.php, method calendar_plugin::GetDefaultWidgetSettings()
- getNavLinks
- in file _calendar.plugin.php, method Calendar::getNavLinks()
Get links to navigate between month / year.
- $group
- in file _captcha_img.plugin.php, variable captcha_img_plugin::$group
- generate_private_key
- in file _captcha_img.plugin.php, method captcha_img_plugin::generate_private_key()
Generate a private key.
- GetCronJobs
- in file _captcha_img.plugin.php, method captcha_img_plugin::GetCronJobs()
- GetDbLayout
- in file _captcha_img.plugin.php, method captcha_img_plugin::GetDbLayout()
- GetDefaultBlogSettings
- in file _captcha_img.plugin.php, method captcha_img_plugin::GetDefaultBlogSettings()
- GetDefaultSettings
- in file _captcha_img.plugin.php, method captcha_img_plugin::GetDefaultSettings()
- GetDependencies
- in file _captcha_img.plugin.php, method captcha_img_plugin::GetDependencies()
- GetSrvcMethods
- in file _captcha_img.plugin.php, method captcha_img_plugin::GetSrvcMethods()
- get_blogSettings
- in file _captcha_img.plugin.php, method captcha_img_plugin::get_blogSettings()
Gets the individual Captcha settings for this blog.
- get_captcha_img
- in file _captcha_img.plugin.php, method captcha_img_plugin::get_captcha_img()
Create captcha image.
- get_gd_version
- in file _captcha_img.plugin.php, method captcha_img_plugin::get_gd_version()
Get the GD version out of buffered phpinfo output.
- get_image_dimensions
- in file _captcha_img.plugin.php, method captcha_img_plugin::get_image_dimensions()
Get image dimensions of the original image (before any post-processing!).
- $group
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$group
- GetDefaultSettings
- in file _code_highlight.plugin.php, method code_highlight_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _code_highlight.plugin.php, method code_highlight_plugin::GetDefaultUserSettings()
- $group
- in file _commenttags.plugin.php, variable commenttags_plugin::$group
- GetDefaultSettings
- in file _commenttags.plugin.php, method commenttags_plugin::GetDefaultSettings()
- $group
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$group
- GetDefaultBlogSettings
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::GetDefaultBlogSettings()
- GetDefaultSettings
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::GetDefaultSettings()
- $group
- in file _generic_ping.plugin.php, variable generic_ping_plugin::$group
- generic_ping_plugin
- in file _generic_ping.plugin.php, class generic_ping_plugin
- GetDefaultSettings
- in file _generic_ping.plugin.php, method generic_ping_plugin::GetDefaultSettings()
- $group
- in file _gmcode.plugin.php, variable gmcode_plugin::$group
- gmcode_plugin
- in file _gmcode.plugin.php, class gmcode_plugin
- $group
- in file _ping_pingomatic.plugin.php, variable ping_pingomatic_plugin::$group
- $group
- in file _quicktags.plugin.php, variable quicktags_plugin::$group
- GetDefaultSettings
- in file _quicktags.plugin.php, method quicktags_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _quicktags.plugin.php, method quicktags_plugin::GetDefaultUserSettings()
- $group
- in file _smilies.plugin.php, variable smilies_plugin::$group
- GetDefaultSettings
- in file _smilies.plugin.php, method smilies_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _smilies.plugin.php, method smilies_plugin::GetDefaultUserSettings()
- get_smiley
- in file _smilies.plugin.php, method smilies_plugin::get_smiley()
returns the relevant smiley parts (char_code, image_file)
- $group
- in file _test.plugin.php, variable test_plugin::$group
- GetCronJobs
- in file _test.plugin.php, method test_plugin::GetCronJobs()
- GetDbLayout
- in file _test.plugin.php, method test_plugin::GetDbLayout()
- GetDefaultSettings
- in file _test.plugin.php, method test_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _test.plugin.php, method test_plugin::GetDefaultUserSettings()
- GetDependencies
- in file _test.plugin.php, method test_plugin::GetDependencies()
- GetExtraEvents
- in file _test.plugin.php, method test_plugin::GetExtraEvents()
- $group
- in file _texturize.plugin.php, variable texturize_plugin::$group
- $group
- in file _tinymce.plugin.php, variable tinymce_plugin::$group
- GetDefaultSettings
- in file _tinymce.plugin.php, method tinymce_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _tinymce.plugin.php, method tinymce_plugin::GetDefaultUserSettings()
- GetExtraEvents
- in file _tinymce.plugin.php, method tinymce_plugin::GetExtraEvents()
- GetSrvcMethods
- in file _tinymce.plugin.php, method tinymce_plugin::GetSrvcMethods()
- get_tinymce_src_url
- in file _tinymce.plugin.php, method tinymce_plugin::get_tinymce_src_url()
Get the URL to include TinyMCE.
- get_tmce_init
- in file _tinymce.plugin.php, method tinymce_plugin::get_tmce_init()
Create Options for TinyMCE.init() (non-compressor) - not TinyMCE_GZ.init (compressor)!!
- $group
- in file _turingtest.plugin.php, variable turingtest_plugin::$group
- GetDefaultSettings
- in file _turingtest.plugin.php, method turingtest_plugin::GetDefaultSettings()
- $group
- in file _twitter.plugin.php, variable twitter_plugin::$group
- get
- in file twitteroauth.php, method TwitterOAuth::get()
GET wrapper for oAuthRequest.
- getAccessToken
- in file twitteroauth.php, method TwitterOAuth::getAccessToken()
Exchange request token and secret for an access token and secret, to sign API calls.
- getAuthorizeURL
- in file twitteroauth.php, method TwitterOAuth::getAuthorizeURL()
Get the authorize URL
- GetDbLayout
- in file _twitter.plugin.php, method twitter_plugin::GetDbLayout()
- GetDefaultSettings
- in file _twitter.plugin.php, method twitter_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _twitter.plugin.php, method twitter_plugin::GetDefaultUserSettings()
- getHeader
- in file twitteroauth.php, method TwitterOAuth::getHeader()
Get the header info to store.
- getRequestToken
- in file twitteroauth.php, method TwitterOAuth::getRequestToken()
Get a request_token from Twitter
- get_headers
- in file oAuth.php, method OAuthUtil::get_headers()
helper to try to sort out headers for people who aren't running apache
- get_name
- in file oAuth.php, method OAuthSignatureMethod_HMAC_SHA1::get_name()
dummy docblock makes error-free autodocs
- get_name
- in file oAuth.php, method OAuthSignatureMethod_PLAINTEXT::get_name()
dummy docblock makes error-free autodocs
- get_name
- in file oAuth.php, method OAuthSignatureMethod::get_name()
Needs to return the name of the Signature Method (ie HMAC-SHA1)
- get_name
- in file oAuth.php, method OAuthSignatureMethod_RSA_SHA1::get_name()
dummy docblock makes error-free autodocs
- get_normalized_http_method
- in file oAuth.php, method OAuthRequest::get_normalized_http_method()
just uppercases the http method
- get_normalized_http_url
- in file oAuth.php, method OAuthRequest::get_normalized_http_url()
parses the url and rebuilds it to be
- get_parameter
- in file oAuth.php, method OAuthRequest::get_parameter()
dummy docblock makes error-free autodocs
- get_parameters
- in file oAuth.php, method OAuthRequest::get_parameters()
dummy docblock makes error-free autodocs
- get_signable_parameters
- in file oAuth.php, method OAuthRequest::get_signable_parameters()
The request parameters, sorted and concatenated into a normalized string.
- get_signature_base_string
- in file oAuth.php, method OAuthRequest::get_signature_base_string()
Returns the base string of this request
- get_twitter_link
- in file _twitter.plugin.php, method twitter_plugin::get_twitter_link()
Get link to twitter oAuth
- $group
- in file _video.plugin.php, variable video_plugin::$group
- GetDefaultSettings
- in file _video.plugin.php, method video_plugin::GetDefaultSettings()
- GetDefaultUserSettings
- in file _video.plugin.php, method video_plugin::GetDefaultUserSettings()
- GetJavascript
- in file _theonion.vp.php, method vp_theonion::GetJavascript()
source-specific javascript
- GetExtraSettings
- in file _vimeo.vp.php, method vp_vimeo::GetExtraSettings()
Get extra settings for vimeo
- GetExtraSettings
- in file _video.class.php, method vp_video::GetExtraSettings()
Get extra settings for a specific video source, if any
- GetExtraSettings
- in file _youtube.vp.php, method vp_youtube::GetExtraSettings()
Get extra settings for youtube
- GetJavascript
- in file _swf.vp.php, method vp_swf::GetJavascript()
source-specific javascript
- GetJavascript
- in file _ted.vp.php, method vp_ted::GetJavascript()
source-specific javascript
- GetJavascript
- in file _vimeo.vp.php, method vp_vimeo::GetJavascript()
source-specific javascript
- GetJavascript
- in file _youtube.vp.php, method vp_youtube::GetJavascript()
source-specific javascript
- GetJavascript
- in file _revver.vp.php, method vp_revver::GetJavascript()
source-specific javascript
- GetJavascript
- in file _metacafe.vp.php, method vp_metacafe::GetJavascript()
source-specific javascript
- GetJavascript
- in file _break.vp.php, method vp_break::GetJavascript()
source-specific javascript
- GetJavascript
- in file _blip.vp.php, method vp_blip::GetJavascript()
source-specific javascript
- GetJavascript
- in file _collegehumor.vp.php, method vp_collegehumor::GetJavascript()
source-specific javascript
- GetJavascript
- in file _dailymotion.vp.php, method vp_dailymotion::GetJavascript()
source-specific javascript
- GetJavascript
- in file _livevideo.vp.php, method vp_livevideo::GetJavascript()
source-specific javascript
- GetJavascript
- in file _google.vp.php, method vp_google::GetJavascript()
source-specific javascript
- GetJavascript
- in file _askaninja.vp.php, method vp_askaninja::GetJavascript()
source-specific javascript
- $group
- in file _whosonline.plugin.php, variable whosonline_plugin::$group
- GetDefaultWidgetSettings
- in file _whosonline.plugin.php, method whosonline_plugin::GetDefaultWidgetSettings()
- $group
- in file _wikilinks.plugin.php, variable wikilinks_plugin::$group
h
- $help_url
- in file _plugin.class.php, variable Plugin::$help_url
URL for more info about the plugin, author and new versions.
- handle_array_keys_in_plugin_settings
- in file _plugin.funcs.php, function handle_array_keys_in_plugin_settings()
This handles the special "__key__" index in all array type values in the given array. It makes sure, that "__key__" is unique and replaces the original key of the value with it.
- has_event
- in file _plugins.class.php, method Plugins::has_event()
Has a plugin a specific event registered and enabled?
- handle_blocks
- in file _auto_p.plugin.php, method auto_p_plugin::handle_blocks()
- Split text into blocks, using $block_tags pattern.
- handle_br
- in file _auto_p.plugin.php, method auto_p_plugin::handle_br()
Handles adding BR.
- handle_pre_blocks
- in file _auto_p.plugin.php, method auto_p_plugin::handle_pre_blocks()
Handle text which may contain inline tags
- handle_pre_blocks_helper
- in file _auto_p.plugin.php, method auto_p_plugin::handle_pre_blocks_helper()
This is a helper for handling blocks from handle_pre_blocks_helper().
- $headercellend
- in file _calendar.plugin.php, variable Calendar::$headercellend
- $headercellstart
- in file _calendar.plugin.php, variable Calendar::$headercellstart
- $headerdisplay
- in file _calendar.plugin.php, variable Calendar::$headerdisplay
- $headerrowend
- in file _calendar.plugin.php, variable Calendar::$headerrowend
- $headerrowstart
- in file _calendar.plugin.php, variable Calendar::$headerrowstart
- $highlight_colours
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$highlight_colours
- highlight_code
- in file xml.highlighter.php, method am_xml_highlighter::highlight_code()
Highlights code ready for displaying
- highlight_code
- in file php.highlighter.php, method am_php_highlighter::highlight_code()
Highlights php ready for displaying Links all known php functions to php.net documentation
- highlight_code
- in file css.highlighter.php, method am_css_highlighter::highlight_code()
Highlights code ready for displaying
- highlight_code
- in file code.highlighter.php, method am_code_highlighter::highlight_code()
Highlights code ready for displaying
- highlight_css
- in file css.highlighter.php, method am_css_highlighter::highlight_css()
Highlights css
- highlight_declarations
- in file css.highlighter.php, method am_css_highlighter::highlight_declarations()
Highlights css declarations and values
- highlight_names
- in file css.highlighter.php, method am_css_highlighter::highlight_names()
Highlights css class, id & tag names
- highlight_rest
- in file css.highlighter.php, method am_css_highlighter::highlight_rest()
dummy docblock makes error-free autodocs
- highlight_xml
- in file xml.highlighter.php, method am_xml_highlighter::highlight_xml()
Highlights xml tags, attributes and values
- highlight_xml_tags
- in file xml.highlighter.php, method am_xml_highlighter::highlight_xml_tags()
Highlights xml declarations
- $help_url
- in file _commenttags.plugin.php, variable commenttags_plugin::$help_url
- $help_url
- in file _turingtest.plugin.php, variable turingtest_plugin::$help_url
- $help_url
- in file _twitter.plugin.php, variable twitter_plugin::$help_url
- $host
- in file twitteroauth.php, variable TwitterOAuth::$host
- $http_code
- in file twitteroauth.php, variable TwitterOAuth::$http_code
- $http_info
- in file twitteroauth.php, variable TwitterOAuth::$http_info
- http
- in file twitteroauth.php, method TwitterOAuth::http()
Make an HTTP request
- $homepage
- in file _theonion.vp.php, variable vp_theonion::$homepage
- $homepage
- in file _swf.vp.php, variable vp_swf::$homepage
- $homepage
- in file _revver.vp.php, variable vp_revver::$homepage
- $homepage
- in file _ted.vp.php, variable vp_ted::$homepage
- $homepage
- in file _vimeo.vp.php, variable vp_vimeo::$homepage
- $homepage
- in file _youtube.vp.php, variable vp_youtube::$homepage
- $homepage
- in file _metacafe.vp.php, variable vp_metacafe::$homepage
- $homepage
- in file _livevideo.vp.php, variable vp_livevideo::$homepage
- $homepage
- in file _break.vp.php, variable vp_break::$homepage
- $homepage
- in file _blip.vp.php, variable vp_blip::$homepage
- $homepage
- in file _collegehumor.vp.php, variable vp_collegehumor::$homepage
- $homepage
- in file _dailymotion.vp.php, variable vp_dailymotion::$homepage
- $homepage
- in file _google.vp.php, variable vp_google::$homepage
- $homepage
- in file _askaninja.vp.php, variable vp_askaninja::$homepage
i
- init_settings
- in file _plugins.class.php, method Plugins::init_settings()
Init Plugin::$Settings and Plugin::$UserSettings, either by unsetting them for PHP5's overloading or instantiating them for PHP4.
- install
- in file _plugins_admin.class.php, method Plugins_admin::install()
Install a plugin into DB.
- install_plugin_db_schema_action
- in file plugins.ctrl.php, function install_plugin_db_schema_action()
Helper function to do the action part of DB schema upgrades for "enable" and "install" actions.
- instantiate
- in file _plugins.class.php, method Plugins::instantiate()
Callback, which gets used for Results.
- instantiate_Settings
- in file _plugins.class.php, method Plugins::instantiate_Settings()
Instantiate Settings object (class PluginSettings) for the given plugin.
- IsValidFilteredEmail
- in file _plugin.class.php, method Plugin::IsValidFilteredEmail()
Event handler: Called when checking if an email address that looks syntactically correct is in fact valid.
- IsValidRawEmail
- in file _plugin.class.php, method Plugin::IsValidRawEmail()
Event handler: Called when checking if an unprocessed email address as supplied by the user is valid.
- ItemApplyAsRenderer
- in file _plugin.class.php, method Plugin::ItemApplyAsRenderer()
Event handler: Does your Plugin want to apply as a renderer for the item?
- ItemCanComment
- in file _plugin.class.php, method Plugin::ItemCanComment()
Event handler: the plugin gets asked if an item can receive feedback/comments.
- ItemInsertFileJavascript
- in file _plugin.class.php, method Plugin::ItemInsertFileJavascript()
Event handler: allows an editor plugin to write custom tags when inserting a file, usually an image.
- ItemSendPing
- in file _plugin.class.php, method Plugin::ItemSendPing()
Event handler: send a ping about a new item.
- ItemViewsIncreased
- in file _plugin.class.php, method Plugin::ItemViewsIncreased()
Event handler: Called when the view counter of an item got increased.
- IsValidFilteredEmail
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::IsValidFilteredEmail()
- is_duplicate_comment
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::is_duplicate_comment()
Simple check for duplicate comment/content from same author
- is_referer_linking_us
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::is_referer_linking_us()
Check the content of a given URL (referer), if the requested URI (with different hostname variations) is present.
- ItemCanComment
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::ItemCanComment()
- $ItemQuery
- in file _calendar.plugin.php, variable calendar_plugin::$ItemQuery
- insert_item
- in file _captcha_img.plugin.php, method captcha_img_plugin::insert_item()
BeforeInsert routine for comments, contact forms, and registration form
- ItemSendPing
- in file _generic_ping.plugin.php, method generic_ping_plugin::ItemSendPing()
- ItemSendPing
- in file _ping_pingomatic.plugin.php, method ping_pingomatic_plugin::ItemSendPing()
- InitSmilies
- in file _smilies.plugin.php, method smilies_plugin::InitSmilies()
Initiates the smiley array if not already initiated
- ItemInsertFileJavascript
- in file _tinymce.plugin.php, method tinymce_plugin::ItemInsertFileJavascript()
- ItemSendPing
- in file _twitter.plugin.php, method twitter_plugin::ItemSendPing()
- init
- in file _video.class.php, method vp_video::init()
Initialize parent and Settings ... or summat
- init
- in file _whosonline.plugin.php, method OnlineSessions::init()
Get an array of registered users and guests.
l
- $long_desc
- in file _plugin.class.php, variable Plugin::$long_desc
Plugin long description.
- load_events
- in file _plugins_admin.class.php, method Plugins_admin::load_events()
(Re)load Plugin Events for enabled (normal use) or all (admin use) plugins.
- load_events
- in file _plugins_admin_no_db.class.php, method Plugins_admin_no_DB::load_events()
No-operation.
- load_events
- in file _plugins.class.php, method Plugins::load_events()
(Re)load Plugin Events for enabled (normal use) or all (admin use) plugins.
- load_plugins_table
- in file _plugins_admin_no_db.class.php, method Plugins_admin_no_DB::load_plugins_table()
No-operation.
- load_plugins_table
- in file _plugins.class.php, method Plugins::load_plugins_table()
Load Plugins data from T_plugins (only once), ordered by priority.
- LoginAttempt
- in file _plugin.class.php, method Plugin::LoginAttempt()
Event handler: called when a user attemps to login.
- LoginAttemptNeedsRawPassword
- in file _plugin.class.php, method Plugin::LoginAttemptNeedsRawPassword()
Event handler: your Plugin should return true here, if it needs a raw (un-hashed) password for the Plugin::LoginAttempt() event. If any Plugin returns true for this event, client-side hashing of the password is not used.
- Logout
- in file _plugin.class.php, method Plugin::Logout()
Event handler: called when a user logs out.
- $linktomontharchive
- in file _calendar.plugin.php, variable Calendar::$linktomontharchive
- $link_type
- in file _calendar.plugin.php, variable Calendar::$link_type
- load_fonts
- in file _captcha_img.plugin.php, method captcha_img_plugin::load_fonts()
Load fonts.
- $languageCache
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$languageCache
- $language_title
- in file xml.highlighter.php, variable am_xml_highlighter::$language_title
Text name of language for display
- $language_title
- in file php.highlighter.php, variable am_php_highlighter::$language_title
Text name of language for display
- $language_title
- in file css.highlighter.php, variable am_css_highlighter::$language_title
Text name of language for display
- $language_title
- in file code.highlighter.php, variable am_code_highlighter::$language_title
Text name of language for display
- link_to_manual
- in file php.highlighter.php, method am_php_highlighter::link_to_manual()
Links a php function to the documentation
- LoginAttempt
- in file _test.plugin.php, method test_plugin::LoginAttempt()
- LoginAttemptNeedsRawPassword
- in file _test.plugin.php, method test_plugin::LoginAttemptNeedsRawPassword()
- lastAPICall
- in file twitteroauth.php, method TwitterOAuth::lastAPICall()
Debug helper
- lastStatusCode
- in file twitteroauth.php, method TwitterOAuth::lastStatusCode()
Debug helper
- lookup_consumer
- in file oAuth.php, method OAuthDataStore::lookup_consumer()
dummy docblock makes error-free autodocs
- lookup_nonce
- in file oAuth.php, method OAuthDataStore::lookup_nonce()
dummy docblock makes error-free autodocs
- lookup_token
- in file oAuth.php, method OAuthDataStore::lookup_token()
dummy docblock makes error-free autodocs
m
- ModifySendMessage
- in file _plugin.class.php, method Plugin::ModifySendMessage()
Event handler: Called after preparing but before sending a message.
- msg
- in file _plugin.class.php, method Plugin::msg()
A simple wrapper around the $Messages object with a default catgory of 'note'.
- make_the_toolbar
- in file _adsense.plugin.php, method adsense_plugin::make_the_toolbar()
actually finally create the toolbar :)
- $mode
- in file _calendar.plugin.php, variable Calendar::$mode
'month' or 'year'
- $month
- in file _calendar.plugin.php, variable Calendar::$month
The month to display or empty in mode 'year' with no selected month.
- $monthend
- in file _calendar.plugin.php, variable Calendar::$monthend
- $monthformat
- in file _calendar.plugin.php, variable Calendar::$monthformat
- $monthstart
- in file _calendar.plugin.php, variable Calendar::$monthstart
- makeWebsafeColors
- in file _captcha_img.plugin.php, method captcha_img_plugin::makeWebsafeColors()
dummy docblock makes error-free autodocs
- make_the_toolbar
- in file _code_highlight.plugin.php, method code_highlight_plugin::make_the_toolbar()
actually finally create the toolbar :)
- make_the_toolbar
- in file _quicktags.plugin.php, method quicktags_plugin::make_the_toolbar()
actually finally create the toolbar :)
- make_the_toolbar
- in file _smilies.plugin.php, method smilies_plugin::make_the_toolbar()
actually finally create the toolbar :)
- make_the_toolbar
- in file _video.plugin.php, method video_plugin::make_the_toolbar()
actually finally create the toolbar :)
n
- $name
- in file _plugin.class.php, variable Plugin::$name
Plugin name as it will appear in lists.
- $number_of_installs
- in file _plugin.class.php, variable Plugin::$number_of_installs
Number of allowed installs.
- $number_of_installs
- in file _adsense.plugin.php, variable adsense_plugin::$number_of_installs
- $number_of_installs
- in file _archives.plugin.php, variable archives_plugin::$number_of_installs
- $number_of_installs
- in file _autolinks.plugin.php, variable autolinks_plugin::$number_of_installs
- $number_of_installs
- in file _auto_p.plugin.php, variable auto_p_plugin::$number_of_installs
- $number_of_installs
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$number_of_installs
- $number_of_installs
- in file _bbcode.plugin.php, variable bbcode_plugin::$number_of_installs
- $navigation
- in file _calendar.plugin.php, variable Calendar::$navigation
Where to do the navigation
- $number_of_installs
- in file _calendar.plugin.php, variable calendar_plugin::$number_of_installs
- $number_of_installs
- in file _captcha_img.plugin.php, variable captcha_img_plugin::$number_of_installs
- $number_of_installs
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$number_of_installs
- $number_of_installs
- in file _commenttags.plugin.php, variable commenttags_plugin::$number_of_installs
- $number_of_installs
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$number_of_installs
- $number_of_installs
- in file _generic_ping.plugin.php, variable generic_ping_plugin::$number_of_installs
- $number_of_installs
- in file _gmcode.plugin.php, variable gmcode_plugin::$number_of_installs
- $number_of_installs
- in file _ping_pingomatic.plugin.php, variable ping_pingomatic_plugin::$number_of_installs
- $number_of_installs
- in file _quicktags.plugin.php, variable quicktags_plugin::$number_of_installs
- $number_of_installs
- in file _smilies.plugin.php, variable smilies_plugin::$number_of_installs
- $number_of_installs
- in file _test.plugin.php, variable test_plugin::$number_of_installs
- $number_of_installs
- in file _texturize.plugin.php, variable texturize_plugin::$number_of_installs
- $number_of_installs
- in file _tinymce.plugin.php, variable tinymce_plugin::$number_of_installs
- $number_of_installs
- in file _turingtest.plugin.php, variable turingtest_plugin::$number_of_installs
- $number_of_installs
- in file _twitter.plugin.php, variable twitter_plugin::$number_of_installs
- new_access_token
- in file oAuth.php, method OAuthDataStore::new_access_token()
dummy docblock makes error-free autodocs
- new_request_token
- in file oAuth.php, method OAuthDataStore::new_request_token()
dummy docblock makes error-free autodocs
- $nice_name
- in file _theonion.vp.php, variable vp_theonion::$nice_name
- $number_of_installs
- in file _video.plugin.php, variable video_plugin::$number_of_installs
- $nice_name
- in file _swf.vp.php, variable vp_swf::$nice_name
- $nice_name
- in file _revver.vp.php, variable vp_revver::$nice_name
- $nice_name
- in file _ted.vp.php, variable vp_ted::$nice_name
- $nice_name
- in file _vimeo.vp.php, variable vp_vimeo::$nice_name
- $nice_name
- in file _youtube.vp.php, variable vp_youtube::$nice_name
- $nice_name
- in file _metacafe.vp.php, variable vp_metacafe::$nice_name
- $nice_name
- in file _livevideo.vp.php, variable vp_livevideo::$nice_name
- $nice_name
- in file _break.vp.php, variable vp_break::$nice_name
- $nice_name
- in file _blip.vp.php, variable vp_blip::$nice_name
- $nice_name
- in file _collegehumor.vp.php, variable vp_collegehumor::$nice_name
- $nice_name
- in file _dailymotion.vp.php, variable vp_dailymotion::$nice_name
- $nice_name
- in file _google.vp.php, variable vp_google::$nice_name
- $nice_name
- in file _askaninja.vp.php, variable vp_askaninja::$nice_name
- $number_of_installs
- in file _whosonline.plugin.php, variable whosonline_plugin::$number_of_installs
- number_of_guests
- in file _whosonline.plugin.php, method OnlineSessions::number_of_guests()
Get the number of guests.
- $number_of_installs
- in file _wikilinks.plugin.php, variable wikilinks_plugin::$number_of_installs
o
- OAuthConsumer
- in file oAuth.php, class OAuthConsumer
Generic exception class
- OAuthDataStore
- in file oAuth.php, class OAuthDataStore
dummy docblock makes error-free autodocs
- OAuthException
- in file oAuth.php, class OAuthException
Generic exception class
- oAuthRequest
- in file twitteroauth.php, method TwitterOAuth::oAuthRequest()
Format and sign an OAuth / API request
- OAuthRequest
- in file oAuth.php, class OAuthRequest
dummy docblock makes error-free autodocs
- OAuthServer
- in file oAuth.php, class OAuthServer
dummy docblock makes error-free autodocs
- OAuthSignatureMethod
- in file oAuth.php, class OAuthSignatureMethod
A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec
- OAuthSignatureMethod_HMAC_SHA1
- in file oAuth.php, class OAuthSignatureMethod_HMAC_SHA1
The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] where the Signature Base String is the text and the key is the concatenated values (each first encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&' character (ASCII code 38) even if empty.
- OAuthSignatureMethod_PLAINTEXT
- in file oAuth.php, class OAuthSignatureMethod_PLAINTEXT
The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS. It does not use the Signature Base String.
- OAuthSignatureMethod_RSA_SHA1
- in file oAuth.php, class OAuthSignatureMethod_RSA_SHA1
The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in
- OAuthToken
- in file oAuth.php, class OAuthToken
dummy docblock makes error-free autodocs
- OAuthUtil
- in file oAuth.php, class OAuthUtil
dummy docblock makes error-free autodocs
- oAuth.php
- procedural page oAuth.php
- OnlineSessions
- in file _whosonline.plugin.php, method OnlineSessions::OnlineSessions()
Constructor.
- OnlineSessions
- in file _whosonline.plugin.php, class OnlineSessions
This tracks who is online
p
- $ping_service_name
- in file _plugin.class.php, variable Plugin::$ping_service_name
Name of the ping service (if this is a ping plugin, see Plugin::ItemSendPing())
- $ping_service_note
- in file _plugin.class.php, variable Plugin::$ping_service_note
Note about the ping service, used in the list of ping services in the blog settings
- $plugin_errors
- in file _plugins.class.php, variable Plugins::$plugin_errors
Errors associated to plugins (during loading), indexed by plugin_ID and error class ("register").
- $priority
- in file _plugin.class.php, variable Plugin::$priority
Default priority.
- Plugin
- in file _plugin.class.php, method Plugin::Plugin()
Constructor.
- Plugin
- in file _plugin.class.php, class Plugin
Plugin Class
- PluginInit
- in file _plugin.class.php, method Plugin::PluginInit()
Init the Plugin after it has been registered/instantiated.
- Plugins
- in file _plugins.class.php, class Plugins
Plugins Class
- Plugins
- in file _plugins.class.php, method Plugins::Plugins()
Constructor. Sets $plugins_path and load events.
- PluginSettings
- in file _pluginsettings.class.php, method PluginSettings::PluginSettings()
Constructor
- PluginSettings
- in file _pluginsettings.class.php, class PluginSettings
Class to handle settings for plugins
- PluginSettingsEditAction
- in file _plugin.class.php, method Plugin::PluginSettingsEditAction()
Event handler: Called as action before displaying the "Edit plugin" form, which includes the display of the Plugin::$Settings.
- PluginSettingsEditDisplayAfter
- in file _plugin.class.php, method Plugin::PluginSettingsEditDisplayAfter()
Event handler: Called after the form to edit the Plugin::$Settings has been displayed.
- PluginSettingsUpdateAction
- in file _plugin.class.php, method Plugin::PluginSettingsUpdateAction()
Event handler: Called as action just before updating the Plugin::$Settings.
- PluginSettingsValidateSet
- in file _plugin.class.php, method Plugin::PluginSettingsValidateSet()
Event handler: Called before displaying or setting a plugin's setting in the backoffice.
- Plugins_admin
- in file _plugins_admin.class.php, class Plugins_admin
A Plugins object that loads all Plugins, not just the enabled ones.
- Plugins_admin_no_DB
- in file _plugins_admin_no_db.class.php, class Plugins_admin_no_DB
A sub-class of Plugins_admin which will not load any DB info (i-e: Plugins and Events).
- PluginUserSettings
- in file _pluginusersettings.class.php, class PluginUserSettings
Class to handle settings for plugins
- PluginUserSettings
- in file _pluginusersettings.class.php, method PluginUserSettings::PluginUserSettings()
Constructor
- PluginUserSettingsEditAction
- in file _plugin.class.php, method Plugin::PluginUserSettingsEditAction()
Event handler: Called as action before displaying the "Edit user" form, which includes the display of the Plugin::$UserSettings.
- PluginUserSettingsEditDisplayAfter
- in file _plugin.class.php, method Plugin::PluginUserSettingsEditDisplayAfter()
Event handler: Called after the form to edit the Plugin::$UserSettings has been displayed.
- PluginUserSettingsUpdateAction
- in file _plugin.class.php, method Plugin::PluginUserSettingsUpdateAction()
Event handler: Called as action just before updating the Plugin::$UserSettings.
- PluginUserSettingsValidateSet
- in file _plugin.class.php, method Plugin::PluginUserSettingsValidateSet()
Event handler: Called before displaying or setting a plugin's user setting in the backoffice.
- PluginVersionChanged
- in file _plugin.class.php, method Plugin::PluginVersionChanged()
Event handler: Called when we detect a version change (in Plugins::register()).
- plugin_results_desc_order_callback
- in file _plugin_list.view.php, function plugin_results_desc_order_callback()
- plugin_results_group_order_callback
- in file _plugin_list.view.php, function plugin_results_group_order_callback()
- plugin_results_name_order_callback
- in file _plugin_list.view.php, function plugin_results_name_order_callback()
- plugin_results_td_actions
- in file _plugin_list.view.php, function plugin_results_td_actions()
- plugin_results_td_apply_rendering
- in file _plugin_list.view.php, function plugin_results_td_apply_rendering()
- plugin_results_td_help
- in file _plugin_list.view.php, function plugin_results_td_help()
- plugin_results_td_name
- in file _plugin_list.view.php, function plugin_results_td_name()
- plugin_results_td_status
- in file _plugin_list.view.php, function plugin_results_td_status()
- PrependItemInsertTransact
- in file _plugin.class.php, method Plugin::PrependItemInsertTransact()
Event handler: called at the beginning of inserting an item/post in the database.
- PrependItemUpdateTransact
- in file _plugin.class.php, method Plugin::PrependItemUpdateTransact()
Event handler: called at the beginning of updating an item/post in the database.
- plugins.ctrl.php
- procedural page plugins.ctrl.php
- $priority
- in file _adsense.plugin.php, variable adsense_plugin::$priority
- PluginInit
- in file _adsense.plugin.php, method adsense_plugin::PluginInit()
- $priority
- in file _archives.plugin.php, variable archives_plugin::$priority
- PluginInit
- in file _archives.plugin.php, method archives_plugin::PluginInit()
- $priority
- in file _autolinks.plugin.php, variable autolinks_plugin::$priority
- PluginInit
- in file _autolinks.plugin.php, method autolinks_plugin::PluginInit()
- $priority
- in file _auto_p.plugin.php, variable auto_p_plugin::$priority
- $p_allowed_in
- in file _auto_p.plugin.php, variable auto_p_plugin::$p_allowed_in
- PluginInit
- in file _auto_p.plugin.php, method auto_p_plugin::PluginInit()
- $priority
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$priority
- PluginInit
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::PluginInit()
- PluginVersionChanged
- in file _basic_antispam.plugin.php, method basic_antispam_plugin::PluginVersionChanged()
A little housekeeping.
- $post_replace_list
- in file _bbcode.plugin.php, variable bbcode_plugin::$post_replace_list
- $post_search_list
- in file _bbcode.plugin.php, variable bbcode_plugin::$post_search_list
- $priority
- in file _bbcode.plugin.php, variable bbcode_plugin::$priority
- PluginInit
- in file _bbcode.plugin.php, method bbcode_plugin::PluginInit()
- $params
- in file _calendar.plugin.php, variable Calendar::$params
- $Plugin
- in file _calendar.plugin.php, variable Calendar::$Plugin
A reference to the Calendar plugin class.
- $priority
- in file _calendar.plugin.php, variable calendar_plugin::$priority
- PluginInit
- in file _calendar.plugin.php, method calendar_plugin::PluginInit()
- $priority
- in file _captcha_img.plugin.php, variable captcha_img_plugin::$priority
- PluginInit
- in file _captcha_img.plugin.php, method captcha_img_plugin::PluginInit()
- PluginSettingsEditDisplayAfter
- in file _captcha_img.plugin.php, method captcha_img_plugin::PluginSettingsEditDisplayAfter()
- PluginSettingsValidateSet
- in file _captcha_img.plugin.php, method captcha_img_plugin::PluginSettingsValidateSet()
- PluginVersionChanged
- in file _captcha_img.plugin.php, method captcha_img_plugin::PluginVersionChanged()
- post_process_alters_dimensions
- in file _captcha_img.plugin.php, method captcha_img_plugin::post_process_alters_dimensions()
Do we use post-processing for images?
- post_process_image
- in file _captcha_img.plugin.php, method captcha_img_plugin::post_process_image()
Post process the image, if a post_process_cmd is given.
- purge_obsolete_db_data
- in file _captcha_img.plugin.php, method captcha_img_plugin::purge_obsolete_db_data()
Delete obsolete captcha data from DB table.
- $php_functions
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$php_functions
- $priority
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$priority
- PluginInit
- in file _code_highlight.plugin.php, method code_highlight_plugin::PluginInit()
- php.highlighter.php
- procedural page php.highlighter.php
- $priority
- in file _commenttags.plugin.php, variable commenttags_plugin::$priority
- PluginInit
- in file _commenttags.plugin.php, method commenttags_plugin::PluginInit()
- $priority
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$priority
- PluginInit
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::PluginInit()
- PluginSettingsEditDisplayAfter
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::PluginSettingsEditDisplayAfter()
- $priority
- in file _generic_ping.plugin.php, variable generic_ping_plugin::$priority
- parse_ping_url
- in file _generic_ping.plugin.php, method generic_ping_plugin::parse_ping_url()
Parse a given ping service URL
- PluginInit
- in file _generic_ping.plugin.php, method generic_ping_plugin::PluginInit()
- PluginSettingsValidateSet
- in file _generic_ping.plugin.php, method generic_ping_plugin::PluginSettingsValidateSet()
Check ping service URL.
- $priority
- in file _gmcode.plugin.php, variable gmcode_plugin::$priority
- PluginInit
- in file _gmcode.plugin.php, method gmcode_plugin::PluginInit()
- $priority
- in file _ping_pingomatic.plugin.php, variable ping_pingomatic_plugin::$priority
- ping_pingomatic_plugin
- in file _ping_pingomatic.plugin.php, class ping_pingomatic_plugin
- PluginInit
- in file _ping_pingomatic.plugin.php, method ping_pingomatic_plugin::PluginInit()
- $priority
- in file _quicktags.plugin.php, variable quicktags_plugin::$priority
- PluginInit
- in file _quicktags.plugin.php, method quicktags_plugin::PluginInit()
- $priority
- in file _smilies.plugin.php, variable smilies_plugin::$priority
- PluginInit
- in file _smilies.plugin.php, method smilies_plugin::PluginInit()
- preg_insert_smilies_callback
- in file _smilies.plugin.php, method smilies_plugin::preg_insert_smilies_callback()
This callback gets called once after every tags+text chunk
- $priority
- in file _test.plugin.php, variable test_plugin::$priority
- PluginInit
- in file _test.plugin.php, method test_plugin::PluginInit()
- PluginUserSettingsUpdateAction
- in file _test.plugin.php, method test_plugin::PluginUserSettingsUpdateAction()
- $priority
- in file _texturize.plugin.php, variable texturize_plugin::$priority
- PluginInit
- in file _texturize.plugin.php, method texturize_plugin::PluginInit()
- $priority
- in file _tinymce.plugin.php, variable tinymce_plugin::$priority
- PluginInit
- in file _tinymce.plugin.php, method tinymce_plugin::PluginInit()
- $priority
- in file _turingtest.plugin.php, variable turingtest_plugin::$priority
- PluginInit
- in file _turingtest.plugin.php, method turingtest_plugin::PluginInit()
- $POST_INPUT
- in file oAuth.php, variable OAuthRequest::$POST_INPUT
- $priority
- in file _twitter.plugin.php, variable twitter_plugin::$priority
- parse_parameters
- in file oAuth.php, method OAuthUtil::parse_parameters()
This function takes a input like a=b&a=c&d=e and returns the parsed
- PluginInit
- in file _twitter.plugin.php, method twitter_plugin::PluginInit()
- post
- in file twitteroauth.php, method TwitterOAuth::post()
POST wrapper for oAuthRequest.
- $priority
- in file _video.plugin.php, variable video_plugin::$priority
- PluginInit
- in file _video.plugin.php, method video_plugin::PluginInit()
- $Plugin
- in file _whosonline.plugin.php, variable OnlineSessions::$Plugin
A reference to the whosonline_plugin.
- $priority
- in file _whosonline.plugin.php, variable whosonline_plugin::$priority
- PluginInit
- in file _whosonline.plugin.php, method whosonline_plugin::PluginInit()
- $priority
- in file _wikilinks.plugin.php, variable wikilinks_plugin::$priority
- PluginInit
- in file _wikilinks.plugin.php, method wikilinks_plugin::PluginInit()
q
- quick
- in file _plugins.class.php, method Plugins::quick()
Quick-render a string with a single plugin and format it for output.
- quicktags_plugin
- in file _quicktags.plugin.php, class quicktags_plugin
r
- register
- in file _plugins.class.php, method Plugins::register()
Register a plugin.
- RegisterFormSent
- in file _plugin.class.php, method Plugin::RegisterFormSent()
Event handler: Called when a "Register as new user" form has been submitted.
- register_menu_entry
- in file _plugin.class.php, method Plugin::register_menu_entry()
Register a tab (sub-menu) for the backoffice Tools menus.
- render
- in file _plugins.class.php, method Plugins::render()
Render the content of an item by calling the relevant renderer plugins.
- RenderItemAsHtml
- in file _plugin.class.php, method Plugin::RenderItemAsHtml()
Event handler: Called when rendering item/post contents as HTML. (CACHED)
- RenderItemAsText
- in file _plugin.class.php, method Plugin::RenderItemAsText()
Event handler: Called when rendering item/post contents other than XML or HTML.
- RenderItemAsXml
- in file _plugin.class.php, method Plugin::RenderItemAsXml()
Event handler: Called when rendering item/post contents as XML.
- restart
- in file _plugins.class.php, method Plugins::restart()
Load plugins table and rewind iterator used by get_next().
- RenderItemAsHtml
- in file _adsense.plugin.php, method adsense_plugin::RenderItemAsHtml()
- restart
- in file _archives.plugin.php, method ArchiveList::restart()
Rewind resultset
- RenderItemAsHtml
- in file _autolinks.plugin.php, method autolinks_plugin::RenderItemAsHtml()
- RenderItemAsHtml
- in file _auto_p.plugin.php, method auto_p_plugin::RenderItemAsHtml()
- RenderItemAsHtml
- in file _bbcode.plugin.php, method bbcode_plugin::RenderItemAsHtml()
- RenderItemAsXml
- in file _bbcode.plugin.php, method bbcode_plugin::RenderItemAsXml()
- $request
- in file _calendar.plugin.php, variable Calendar::$request
SQL query string
- $result
- in file _calendar.plugin.php, variable Calendar::$result
Result set
- $result_num_rows
- in file _calendar.plugin.php, variable Calendar::$result_num_rows
Number of rows in result set
- $rowend
- in file _calendar.plugin.php, variable Calendar::$rowend
- $rowstart
- in file _calendar.plugin.php, variable Calendar::$rowstart
- random_color
- in file _captcha_img.plugin.php, method captcha_img_plugin::random_color()
dummy docblock makes error-free autodocs
- RegisterFormSent
- in file _captcha_img.plugin.php, method captcha_img_plugin::RegisterFormSent()
- $requested_language
- in file code.highlighter.php, variable am_code_highlighter::$requested_language
Name of language that was desired by user
- RenderItemAsHtml
- in file _code_highlight.plugin.php, method code_highlight_plugin::RenderItemAsHtml()
- RenderItemAsXml
- in file _code_highlight.plugin.php, method code_highlight_plugin::RenderItemAsXml()
- render_codeblock_callback
- in file _code_highlight.plugin.php, method code_highlight_plugin::render_codeblock_callback()
Formats codeblock ready for displaying
- $replace
- in file _gmcode.plugin.php, variable gmcode_plugin::$replace
- RenderItemAsHtml
- in file _gmcode.plugin.php, method gmcode_plugin::RenderItemAsHtml()
- replace_callback
- in file _gmcode.plugin.php, method gmcode_plugin::replace_callback()
Replace callback
- $replace
- in file _smilies.plugin.php, variable smilies_plugin::$replace
- RenderItemAsHtml
- in file _smilies.plugin.php, method smilies_plugin::RenderItemAsHtml()
- ReplaceTagSafe
- in file _smilies.plugin.php, method smilies_plugin::ReplaceTagSafe()
Replace smilies in non-HTML-tag portions of the text.
- RenderItemAsHtml
- in file _test.plugin.php, method test_plugin::RenderItemAsHtml()
- RenderItemAsText
- in file _test.plugin.php, method test_plugin::RenderItemAsText()
- RenderItemAsXml
- in file _test.plugin.php, method test_plugin::RenderItemAsXml()
- RenderItemAsHtml
- in file _texturize.plugin.php, method texturize_plugin::RenderItemAsHtml()
- RenderItemAsXml
- in file _texturize.plugin.php, method texturize_plugin::RenderItemAsXml()
- RegisterFormSent
- in file _turingtest.plugin.php, method turingtest_plugin::RegisterFormSent()
- requestTokenURL
- in file twitteroauth.php, method TwitterOAuth::requestTokenURL()
Set API URLS
- RenderContent
- in file _theonion.vp.php, method vp_theonion::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderItemAsHtml
- in file _video.plugin.php, method video_plugin::RenderItemAsHtml()
- RenderItemAsXml
- in file _video.plugin.php, method video_plugin::RenderItemAsXml()
- RenderContent
- in file _swf.vp.php, method vp_swf::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _revver.vp.php, method vp_revver::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _ted.vp.php, method vp_ted::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _vimeo.vp.php, method vp_vimeo::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _youtube.vp.php, method vp_youtube::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _metacafe.vp.php, method vp_metacafe::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _livevideo.vp.php, method vp_livevideo::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _break.vp.php, method vp_break::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _blip.vp.php, method vp_blip::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _collegehumor.vp.php, method vp_collegehumor::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _dailymotion.vp.php, method vp_dailymotion::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _google.vp.php, method vp_google::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderContent
- in file _askaninja.vp.php, method vp_askaninja::RenderContent()
supports RenderItemAsHtml() in _video.plugin.php
- RenderItemAsHtml
- in file _wikilinks.plugin.php, method wikilinks_plugin::RenderItemAsHtml()
s
- $short_desc
- in file _plugin.class.php, variable Plugin::$short_desc
Plugin short description.
- $sql_load_plugins_table
- in file _plugins_admin.class.php, variable Plugins_admin::$sql_load_plugins_table
Load all plugins (not just enabled ones).
- $sql_load_plugins_table
- in file _plugins.class.php, variable Plugins::$sql_load_plugins_table
SQL to use in load_plugins_table(). Gets overwritten for Plugins_admin.
- $sub_group
- in file _plugin.class.php, variable Plugin::$sub_group
Sub-Group of the plugin.
- save_events
- in file _plugins_admin.class.php, method Plugins_admin::save_events()
Save the events that the plugin provides into DB, while removing obsolete entries (that the plugin does not register anymore).
- SessionLoaded
- in file _plugin.class.php, method Plugin::SessionLoaded()
Event handler: Called after initializing plugins, DB, Settings, Hit, .. but quite early.
- session_delete
- in file _plugin.class.php, method Plugin::session_delete()
Delete a value from the session data, using a unique prefix to the Plugin.
- session_get
- in file _plugin.class.php, method Plugin::session_get()
Get a data value for the session, using a unique prefix to the Plugin.
- session_set
- in file _plugin.class.php, method Plugin::session_set()
Set a data value for the session.
- set
- in file _pluginsettings.class.php, method PluginSettings::set()
Set a Plugin setting. Use dbupdate() to write it to the database.
- set
- in file _pluginusersettings.class.php, method PluginUserSettings::set()
Set a Plugin setting. Use dbupdate() to write it to the database.
- set_apply_rendering
- in file _plugins_admin.class.php, method Plugins_admin::set_apply_rendering()
Set the apply_rendering value for a given Plugin ID.
- set_code
- in file _plugins_admin.class.php, method Plugins_admin::set_code()
Set the code for a given Plugin ID.
- set_coll_setting
- in file _plugin.class.php, method Plugin::set_coll_setting()
Set a template specific param value for current Blog
- set_event_status
- in file _plugins_admin.class.php, method Plugins_admin::set_event_status()
Set the status of an event for a given Plugin.
- set_Plugin_status
- in file _plugins.class.php, method Plugins::set_Plugin_status()
Sets the status of a Plugin in DB and registers it into the internal indices when "enabled".
- set_priority
- in file _plugins_admin.class.php, method Plugins_admin::set_priority()
Set the priority for a given Plugin ID.
- set_status
- in file _plugin.class.php, method Plugin::set_status()
Set the status of the plugin.
- sort
- in file _plugins_admin.class.php, method Plugins_admin::sort()
Sort the list of plugins.
- sort_Plugin_group
- in file _plugins_admin.class.php, method Plugins_admin::sort_Plugin_group()
Callback function to sort plugins by group, sub-group and name.
- sort_Plugin_name
- in file _plugins_admin.class.php, method Plugins_admin::sort_Plugin_name()
Callback function to sort plugins by name.
- sort_Plugin_priority
- in file _plugins_admin.class.php, method Plugins_admin::sort_Plugin_priority()
Callback function to sort plugins by priority (and classname, if they have same priority).
- stop_propagation
- in file _plugins.class.php, method Plugins::stop_propagation()
Stop propagation of events to next plugins in trigger_event().
- stop_propagation
- in file _plugin.class.php, method Plugin::stop_propagation()
Stop propagation of the event to next plugins (with lower priority) in events that get triggered for a batch of Plugins.
- split_text_for_tag
- in file _auto_p.plugin.php, method auto_p_plugin::split_text_for_tag()
Split the text for a given tag, mainly to find the closing tag.
- set
- in file _calendar.plugin.php, method Calendar::set()
Calendar->set(-)
- srvc_display_captcha
- in file _captcha_img.plugin.php, method captcha_img_plugin::srvc_display_captcha()
A srvc method to display the captcha image.
- srvc_test_page
- in file _captcha_img.plugin.php, method captcha_img_plugin::srvc_test_page()
Output the HTML page in test mode.
- srvc_test_page_img
- in file _captcha_img.plugin.php, method captcha_img_plugin::srvc_test_page_img()
(External) helper for srvc_test_page().
- $strict_mode
- in file xml.highlighter.php, variable am_xml_highlighter::$strict_mode
Boolean are we in strict mode ?
- $strict_mode
- in file php.highlighter.php, variable am_php_highlighter::$strict_mode
Boolean are we in strict mode ?
- $strict_mode
- in file css.highlighter.php, variable am_css_highlighter::$strict_mode
Boolean are we in strict mode ?
- $strict_mode
- in file code.highlighter.php, variable am_code_highlighter::$strict_mode
Boolean are we in strict mode ?
- $sub_group
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$sub_group
- $search
- in file _gmcode.plugin.php, variable gmcode_plugin::$search
- $search
- in file _smilies.plugin.php, variable smilies_plugin::$search
- $smilies
- in file _smilies.plugin.php, variable smilies_plugin::$smilies
- smiliescmp
- in file _smilies.plugin.php, method smilies_plugin::smiliescmp()
sorts the smilies' array by length
- smilies_plugin
- in file _smilies.plugin.php, class smilies_plugin
- $sub_group
- in file _test.plugin.php, variable test_plugin::$sub_group
- $sub_group
- in file _tinymce.plugin.php, variable tinymce_plugin::$sub_group
- srvc_save_editor_state
- in file _tinymce.plugin.php, method tinymce_plugin::srvc_save_editor_state()
AJAX callback to save editor state (on or off).
- $secret
- in file oAuth.php, variable OAuthToken::$secret
- $secret
- in file oAuth.php, variable OAuthConsumer::$secret
- $signature_methods
- in file oAuth.php, variable OAuthServer::$signature_methods
- $ssl_verifypeer
- in file twitteroauth.php, variable TwitterOAuth::$ssl_verifypeer
- set_parameter
- in file oAuth.php, method OAuthRequest::set_parameter()
dummy docblock makes error-free autodocs
- sign_request
- in file oAuth.php, method OAuthRequest::sign_request()
dummy docblock makes error-free autodocs
- split_header
- in file oAuth.php, method OAuthUtil::split_header()
Utility function
- $Settings
- in file _video.class.php, variable vp_video::$Settings
t
- TemplateBeginHtmlBody
- in file _plugin.class.php, method Plugin::TemplateBeginHtmlBody()
Event handler: Called at the beginning of the template's HTML BODY section.
- TemplateBeginHtmlHead
- in file _plugin.class.php, method Plugin::TemplateBeginHtmlHead()
Event handler: Called at the beginning of the template's HTML HEAD section.
- TemplateEndHtmlBody
- in file _plugin.class.php, method Plugin::TemplateEndHtmlBody()
Event handler: Called at the end of the template's HTML BODY section.
- TemplateTag
- in file _plugin.class.php, method Plugin::TemplateTag()
Called when a plugin gets called by its @{link $code}.
- trigger_collect
- in file _plugins.class.php, method Plugins::trigger_collect()
Trigger an event and return an array of all return values of the relevant plugins.
- trigger_event
- in file _plugins.class.php, method Plugins::trigger_event()
Call all plugins for a given event.
- trigger_event_first_false
- in file _plugins.class.php, method Plugins::trigger_event_first_false()
Call all plugins for a given event, until the first one returns false.
- trigger_event_first_return
- in file _plugins.class.php, method Plugins::trigger_event_first_return()
Call all plugins for a given event, until the first one returns a value (not NULL) (and $search is fulfilled, if given).
- trigger_event_first_true
- in file _plugins.class.php, method Plugins::trigger_event_first_true()
Call all plugins for a given event, until the first one returns true.
- trigger_karma_collect
- in file _plugins.class.php, method Plugins::trigger_karma_collect()
Trigger a karma collecting event in order to get Karma percentage.
- TS_
- in file _plugin.class.php, method Plugin::TS_()
Translate and escape single quotes.
- T_
- in file _plugin.class.php, method Plugin::T_()
Translate a given string, in the Plugin's context.
- TemplateTag
- in file _archives.plugin.php, method archives_plugin::TemplateTag()
Event handler: TemplateTag
- $tableend
- in file _calendar.plugin.php, variable Calendar::$tableend
- $tablestart
- in file _calendar.plugin.php, variable Calendar::$tablestart
- $today_is_visible
- in file _calendar.plugin.php, variable Calendar::$today_is_visible
Is today in the displayed frame?
- TemplateTag
- in file _calendar.plugin.php, method calendar_plugin::TemplateTag()
Event handler: TemplateTag (widget)
- TemplateBeginHtmlHead
- in file _captcha_img.plugin.php, method captcha_img_plugin::TemplateBeginHtmlHead()
- TemplateBeginHtmlHead
- in file _code_highlight.plugin.php, method code_highlight_plugin::TemplateBeginHtmlHead()
- tidy_code_output
- in file _code_highlight.plugin.php, method code_highlight_plugin::tidy_code_output()
Tidys up a block of code ready for numbering
- TemplateBeginHtmlHead
- in file _commenttags.plugin.php, method commenttags_plugin::TemplateBeginHtmlHead()
- TemplateBeginHtmlHead
- in file _comment_gravatars.plugin.php, method comment_gravatars_plugin::TemplateBeginHtmlHead()
- TemplateBeginHtmlHead
- in file _quicktags.plugin.php, method quicktags_plugin::TemplateBeginHtmlHead()
- TemplateBeginHtmlHead
- in file _smilies.plugin.php, method smilies_plugin::TemplateBeginHtmlHead()
- TemplateBeginHtmlHead
- in file _test.plugin.php, method test_plugin::TemplateBeginHtmlHead()
- test_plugin
- in file _test.plugin.php, class test_plugin
- test_plugin_get_random
- in file _test.plugin.php, method test_plugin::test_plugin_get_random()
Gets provided as plugin event (and gets also used internally for demonstration).
- texturize_block
- in file _texturize.plugin.php, method texturize_plugin::texturize_block()
Texturize content
- texturize_plugin
- in file _texturize.plugin.php, class texturize_plugin
- $tmce_editor_id
- in file _tinymce.plugin.php, variable tinymce_plugin::$tmce_editor_id
- tinymce_plugin
- in file _tinymce.plugin.php, class tinymce_plugin
- turingtest_plugin
- in file _turingtest.plugin.php, class turingtest_plugin
- $timeout
- in file twitteroauth.php, variable TwitterOAuth::$timeout
- $timestamp_threshold
- in file oAuth.php, variable OAuthServer::$timestamp_threshold
- twitteroauth.php
- procedural page twitteroauth.php
- to_header
- in file oAuth.php, method OAuthRequest::to_header()
builds the Authorization: header
- to_postdata
- in file oAuth.php, method OAuthRequest::to_postdata()
builds the data one would send in a POST request
- to_string
- in file oAuth.php, method OAuthToken::to_string()
generates the basic string serialization of a token that a server
- to_url
- in file oAuth.php, method OAuthRequest::to_url()
builds a url usable for a GET request
- TwitterOAuth
- in file twitteroauth.php, class TwitterOAuth
Twitter OAuth class
- twitter_plugin
- in file _twitter.plugin.php, class twitter_plugin
Twitter Plugin
- T_
- in file _video.class.php, method vp_video::T_()
Translate a given string, in the Plugin's context.
- TemplateTag
- in file _whosonline.plugin.php, method whosonline_plugin::TemplateTag()
Event handler: TemplateTag (widget)
u
- unfilter_contents
- in file _plugins_admin.class.php, method Plugins_admin::unfilter_contents()
UnFilter (post) contents by calling the relevant filter plugins.
- uninstall
- in file _plugins_admin.class.php, method Plugins_admin::uninstall()
Uninstall a plugin.
- unregister
- in file _plugins_admin.class.php, method Plugins_admin::unregister()
Un-register a plugin, only if forced.
- unregister
- in file _plugins.class.php, method Plugins::unregister()
Un-register a plugin.
- UnfilterItemContents
- in file _adsense.plugin.php, method adsense_plugin::UnfilterItemContents()
- UnfilterItemContents
- in file _code_highlight.plugin.php, method code_highlight_plugin::UnfilterItemContents()
- $url
- in file twitteroauth.php, variable TwitterOAuth::$url
- $useragent
- in file twitteroauth.php, variable TwitterOAuth::$useragent
- unset_parameter
- in file oAuth.php, method OAuthRequest::unset_parameter()
dummy docblock makes error-free autodocs
- urldecode_rfc3986
- in file oAuth.php, method OAuthUtil::urldecode_rfc3986()
This decode function isn't taking into consideration the above modifications to the encoding process. However, this method doesn't seem to be used anywhere so leaving it as is.
- urlencode_rfc3986
- in file oAuth.php, method OAuthUtil::urlencode_rfc3986()
dummy docblock makes error-free autodocs
v
- $version
- in file _plugin.class.php, variable Plugin::$version
Plugin version number (max 42 chars, so obscure CVS Revision keywords get handled).
- ValidateAccountFormSent
- in file _plugin.class.php, method Plugin::ValidateAccountFormSent()
Event handler: Called when a "Validate user account" form has been submitted.
- validate_dependencies
- in file _plugins_admin.class.php, method Plugins_admin::validate_dependencies()
Validate dependencies of a Plugin.
- validate_renderer_list
- in file _plugins.class.php, method Plugins::validate_renderer_list()
Validate renderer list.
- $version
- in file _adsense.plugin.php, variable adsense_plugin::$version
- $version
- in file _archives.plugin.php, variable archives_plugin::$version
- $version
- in file _autolinks.plugin.php, variable autolinks_plugin::$version
- $version
- in file _auto_p.plugin.php, variable auto_p_plugin::$version
- $version
- in file _basic_antispam.plugin.php, variable basic_antispam_plugin::$version
- $version
- in file _bbcode.plugin.php, variable bbcode_plugin::$version
- $version
- in file _calendar.plugin.php, variable calendar_plugin::$version
- $version
- in file _captcha_img.plugin.php, variable captcha_img_plugin::$version
- validate_gd_requirements
- in file _captcha_img.plugin.php, method captcha_img_plugin::validate_gd_requirements()
Check if GD is available with our requirements.
- $version
- in file _code_highlight.plugin.php, variable code_highlight_plugin::$version
- $version
- in file _commenttags.plugin.php, variable commenttags_plugin::$version
- $version
- in file _comment_gravatars.plugin.php, variable comment_gravatars_plugin::$version
- $version
- in file _generic_ping.plugin.php, variable generic_ping_plugin::$version
- $version
- in file _gmcode.plugin.php, variable gmcode_plugin::$version
- $version
- in file _ping_pingomatic.plugin.php, variable ping_pingomatic_plugin::$version
- $version
- in file _quicktags.plugin.php, variable quicktags_plugin::$version
- $version
- in file _smilies.plugin.php, variable smilies_plugin::$version
- $version
- in file _test.plugin.php, variable test_plugin::$version
- $version
- in file _texturize.plugin.php, variable texturize_plugin::$version
- $version
- in file _tinymce.plugin.php, variable tinymce_plugin::$version
- $version
- in file _turingtest.plugin.php, variable turingtest_plugin::$version
- $version
- in file _twitter.plugin.php, variable twitter_plugin::$version
- $version
- in file oAuth.php, variable OAuthServer::$version
- $version
- in file oAuth.php, variable OAuthRequest::$version
- verify_request
- in file oAuth.php, method OAuthServer::verify_request()
verify an api call, checks all the parameters
- $version
- in file _video.plugin.php, variable video_plugin::$version
- video_plugin
- in file _video.plugin.php, class video_plugin
- vp_theonion
- in file _theonion.vp.php, class vp_theonion
TheOnion Video Class
- vp_askaninja
- in file _askaninja.vp.php, class vp_askaninja
Ask A Ninja Video Class
- vp_blip
- in file _blip.vp.php, class vp_blip
Blip Video Class
- vp_break
- in file _break.vp.php, class vp_break
Break Video Class
- vp_collegehumor
- in file _collegehumor.vp.php, class vp_collegehumor
College Humor Video Class
- vp_dailymotion
- in file _dailymotion.vp.php, class vp_dailymotion
Dailymotion Video Class
- vp_google
- in file _google.vp.php, class vp_google
Google Video Class
- vp_livevideo
- in file _livevideo.vp.php, class vp_livevideo
Live Video Class
- vp_metacafe
- in file _metacafe.vp.php, class vp_metacafe
Metacafe Video Class
- vp_revver
- in file _revver.vp.php, class vp_revver
Revver Video Class
- vp_swf
- in file _swf.vp.php, class vp_swf
SWF Video Class
- vp_ted
- in file _ted.vp.php, class vp_ted
Ask A Ninja Video Class
- vp_video
- in file _video.class.php, class vp_video
Video Class
- vp_vimeo
- in file _vimeo.vp.php, class vp_vimeo
Vimeo Video Class
- vp_youtube
- in file _youtube.vp.php, class vp_youtube
YouTube Video Class
- $version
- in file _whosonline.plugin.php, variable whosonline_plugin::$version
- $version
- in file _wikilinks.plugin.php, variable wikilinks_plugin::$version
|
|