[Habari] element index

Package indexes

All elements
4 a b c d e f g h i j k l m n o p q r s t u v w x _
_
top
$_key_name
InfoRecords::$_key_name in inforecords.php
$_key_value
InfoRecords::$_key_value in inforecords.php
$_loaded
InfoRecords::$_loaded in inforecords.php
$_table_name
InfoRecords::$_table_name in inforecords.php
$__inforecord_array
_e
Locale::_e() in locale.php
Echo a version of the string translated into the current locale
_e
_e() in locale.php
Echo a version of the string translated into the current locale, alias for Locale::_e()
_expire
Cache::_expire() in cache.php
A cache instance implements this to expire the named value from the cache.
_expire
APCCache::_expire() in apccache.php
Expires the named value from the cache.
_expire
FileCache::_expire() in filecache.php
Expires the named value from the cache.
_extend
FileCache::_extend() in filecache.php
Extend the expiration of the named cached value.
_extend
Cache::_extend() in cache.php
A cache instance implements this to extend the expiration of the named cached value.
_extend
APCCache::_extend() in apccache.php
Extend the expiration of the named cached value.
_get
Cache::_get() in cache.php
A cache instance implements this to return the named value from the cache.
_get
MediaAsset::_get() in mediaasset.php
Return the content of the asset
_get
FileCache::_get() in filecache.php
Returns the named value from the cache.
_get
APCCache::_get() in apccache.php
Returns the named value from the cache.
_get_group
FileCache::_get_group() in filecache.php
Returns the group from the cache.
_get_group
APCCache::_get_group() in apccache.php
Returns the named values from a group of cache.
_get_group
Cache::_get_group() in cache.php
A cache instance implements this to return the group from the cache.
_has
FileCache::_has() in filecache.php
Is record with $name in the cache?
_has
Cache::_has() in cache.php
A cache instance implements this function to return whether a named cache exists.
_has
APCCache::_has() in apccache.php
Is record with $name in the cache?
_has_group
APCCache::_has_group() in apccache.php
Is group named $group in the cache?
_has_group
Cache::_has_group() in cache.php
A cache instance implements this function to return whether a group exists.
_has_group
FileCache::_has_group() in filecache.php
Is group in the cache?
_headerfunction
CURLRequestProcessor::_headerfunction() in curlrequestprocessor.php
_load
InfoRecords::_load() in inforecords.php
Populate the internal hashmap with the values from the DB.
_n
Locale::_n() in locale.php
Return a singular or plural string translated into the current locale based on the count provided
_n
_n() in locale.php
Return a singular or plural string translated into the current locale based on the count provided
_ne
Locale::_ne() in locale.php
Echo singular or plural version of the string, translated into the current locale, based on the count provided
_ne
_ne() in locale.php
function _ne
_plugin_available_templates
Add plugin templates to the list of templates that are present in the current theme
_plugin_include_template_file
Potentially serve a different file for the requested template name
_set
MediaAsset::_set() in mediaasset.php
Set the content of this asset
_set
APCCache::_set() in apccache.php
_set
FileCache::_set() in filecache.php
_set
Cache::_set() in cache.php
A cache instance implements this to set the named value in the cache with an expiration.
_t
Locale::_t() in locale.php
Return a version of the string translated into the current locale
_t
_t() in locale.php
Return a version of the string translated into the current locale, alias for Locale::_t()
_validate_entity
Callback function for strip_illegal_entities, do not use.
__autoload
__autoload() in index.php
Attempt to load the class before PHP fails with an error.
__call
ActionHandler::__call() in actionhandler.php
Helper method to convert calls to $handler->my_action() to $handler->act('my_action');
__call
XMLRPCClient::__call() in xmlrpcclient.php
Allow method overloading for this class.
__call
Post::__call() in post.php
Handle calls to this Post object that are implemented by plugins
__call
Theme::__call() in theme.php
Handle methods called on this class or its descendants that are not defined by this class.
__call
Tag::__call() in tag.php
Handle calls to this Tag object that are implemented by plugins
__construct
Constructor for the Post class.
__construct
PostInfo::__construct() in postinfo.php
__construct
QueryRecord::__construct() in queryrecord.php
constructor __construct Constructor for the QueryRecord class.
__construct
QueryProfile::__construct() in queryprofile.php
Constructor for the query profile. Automatically sets the start time for the query
__construct
AdminHandler::__construct() in adminhandler.php
Verifies user credentials before creating the theme and displaying the request.
__construct
LogEntry::__construct() in logentry.php
Constructor for the LogEntry class
__construct
Bitmask::__construct() in bitmask.php
Constructor. Takes an optional array parameter of bit flags to mask on.
__construct
Comment::__construct() in comment.php
constructor __construct Constructor for the Post class.
__construct
MediaAsset::__construct() in mediaasset.php
MediaAsset constructor
__construct
AtomHandler::__construct() in atomhandler.php
Constructor for AtomHandler class.
__construct
FileCache::__construct() in filecache.php
Constructor for FileCache
__construct
Pluggable::__construct() in pluggable.php
Pluggable constructor.
__construct
APCCache::__construct() in apccache.php
Constructor for APCCache
__construct
RawPHPEngine::__construct() in rawphpengine.php
Constructor for RawPHPEngine
__construct
RPCClient::__construct() in rpcclient.php
__construct
XMLRPCBinary::__construct() in xmlrpcbinary.php
__construct
Create a UUID (Universally Unique IDentifier) as per RfC 4122.
__construct
UserThemeHandler::__construct() in userthemehandler.php
Constructor for the default theme handler. Here, we automatically load the active theme for the installation, and create a new Theme instance.
__construct
XMLRPCClient::__construct() in xmlrpcclient.php
Create the XMLRPCClient
__construct
XMLRPCDate::__construct() in xmlrpcdate.php
__construct
XMLRPCStruct::__construct() in xmlrpcstruct.php
Constructor for XMLRPCStruct
__construct
XMLRPCException::__construct() in xmlrpcexception.php
The exception constructor, called to create this excpetion
__construct
UserInfo::__construct() in userinfo.php
__construct
UserGroup::__construct() in usergroup.php
Constructor for the UserGroup class
__construct
SmartyEngine::__construct() in smartyengine.php
Constructor for SmartyEngine
__construct
Singleton::__construct() in singleton.php
Prevent instance construction and cloning (copying of object
__construct
RewriteRule::__construct() in rewriterule.php
Constructor for the rewrite_rule class.
__construct
Constructor for the Tag class.
__construct
TemplateEngine::__construct() in templateengine.php
__construct
Constructor for the User class
__construct
Constructor for theme
__construct
RemoteRequest::__construct() in remoterequest.php
__construct
Plugin::__construct() in plugin.php
Plugin constructor.
__construct
Constructor for the Error class
__construct
The FormControlNoSave constructor initializes the control without a save location
__construct
HiEngine::__construct() in hiengine.php
Constructor for HiEngine
__construct
Override the FormControl constructor to support more parameters
__construct
CronJob::__construct() in cronjob.php
Constructor for the CronJob class.
__construct
HTMLTokenizer::__construct() in htmltokenizer.php
__construct
InfoObject::__construct() in infoobject.php
__construct
CURLRequestProcessor::__construct() in curlrequestprocessor.php
__construct
flickrAPI::__construct() in flickrsilo.plugin.php
__construct
InfoRecords::__construct() in inforecords.php
Takes three parameters. The table of the options table, the name of the master key and the record_id for which options are managed.
__construct
CommentInfo::__construct() in commentinfo.php
__construct
FormUI::__construct() in formui.php
FormUI's constructor, called on instantiation.
__construct
Override the FormControl constructor to support more parameters
__construct
FormControl constructor - set initial settings of the control
__construct
Override the FormControl constructor to support more parameters
__construct
Override the FormControl constructor to support more parameters
__construct
Flickr::__construct() in flickrsilo.plugin.php
__construct
Override the FormControl constructor to support more parameters
__get
TemplateEngine::__get() in templateengine.php
Tries to retrieve a variable from the internal array engine_vars.
__get
Magic function __get returns properties for this object, or passes it on to the parent class Potential valid properties: value: The value of the control, whether the default or submitted in the form
__get
XMLRPCDate::__get() in xmlrpcdate.php
__get
Posts::__get() in posts.php
function __get Returns properties of a Posts object.
__get
RewriteRule::__get() in rewriterule.php
Magic property getter for this class
__get
QueryProfile::__get() in queryprofile.php
__get
QueryRecord::__get() in queryrecord.php
function __get
__get
RawPHPEngine::__get() in rawphpengine.php
Tries to retrieve a variable from the internal array engine_vars.
__get
XMLRPCClient::__get() in xmlrpcclient.php
Allow scoped functions to be called in shorthand
__get
HabariDateTime::__get() in habaridatetime.php
Magic method to get magic ponies... properties, I mean.
__get
FormControl::__get() in formui.php
Magic function __get returns properties for this object.
__get
CronJob::__get() in cronjob.php
Magic property getter to get the cronjob properties.
__get
Bitmask::__get() in bitmask.php
Magic getter method for flag status
__get
User::__get() in user.php
Capture requests for the info object so that it can be initialized properly when the constructor is bypassed (see PDO::FETCH_CLASS pecularities). Passes all other requests to parent.
__get
Magic __get method for returning property values Override the handling of the value property to properly return the setting of the checkbox.
__get
Magic __get method for returning property values Override the handling of the value property to properly return the setting of the checkbox.
__get
XMLRPCStruct::__get() in xmlrpcstruct.php
Property getter for the XMLRPCStruct class.
__get
Comment::__get() in comment.php
function __get
__get
UserGroup::__get() in usergroup.php
function __get
__get
Magic property getter, returns the specified control
__get
LogEntry::__get() in logentry.php
Overrides QueryRecord __get to implement custom object properties
__get
SmartyEngine::__get() in smartyengine.php
Tries to retrieve a variable from the internal array engine_vars.
__get
EventLog::__get() in eventlog.php
Returns properties of a EventLog object.
__get
Options::__get() in options.php
Retrieve an option value
__get
MediaAsset::__get() in mediaasset.php
Retrieve attributes about this asset
__get
InfoRecords::__get() in inforecords.php
Fetch info record value.
__get
Post::__get() in post.php
function __get
__get
Theme::__get() in theme.php
Get a template variable value
__get
Comments::__get() in comments.php
function __get
__isset
SmartyEngine::__isset() in smartyengine.php
Detects if a variable is assigned to the template engine for use in constructing the template's output.
__isset
Theme::__isset() in theme.php
Detects if a variable is assigned to the template engine for use in constructing the template's output.
__isset
TemplateEngine::__isset() in templateengine.php
Detects if a variable is assigned to the template engine for use in constructing the template's output.
__isset
QueryRecord::__isset() in queryrecord.php
Magic isset for QueryRecord, returns whether a property value is set.
__isset
RawPHPEngine::__isset() in rawphpengine.php
Detects if a variable is assigned to the template engine for use in constructing the template's output.
__isset
InfoRecords::__isset() in inforecords.php
Test for the existence of specified info value
__isset
XMLRPCStruct::__isset() in xmlrpcstruct.php
Magic isset for XMLRPCStruct, returns whether a property value is set.
__run_loadfile_test
DO NOT USE THIS FUNCTION.
__run_plural_test
DO NOT USE THIS FUNCTION.
__set
Theme::__set() in theme.php
Set a template variable, a property alias for assign()
__set
Bitmask::__set() in bitmask.php
Magic setter method for flag values.
__set
FormControl::__set() in formui.php
Magic property setter for FormControl and its descendants
__set
XMLRPCStruct::__set() in xmlrpcstruct.php
Property setter for the XMLRPCStruct class.
__set
LogEntry::__set() in logentry.php
Overrides QueryRecord __set to implement custom object properties
__set
InfoRecords::__set() in inforecords.php
Update the info record.
__set
Options::__set() in options.php
Applies the option value to the options table
__set
QueryRecord::__set() in queryrecord.php
function __set
__set
RawPHPEngine::__set() in rawphpengine.php
Assigns a variable to the template engine for use in constructing the template's output.
__set
Comment::__set() in comment.php
function __set
__set
SmartyEngine::__set() in smartyengine.php
Assigns a variable to the template engine for use in constructing the template's output.
__set
XMLRPCDate::__set() in xmlrpcdate.php
__set
Post::__set() in post.php
function __set
__set
CronJob::__set() in cronjob.php
Magic property setter to set the cronjob properties.
__set
TemplateEngine::__set() in templateengine.php
Assigns a variable to the template engine for use in constructing the template's output.
__set
MediaAsset::__set() in mediaasset.php
Set attributes about this asset
__set_processor
DO NOT USE THIS FUNCTION.
__static
HabariDateTime::__static() in habaridatetime.php
Set default timezone to system default on init.
__static
Modules::__static() in modules.php
static initializer to setup base vars.
__static
Cache::__static() in cache.php
Set up the static cache instance in __autoload()
__static
ACL::__static() in acl.php
Static initializer to fill the $access_ids array
__tostring
HTMLTokenSet::__tostring() in htmltokenset.php
__toString
XMLRPCException::__toString() in xmlrpcexception.php
Represent this exception as a string
__toString
UUID::__toString() in uuid.php
__toString
HabariDateTime::__toString() in habaridatetime.php
Magic method called when this object is cast to string. Returns the unix timestamp of this object.
__toString
__unset
InfoRecords::__unset() in inforecords.php
Remove an info option; immediately unsets from the storage AND removes from database. Use with caution.
__unset
Theme::__unset() in theme.php
Remove a template variable value
__unset
TemplateEngine::__unset() in templateengine.php
Unassigns a variable to the template engine.
__unset
Options::__unset() in options.php
Removes an option from the options table
__unset
SmartyEngine::__unset() in smartyengine.php
Unassigns a variable to the template engine.
__unset
RawPHPEngine::__unset() in rawphpengine.php
Unassigns a variable to the template engine.
a
top
$action
ActionHandler::$action in actionhandler.php
Name of action to trigger
$active_theme
AdminHandler::$active_theme in adminhandler.php
An instance of the active public theme, which allows plugin hooks to execute
$apiKey
Phpviddler::$apiKey in viddlersilo.plugin.php
$available_templates
access_check
Check access. Implements hierarchy of access terms.
access_id
ACL::access_id() in acl.php
Convert a permission access name (read, write, full, denied) into an ID
access_name
Convert a permission access ID into a name
ACCESS_NONEXISTANT_PERMISSION
How to handle a permission request for a permission that is not in the permission list.
ACL
ACL in acl.php
Access Control List class
act
UserThemeHandler::act() in userthemehandler.php
The UserThemeHandler's act() method differs from ActionHandler's act() method in one distinct way: if the Handler's theme variable registers an override action via Theme->register_action(), then that function is called instead of the default handler action.
act
Plugins::act() in plugins.php
function act
act
ActionHandler::act() in actionhandler.php
All handlers must implement act() to conform to handler API.
ActionHandler
ActionHandler in actionhandler.php
A base class handler for URL-based actions. All ActionHandlers must extend this class for the Controller to call their actions.
action_add_template_vars
Add the Pingback header on single post/page requests Not to the entire site. Clever.
action_admin_footer
FlickrSilo::action_admin_footer() in flickrsilo.plugin.php
action_admin_header
ViddlerSilo::action_admin_header() in viddlersilo.plugin.php
action_auth_ajax_wp_import_comments
The plugin sink for the auth_ajax_wp_import_comments hook.
action_auth_ajax_wp_import_posts
The plugin sink for the auth_ajax_wp_import_posts hook.
action_auth_ajax_wp_import_users
The plugin sink for the auth_ajax_wp_import_posts hook.
action_comment_insert_before
function act_comment_insert_before This function is executed when the action "comment_insert_before" is invoked from a Comment object.
action_init
WPImport::action_init() in wpimport.plugin.php
Initialize plugin.
action_init
HabariSilo::action_init() in habarisilo.plugin.php
Initialize some internal values when plugin initializes
action_init
S9YImport::action_init() in s9yimport.plugin.php
Initialize plugin.
action_init
ViddlerSilo::action_init() in viddlersilo.plugin.php
Initialize some internal values when plugin initializes
action_init
FlickrSilo::action_init() in flickrsilo.plugin.php
Initialize some internal values when plugin initializes
action_init_theme
Execute on theme init to apply these filters to output
action_init_theme
Execute on theme init to apply these filters to output
action_plugins_loaded
Undelete::action_plugins_loaded() in undelete.plugin.php
function actions_plugins_loaded
action_plugin_activation
function action_plugin_activation adds the "deleted" status type to the poststatus table when this plugin is activated.
action_plugin_activation
CoreDashModules::action_plugin_activation() in coredashmodules.plugin.php
action_plugin_activation Registers the core modules with the Modules class. Add these modules to the dashboard if the dashboard is currently empty.
action_plugin_activation
Register the Pingback event type with the event log
action_plugin_deactivation
Unregister the Pingback event type on deactivation
action_plugin_deactivation
CoreDashModules::action_plugin_deactivation() in coredashmodules.plugin.php
action_plugin_deactivation Unregisters the core modules.
action_plugin_ui
FlickrSilo::action_plugin_ui() in flickrsilo.plugin.php
Respond to the user selecting an action on the plugin page
action_plugin_ui
ViddlerSilo::action_plugin_ui() in viddlersilo.plugin.php
Respond to the user selecting an action on the plugin page
action_plugin_ui
Undelete::action_plugin_ui() in undelete.plugin.php
action_post_insert_after
Pingback links from the post content when a post is inserted into the database.
action_post_update_after
Pingback mentioned links when a post is updated.
action_template_header
Undelete::action_template_header() in undelete.plugin.php
activate_plugin
Activates a plugin file
activate_plugins
activate_post_type
activate_theme
functiona activate_theme
act_add_comment
FeedbackHandler::act_add_comment() in feedbackhandler.php
function add_comment
act_admin
AdminHandler::act_admin() in adminhandler.php
Dispatches the request to the defined method. (ie: post_{page})
act_admin_ajax
AdminHandler::act_admin_ajax() in adminhandler.php
Handle incoming requests to /admin_ajax for admin ajax requests
act_ajax
AjaxHandler::act_ajax() in ajaxhandler.php
Handles incoming ajax requests for which the user need not be authenticated.
act_auth_ajax
AjaxHandler::act_auth_ajax() in ajaxhandler.php
Handles incoming ajax requests for which the user must be authenticated.
act_begin_install
Entry point for installation. The reason there is a begin_install method to handle is that conceivably, the user can stop installation mid-install and need an alternate entry point action at a later time.
act_collection
Handle incoming requests for Atom entry collections
act_comments
AtomHandler::act_comments() in atomhandler.php
Handle incoming requests for the Atom entry collection for all comments
act_display
Grabs post data and inserts that data into the internal
act_display_404
Helper function: Display a 404 template
act_display_date
Helper function: Display the posts for a specific date
act_display_entries
Helper function: Displays multiple entries
act_display_home
Helper function: Displays the home page
act_display_home
act_display_post
Helper function: Display a post
act_display_tag
Helper function: Display the posts for a tag
act_entry
AtomHandler::act_entry() in atomhandler.php
function act_entry
act_entry_comments
Handle incoming requests for the Atom entry collection for comments on an entry
act_introspection
Handle incoming requests for the introspection document
act_login
UserHandler::act_login() in userhandler.php
Checks a user's credentials, and creates a session for them
act_logout
UserHandler::act_logout() in userhandler.php
function logout
act_poll_cron
Handles asyncronous cron calls.
act_redirect
ActionHandler::act_redirect() in actionhandler.php
Helper method to allow RewriteRules to send a redirect. The method will redirect to the build_str of the RewriteRule if matched.
act_rsd
AtomHandler::act_rsd() in atomhandler.php
Handle incoming requests for RSD
act_search
Theme::act_search() in theme.php
Helper function: Display the posts for a specific criteria
act_tag_collection
Handle incoming requests for the Atom entry collection for a specific tag
act_xmlrpc_call
Handle all incoming XMLRPC requests.
add
Modules::add() in modules.php
function add
add
Update::add() in update.php
Add a beaconid to the list of beaconids to version-check.
add
Stack::add() in stack.php
Add a value to a stack
add
UserGroup::add() in usergroup.php
Add one or more users to this group
add_comments
AtomHandler::add_comments() in atomhandler.php
Add comments as items in the provided xml structure
add_cron
CronTab::add_cron() in crontab.php
Add a new cron job to the DB.
add_daily_cron
Add a new cron job to the DB, that runs daily.
add_header
RemoteRequest::add_header() in remoterequest.php
Add a request header.
add_headers
RemoteRequest::add_headers() in remoterequest.php
Add a list of headers.
add_hourly_cron
Add a new cron job to the DB, that runs hourly.
add_monthly_cron
Add a new cron job to the DB, that runs monthly.
add_new_status
inserts a new post status into the database, if it doesn't exist
add_new_type
inserts a new post type into the database, if it doesn't exist
add_permission
Add a permission to a post
add_posts
AtomHandler::add_posts() in atomhandler.php
Add posts as items in the provided xml structure
add_single_cron
Add a new cron job to the DB, that runs only once.
add_system_rules
Add pre-defined rules to an array of rules only if rules with their names don't already exist
add_template
Adds a template to the default theme that is stored in a specified path.
add_template_vars
Add additional template variables to the template output.
add_template_vars
Add some variables to the template output
add_template_vars
Assign the default variables that would be used in every template
add_template_vars
Add additional template variables to the template output.
add_to_group
function add_to_group
add_validator
Add a validation function to this control
add_weekly_cron
Add a new cron job to the DB, that runs weekly.
AdminHandler
AdminHandler in adminhandler.php
Habari AdminHandler Class Backbone of the admin area, handles requests and functionality.
AjaxHandler
AjaxHandler in ajaxhandler.php
Handles Ajax requests, sending them to plugin sinks.
ajax_check_mysql_credentials
Validate database credentials for MySQL
ajax_check_pgsql_credentials
Validate database credentials for PostgreSQL
ajax_check_sqlite_credentials
Validate database credentials for SQLite
ajax_comments
AdminHandler::ajax_comments() in adminhandler.php
Handles ajax requests from the manage comments page
ajax_dashboard
AdminHandler::ajax_dashboard() in adminhandler.php
Handles ajax requests from the dashboard
ajax_delete_entries
handles AJAX from /manage/entries
ajax_delete_logs
handles AJAX from /logs
ajax_in_edit
AdminHandler::ajax_in_edit() in adminhandler.php
handles AJAX from /comments
ajax_logs
AdminHandler::ajax_logs() in adminhandler.php
Handles ajax requests from the logs page
ajax_media
AdminHandler::ajax_media() in adminhandler.php
ajax_media_panel
ajax_posts
AdminHandler::ajax_posts() in adminhandler.php
Handles ajax requests from the manage posts page
ajax_tags
AdminHandler::ajax_tags() in adminhandler.php
handles AJAX from /admin/tags
ajax_update_comment
ajax_update_users
handles AJAX from /users
ajax_users
AdminHandler::ajax_users() in adminhandler.php
Handles ajax requests from the manage users page
all_permissions
Get an array of QueryRecord objects containing all permissions
and_list
Format::and_list() in format.php
function and_list
APCCache
APCCache in apccache.php
API_VERSION
Version::API_VERSION in version.php
append
TemplateEngine::append() in templateengine.php
Appends to an existing variable more values
append
SmartyEngine::append() in smartyengine.php
Appends to an existing variable more values
append
Append a control to the end of this container
append
RawPHPEngine::append() in rawphpengine.php
Appends to an existing variable more values
apply
Format::apply() in format.php
Called to register a format function to a plugin hook, only passing the hook's first parameter to the Format function.
apply_with_hook_params
Called to register a format function to a plugin hook, and passes all of the hook's parameters to the Format function.
archive_pages
function archive_pages
arg_match
RewriteRule::arg_match() in rewriterule.php
Returns a distance from 0 indicating the appropriateness of the rule based on the passed-in arguments.
ascend
Posts::ascend() in posts.php
Returns an ascending post
ascend
Post::ascend() in post.php
Returns the ascending post, relative to this post, according to params
assign
TemplateEngine::assign() in templateengine.php
Assigns a variable to the template engine for use in constructing the template's output.
assign
Theme::assign() in theme.php
Helper function: Avoids having to call $theme->template_engine->key= 'value';
assign
RawPHPEngine::assign() in rawphpengine.php
Assigns a variable to the template engine for use in constructing the template's output.
assign
SmartyEngine::assign() in smartyengine.php
Assigns a variable to the template engine for use in constructing the template's output.
assigned
TemplateEngine::assigned() in templateengine.php
Detects if a variable is assigned to the template engine for use in constructing the template's output.
assigned
SmartyEngine::assigned() in smartyengine.php
Detects if a variable is assigned to the template engine for use in constructing the template's output.
assigned
RawPHPEngine::assigned() in rawphpengine.php
Detects if a variable is assigned to the template engine for use in constructing the template's output.
AtomHandler
AtomHandler in atomhandler.php
Habari AtomHandler class Produces Atom feeds and accepts Atom Publishing Protocol input
atomtime
Utils::atomtime() in utils.php
function atomtime
attach_to_post
Attaches (relates) a tag to a post
authenticate
Check a user's credentials to see if they are legit -- calls all auth plugins BEFORE checking local database.
authLink
Flickr::authLink() in flickrsilo.plugin.php
autop
Format::autop() in format.php
function autop Converts non-HTML paragraphs separated with 2 or more new lines into HTML paragraphs while preserving any internal HTML.
admincontrol_buttons.php
admincontrol_buttons.php in admincontrol_buttons.php
admincontrol_submit.php
admincontrol_submit.php in admincontrol_submit.php
admincontrol_text.php
admincontrol_text.php in admincontrol_text.php
admincontrol_textarea.php
admincontrol_textarea.php in admincontrol_textarea.php
acl.php
acl.php in acl.php
actionhandler.php
actionhandler.php in actionhandler.php
adminhandler.php
adminhandler.php in adminhandler.php
ajaxhandler.php
ajaxhandler.php in ajaxhandler.php
apccache.php
apccache.php in apccache.php
atomhandler.php
atomhandler.php in atomhandler.php
b
top
$backtrace
QueryProfile::$backtrace in queryprofile.php
$base_url
Controller::$base_url in controller.php
begin_transaction
Start a transaction against the RDBMS in order to wrap multiple
begin_transaction
DatabaseConnection::begin_transaction() in databaseconnection.php
Start a transaction against the RDBMS in order to wrap multiple
Bitmask
Bitmask in bitmask.php
Class to wrap around bitmap field functionality
build
RewriteRule::build() in rewriterule.php
Builds a URL using this rule based on the passed in data
buildArguments
Phpviddler::buildArguments() in viddlersilo.plugin.php
Build arguments to use for a request to the API
by_email
Comments::by_email() in comments.php
function by_email
by_index
Format::by_index() in format.php
function by_index Returns an indexed formatter object, for use by lambda functions created to supply additional parameters to plugin filters.
by_ip
Comments::by_ip() in comments.php
function by_ip
by_name
Comments::by_name() in comments.php
function by_name
by_name
RewriteRules::by_name() in rewriterules.php
Get a RewriteRule by its name
by_post_id
Comments::by_post_id() in comments.php
Returns all comments for a supplied post ID
by_slug
Comments::by_slug() in comments.php
function by_slug
by_slug
Posts::by_slug() in posts.php
function by_slug
by_status
Posts::by_status() in posts.php
function by_status
by_status
Comments::by_status() in comments.php
function by_status
by_url
Comments::by_url() in comments.php
function by_url
bitmask.php
bitmask.php in bitmask.php
c
top
$cache
ViddlerSilo::$cache in viddlersilo.plugin.php
$cache
FlickrSilo::$cache in flickrsilo.plugin.php
$cache_data
FileCache::$cache_data in filecache.php
$cache_files
FileCache::$cache_files in filecache.php
$cache_location
$caption
$caption
FormControl::$caption in formui.php
$checksum
$class
FormContainer::$class in formui.php
$class
FormControl::$class in formui.php
$class
FormUI::$class in formui.php
$comment_status_list
$comment_type_list
$config_dir
Site::$config_dir in site.php
$config_path
Site::$config_path in site.php
$config_type
Site::$config_type in site.php
$config_vars
Theme::$config_vars in theme.php
$container
$content
MediaAsset::$content in mediaasset.php
$contexts
$controls
Cache
Cache in cache.php
Habari Cache Class
cachedToken
Flickr::cachedToken() in flickrsilo.plugin.php
call
flickrAPI::call() in flickrsilo.plugin.php
can
User::can() in user.php
Determine if a user has a specific permission
can
UserGroup::can() in usergroup.php
Determine whether members of a group can do something.
ch