Element index for package Joomla-Framework
Package indexes
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ z ]
[ _ ]
_
- $_allow_overlong
- in file idna_convert.class.php, variable idna_convert::$_allow_overlong
- $_api_encoding
- in file idna_convert.class.php, variable idna_convert::$_api_encoding
- $_base
- in file idna_convert.class.php, variable idna_convert::$_base
- $_cookies
- in file xmlrpc.php, variable xmlrpcresp::$_cookies
- $_damp
- in file idna_convert.class.php, variable idna_convert::$_damp
- $_error
- in file idna_convert.class.php, variable idna_convert::$_error
- $_feed
- in file feedcreator.php, variable UniversalFeedCreator::$_feed
- $_initial_bias
- in file idna_convert.class.php, variable idna_convert::$_initial_bias
- $_initial_n
- in file idna_convert.class.php, variable idna_convert::$_initial_n
- $_invalid_ucs
- in file idna_convert.class.php, variable idna_convert::$_invalid_ucs
- $_lbase
- in file idna_convert.class.php, variable idna_convert::$_lbase
- $_lcount
- in file idna_convert.class.php, variable idna_convert::$_lcount
- $_max_ucs
- in file idna_convert.class.php, variable idna_convert::$_max_ucs
- $_ncount
- in file idna_convert.class.php, variable idna_convert::$_ncount
- $_php_class
- in file xmlrpc.php, variable xmlrpcval::$_php_class
- $_punycode_prefix
- in file idna_convert.class.php, variable idna_convert::$_punycode_prefix
- $_sbase
- in file idna_convert.class.php, variable idna_convert::$_sbase
- $_scount
- in file idna_convert.class.php, variable idna_convert::$_scount
- $_skew
- in file idna_convert.class.php, variable idna_convert::$_skew
- $_strict_mode
- in file idna_convert.class.php, variable idna_convert::$_strict_mode
- $_tbase
- in file idna_convert.class.php, variable idna_convert::$_tbase
- $_tcount
- in file idna_convert.class.php, variable idna_convert::$_tcount
- $_tmax
- in file idna_convert.class.php, variable idna_convert::$_tmax
- $_tmin
- in file idna_convert.class.php, variable idna_convert::$_tmin
- $_vbase
- in file idna_convert.class.php, variable idna_convert::$_vbase
- $_vcount
- in file idna_convert.class.php, variable idna_convert::$_vcount
- _
- in file methods.php, method JRoute::_()
Translates an internal Joomla URL to a humanly readible URL.
- _adapt
- in file idna_convert.class.php, method idna_convert::_adapt()
Adapt the bias according to the current code point and position
- _apply_cannonical_ordering
- in file idna_convert.class.php, method idna_convert::_apply_cannonical_ordering()
Apllies the cannonical ordering of a decomposed UCS4 sequence
- _combine
- in file idna_convert.class.php, method idna_convert::_combine()
Do composition of a sequence of starter and non-starter
- _createAdditionalElements
- in file feedcreator.php, method FeedCreator::_createAdditionalElements()
Creates a string containing all additional elements specified in $additionalElements.
- _createConfig
- in file factory.php, method JFactory::_createConfig()
Create a configuration object
- _createDbo
- in file factory.php, method JFactory::_createDbo()
Create an database object
- _createDocument
- in file factory.php, method JFactory::_createDocument()
Create a document object
- _createGeneratorComment
- in file feedcreator.php, method FeedCreator::_createGeneratorComment()
Creates a comment indicating the generator of this feed.
- _createLanguage
- in file factory.php, method JFactory::_createLanguage()
Create a language object
- _createMailer
- in file factory.php, method JFactory::_createMailer()
Create a mailer object
- _createSession
- in file factory.php, method JFactory::_createSession()
Create a session object
- _createStylesheetReferences
- in file feedcreator.php, method FeedCreator::_createStylesheetReferences()
- _decode
- in file idna_convert.class.php, method idna_convert::_decode()
The actual decoding algorithm
- _decode_digit
- in file idna_convert.class.php, method idna_convert::_decode_digit()
Decode a certain digit
- _encode
- in file idna_convert.class.php, method idna_convert::_encode()
The actual encoding algorithm
- _encode_digit
- in file idna_convert.class.php, method idna_convert::_encode_digit()
Encoding a certain digit
- _error
- in file idna_convert.class.php, method idna_convert::_error()
Internal error handling method
- _generateFilename
- in file feedcreator.php, method FeedCreator::_generateFilename()
Generate a filename for the feed cache file. The result will be $_SERVER["PHP_SELF"] with the extension changed to .xml.
- _generateFilename
- in file feedcreator.php, method JSCreator::_generateFilename()
Overrrides parent to produce .js extensions
- _generateFilename
- in file feedcreator.php, method MBOXCreator::_generateFilename()
Generate a filename for the feed cache file. Overridden from FeedCreator to prevent XML data types.
- _generateFilename
- in file feedcreator.php, method HTMLCreator::_generateFilename()
Overrrides parent to produce .html extensions
- _getNameSpaces
- in file feedcreator.php, method RSSCreator091::_getNameSpaces()
- _get_combining_class
- in file idna_convert.class.php, method idna_convert::_get_combining_class()
Returns the combining class of a certain wide char
- _hangul_compose
- in file idna_convert.class.php, method idna_convert::_hangul_compose()
Ccomposes a Hangul syllable
- _hangul_decompose
- in file idna_convert.class.php, method idna_convert::_hangul_decompose()
Decomposes a Hangul syllable
- _mime_types
- in file phpmailer.php, method PHPMailer::_mime_types()
Gets the mime type of the embedded or inline image
- _nameprep
- in file idna_convert.class.php, method idna_convert::_nameprep()
Do Nameprep according to RFC3491 and RFC3454
- _redirect
- in file feedcreator.php, method FeedCreator::_redirect()
- _setFormat
- in file feedcreator.php, method UniversalFeedCreator::_setFormat()
- _setMIME
- in file feedcreator.php, method UniversalFeedCreator::_setMIME()
- _setRSSVersion
- in file feedcreator.php, method RSSCreator091::_setRSSVersion()
Sets this RSS feed's version number.
- _try_multicall
- in file xmlrpc.php, method xmlrpc_client::_try_multicall()
Attempt to boxcar $msgs via system.multicall.
- _ucs4_string_to_ucs4
- in file idna_convert.class.php, method idna_convert::_ucs4_string_to_ucs4()
Convert UCS-4 strin into UCS-4 garray
- _ucs4_to_ucs4_string
- in file idna_convert.class.php, method idna_convert::_ucs4_to_ucs4_string()
Convert UCS-4 array into UCS-4 string
- _ucs4_to_utf8
- in file idna_convert.class.php, method idna_convert::_ucs4_to_utf8()
Convert UCS-4 string into UTF-8 string
- _utf8_to_ucs4
- in file idna_convert.class.php, method idna_convert::_utf8_to_ucs4()
This converts an UTF-8 encoded string to its UCS-4 representation By talking about UCS-4 "strings" we mean arrays of 32bit integers representing each of the "chars". This is due to PHP not being able to handle strings with bit depth different from 8. This apllies to the reverse method _ucs4_to_utf8(), too.
- _xmlrpcs_errorHandler
- in file xmlrpcs.php, function _xmlrpcs_errorHandler()
Error handler used to track errors that occur during server-side execution of PHP code.
- _xmlrpcs_getCapabilities
- in file xmlrpcs.php, function _xmlrpcs_getCapabilities()
- _xmlrpcs_listMethods
- in file xmlrpcs.php, function _xmlrpcs_listMethods()
- _xmlrpcs_methodHelp
- in file xmlrpcs.php, function _xmlrpcs_methodHelp()
- _xmlrpcs_methodSignature
- in file xmlrpcs.php, function _xmlrpcs_methodSignature()
- _xmlrpcs_multicall
- in file xmlrpcs.php, function _xmlrpcs_multicall()
- _xmlrpcs_multicall_do_call
- in file xmlrpcs.php, function _xmlrpcs_multicall_do_call()
- _xmlrpcs_multicall_do_call_phpvals
- in file xmlrpcs.php, function _xmlrpcs_multicall_do_call_phpvals()
- _xmlrpcs_multicall_error
- in file xmlrpcs.php, function _xmlrpcs_multicall_error()
- __construct
- in file smtp.php, method SMTP::__construct()
Initialize the class so that the data is in a known state.
- $_data
- in file rules.php, variable JRules::$_data
- $_data
- in file rule.php, variable JRule::$_data
- __construct
- in file rules.php, method JRules::__construct()
Constructor.
- __construct
- in file rule.php, method JRule::__construct()
Constructor.
- __toString
- in file rules.php, method JRules::__toString()
Magic method to convert the object to JSON string representation.
- __toString
- in file rule.php, method JRule::__toString()
Convert this object into a JSON encoded string.
- $_acoSection
- in file controller.php, variable JController::$_acoSection
ACO Section for the controller.
- $_acoSectionValue
- in file controller.php, variable JController::$_acoSectionValue
Default ACO Section value for the controller.
- $_active
- in file menu.php, variable JMenu::$_active
Identifier of the active menu item
- $_basePath
- in file controller.php, variable JController::$_basePath
The base path of the controller
- $_basePath
- in file view.php, variable JView::$_basePath
The base path of the view
- $_charset
- in file view.php, variable JView::$_charset
Charset to use in escaping mechanisms; defaults to urf8 (UTF-8)
- $_children
- in file categories.php, variable JCategoryNode::$_children
- $_clientId
- in file application.php, variable JApplication::$_clientId
The client identifier.
- $_clients
- in file helper.php, variable JApplicationHelper::$_clients
Client information array
- $_components
- in file helper.php, variable JComponentHelper::$_components
The component list cache
- $_context
- in file modellist.php, variable JModelList::$_context
Model context string.
- $_context
- in file controllerform.php, variable JControllerForm::$_context
- $_context
- in file modelitem.php, variable JModelItem::$_context
Model context string.
- $_count
- in file pathway.php, variable JPathway::$_count
Integer number of items in the pathway
- $_db
- in file model.php, variable JModel::$_db
Database Connector
- $_default
- in file menu.php, variable JMenu::$_default
Identifier of the default menu item
- $_defaultModel
- in file view.php, variable JView::$_defaultModel
The default model
- $_doTask
- in file controller.php, variable JController::$_doTask
The mapped task that was performed.
- $_escape
- in file view.php, variable JView::$_escape
Callback for escaping.
- $_extension
- in file categories.php, variable JCategories::$_extension
Name of the extension the categories belong to
- $_forms
- in file modelform.php, variable JModelForm::$_forms
Array of form objects.
- $_item
- in file modelitem.php, variable JModelItem::$_item
An item.
- $_items
- in file menu.php, variable JMenu::$_items
Array to hold the menu items
- $_layout
- in file view.php, variable JView::$_layout
Layout name
- $_layoutExt
- in file view.php, variable JView::$_layoutExt
Layout extension
- $_lists
- in file modellist.php, variable JModelList::$_lists
Array of lists containing items.
- $_message
- in file controller.php, variable JController::$_message
Redirect message.
- $_messageQueue
- in file application.php, variable JApplication::$_messageQueue
The application message queue.
- $_messageType
- in file controller.php, variable JController::$_messageType
Redirect message type.
- $_methods
- in file controller.php, variable JController::$_methods
Array of class methods
- $_mode
- in file router.php, variable JRouter::$_mode
The rewrite mode
- $_models
- in file view.php, variable JView::$_models
Registered models
- $_name
- in file model.php, variable JModel::$_name
The model (base) name
- $_name
- in file application.php, variable JApplication::$_name
The name of the application.
- $_name
- in file view.php, variable JView::$_name
The name of the view
- $_name
- in file controller.php, variable JController::$_name
The name of the controller
- $_nodes
- in file categories.php, variable JCategories::$_nodes
Array of category nodes
- $_option
- in file controllerform.php, variable JControllerForm::$_option
- $_options
- in file categories.php, variable JCategories::$_options
Array of options
- $_output
- in file view.php, variable JView::$_output
The output of the template script.
- $_parent
- in file categories.php, variable JCategoryNode::$_parent
- $_path
- in file controller.php, variable JController::$_path
The set of search directories for resources (views).
- $_path
- in file view.php, variable JView::$_path
The set of search directories for resources (templates)
- $_pathway
- in file pathway.php, variable JPathway::$_pathway
Array to hold the pathway item objects
- $_redirect
- in file controller.php, variable JController::$_redirect
URL for redirection.
- $_rules
- in file router.php, variable JRouter::$_rules
An array of rules
- $_state
- in file model.php, variable JModel::$_state
An state object
- $_table
- in file categories.php, variable JCategories::$_table
Name of the linked content table to get category content count
- $_task
- in file controller.php, variable JController::$_task
Current or most recent task to be performed.
- $_taskMap
- in file controller.php, variable JController::$_taskMap
Array of class methods to call for a given task.
- $_template
- in file view.php, variable JView::$_template
The name of the default template source file.
- $_totals
- in file modellist.php, variable JModelList::$_totals
An array of totals for the lists.
- $_vars
- in file router.php, variable JRouter::$_vars
An array of variables
- $_view_item
- in file controllerform.php, variable JControllerForm::$_view_item
- $_view_list
- in file controllerform.php, variable JControllerForm::$_view_list
- $__state_set
- in file model.php, variable JModel::$__state_set
Indicates if the internal state has been set
- _addPath
- in file view.php, method JView::_addPath()
Adds to the search path for templates and resources.
- _addPath
- in file controller.php, method JController::_addPath()
Adds to the search path for templates and resources.
- _allowAdd
- in file controllerform.php, method JControllerForm::_allowAdd()
Method to check if you can add a new record.
- _allowEdit
- in file controllerform.php, method JControllerForm::_allowEdit()
Method to check if you can add a new record.
- _allowSave
- in file controllerform.php, method JControllerForm::_allowSave()
Method to check if you can save a new or existing record.
- _buildRawRoute
- in file router.php, method JRouter::_buildRawRoute()
Function to build a raw route
- _buildSefRoute
- in file router.php, method JRouter::_buildSefRoute()
Function to build a sef route
- _checkPath
- in file helper.php, method JApplicationHelper::_checkPath()
Tries to find a file in the administrator or site areas
- _createConfiguration
- in file application.php, method JApplication::_createConfiguration()
Create the configuration registry.
- _createFileName
- in file model.php, method JModel::_createFileName()
Create the filename for a resource
- _createFileName
- in file view.php, method JView::_createFileName()
Create the filename for a resource
- _createFileName
- in file controller.php, method JController::_createFileName()
Create the filename for a resource.
- _createModel
- in file controller.php, method JController::_createModel()
Method to load and return a model object.
- _createSession
- in file application.php, method JApplication::_createSession()
Create the user session.
- _createTable
- in file model.php, method JModel::_createTable()
Method to load and return a model object.
- _createURI
- in file router.php, method JRouter::_createURI()
Create a uri based on a full or partial url string
- _createView
- in file controller.php, method JController::_createView()
Method to load and return a view object. This method first looks in the current template directory for a match, and failing that uses a default set path to load the view class file.
- _decodeSegments
- in file router.php, method JRouter::_decodeSegments()
Decode route segments
- _encodeSegments
- in file router.php, method JRouter::_encodeSegments()
Encode route segments
- _getList
- in file model.php, method JModel::_getList()
Returns an object list
- _getListCount
- in file model.php, method JModel::_getListCount()
Returns a record count for the query
- _getListQuery
- in file modellist.php, method JModelList::_getListQuery()
Method to build an SQL query to load the list data.
- _getStoreId
- in file modelitem.php, method JModelItem::_getStoreId()
Method to get a store id based on model configuration state.
- _getStoreId
- in file modellist.php, method JModelList::_getStoreId()
Method to get a store id based on model configuration state.
- _load
- in file helper.php, method JComponentHelper::_load()
Load the installed components into the _components property.
- _load
- in file categories.php, method JCategories::_load()
- _load
- in file helper.php, method JModuleHelper::_load()
Load published modules
- _makeItem
- in file pathway.php, method JPathway::_makeItem()
Create and return a new pathway object.
- _parseRawRoute
- in file router.php, method JRouter::_parseRawRoute()
Function to convert a raw route to an internal URI
- _parseSefRoute
- in file router.php, method JRouter::_parseSefRoute()
Function to convert a sef route to an internal URI
- _populateState
- in file modellist.php, method JModelList::_populateState()
Method to auto-populate the model state.
- _populateState
- in file model.php, method JModel::_populateState()
Method to auto-populate the model state.
- _processBuildRules
- in file router.php, method JRouter::_processBuildRules()
Process the build uri query data based on custom defined rules
- _processParseRules
- in file router.php, method JRouter::_processParseRules()
Process the parsed router variables based on custom defined rules
- _setPath
- in file view.php, method JView::_setPath()
Sets an entire array of search paths for templates or resources.
- _setPath
- in file controller.php, method JController::_setPath()
Sets an entire array of search paths for resources.
- __construct
- in file controller.php, method JController::__construct()
Constructor.
- __construct
- in file router.php, method JRouter::__construct()
Class constructor
- __construct
- in file view.php, method JView::__construct()
Constructor
- __construct
- in file categories.php, method JCategories::__construct()
Class constructor
- __construct
- in file menu.php, method JMenu::__construct()
Class constructor
- __construct
- in file categories.php, method JCategoryNode::__construct()
Class constructor
- __construct
- in file model.php, method JModel::__construct()
Constructor
- __construct
- in file controllerform.php, method JControllerForm::__construct()
Constructor.
- __construct
- in file application.php, method JApplication::__construct()
Class constructor.
- __construct
- in file pathway.php, method JPathway::__construct()
Class constructor
- __toString
- in file application.php, method JApplication::__toString()
Returns the response
- $_adapterfolder
- in file adapter.php, variable JAdapter::$_adapterfolder
Adapter Folder
- $_adapters
- in file adapter.php, variable JAdapter::$_adapters
Associative array of adapters
- $_basepath
- in file adapter.php, variable JAdapter::$_basepath
Base Path for the adapter instance
- $_children
- in file tree.php, variable JNode::$_children
Array of Children
- $_classprefix
- in file adapter.php, variable JAdapter::$_classprefix
Adapter Class Prefix
- $_current
- in file tree.php, variable JTree::$_current
Current working node
- $_db
- in file adapter.php, variable JAdapter::$_db
Database Connector Object
- $_errors
- in file object.php, variable JObject::$_errors
An array of errors
- $_methods
- in file observable.php, variable JObservable::$_methods
A multi dimensional array of [function][] = key for observers
- $_observers
- in file observable.php, variable JObservable::$_observers
An array of Observer objects to notify
- $_parent
- in file tree.php, variable JNode::$_parent
Parent node
- $_root
- in file tree.php, variable JTree::$_root
Root node
- $_stack
- in file updateadapter.php, variable JUpdateAdapter::$_stack
- $_state
- in file observable.php, variable JObservable::$_state
The state of the observable object
- $_subject
- in file observer.php, variable JObserver::$_subject
Event object to observe.
- $_updatecols
- in file updateadapter.php, variable JUpdateAdapter::$_updatecols
- $_update_site_id
- in file updateadapter.php, variable JUpdateAdapter::$_update_site_id
- _characterData
- in file extension.php, method JUpdaterExtension::_characterData()
- _endElement
- in file collection.php, method JUpdaterCollection::_endElement()
Closing an XML element
- _endElement
- in file extension.php, method JUpdaterExtension::_endElement()
- _getLastTag
- in file updateadapter.php, method JUpdateAdapter::_getLastTag()
- _getParent
- in file collection.php, method JUpdaterCollection::_getParent()
Get the parent tag
- _getStackLocation
- in file updateadapter.php, method JUpdateAdapter::_getStackLocation()
Gets the reference to the current direct parent
- _getStackLocation
- in file collection.php, method JUpdaterCollection::_getStackLocation()
Gets the reference to the current direct parent
- _startElement
- in file collection.php, method JUpdaterCollection::_startElement()
Opening an XML element
- _startElement
- in file extension.php, method JUpdaterExtension::_startElement()
- __construct
- in file adapterinstance.php, method JAdapterInstance::__construct()
Constructor
- __construct
- in file adapter.php, method JAdapter::__construct()
Constructor
- __construct
- in file observable.php, method JObservable::__construct()
Constructor
- __construct
- in file tree.php, method JNode::__construct()
- __construct
- in file observer.php, method JObserver::__construct()
Constructor
- __construct
- in file tree.php, method JTree::__construct()
- __construct
- in file object.php, method JObject::__construct()
Class constructor, overridden in descendant classes.
- __toString
- in file object.php, method JObject::__toString()
Magic method to convert the object to a string gracefully.
- $_compress
- in file memcache.php, variable JCacheStorageMemcache::$_compress
Use compression?
- $_db
- in file memcache.php, variable JCacheStorageMemcache::$_db
Resource for the current memcached connection.
- $_handler
- in file cache.php, variable JCache::$_handler
Storage Handler
- $_options
- in file cache.php, variable JCache::$_options
Cache Options
- $_persistent
- in file memcache.php, variable JCacheStorageMemcache::$_persistent
Use persistent connections
- _getCacheId
- in file apc.php, method JCacheStorageApc::_getCacheId()
Get a cache_id string from an id/group pair
- _getCacheId
- in file memcache.php, method JCacheStorageMemcache::_getCacheId()
Get a cache_id string from an id/group pair
- _getCacheId
- in file eaccelerator.php, method JCacheStorageEaccelerator::_getCacheId()
Get a cache_id string from an id/group pair
- _getCacheId
- in file xcache.php, method JCacheStorageXCache::_getCacheId()
Get a cache_id string from an id/group pair
- _getFilePath
- in file file.php, method JCacheStorageFile::_getFilePath()
Get a cache file path from an id/group pair
- _getStorage
- in file cache.php, method JCache::_getStorage()
Get the cache storage handler
- _makeId
- in file callback.php, method JCacheCallback::_makeId()
Generate a callback cache id
- _makeId
- in file page.php, method JCachePage::_makeId()
Generate a page cache id
- _makeId
- in file view.php, method JCacheView::_makeId()
Generate a view cache id
- _noChange
- in file page.php, method JCachePage::_noChange()
There is no change in page data so send a not modified header and die gracefully
- _setEtag
- in file page.php, method JCachePage::_setEtag()
Set the ETag header in the response
- _setExpire
- in file file.php, method JCacheStorageFile::_setExpire()
Check to make sure cache is still valid, if not, delete it.
- _setExpire
- in file eaccelerator.php, method JCacheStorageEaccelerator::_setExpire()
Set expire time on each call since memcache sets it on cache creation.
- _setExpire
- in file apc.php, method JCacheStorageApc::_setExpire()
Set expire time on each call since memcache sets it on cache creation.
- __construct
- in file xcache.php, method JCacheStorageXCache::__construct()
Constructor
- __construct
- in file xcache.php, method JSessionStorageXcache::__construct()
Constructor
- __construct
- in file cache.php, method JCache::__construct()
Constructor
- __construct
- in file eaccelerator.php, method JCacheStorageEaccelerator::__construct()
Constructor
- __construct
- in file apc.php, method JCacheStorageApc::__construct()
Constructor
- __construct
- in file file.php, method JCacheStorageFile::__construct()
Constructor
- __construct
- in file memcache.php, method JCacheStorageMemcache::__construct()
Constructor
- __construct
- in file storage.php, method JCacheStorage::__construct()
Constructor
- $_autoAscii
- in file ftp.php, variable JFTP::$_autoAscii
Array to hold ascii format file extensions
- $_conn
- in file ftp.php, variable JFTP::$_conn
Server connection resource
- $_dataconn
- in file ftp.php, variable JFTP::$_dataconn
Data port connection resource
- $_dn
- in file ldap.php, variable JLDAP::$_dn
- $_lineEndings
- in file ftp.php, variable JFTP::$_lineEndings
Array to hold native line ending characters
- $_OS
- in file ftp.php, variable JFTP::$_OS
Native OS Type
- $_pasv
- in file ftp.php, variable JFTP::$_pasv
Passive connection information
- $_resource
- in file ldap.php, variable JLDAP::$_resource
- $_response
- in file ftp.php, variable JFTP::$_response
Response Message
- $_timeout
- in file ftp.php, variable JFTP::$_timeout
Timeout limit
- $_type
- in file ftp.php, variable JFTP::$_type
Transfer Type
- _findMode
- in file ftp.php, method JFTP::_findMode()
Method to find out the correct transfer mode for a specific file
- _mode
- in file ftp.php, method JFTP::_mode()
Set transfer mode
- _passive
- in file ftp.php, method JFTP::_passive()
Set server to passive mode and open a data port connection
- _putCmd
- in file ftp.php, method JFTP::_putCmd()
Send command to the FTP server and validate an expected response code
- _verifyResponse
- in file ftp.php, method JFTP::_verifyResponse()
Verify the response code from the server and log response if flag is set
- __construct
- in file ldap.php, method JLDAP::__construct()
Constructor
- __construct
- in file ftp.php, method JFTP::__construct()
JFTP object constructor
- __destruct
- in file ftp.php, method JFTP::__destruct()
JFTP object destructor
- $_cache
- in file tablenested.php, variable JTableNested::$_cache
- $_connection
- in file database.php, variable JDatabase::$_connection
The database link identifier.
- $_cursor
- in file database.php, variable JDatabase::$_cursor
The last query cursor
- $_debug
- in file tablenested.php, variable JTableNested::$_debug
- $_debug
- in file database.php, variable JDatabase::$_debug
Debug option
- $_elements
- in file query.php, variable JQueryElement::$_elements
- $_errorMsg
- in file database.php, variable JDatabase::$_errorMsg
The database error message
- $_errorNum
- in file database.php, variable JDatabase::$_errorNum
The database error number
- $_from
- in file query.php, variable JQuery::$_from
- $_glue
- in file query.php, variable JQueryElement::$_glue
- $_group
- in file query.php, variable JQuery::$_group
- $_hasQuoted
- in file database.php, variable JDatabase::$_hasQuoted
Legacy compatibility
- $_having
- in file query.php, variable JQuery::$_having
- $_join
- in file query.php, variable JQuery::$_join
- $_limit
- in file database.php, variable JDatabase::$_limit
The limit for the query
- $_location
- in file tablenested.php, variable JTableNested::$_location
Object property to hold the location type to use when storing the row.
- $_location_id
- in file tablenested.php, variable JTableNested::$_location_id
Object property to hold the primary key of the location reference node to use when storing the row. A combination of location type and reference node describes where to store the current node in the tree.
- $_log
- in file database.php, variable JDatabase::$_log
A log of queries
- $_name
- in file query.php, variable JQueryElement::$_name
- $_nameQuote
- in file database.php, variable JDatabase::$_nameQuote
Quote for named objects
- $_nameQuote
- in file mysql.php, variable JDatabaseMySQL::$_nameQuote
Quote for named objects
- $_nameQuote
- in file mysqli.php, variable JDatabaseMySQLi::$_nameQuote
Quote for named objects
- $_nullDate
- in file mysqli.php, variable JDatabaseMySQLi::$_nullDate
The null/zero date string
- $_nullDate
- in file database.php, variable JDatabase::$_nullDate
The null/zero date string
- $_nullDate
- in file mysql.php, variable JDatabaseMySQL::$_nullDate
The null/zero date string
- $_offset
- in file database.php, variable JDatabase::$_offset
The for offset for the limit
- $_order
- in file query.php, variable JQuery::$_order
- $_quoted
- in file database.php, variable JDatabase::$_quoted
The fields that are to be quote
- $_select
- in file query.php, variable JQuery::$_select
- $_sql
- in file database.php, variable JDatabase::$_sql
The query sql string
- $_table_prefix
- in file database.php, variable JDatabase::$_table_prefix
The prefix used on all database tables
- $_ticker
- in file database.php, variable JDatabase::$_ticker
The number of queries performed by the object instance
- $_type
- in file query.php, variable JQuery::$_type
- $_utf
- in file database.php, variable JDatabase::$_utf
UTF-8 support
- $_where
- in file query.php, variable JQuery::$_where
- _getNode
- in file tablenested.php, method JTableNested::_getNode()
Method to get nested set properties for a node in the tree.
- _getTreeRepositionData
- in file tablenested.php, method JTableNested::_getTreeRepositionData()
Method to get various data necessary to make room in the tree at a location for a node and its children. The returned data object includes conditions for SQL WHERE clauses for updating left and right id values to make room for the node as well as the new left and right ids for the node.
- _logtable
- in file tablenested.php, method JTableNested::_logtable()
- __construct
- in file viewlevels.php, method JTableViewlevels::__construct()
Constructor
- __construct
- in file asset.php, method JTableAsset::__construct()
- __construct
- in file usergroup.php, method JTableUsergroup::__construct()
Constructor
- __construct
- in file mysqli.php, method JDatabaseMySQLi::__construct()
Database object constructor
- __construct
- in file mysql.php, method JDatabaseMySQL::__construct()
Database object constructor
- __construct
- in file database.php, method JDatabase::__construct()
Database object constructor
- __construct
- in file query.php, method JQueryElement::__construct()
Constructor.
- __destruct
- in file mysql.php, method JDatabaseMySQL::__destruct()
Database object destructor
- __destruct
- in file database.php, method JDatabase::__destruct()
Database object destructor
- __destruct
- in file mysqli.php, method JDatabaseMySQLi::__destruct()
Database object destructor
- __toString
- in file query.php, method JQuery::__toString()
- __toString
- in file query.php, method JQueryElement::__toString()
- $_buffer
- in file document.php, variable JDocument::$_buffer
Array of buffered output
- $_charset
- in file document.php, variable JDocument::$_charset
Contains the character encoding string
- $_custom
- in file html.php, variable JDocumentHTML::$_custom
Array of custom tags
- $_doc
- in file renderer.php, variable JDocumentRenderer::$_doc
reference to the JDocument object that instantiated the renderer
- $_engine
- in file document.php, variable JDocument::$_engine
The rendering engine
- $_error
- in file error.php, variable JDocumentError::$_error
Error Object
- $_file
- in file html.php, variable JDocumentHTML::$_file
- $_generator
- in file document.php, variable JDocument::$_generator
Document generator
- $_lineEnd
- in file document.php, variable JDocument::$_lineEnd
Contains the line end string
- $_links
- in file html.php, variable JDocumentHTML::$_links
Array of Header <link> tags
- $_mdate
- in file document.php, variable JDocument::$_mdate
Document modified date
- $_metaTags
- in file document.php, variable JDocument::$_metaTags
Array of meta tags
- $_mime
- in file atom.php, variable JDocumentRendererAtom::$_mime
Document mime type
- $_mime
- in file document.php, variable JDocument::$_mime
Document mime type
- $_mime
- in file renderer.php, variable JDocumentRenderer::$_mime
Renderer mime type
- $_mime
- in file rss.php, variable JDocumentRendererRSS::$_mime
Renderer mime type
- $_name
- in file xml.php, variable JDocumentXML::$_name
Document name
- $_name
- in file json.php, variable JDocumentJSON::$_name
Document name
- $_namespace
- in file document.php, variable JDocument::$_namespace
Document namespace
- $_profile
- in file document.php, variable JDocument::$_profile
Document profile
- $_script
- in file document.php, variable JDocument::$_script
Array of scripts placed in the header
- $_scripts
- in file document.php, variable JDocument::$_scripts
Array of linked scripts
- $_style
- in file document.php, variable JDocument::$_style
Array of included style declarations
- $_styleSheets
- in file document.php, variable JDocument::$_styleSheets
Array of linked style sheets
- $_tab
- in file document.php, variable JDocument::$_tab
Tab string
- $_template
- in file html.php, variable JDocumentHTML::$_template
String holding parsed template
- $_template_tags
- in file html.php, variable JDocumentHTML::$_template_tags
Array of parsed template JDoc tags
- $_type
- in file document.php, variable JDocument::$_type
The document type
- _fetchTemplate
- in file html.php, method JDocumentHTML::_fetchTemplate()
Fetch the template, and initialize the params
- _getLineEnd
- in file document.php, method JDocument::_getLineEnd()
Returns the lineEnd
- _getTab
- in file document.php, method JDocument::_getTab()
Returns a string containing the unit for indenting HTML
- _loadTemplate
- in file html.php, method JDocumentHTML::_loadTemplate()
Load a template file
- _loadTemplate
- in file error.php, method JDocumentError::_loadTemplate()
Load a template file
- _parseTemplate
- in file html.php, method JDocumentHTML::_parseTemplate()
Parse a document template
- _relToAbs
- in file rss.php, method JDocumentRendererRSS::_relToAbs()
Convert links in a text from relative to absolute
- _renderTemplate
- in file html.php, method JDocumentHTML::_renderTemplate()
Render pre-parsed template
- __construct
- in file xml.php, method JDocumentXML::__construct()
Class constructor
- __construct
- in file renderer.php, method JDocumentRenderer::__construct()
Class constructor
- __construct
- in file error.php, method JDocumentError::__construct()
Class constructor
- __construct
- in file document.php, method JDocument::__construct()
Class constructor
- __construct
- in file feed.php, method JDocumentFeed::__construct()
Class constructor
- __construct
- in file html.php, method JDocumentHTML::__construct()
Class constructor
- __construct
- in file json.php, method JDocumentJSON::__construct()
Class constructor
- __construct
- in file raw.php, method JDocumentRAW::__construct()
Class constructore
- $_accept
- in file browser.php, variable JBrowser::$_accept
- $_agent
- in file browser.php, variable JBrowser::$_agent
- $_browser
- in file browser.php, variable JBrowser::$_browser
- $_features
- in file browser.php, variable JBrowser::$_features
- $_fragment
- in file uri.php, variable JURI::$_fragment
- $_host
- in file uri.php, variable JURI::$_host
- $_images
- in file browser.php, variable JBrowser::$_images
List of viewable image MIME subtypes.
- $_lowerAgent
- in file browser.php, variable JBrowser::$_lowerAgent
- $_majorVersion
- in file browser.php, variable JBrowser::$_majorVersion
- $_minorVersion
- in file browser.php, variable JBrowser::$_minorVersion
- $_mobile
- in file browser.php, variable JBrowser::$_mobile
- $_pass
- in file uri.php, variable JURI::$_pass
- $_path
- in file uri.php, variable JURI::$_path
- $_platform
- in file browser.php, variable JBrowser::$_platform
- $_port
- in file uri.php, variable JURI::$_port
- $_query
- in file uri.php, variable JURI::$_query
- $_quirks
- in file browser.php, variable JBrowser::$_quirks
- $_robots
- in file browser.php, variable JBrowser::$_robots
- $_scheme
- in file uri.php, variable JURI::$_scheme
- $_uri
- in file uri.php, variable JURI::$_uri
- $_user
- in file uri.php, variable JURI::$_user
- $_vars
- in file uri.php, variable JURI::$_vars
- _cleanArray
- in file request.php, method JRequest::_cleanArray()
Adds an array to the GLOBALS array and checks that the GLOBALS variable is not being attacked.
- _cleanPath
- in file uri.php, method JURI::_cleanPath()
Resolves //, ../ and ./ from a path and returns the result. Eg:
- _cleanVar
- in file request.php, method JRequest::_cleanVar()
Clean up an input variable.
- _clientEncoding
- in file response.php, method JResponse::_clientEncoding()
check, whether client supports compressed data
- _compress
- in file response.php, method JResponse::_compress()
Compress the data
- _setPlatform
- in file browser.php, method JBrowser::_setPlatform()
Match the platform of the browser.
- _stripSlashesRecursive
- in file request.php, method JRequest::_stripSlashesRecursive()
Strips slashes recursively on an array.
- __construct
- in file browser.php, method JBrowser::__construct()
Create a browser instance (constructor).
- __construct
- in file uri.php, method JURI::__construct()
Constructor.
- __toString
- in file uri.php, method JURI::__toString()
Magic method to get the string representation of the URI object.
- $_buffer
- in file profiler.php, variable JProfiler::$_buffer
The buffer of profiling messages.
- $_file
- in file log.php, variable JLog::$_file
Log File Pointer
- $_format
- in file log.php, variable JLog::$_format
Log Format
- $_iswin
- in file profiler.php, variable JProfiler::$_iswin
Boolean if the OS is Windows.
- $_path
- in file log.php, variable JLog::$_path
Log File Path
- $_prefix
- in file profiler.php, variable JProfiler::$_prefix
The prefix to use in the output
- $_previous_mem
- in file profiler.php, variable JProfiler::$_previous_mem
- $_previous_time
- in file profiler.php, variable JProfiler::$_previous_time
- $_start
- in file profiler.php, variable JProfiler::$_start
The start time.
- _closeLog
- in file log.php, method JLog::_closeLog()
Close the log file pointer
- _openLog
- in file log.php, method JLog::_openLog()
Open the log file pointer and create the file if it doesn't exist
- __construct
- in file profiler.php, method JProfiler::__construct()
Constructor
- __construct
- in file log.php, method JLog::__construct()
Constructor
- __construct
- in file exception.php, method JException::__construct()
Constructor - used to set up the error with all needed error details.
- $_ctrlDirEnd
- in file zip.php, variable JArchiveZip::$_ctrlDirEnd
End of central directory record.
- $_ctrlDirHeader
- in file zip.php, variable JArchiveZip::$_ctrlDirHeader
Beginning of central directory record.
- $_data
- in file bzip2.php, variable JArchiveBzip2::$_data
Bzip2 file data buffer
- $_data
- in file gzip.php, variable JArchiveGzip::$_data
Gzip file data buffer
- $_data
- in file tar.php, variable JArchiveTar::$_data
Tar file data buffer
- $_data
- in file zip.php, variable JArchiveZip::$_data
ZIP file data buffer
- $_fileHeader
- in file zip.php, variable JArchiveZip::$_fileHeader
Beginning of file contents.
- $_flags
- in file tar.php, variable JArchiveTar::$_flags
Tar file flags.
- $_flags
- in file gzip.php, variable JArchiveGzip::$_flags
Gzip file flags.
- $_metadata
- in file zip.php, variable JArchiveZip::$_metadata
ZIP file metadata array
- $_metadata
- in file tar.php, variable JArchiveTar::$_metadata
Tar file metadata array
- $_methods
- in file zip.php, variable JArchiveZip::$_methods
ZIP compression methods.
- $_types
- in file tar.php, variable JArchiveTar::$_types
Tar file types.
- _addToZIPFile
- in file zip.php, method JArchiveZip::_addToZIPFile()
Adds a "file" to the ZIP archive.
- _createZIPFile
- in file zip.php, method JArchiveZip::_createZIPFile()
Creates the ZIP file.
- _extract
- in file zip.php, method JArchiveZip::_extract()
Extract a ZIP compressed file to a given path using a php based algorithm that only requires zlib support
- _extractNative
- in file zip.php, method JArchiveZip::_extractNative()
Extract a ZIP compressed file to a given path using native php api calls for speed
- _getFileData
- in file zip.php, method JArchiveZip::_getFileData()
Returns the file data for a file by offsest in the ZIP archive
- _getFilePosition
- in file gzip.php, method JArchiveGzip::_getFilePosition()
Get file data offset for archive
- _getZipInfo
- in file zip.php, method JArchiveZip::_getZipInfo()
Get the list of files/data from a ZIP archive buffer.
- _unix2DOSTime
- in file zip.php, method JArchiveZip::_unix2DOSTime()
Converts a UNIX timestamp to a 4-byte DOS date and time format (date in high 2-bytes, time in low 2-bytes allowing magnitude comparison).
- __construct
- in file bzip2.php, method JArchiveBzip2::__construct()
Constructor tries to load the bz2 extension of not loaded
- _ampReplaceCallback
- in file filteroutput.php, method JFilterOutput::_ampReplaceCallback()
Callback method for replacing & with & in a string
- _cleanAttributes
- in file filterinput.php, method JFilterInput::_cleanAttributes()
Internal method to strip a tag of certain attributes
- _cleanTags
- in file filterinput.php, method JFilterInput::_cleanTags()
Internal method to strip a string of certain tags
- _decode
- in file filterinput.php, method JFilterInput::_decode()
Try to convert to plaintext
- _remove
- in file filterinput.php, method JFilterInput::_remove()
Internal method to iteratively remove all unwanted tags and attributes
- __construct
- in file filterinput.php, method JFilterInput::__construct()
Constructor for inputFilter class. Only first parameter is required.
- $_form
- in file formfield.php, variable JFormField::$_form
A reference to the form object that the field belongs to.
- $_modifiers
- in file formrule.php, variable JFormRule::$_modifiers
The regular expression modifiers.
- $_modifiers
- in file boolean.php, variable JFormRuleBoolean::$_modifiers
The regular expression modifiers.
- $_name
- in file componentlayouts.php, variable JFormFieldComponentLayouts::$_name
- $_name
- in file modulelayouts.php, variable JFormFieldModuleLayouts::$_name
- $_regex
- in file email.php, variable JFormRuleEmail::$_regex
The regular expression.
- $_regex
- in file boolean.php, variable JFormRuleBoolean::$_regex
The regular expression.
- $_regex
- in file formrule.php, variable JFormRule::$_regex
The regular expression.
- _getInput
- in file list.php, method JFormFieldList::_getInput()
Method to get the field input.
- _getInput
- in file formfield.php, method JFormField::_getInput()
Method to get the field input.
- _getInput
- in file templates.php, method JFormFieldTemplates::_getInput()
Method to get the field input.
- _getInput
- in file radio.php, method JFormFieldRadio::_getInput()
Method to get the field input.
- _getInput
- in file rules.php, method JFormFieldRules::_getInput()
Method to get the field input.
- _getInput
- in file calendar.php, method JFormFieldCalendar::_getInput()
Method to get the field input.
- _getInput
- in file spacer.php, method JFormFieldSpacer::_getInput()
Method to get the field input.
- _getInput
- in file text.php, method JFormFieldText::_getInput()
Method to get the field input.
- _getInput
- in file file.php, method JFormFieldFile::_getInput()
Method to get the field input.
- _getInput
- in file media.php, method JFormFieldMedia::_getInput()
Method to get the field input.
- _getInput
- in file combo.php, method JFormFieldCombo::_getInput()
Method to get the field input.
- _getInput
- in file password.php, method JFormFieldPassword::_getInput()
Method to get the field input.
- _getInput
- in file editor.php, method JFormFieldEditor::_getInput()
Method to get the field input.
- _getInput
- in file checkbox.php, method JFormFieldCheckbox::_getInput()
Method to get the field input.
- _getInput
- in file textarea.php, method JFormFieldTextarea::_getInput()
Method to get the field input.
- _getInput
- in file hidden.php, method JFormFieldHidden::_getInput()
Method to get the field input.
- _getInputId
- in file formfield.php, method JFormField::_getInputId()
Method to get the id of the input field.
- _getInputName
- in file formfield.php, method JFormField::_getInputName()
Method to get the name of the input field.
- _getLabel
- in file formfield.php, method JFormField::_getLabel()
Method to get the field label.
- _getOptions
- in file usergroups.php, method JFormFieldUserGroups::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file timezones.php, method JFormFieldTimezones::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file modulelayouts.php, method JFormFieldModuleLayouts::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file sessionhandlers.php, method JFormFieldSessionHandlers::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file integers.php, method JFormFieldIntegers::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file categories.php, method JFormFieldCategories::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file editors.php, method JFormFieldEditors::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file contentlanguages.php, method JFormFieldContentLanguages::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file componentlayouts.php, method JFormFieldComponentLayouts::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file cachehandlers.php, method JFormFieldCacheHandlers::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file accesslevels.php, method JFormFieldAccessLevels::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file helpsites.php, method JFormFieldHelpsites::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file languages.php, method JFormFieldLanguages::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file list.php, method JFormFieldList::_getOptions()
Method to get a list of options for a list input.
- _getOptions
- in file combo.php, method JFormFieldCombo::_getOptions()
Method to get a list of options for a combo input.
- _getSelected
- in file templates.php, method JFormFieldTemplates::_getSelected()
- _getUserGroups
- in file rules.php, method JFormFieldRules::_getUserGroups()
- __construct
- in file formfield.php, method JFormField::__construct()
Method to instantiate the form field.
- $_data
- in file form.php, variable JForm::$_data
Form data containing field values.
- $_fieldsets
- in file form.php, variable JForm::$_fieldsets
An array of options for form groups.
- $_groups
- in file form.php, variable JForm::$_groups
Form groups containing field objects.
- $_name
- in file form.php, variable JForm::$_name
The form name.
- $_options
- in file form.php, variable JForm::$_options
Form options.
- _isValid
- in file formvalidator.php, method JFormValidator::_isValid()
Method to test if a value is valid for a field.
- __construct
- in file form.php, method JForm::__construct()
Method to construct the object on instantiation.
- $_bar
- in file toolbar.php, variable JToolBar::$_bar
Toolbar array
- $_buttonPath
- in file toolbar.php, variable JToolBar::$_buttonPath
Directories, where button types can be stored.
- $_buttons
- in file toolbar.php, variable JToolBar::$_buttons
Loaded buttons
- $_editor
- in file editor.php, variable JEditor::$_editor
Editor Plugin object
- $_name
- in file button.php, variable JButton::$_name
element name
- $_name
- in file standard.php, variable JButtonStandard::$_name
Button type
- $_name
- in file help.php, variable JButtonHelp::$_name
Button type
- $_name
- in file popup.php, variable JButtonPopup::$_name
Button type
- $_name
- in file separator.php, variable JButtonSeparator::$_name
Button type
- $_name
- in file editor.php, variable JEditor::$_name
Editor Plugin name
- $_name
- in file toolbar.php, variable JToolBar::$_name
Toolbar name
- $_name
- in file confirm.php, variable JButtonConfirm::$_name
Button type
- $_name
- in file custom.php, variable JButtonCustom::$_name
Button type
- $_name
- in file link.php, variable JButtonLink::$_name
Button type
- $_optionDefaults
- in file select.php, variable JHtmlSelect::$_optionDefaults
Default values for options. Organized by option group.
- $_parent
- in file button.php, variable JButton::$_parent
reference to the object that instantiated the element
- $_viewall
- in file pagination.php, variable JPagination::$_viewall
View all flag
- _
- in file html.php, method JHtml::_()
Class loader method
- _buildDataObject
- in file pagination.php, method JPagination::_buildDataObject()
Create and return the pagination data object.
- _calendartranslation
- in file behavior.php, method JHtmlBehavior::_calendartranslation()
Internal method to translate the JavaScript Calendar
- _checkedOut
- in file grid.php, method JHtmlGrid::_checkedOut()
- _convertEncoding
- in file email.php, method JHtmlEmail::_convertEncoding()
- _getCommand
- in file standard.php, method JButtonStandard::_getCommand()
Get the JavaScript command for the button
- _getCommand
- in file popup.php, method JButtonPopup::_getCommand()
Get the JavaScript command for the button
- _getCommand
- in file help.php, method JButtonHelp::_getCommand()
Get the JavaScript command for the button
- _getCommand
- in file link.php, method JButtonLink::_getCommand()
Get the JavaScript command for the button
- _getCommand
- in file confirm.php, method JButtonConfirm::_getCommand()
Get the JavaScript command for the button
- _getImagesArray
- in file rules.php, method JHtmlRules::_getImagesArray()
- _getJSObject
- in file behavior.php, method JHtmlBehavior::_getJSObject()
Internal method to get a JavaScript object notation string from an array
- _getParentAssetId
- in file rules.php, method JHtmlRules::_getParentAssetId()
- _getUserGroups
- in file rules.php, method JHtmlRules::_getUserGroups()
- _item_active
- in file pagination.php, method JPagination::_item_active()
- _item_inactive
- in file pagination.php, method JPagination::_item_inactive()
- _list_footer
- in file pagination.php, method JPagination::_list_footer()
- _list_render
- in file pagination.php, method JPagination::_list_render()
- _loadBehavior
- in file pane.php, method JPaneTabs::_loadBehavior()
Load the javascript behavior and attach it to the document.
- _loadBehavior
- in file pane.php, method JPane::_loadBehavior()
Load the javascript behavior and attach it to the document.
- _loadBehavior
- in file rules.php, method JHtmlRules::_loadBehavior()
- _loadBehavior
- in file pane.php, method JPaneSliders::_loadBehavior()
Load the javascript behavior and attach it to the document.
- _loadEditor
- in file editor.php, method JEditor::_loadEditor()
Load the editor
- __construct
- in file editor.php, method JEditor::__construct()
constructor
- __construct
- in file toolbar.php, method JToolBar::__construct()
Constructor
- __construct
- in file button.php, method JButton::__construct()
Constructor
- __construct
- in file pagination.php, method JPaginationObject::__construct()
- __construct
- in file pane.php, method JPaneTabs::__construct()
Constructor.
- __construct
- in file pane.php, method JPaneSliders::__construct()
Constructor.
- __construct
- in file pagination.php, method JPagination::__construct()
Constructor.
- $_core
- in file language.php, variable JInstallerLanguage::$_core
Core language pack flag
- $_overwrite
- in file installer.php, variable JInstaller::$_overwrite
True if existing files can be overwritten
- $_paths
- in file installer.php, variable JInstaller::$_paths
Array of paths needed by the installer
- $_stepStack
- in file installer.php, variable JInstaller::$_stepStack
Stack of installation steps
- $_upgrade
- in file installer.php, variable JInstaller::$_upgrade
True if packakge is an upgrade
- _buildAdminMenus
- in file component.php, method JInstallerComponent::_buildAdminMenus()
Method to build menu database entries for a component
- _getExtensionID
- in file package.php, method JInstallerPackage::_getExtensionID()
- _install
- in file language.php, method JInstallerLanguage::_install()
Install function that is designed to handle individual clients
- _removeAdminMenus
- in file component.php, method JInstallerComponent::_removeAdminMenus()
Method to remove admin menu references to a component
- _rollback_menu
- in file module.php, method JInstallerModule::_rollback_menu()
Custom rollback method
- _rollback_menu
- in file component.php, method JInstallerComponent::_rollback_menu()
Custom rollback method - Roll back the component menu item
- _rollback_module
- in file module.php, method JInstallerModule::_rollback_module()
Custom rollback method - Roll back the module item
- __construct
- in file packagemanifest.php, method JPackageManifest::__construct()
- __construct
- in file librarymanifest.php, method JLibraryManifest::__construct()
- __construct
- in file extension.php, method JExtension::__construct()
- __construct
- in file installer.php, method JInstaller::__construct()
Constructor
- $_counter
- in file language.php, variable JLanguage::$_counter
Counter for number of loads
- $_debug
- in file language.php, variable JLanguage::$_debug
Debug language, If true, highlights if string isn't found
- $_default
- in file language.php, variable JLanguage::$_default
The default language
- $_lang
- in file language.php, variable JLanguage::$_lang
The language to load
- $_metadata
- in file language.php, variable JLanguage::$_metadata
Array holding the language metadata
- $_orphans
- in file language.php, variable JLanguage::$_orphans
An array of orphaned text
- $_override
- in file language.php, variable JLanguage::$_override
An array used to store overrides
- $_paths
- in file language.php, variable JLanguage::$_paths
List of language files that have been loaded
- $_strings
- in file language.php, variable JLanguage::$_strings
Translations
- $_transliterator
- in file language.php, variable JLanguage::$_transliterator
Name of the transliterator function for this language
- $_used
- in file language.php, variable JLanguage::$_used
An array of used text, used during debugging
- _
- in file language.php, method JLanguage::_()
Translate function, mimics the php gettext (alias _) function
- _
- in file methods.php, method JText::_()
Translates a string into the current language.
- _getCallerInfo
- in file language.php, method JLanguage::_getCallerInfo()
Determine who called JLanguage or JText
- _load
- in file language.php, method JLanguage::_load()
Loads a language file
- _parseLanguageFiles
- in file language.php, method JLanguage::_parseLanguageFiles()
Searches for language directories within a certain base dir
- _parseXMLLanguageFile
- in file language.php, method JLanguage::_parseXMLLanguageFile()
Parse XML file for language information
- _parseXMLLanguageFiles
- in file language.php, method JLanguage::_parseXMLLanguageFiles()
Parses XML files for language information
- __construct
- in file language.php, method JLanguage::__construct()
Constructor activating the default information of the language
- __construct
- in file mail.php, method JMail::__construct()
Constructor
- $_elementPath
- in file parameter.php, variable JParameter::$_elementPath
directories, where element types can be stored
- $_elements
- in file parameter.php, variable JParameter::$_elements
loaded elements
- $_name
- in file modulelayouts.php, variable JElementModuleLayouts::$_name
- $_name
- in file menuitem.php, variable JElementMenuItem::$_name
Element name
- $_name
- in file menu.php, variable JElementMenu::$_name
Element name
- $_name
- in file languages.php, variable JElementLanguages::$_name
Element name
- $_name
- in file assetgroups.php, variable JElementAssetGroups::$_name
Element name
- $_name
- in file password.php, variable JElementPassword::$_name
Element name
- $_name
- in file radio.php, variable JElementRadio::$_name
Element name
- $_name
- in file timezones.php, variable JElementTimezones::$_name
Element name
- $_name
- in file usergroup.php, variable JElementUserGroup::$_name
Element name
- $_name
- in file textarea.php, variable JElementTextarea::$_name
Element name
- $_name
- in file text.php, variable JElementText::$_name
Element name
- $_name
- in file spacer.php, variable JElementSpacer::$_name
Element name
- $_name
- in file sql.php, variable JElementSQL::$_name
Element name
- $_name
- in file imagelist.php, variable JElementImageList::$_name
Element name
- $_name
- in file list.php, variable JElementList::$_name
Element type
- $_name
- in file componentlayouts.php, variable JElementComponentLayouts::$_name
- $_name
- in file element.php, variable JElement::$_name
element name
- $_name
- in file hidden.php, variable JElementHidden::$_name
Element name
- $_name
- in file contentlanguages.php, variable JElementContentLanguages::$_name
Element name
- $_name
- in file editors.php, variable JElementEditors::$_name
Element name
- $_name
- in file category.php, variable JElementCategory::$_name
Element name
- $_name
- in file helpsites.php, variable JElementHelpsites::$_name
Element name
- $_name
- in file calendar.php, variable JElementCalendar::$_name
Element name
- $_name
- in file folderlist.php, variable JElementFolderlist::$_name
Element name
- $_name
- in file filelist.php, variable JElementFilelist::$_name
Element name
- $_parent
- in file element.php, variable JElement::$_parent
reference to the object that instantiated the element
- $_raw
- in file parameter.php, variable JParameter::$_raw
The raw params string
- $_xml
- in file parameter.php, variable JParameter::$_xml
The xml params element
- _getOptions
- in file list.php, method JElementList::_getOptions()
Get the options for the element
- _getOptions
- in file assetgroups.php, method JElementAssetGroups::_getOptions()
Get the options for the element
- _getOptions
- in file modulelayouts.php, method JElementModuleLayouts::_getOptions()
Get the options for the list.
- _getOptions
- in file componentlayouts.php, method JElementComponentLayouts::_getOptions()
Get the options for the list.
- _getOptions
- in file contentlanguages.php, method JElementContentLanguages::_getOptions()
Get the options for the element
- __construct
- in file parameter.php, method JParameter::__construct()
Constructor
- __construct
- in file element.php, method JElement::__construct()
Constructor
- $_name
- in file plugin.php, variable JPlugin::$_name
The name of the plugin
- $_type
- in file plugin.php, variable JPlugin::$_type
The plugin type
- _import
- in file helper.php, method JPluginHelper::_import()
Loads the plugin file
- _load
- in file helper.php, method JPluginHelper::_load()
Loads the published plugins
- __construct
- in file plugin.php, method JPlugin::__construct()
Constructor
- $_defaultNameSpace
- in file registry.php, variable JRegistry::$_defaultNameSpace
Default NameSpace
- $_registry
- in file registry.php, variable JRegistry::$_registry
Registry Object - actually an array of namespace objects
- _buildXMLstringLevel
- in file xml.php, method JRegistryFormatXML::_buildXMLstringLevel()
Method to build a level of the XML string -- called recursively
- _getArrayString
- in file php.php, method JRegistryFormatPHP::_getArrayString()
- __clone
- in file registry.php, method JRegistry::__clone()
Magic function to clone the registry object.
- __construct
- in file registry.php, method JRegistry::__construct()
Constructor
- __toString
- in file registry.php, method JRegistry::__toString()
Magic function to render this object as a string using default args of toString method.
- $_compress
- in file memcache.php, variable JSessionStorageMemcache::$_compress
Use compression?
- $_data
- in file database.php, variable JSessionStorageDatabase::$_data
- $_db
- in file memcache.php, variable JSessionStorageMemcache::$_db
Resource for the current memcached connection.
- $_expire
- in file session.php, variable JSession::$_expire
Maximum age of unused session
- $_force_ssl
- in file session.php, variable JSession::$_force_ssl
Force cookies to be SSL only
- $_persistent
- in file memcache.php, variable JSessionStorageMemcache::$_persistent
Use persistent connections
- $_security
- in file session.php, variable JSession::$_security
security policy
- $_state
- in file session.php, variable JSession::$_state
internal state
- $_store
- in file session.php, variable JSession::$_store
The session store object
- _createId
- in file session.php, method JSession::_createId()
Create a session id
- _createToken
- in file session.php, method JSession::_createToken()
Create a token-string
- _setCookieParams
- in file session.php, method JSession::_setCookieParams()
Set session cookie parameters
- _setCounter
- in file session.php, method JSession::_setCounter()
Set counter of session usage
- _setExpire
- in file memcache.php, method JSessionStorageMemcache::_setExpire()
Set expire time on each call since memcache sets it on cache creation.
- _setOptions
- in file session.php, method JSession::_setOptions()
set additional session options
- _setTimers
- in file session.php, method JSession::_setTimers()
Set the session timers
- _start
- in file session.php, method JSession::_start()
Start a session
- _validate
- in file session.php, method JSession::_validate()
Do some checks for security reason
- __construct
- in file storage.php, method JSessionStorage::__construct()
Constructor
- __construct
- in file apc.php, method JSessionStorageApc::__construct()
Constructor
- __construct
- in file session.php, method JSession::__construct()
Constructor
- __construct
- in file eaccelerator.php, method JSessionStorageEaccelerator::__construct()
Constructor
- __construct
- in file memcache.php, method JSessionStorageMemcache::__construct()
Constructor
- __destruct
- in file session.php, method JSession::__destruct()
Session object destructor
- $_db
- in file table.php, variable JTable::$_db
JDatabase connector object.
- $_locked
- in file table.php, variable JTable::$_locked
Indicator that the tables have been locked.
- $_rules
- in file table.php, variable JTable::$_rules
The rules associated with this record.
- $_tbl
- in file table.php, variable JTable::$_tbl
Name of the database table to model.
- $_tbl_key
- in file table.php, variable JTable::$_tbl_key
Name of the primary key field in the table.
- $_trackAssets
- in file table.php, variable JTable::$_trackAssets
Should rows be tracked as ACL assets?
- _getAssetName
- in file table.php, method JTable::_getAssetName()
Method to compute the default name of the asset.
- _getAssetName
- in file content.php, method JTableContent::_getAssetName()
Method to compute the default name of the asset.
- _getAssetName
- in file category.php, method JTableCategory::_getAssetName()
Method to compute the default name of the asset.
- _getAssetParentId
- in file table.php, method JTable::_getAssetParentId()
Method to get the parent asset under which to register this one.
- _getAssetParentId
- in file content.php, method JTableContent::_getAssetParentId()
Get the parent asset id for the record
- _getAssetParentId
- in file category.php, method JTableCategory::_getAssetParentId()
Get the parent asset id for the record
- _getAssetTitle
- in file category.php, method JTableCategory::_getAssetTitle()
Method to return the title to use for the asset table.
- _getAssetTitle
- in file content.php, method JTableContent::_getAssetTitle()
Method to return the title to use for the asset table.
- _getAssetTitle
- in file table.php, method JTable::_getAssetTitle()
Method to return the title to use for the asset table. In
- _lock
- in file table.php, method JTable::_lock()
Method to lock the database table for writing.
- _unlock
- in file table.php, method JTable::_unlock()
Method to unlock the database table for writing.
- __construct
- in file user.php, method JTableUser::__construct()
- __construct
- in file update.php, method JTableUpdate::__construct()
Contructor
- __construct
- in file table.php, method JTable::__construct()
Object constructor to set table and key fields. In most cases this will be overridden by child classes to explicitly set the table and key fields for a particular database table.
- __construct
- in file session.php, method JTableSession::__construct()
Constructor
- __construct
- in file content.php, method JTableContent::__construct()
- __construct
- in file component.php, method JTableComponent::__construct()
- __construct
- in file extension.php, method JTableExtension::__construct()
Contructor
- __construct
- in file menu.php, method JTableMenu::__construct()
Constructor
- __construct
- in file module.php, method JTableModule::__construct()
Contructore
- __construct
- in file menutype.php, method JTableMenuType::__construct()
Constructor
- __construct
- in file category.php, method JTableCategory::__construct()
- $_stack
- in file update.php, variable JUpdate::$_stack
- $_state_store
- in file update.php, variable JUpdate::$_state_store
- $_xml_parser
- in file update.php, variable JUpdate::$_xml_parser
- _characterData
- in file update.php, method JUpdate::_characterData()
Character Parser Function
- _endElement
- in file update.php, method JUpdate::_endElement()
Callback for closing the element
- _getLastTag
- in file update.php, method JUpdate::_getLastTag()
Get the last position in stack count
- _getStackLocation
- in file update.php, method JUpdate::_getStackLocation()
Gets the reference to the current direct parent
- _startElement
- in file update.php, method JUpdate::_startElement()
XML Start Element callback
- __construct
- in file updater.php, method JUpdater::__construct()
Constructor
- $_authActions
- in file user.php, variable JUser::$_authActions
Authorised access actions
- $_authLevels
- in file user.php, variable JUser::$_authLevels
Authorised access levels
- $_errorMsg
- in file user.php, variable JUser::$_errorMsg
Error message
- $_params
- in file user.php, variable JUser::$_params
User parameters
- _bin
- in file helper.php, method JUserHelper::_bin()
Converts hexadecimal string to binary data.
- _toAPRMD5
- in file helper.php, method JUserHelper::_toAPRMD5()
Converts to allowed 64 characters for APRMD5 passwords.
- __construct
- in file user.php, method JUser::__construct()
Constructor activating the default information of the language
- __construct
- in file authentication.php, method JAuthentication::__construct()
Constructor
- __construct
- in file authentication.php, method JAuthenticationResponse::__construct()
Constructor
- $_attributes
- in file simplexml.php, variable JSimpleXMLElement::$_attributes
Array with the attributes of this XML element
- $_buffers
- in file buffer.php, variable JBuffer::$_buffers
Buffer hash
- $_children
- in file simplexml.php, variable JSimpleXMLElement::$_children
Array of references to the objects of all direct children of this XML object
- $_data
- in file simplexml.php, variable JSimpleXMLElement::$_data
The data the element contains
- $_date
- in file date.php, variable JDate::$_date
Unix timestamp
- $_key
- in file simplecrypt.php, variable JSimpleCrypt::$_key
Encryption/Decryption Key
- $_level
- in file simplexml.php, variable JSimpleXMLElement::$_level
The level of this XML element
- $_name
- in file simplexml.php, variable JSimpleXMLElement::$_name
The name of the element
- $_offset
- in file date.php, variable JDate::$_offset
Time offset (in seconds)
- $_parser
- in file simplexml.php, variable JSimpleXML::$_parser
The XML parser
- $_stack
- in file simplexml.php, variable JSimpleXML::$_stack
Current object depth
- $_xml
- in file simplexml.php, variable JSimpleXML::$_xml
The XML document
- _characterData
- in file simplexml.php, method JSimpleXML::_characterData()
Handler function for the character data within a tag
- _charToInt
- in file simplecrypt.php, method JSimpleCrypt::_charToInt()
- _dayToString
- in file date.php, method JDate::_dayToString()
Translates day of week number to string
- _endElement
- in file simplexml.php, method JSimpleXML::_endElement()
Handler function for the end of a tag
- _getStackLocation
- in file simplexml.php, method JSimpleXML::_getStackLocation()
Gets the reference to the current direct parent
- _handleError
- in file simplexml.php, method JSimpleXML::_handleError()
Handles an XML parsing error
- _hexToInt
- in file simplecrypt.php, method JSimpleCrypt::_hexToInt()
- _hexToIntArray
- in file simplecrypt.php, method JSimpleCrypt::_hexToIntArray()
- _intToHex
- in file simplecrypt.php, method JSimpleCrypt::_intToHex()
- _monthToString
- in file date.php, method JDate::_monthToString()
Translates month number to string
- _parse
- in file simplexml.php, method JSimpleXML::_parse()
Start parsing an XML document
- _sortObjects
- in file arrayhelper.php, method JArrayHelper::_sortObjects()
Private callback function for sorting an array of objects on a key
- _startElement
- in file simplexml.php, method JSimpleXML::_startElement()
Handler function for the start of a tag
- _strftime
- in file date.php, method JDate::_strftime()
Translates needed strings in for JDate::toFormat (see http://www.php.net/strftime)
- _xorCharString
- in file simplecrypt.php, method JSimpleCrypt::_xorCharString()
- _xorString
- in file simplecrypt.php, method JSimpleCrypt::_xorString()
- __construct
- in file simplexml.php, method JSimpleXMLElement::__construct()
Constructor, sets up all the default values
- __construct
- in file date.php, method JDate::__construct()
Creates a new instance of JDate representing a given date.
- __construct
- in file simplecrypt.php, method JSimpleCrypt::__construct()
Object Constructor takes an optional key to be used for encryption/decryption. If no key is given then the secret word from the configuration object is used.
- __construct
- in file simplexml.php, method JSimpleXML::__construct()
Constructor.
a
- $accepted_charset_encodings
- in file xmlrpcs.php, variable xmlrpc_server::$accepted_charset_encodings
- $accepted_charset_encodings
- in file xmlrpc.php, variable xmlrpc_client::$accepted_charset_encodings
- $accepted_compression
- in file xmlrpcs.php, variable xmlrpc_server::$accepted_compression
List of http compression methods accepted by the server for requests.
- $accepted_compression
- in file xmlrpc.php, variable xmlrpc_client::$accepted_compression
List of http compression methods accepted by the client for responses.
- $acl
- in file factory.php, variable JFactory::$acl
- $additionalElements
- in file feedcreator.php, variable FeedItem::$additionalElements
Any additional elements to include as an assiciated array. All $key => $value pairs
- $additionalElements
- in file feedcreator.php, variable FeedCreator::$additionalElements
Any additional elements to include as an assiciated array. All $key => $value pairs
- $additionalElements
- in file feedcreator.php, variable EnclosureItem::$additionalElements
- $additionalMarkup
- in file feedcreator.php, variable FeedCreator::$additionalMarkup
Any additional markup to include as a string. This can be used in places where $additionalElements isn't sufficient (for example, if you need to add elements with attributes, eg: <element attribute="value" />).
- $additionalMarkup
- in file feedcreator.php, variable FeedItem::$additionalMarkup
Any additional markup to include as a string. This can be used in places where $additionalElements isn't sufficient (for example, if you need to add elements with attributes, eg: <element attribute="value" />).
- $allow_system_funcs
- in file xmlrpcs.php, variable xmlrpc_server::$allow_system_funcs
- $AltBody
- in file phpmailer.php, variable PHPMailer::$AltBody
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
- $application
- in file factory.php, variable JFactory::$application
- $attachment
- in file phpmailer.php, variable PHPMailer::$attachment
- $author
- in file feedcreator.php, variable FeedItem::$author
Optional attributes of an item.
- $authorEmail
- in file feedcreator.php, variable FeedItem::$authorEmail
- $authtype
- in file xmlrpc.php, variable xmlrpc_client::$authtype
- AddAddress
- in file phpmailer.php, method PHPMailer::AddAddress()
Adds a "To" address.
- addArray
- in file xmlrpc.php, method xmlrpcval::addArray()
Add an array of xmlrpcval objects to an xmlrpcval
- AddAttachment
- in file phpmailer.php, method PHPMailer::AddAttachment()
Adds an attachment from a path on the filesystem.
- AddBCC
- in file phpmailer.php, method PHPMailer::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCC
- in file phpmailer.php, method PHPMailer::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCustomHeader
- in file phpmailer.php, method PHPMailer::AddCustomHeader()
Adds a custom header.
- AddEmbeddedImage
- in file phpmailer.php, method PHPMailer::AddEmbeddedImage()
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
- addEnclosure
- in file feedcreator.php, method FeedItem::addEnclosure()
- addItem
- in file feedcreator.php, method FeedCreator::addItem()
Adds an FeedItem to the feed.
- addNameSpace
- in file feedcreator.php, method RSSCreator091::addNameSpace()
- addParam
- in file xmlrpc.php, method xmlrpcmsg::addParam()
Add a parameter to the list of parameters to be used upon method invocation
- AddrAppend
- in file phpmailer.php, method PHPMailer::AddrAppend()
Creates recipient headers.
- AddReplyTo
- in file phpmailer.php, method PHPMailer::AddReplyTo()
Adds a "Reply-to" address.
- AddrFormat
- in file phpmailer.php, method PHPMailer::AddrFormat()
Formats an address correctly.
- addScalar
- in file xmlrpc.php, method xmlrpcval::addScalar()
Add a single php value to an (unitialized) xmlrpcval
- AddStringAttachment
- in file phpmailer.php, method PHPMailer::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list.
- addStruct
- in file xmlrpc.php, method xmlrpcval::addStruct()
Add an array of named xmlrpcval objects to an xmlrpcval
- add_to_map
- in file xmlrpcs.php, method xmlrpc_server::add_to_map()
Add a method to the dispatch map
- alert
- in file fns_tinybrowser.php, function alert()
- arraymem
- in file xmlrpc.php, method xmlrpcval::arraymem()
Returns the m-th member of an xmlrpcval of struct type
- arraysize
- in file xmlrpc.php, method xmlrpcval::arraysize()
Returns the number of users in an xmlrpcval of array type
- AtomCreator03
- in file feedcreator.php, method AtomCreator03::AtomCreator03()
- AtomCreator03
- in file feedcreator.php, class AtomCreator03
AtomCreator03 is a FeedCreator that implements the atom specification, as in http://www.intertwingly.net/wiki/pie/FrontPage.
- AtomCreator10
- in file feedcreator.php, class AtomCreator10
AtomCreator10 is a FeedCreator that implements the atom specification,
- AtomCreator10
- in file feedcreator.php, method AtomCreator10::AtomCreator10()
- AttachAll
- in file phpmailer.php, method PHPMailer::AttachAll()
Attaches all fs, string, and binary attachments to the message.
- Authenticate
- in file smtp.php, method SMTP::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
- Auth_OpenID_arrangeByType
- in file Discover.php, function Auth_OpenID_arrangeByType()
- Auth_OpenID_bestMatchingService
- in file Discover.php, function Auth_OpenID_bestMatchingService()
- Auth_OpenID_discover
- in file Discover.php, function Auth_OpenID_discover()
- Auth_OpenID_discoverURI
- in file Discover.php, function Auth_OpenID_discoverURI()
- Auth_OpenID_discoverWithoutYadis
- in file Discover.php, function Auth_OpenID_discoverWithoutYadis()
- Auth_OpenID_discoverWithYadis
- in file Discover.php, function Auth_OpenID_discoverWithYadis()
- Auth_OpenID_discoverXRI
- in file Discover.php, function Auth_OpenID_discoverXRI()
- Auth_OpenID_findOPLocalIdentifier
- in file Discover.php, function Auth_OpenID_findOPLocalIdentifier()
- Auth_OpenID_getOpenIDTypeURIs
- in file Discover.php, function Auth_OpenID_getOpenIDTypeURIs()
- Auth_OpenID_getOPOrUserServices
- in file Discover.php, function Auth_OpenID_getOPOrUserServices()
- Auth_OpenID_makeOpenIDEndpoints
- in file Discover.php, function Auth_OpenID_makeOpenIDEndpoints()
- Auth_OpenID_PAPE_NS_URI
- in file PAPE.php, constant Auth_OpenID_PAPE_NS_URI
- Auth_OpenID_RP_RETURN_TO_URL_TYPE
- in file Discover.php, constant Auth_OpenID_RP_RETURN_TO_URL_TYPE
- Auth_OpenID_ServiceEndpoint
- in file Discover.php, class Auth_OpenID_ServiceEndpoint
Object representing an OpenID service endpoint.
- Auth_OpenID_ServiceEndpoint
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::Auth_OpenID_ServiceEndpoint()
- Auth_OpenID_TYPE_1_0
- in file Discover.php, constant Auth_OpenID_TYPE_1_0
- Auth_OpenID_TYPE_1_1
- in file Discover.php, constant Auth_OpenID_TYPE_1_1
- Auth_OpenID_TYPE_1_2
- in file Discover.php, constant Auth_OpenID_TYPE_1_2
- Auth_OpenID_TYPE_2_0
- in file Discover.php, constant Auth_OpenID_TYPE_2_0
- Auth_OpenID_TYPE_2_0_IDP
- in file Discover.php, constant Auth_OpenID_TYPE_2_0_IDP
- Auth_OpenID_XMLNS_1_0
- in file Discover.php, constant Auth_OpenID_XMLNS_1_0
- Auth_Yadis_ProxyResolver
- in file XRIRes.php, method Auth_Yadis_ProxyResolver::Auth_Yadis_ProxyResolver()
- Auth_Yadis_ProxyResolver
- in file XRIRes.php, class Auth_Yadis_ProxyResolver
- allow
- in file rules.php, method JRules::allow()
Checks that an action can be performed by an identity.
- allow
- in file rule.php, method JRule::allow()
Checks that this action can be performed by an identity.
- $access
- in file categories.php, variable JCategoryNode::$access
- $alias
- in file categories.php, variable JCategoryNode::$alias
- add
- in file controllerform.php, method JControllerForm::add()
Method to add a new record.
- addChild
- in file categories.php, method JCategoryNode::addChild()
Adds a child to the current element of the Categorytree
- addClientInfo
- in file helper.php, method JApplicationHelper::addClientInfo()
Adds information for a client.
- addHelperPath
- in file view.php, method JView::addHelperPath()
Adds to the stack of helper script paths in LIFO order.
- addIncludePath
- in file model.php, method JModel::addIncludePath()
Add a directory where JModel should search for models. You may either pass a string or an array of directories.
- addItem
- in file pathway.php, method JPathway::addItem()
Create and add an item to the pathway.
- addModelPath
- in file controller.php, method JController::addModelPath()
Adds to the stack of model paths in LIFO order.
- addTablePath
- in file model.php, method JModel::addTablePath()
Adds to the stack of model table paths in LIFO order.
- addTemplatePath
- in file view.php, method JView::addTemplatePath()
Adds to the stack of view script paths in LIFO order.
- addViewPath
- in file controller.php, method JController::addViewPath()
Add one or more view paths to the controller's stack, in LIFO order.
- assign
- in file view.php, method JView::assign()
Assigns variables to the view script via differing strategies.
- assignRef
- in file view.php, method JView::assignRef()
Assign variable for the view (by reference).
- attachBuildRule
- in file router.php, method JRouter::attachBuildRule()
Attach a build rule
- attachParseRule
- in file router.php, method JRouter::attachParseRule()
Attach a parse rule
- authorise
- in file menu.php, method JMenu::authorise()
Method to check JMenu object authorization against an access control object and optionally an access extension object
- authorize
- in file controller.php, method JController::authorize()
Authorization check
- application.php
- procedural page application.php
- addChild
- in file tree.php, method JTree::addChild()
- addChild
- in file tree.php, method JNode::addChild()
- attach
- in file observable.php, method JObservable::attach()
Attach an observer object
- adapter.php
- procedural page adapter.php
- adapterinstance.php
- procedural page adapterinstance.php
- apc.php
- procedural page apc.php
- $auth_method
- in file ldap.php, variable JLDAP::$auth_method
- add
- in file ldap.php, method JLDAP::add()
Add an attribute to the given DN Note: DN has to exist already
- anonymous_bind
- in file ldap.php, method JLDAP::anonymous_bind()
Anonymously Binds to LDAP Directory
- $alias
- in file tablenested.php, variable JTableNested::$alias
Object property holding the alias of this node used to constuct the full text path, forward-slash delimited.
- addQuoted
- in file database.php, method JDatabase::addQuoted()
Adds a field or array of field names to the list that are to be quoted
- append
- in file query.php, method JQueryElement::append()
Appends element parts to the internal list.
- asset.php
- procedural page asset.php
- $author
- in file feed.php, variable JFeedItem::$author
Author item element
- $authorEmail
- in file feed.php, variable JFeedItem::$authorEmail
Author email element
- addCustomTag
- in file html.php, method JDocumentHTML::addCustomTag()
Adds a custom html string to the head block
- addFavicon
- in file html.php, method JDocumentHTML::addFavicon()
Adds a shortcut icon (favicon)
- addHeadLink
- in file html.php, method JDocumentHTML::addHeadLink()
Adds <link> tags to the head of the document
- addItem
- in file feed.php, method JDocumentFeed::addItem()
Adds an JFeedItem to the feed.
- addScript
- in file document.php, method JDocument::addScript()
Adds a linked script to the page
- addScriptDeclaration
- in file document.php, method JDocument::addScriptDeclaration()
Adds a script to the page
- addStyleDeclaration
- in file document.php, method JDocument::addStyleDeclaration()
Adds a stylesheet declaration to the page
- addStyleSheet
- in file document.php, method JDocument::addStyleSheet()
Adds a linked stylesheet to the page
- atom.php
- procedural page atom.php
- allowCache
- in file response.php, method JResponse::allowCache()
Set/get cachable state for the response.
- appendBody
- in file response.php, method JResponse::appendBody()
Append content to the body content
- $args
- in file exception.php, variable JException::$args
Arguments recieved by the method the error occurred in [Available if backtrace is enabled]
- addEntry
- in file log.php, method JLog::addEntry()
- addToStack
- in file error.php, method JError::addToStack()
Method to add non-JError thrown JExceptions to the JError stack for debugging purposes
- attachHandler
- in file error.php, method JError::attachHandler()
Method that attaches the error handler to JError
- archive.php
- procedural page archive.php
- $attrArray
- in file filterinput.php, variable JFilterInput::$attrArray
- $attrBlacklist
- in file filterinput.php, variable JFilterInput::$attrBlacklist
- $attrMethod
- in file filterinput.php, variable JFilterInput::$attrMethod
- ampReplace
- in file filteroutput.php, method JFilterOutput::ampReplace()
Replaces & with & for xhtml compliance
- accesslevels.php
- procedural page accesslevels.php
- addField
- in file form.php, method JForm::addField()
Method to add a field to a group.
- addFieldPath
- in file form.php, method JForm::addFieldPath()
Method to add a path to the list of field include paths.
- addFields
- in file form.php, method JForm::addFields()
Method to add an array of fields to a group.
- addFormPath
- in file form.php, method JForm::addFormPath()
Method to add a path to the list of form include paths.
- addRulePath
- in file formvalidator.php, method JFormValidator::addRulePath()
Method to add a path to the list of rule include paths.
- $asset_groups
- in file access.php, variable JHtmlAccess::$asset_groups
- access
- in file grid.php, method JHtmlGrid::access()
- accesslevel
- in file list.php, method JHtmlList::accesslevel()
Use JHtml::_('access.assetgrouplist', 'access', $selected) instead
- actions
- in file access.php, method JHtmlAccess::actions()
Returns a UL list of user groups with check boxes
- addButtonPath
- in file toolbar.php, method JToolBar::addButtonPath()
Add a directory where JToolBar should search for button types.
- addIncludePath
- in file html.php, method JHtml::addIncludePath()
Add a directory where JHtml should search for helpers. You may either pass a string or an array of directories.
- appendButton
- in file toolbar.php, method JToolBar::appendButton()
Set a value
- assetFormWidget
- in file rules.php, method JHtmlRules::assetFormWidget()
Displays a list of the available access sections
- assetgrouplist
- in file access.php, method JHtmlAccess::assetgrouplist()
Displays a Select list of the available asset groups
- assetgroups
- in file access.php, method JHtmlAccess::assetgroups()
Gets a list of the asset groups as an array of JHtml compatible options.
- access.php
- procedural page access.php
- administrator
- in file image.php, method JHtmlImage::administrator()
Checks to see if an image exists in the current templates image directory if it does it loads this image. Otherwise the default image is loaded.
- $adminElement
- in file component.php, variable JInstallerComponent::$adminElement
- $author
- in file librarymanifest.php, variable JLibraryManifest::$author
- $authoremail
- in file librarymanifest.php, variable JLibraryManifest::$authoremail
- $authorurl
- in file librarymanifest.php, variable JLibraryManifest::$authorurl
- abort
- in file installer.php, method JInstaller::abort()
Installation abort method
- addAttachment
- in file mail.php, method JMail::addAttachment()
Add file attachments to the email
- addBCC
- in file mail.php, method JMail::addBCC()
Add blind carbon copy recipients to the email
- addCC
- in file mail.php, method JMail::addCC()
Add carbon copy recipients to the email
- addRecipient
- in file mail.php, method JMail::addRecipient()
Add recipients to the email
- addReplyTo
- in file mail.php, method JMail::addReplyTo()
Add Reply to e-mail address(es) to the e-mail
- addElementPath
- in file parameter.php, method JParameter::addElementPath()
Add a directory where JParameter should search for element types.
- assetgroups.php
- procedural page assetgroups.php
- apc.php
- procedural page apc.php
- $access
- in file extension.php, variable JTableExtension::$access
- $access
- in file menu.php, variable JTableMenu::$access
- $access
- in file category.php, variable JTableCategory::$access
- $access
- in file module.php, variable JTableModule::$access
- $access
- in file content.php, variable JTableContent::$access
- $activation
- in file user.php, variable JTableUser::$activation
Description
- $admin_menu_alt
- in file component.php, variable JTableComponent::$admin_menu_alt
- $admin_menu_img
- in file component.php, variable JTableComponent::$admin_menu_img
- $admin_menu_link
- in file component.php, variable JTableComponent::$admin_menu_link
- $alias
- in file menu.php, variable JTableMenu::$alias
- $alias
- in file content.php, variable JTableContent::$alias
- $alias
- in file category.php, variable JTableCategory::$alias
- $asset_id
- in file category.php, variable JTableCategory::$asset_id
- $asset_id
- in file content.php, variable JTableContent::$asset_id
- $attribs
- in file content.php, variable JTableContent::$attribs
- addIncludePath
- in file table.php, method JTable::addIncludePath()
Add a filesystem path where JTable should search for table class files.
- arrayUnique
- in file updater.php, method JUpdater::arrayUnique()
Multidimensional array safe unique test
- $activation
- in file user.php, variable JUser::$activation
Description
- $assetRules
- in file access.php, variable JAccess::$assetRules
- activateUser
- in file helper.php, method JUserHelper::activateUser()
Method to activate a user
- addUserToGroup
- in file helper.php, method JUserHelper::addUserToGroup()
Method to add a user to a group.
- authenticate
- in file authentication.php, method JAuthentication::authenticate()
Finds out if a set of login credentials are valid by asking all obvserving objects to run their respective authentication routines.
- authorise
- in file user.php, method JUser::authorise()
Method to check JUser object authorisation against an access control object and optionally an access extension object
- authorisedLevels
- in file user.php, method JUser::authorisedLevels()
Gets an array of the authorised access levels for the user
- authorize
- in file user.php, method JUser::authorize()
- access.php
- procedural page access.php
- authentication.php
- procedural page authentication.php
- addAttribute
- in file simplexml.php, method JSimpleXMLElement::addAttribute()
Adds an attribute to the element
- addChild
- in file simplexml.php, method JSimpleXMLElement::addChild()
Adds a direct child to the element
- array_unshift_ref
- in file utility.php, method JUtility::array_unshift_ref()
Prepend a reference to an element to the beginning of an array. Renumbers numeric keys, so $value is always inserted to $array[0]
- attributes
- in file simplexml.php, method JSimpleXMLElement::attributes()
Get the an attribute of the element
- arrayhelper.php
- procedural page arrayhelper.php
b
- $bcc
- in file phpmailer.php, variable PHPMailer::$bcc
- $Body
- in file phpmailer.php, variable PHPMailer::$Body
Sets the Body of the message. This can be either an HTML or text body.
- $boundary
- in file phpmailer.php, variable PHPMailer::$boundary
- $BUILD
- in file version.php, variable JVersion::$BUILD
- Base64EncodeWrapMB
- in file phpmailer.php, method PHPMailer::Base64EncodeWrapMB()
Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character.
- build_client_wrapper_code
- in file xmlrpc_wrappers.php, function build_client_wrapper_code()
Given necessary info, generate php code that will rebuild a client object Take care that no full checking of input parameters is done to ensure that valid php code is emitted.
- build_remote_method_wrapper_code
- in file xmlrpc_wrappers.php, function build_remote_method_wrapper_code()
Given the necessary info, build php code that creates a new function to invoke a remote xmlrpc method.
- bytestostring
- in file fns_tinybrowser.php, function bytestostring()
Present a size (in bytes) as a human-readable value
- blog.php
- procedural page blog.php
- blog_item.php
- procedural page blog_item.php
- blog_links.php
- procedural page blog_links.php
- blog.php
- procedural page blog.php
- blog_item.php
- procedural page blog_item.php
- blog_links.php
- procedural page blog_links.php
- build
- in file router.php, method JRouter::build()
Function to convert an internal URI to a route
- $base
- in file collection.php, variable JUpdaterCollection::$base
- $base_dn
- in file ldap.php, variable JLDAP::$base_dn
- bind
- in file ldap.php, method JLDAP::bind()
Binds to the LDAP directory
- $base
- in file document.php, variable JDocument::$base
Document base URL
- $baseurl
- in file html.php, variable JDocumentHTML::$baseurl
- base
- in file uri.php, method JURI::base()
Returns the base URI for the request.
- buildQuery
- in file uri.php, method JURI::buildQuery()
Build a query from a array (reverse of the PHP parse_str()).
- browser.php
- procedural page browser.php
- $backtrace
- in file exception.php, variable JException::$backtrace
Backtrace information
- bzip2.php
- procedural page bzip2.php
- boolean.php
- procedural page boolean.php
- bind
- in file form.php, method JForm::bind()
Method to recursively bind values to form fields.
- $base
- in file pagination.php, variable JPaginationObject::$base
- behavior
- in file grid.php, method JHtmlGrid::behavior()
- boolean
- in file grid.php, method JHtmlGrid::boolean()
Display a boolean setting widget.
- booleanlist
- in file select.php, method JHtmlSelect::booleanlist()
Generates a yes/no radio list.
- behavior.php
- procedural page behavior.php
- button.php
- procedural page button.php
- bind
- in file parameter.php, method JParameter::bind()
Bind data to the parameter.
- $block
- in file user.php, variable JTableUser::$block
Description
- $browserNav
- in file menu.php, variable JTableMenu::$browserNav
- bind
- in file update.php, method JTableUpdate::bind()
Overloaded bind function
- bind
- in file table.php, method JTable::bind()
Method to bind an associative array or object to the JTable instance.This method only binds properties that are publicly accessible and optionally takes an array of properties to ignore when binding.
- bind
- in file user.php, method JTableUser::bind()
Method to bind the user, user groups, and any other necessary data.
- bind
- in file menu.php, method JTableMenu::bind()
Overloaded bind function
- bind
- in file content.php, method JTableContent::bind()
Overloaded bind function
- bind
- in file extension.php, method JTableExtension::bind()
Overloaded bind function
- bind
- in file component.php, method JTableComponent::bind()
Overloaded bind function
- bind
- in file module.php, method JTableModule::bind()
Overloaded bind function
- $birthdate
- in file authentication.php, variable JAuthenticationResponse::$birthdate
The End User's date of birth as YYYY-MM-DD. Any values whose representation uses fewer than the specified number of digits should be zero-padded. The length of this value MUST always be 10. If the End User user does not want to reveal any particular component of this value, it MUST be set to zero.
- $block
- in file user.php, variable JUser::$block
Description
- bind
- in file user.php, method JUser::bind()
Method to bind an associative array of data to a user object
- buffer.php
- procedural page buffer.php
c
- $cacert
- in file xmlrpc.php, variable xmlrpc_client::$cacert
- $cacertdir
- in file xmlrpc.php, variable xmlrpc_client::$cacertdir
- $cachetime
- in file config.php, variable JFrameworkConfig::$cachetime
- $caching
- in file config.php, variable JFrameworkConfig::$caching
- $category
- in file feedcreator.php, variable FeedCreator::$category
- $category
- in file feedcreator.php, variable FeedItem::$category
- $cc
- in file phpmailer.php, variable PHPMailer::$cc
- $cert
- in file xmlrpc.php, variable xmlrpc_client::$cert
- $certpass
- in file xmlrpc.php, variable xmlrpc_client::$certpass
- $CharSet
- in file phpmailer.php, variable PHPMailer::$CharSet
Sets the CharSet of the message.
- $classes
- in file loader.php, variable JLoader::$classes
- $CODENAME
- in file version.php, variable JVersion::$CODENAME
- $comments
- in file feedcreator.php, variable FeedItem::$comments
- $compress_response
- in file xmlrpcs.php, variable xmlrpc_server::$compress_response
When set to true, it will enable HTTP compression of the response, in case the client has declared its support for compression in the request.
- $config
- in file factory.php, variable JFactory::$config
- $ConfirmReadingTo
- in file phpmailer.php, variable PHPMailer::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $contentType
- in file feedcreator.php, variable HTMLCreator::$contentType
- $contentType
- in file feedcreator.php, variable FeedCreator::$contentType
This feed's MIME content type.
- $ContentType
- in file phpmailer.php, variable PHPMailer::$ContentType
Sets the Content-type of the message.
- $contentType
- in file feedcreator.php, variable JSCreator::$contentType
- $content_type
- in file xmlrpc.php, variable xmlrpcmsg::$content_type
- $content_type
- in file xmlrpc.php, variable xmlrpcresp::$content_type
- $cookies
- in file xmlrpc.php, variable xmlrpc_client::$cookies
- $copyright
- in file feedcreator.php, variable FeedCreator::$copyright
- $COPYRIGHT
- in file version.php, variable JVersion::$COPYRIGHT
- $creator
- in file feedcreator.php, variable FeedItem::$creator
- $CRLF
- in file smtp.php, variable SMTP::$CRLF
SMTP reply line ending
- $CustomHeader
- in file phpmailer.php, variable PHPMailer::$CustomHeader
- component.php
- procedural page component.php
- clean_filename
- in file fns_tinybrowser.php, function clean_filename()
- ClearAddresses
- in file phpmailer.php, method PHPMailer::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void.
- ClearAllRecipients
- in file phpmailer.php, method PHPMailer::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
- ClearAttachments
- in file phpmailer.php, method PHPMailer::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void.
- ClearBCCs
- in file phpmailer.php, method PHPMailer::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void.
- ClearCCs
- in file phpmailer.php, method PHPMailer::ClearCCs()
Clears all recipients assigned in the CC array. Returns void.
- ClearCustomHeaders
- in file phpmailer.php, method PHPMailer::ClearCustomHeaders()
Clears all custom headers. Returns void.
- ClearReplyTos
- in file phpmailer.php, method PHPMailer::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void.
- Close
- in file smtp.php, method SMTP::Close()
Closes the socket and cleans up the state of the class.
- compatibilityMode
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::compatibilityMode()
- Connect
- in file smtp.php, method SMTP::Connect()
Connect to the server specified on the port specified.
- Connected
- in file smtp.php, method SMTP::Connected()
Returns true if connected to a server otherwise false
- convert_image
- in file fns_tinybrowser.php, function convert_image()
- cookies
- in file xmlrpc.php, method xmlrpcresp::cookies()
Returns an array with the cookies received from the server.
- copy
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::copy()
- CreateBody
- in file phpmailer.php, method PHPMailer::CreateBody()
Assembles the message body. Returns an empty string on failure.
- createFeed
- in file feedcreator.php, method UniversalFeedCreator::createFeed()
Creates a syndication feed based on the items previously added.
- createFeed
- in file feedcreator.php, method HTMLCreator::createFeed()
Writes the HTML.
- createFeed
- in file feedcreator.php, method JSCreator::createFeed()
writes the javascript
- createFeed
- in file feedcreator.php, method FeedCreator::createFeed()
Builds the feed's text.
- createFeed
- in file feedcreator.php, method AtomCreator10::createFeed()
- createFeed
- in file feedcreator.php, method AtomCreator03::createFeed()
- createFeed
- in file feedcreator.php, method MBOXCreator::createFeed()
Builds the MBOX contents.
- createFeed
- in file feedcreator.php, method GoogleSiteMapIndex::createFeed()
Builds the Google Sitemap feed's text.
- createFeed
- in file feedcreator.php, method RSSCreator10::createFeed()
Builds the RSS feed's text. The feed will be compliant to RDF Site Summary (RSS) 1.0.
- createFeed
- in file feedcreator.php, method PIECreator01::createFeed()
- createFeed
- in file feedcreator.php, method OPMLCreator::createFeed()
- createFeed
- in file feedcreator.php, method RSSCreator091::createFeed()
Builds the RSS feed's text. The feed will be compliant to RDF Site Summary (RSS) 1.0.
- createfolder
- in file fns_tinybrowser.php, function createfolder()
- CreateHeader
- in file phpmailer.php, method PHPMailer::CreateHeader()
Assembles message header.
- createPayload
- in file xmlrpc.php, method xmlrpcmsg::createPayload()
- config.php
- procedural page config.php
- collection.php
- procedural page collection.php
- consumer.php
- procedural page consumer.php
- css.php
- procedural page css.php
- config_tinybrowser.php
- procedural page config_tinybrowser.php
- cs.php
- procedural page cs.php
- complete.php
- procedural page complete.php
- confirm.php
- procedural page confirm.php
- $checked_out
- in file categories.php, variable JCategoryNode::$checked_out
- $checked_out_time
- in file categories.php, variable JCategoryNode::$checked_out_time
- cancel
- in file controllerform.php, method JControllerForm::cancel()
Method to cancel an edit
- checkin
- in file modelform.php, method JModelForm::checkin()
Method to checkin a row.
- checkout
- in file modelform.php, method JModelForm::checkout()
Method to check-out a row for editing.
- close
- in file application.php, method JApplication::close()
Exit the application.
- categories.php
- procedural page categories.php
- controller.php
- procedural page controller.php
- controllerform.php
- procedural page controllerform.php
- call
- in file callback.php, method JCacheCallback::call()
Executes a cacheable callback if not found in cache else returns cached output and result
- clean
- in file memcache.php, method JCacheStorageMemcache::clean()
Clean cache for a group given a mode.
- clean
- in file storage.php, method JCacheStorage::clean()
Clean cache for a group given a mode.
- clean
- in file xcache.php, method JCacheStorageXCache::clean()
Clean cache for a group given a mode.
- clean
- in file file.php, method JCacheStorageFile::clean()
Clean cache for a group given a mode.
- clean
- in file eaccelerator.php, method JCacheStorageEaccelerator::clean()
Clean cache for a group given a mode.
- clean
- in file apc.php, method JCacheStorageApc::clean()
Clean cache for a group given a mode.
- clean
- in file cache.php, method JCache::clean()
Clean cache for a group given a mode.
- close
- in file xcache.php, method JSessionStorageXcache::close()
Close the SessionHandler backend.
- cache.php
- procedural page cache.php
- callback.php
- procedural page callback.php
- chdir
- in file ftp.php, method JFTP::chdir()
Method to change the current working directory on the FTP server
- chmod
- in file ftp.php, method JFTP::chmod()
Method to change mode for a path on the FTP server
- close
- in file ldap.php, method JLDAP::close()
Close the connection
- compare
- in file ldap.php, method JLDAP::compare()
Compare an entry and return a true or false result
- connect
- in file ftp.php, method JFTP::connect()
Method to connect to a FTP server
- connect
- in file ldap.php, method JLDAP::connect()
Connect to server
- create
- in file ldap.php, method JLDAP::create()
Create a new DN
- create
- in file ftp.php, method JFTP::create()
Method to create an empty file on the FTP server
- CRLF
- in file ftp.php, constant CRLF
Error Codes:
- check
- in file asset.php, method JTableAsset::check()
Asset that the nested set data is valid.
- check
- in file usergroup.php, method JTableUsergroup::check()
Method to check the current record to save
- check
- in file viewlevels.php, method JTableViewlevels::check()
Method to check the current record to save
- check
- in file tablenested.php, method JTableNested::check()
Asset that the nested set data is valid.
- connected
- in file mysqli.php, method JDatabaseMySQLi::connected()
Determines if the connection to the server is active.
- connected
- in file database.php, method JDatabase::connected()
Determines if the connection to the server is active.
- connected
- in file mysql.php, method JDatabaseMySQL::connected()
Determines if the connection to the server is active.
- $category
- in file feed.php, variable JDocumentFeed::$category
Category feed element
- $category
- in file feed.php, variable JFeedItem::$category
Category element
- $comments
- in file feed.php, variable JFeedItem::$comments
Comments element
- $copyright
- in file feed.php, variable JDocumentFeed::$copyright
Copyright feed elememnt
- countMenuChildren
- in file html.php, method JDocumentHTML::countMenuChildren()
Count the number of child menu items
- countModules
- in file html.php, method JDocumentHTML::countModules()
Count the modules based on the given condition
- component.php
- procedural page component.php
- checkToken
- in file request.php, method JRequest::checkToken()
Checks for a form token in the request.
- clean
- in file request.php, method JRequest::clean()
Cleans the request from script injection.
- clearHeaders
- in file response.php, method JResponse::clearHeaders()
Clear headers.
- current
- in file uri.php, method JURI::current()
Returns the URL for the request, minus the query.
- $class
- in file exception.php, variable JException::$class
Name of the class the error occurred in [Available if backtrace is enabled]
- $code
- in file exception.php, variable JException::$code
Error code
- customErrorHandler
- in file error.php, method JError::customErrorHandler()
- customErrorPage
- in file error.php, method JError::customErrorPage()
Display a custom error page and exit gracefully
- canChmod
- in file path.php, method JPath::canChmod()
Checks if a path's permissions can be changed
- check
- in file path.php, method JPath::check()
Checks for snooping outside of the file system root
- checkZipData
- in file zip.php, method JArchiveZip::checkZipData()
Checks to see if the data is a valid ZIP file.
- clean
- in file path.php, method JPath::clean()
Function to strip additional / or \ in a path name
- copy
- in file folder.php, method JFolder::copy()
Copy a folder.
- copy
- in file file.php, method JFile::copy()
Copies a file
- create
- in file zip.php, method JArchiveZip::create()
Create a ZIP compressed file from an array of file data.
- create
- in file folder.php, method JFolder::create()
Create a folder -- and all necessary parent folders.
- checkAttribute
- in file filterinput.php, method JFilterInput::checkAttribute()
Function to determine if contents of an attribute is safe
- clean
- in file filterinput.php, method JFilterInput::clean()
Method to be called by another php script. Processes for XSS and specified bad code.
- cleanText
- in file filteroutput.php, method JFilterOutput::cleanText()
Cleans text of all formating and scripting code
- cachehandlers.php
- procedural page cachehandlers.php
- calendar.php
- procedural page calendar.php
- categories.php
- procedural page categories.php
- checkbox.php
- procedural page checkbox.php
- combo.php
- procedural page combo.php
- componentlayouts.php
- procedural page componentlayouts.php
- contentlanguages.php
- procedural page contentlanguages.php
- calendar
- in file html.php, method JHtml::calendar()
Displays a calendar control field
- calendar
- in file behavior.php, method JHtmlBehavior::calendar()
- call
- in file html.php, method JHtml::call()
Function caller method
- caption
- in file behavior.php, method JHtmlBehavior::caption()
- category
- in file list.php, method JHtmlList::category()
- checkedOut
- in file grid.php, method JHtmlGrid::checkedOut()
- checkedout
- in file jgrid.php, method JHtmlJGrid::checkedout()
Displays a checked-out icon
- cloak
- in file email.php, method JHtmlEmail::cloak()
Simple Javascript email Cloaker
- combobox
- in file behavior.php, method JHtmlBehavior::combobox()
- core
- in file html.php, method JHtml::core()
- category.php
- procedural page category.php
- content.php
- procedural page content.php
- confirm.php
- procedural page confirm.php
- custom.php
- procedural page custom.php
- $client
- in file extension.php, variable JExtension::$client
- $copyright
- in file librarymanifest.php, variable JLibraryManifest::$copyright
- $creationDate
- in file librarymanifest.php, variable JLibraryManifest::$creationDate
- cleanDiscoveredExtension
- in file installer.php, method JInstaller::cleanDiscoveredExtension()
Cleans up discovered extensions if they're being installed somehow else
- cleanupInstall
- in file helper.php, method JInstallerHelper::cleanupInstall()
Clean up temporary uploaded package and unpacked extension
- copyFiles
- in file installer.php, method JInstaller::copyFiles()
Copy files from source directory to the target directory
- copyManifest
- in file installer.php, method JInstaller::copyManifest()
Copies the installation manifest file to the extension folder in the given client
- component.php
- procedural page component.php
- createLanguageList
- in file helper.php, method JLanguageHelper::createLanguageList()
Builds a list of the system languages which can be used in a select option
- createSiteList
- in file help.php, method JHelp::createSiteList()
Builds a list of the help sites which can be used in a select option
- createURL
- in file help.php, method JHelp::createURL()
Create an URL for a giving help file reference
- cleanAddress
- in file helper.php, method JMailHelper::cleanAddress()
Verifies that an e-mail address does not have any extra headers injected into it.
- cleanBody
- in file helper.php, method JMailHelper::cleanBody()
Cleans any injected headers from the E-Mail body.
- cleanLine
- in file helper.php, method JMailHelper::cleanLine()
Cleans single line inputs.
- cleanSubject
- in file helper.php, method JMailHelper::cleanSubject()
Cleans any injected headers from the subject string.
- cleanText
- in file helper.php, method JMailHelper::cleanText()
Cleans multi-line inputs.
- calendar.php
- procedural page calendar.php
- category.php
- procedural page category.php
- componentlayouts.php
- procedural page componentlayouts.php
- contentlanguages.php
- procedural page contentlanguages.php
- clear
- in file session.php, method JSession::clear()
Unset data from the session store
- close
- in file session.php, method JSession::close()
Writes session data and ends session
- close
- in file storage.php, method JSessionStorage::close()
Close the SessionHandler backend.
- close
- in file memcache.php, method JSessionStorageMemcache::close()
Close the SessionHandler backend.
- close
- in file database.php, method JSessionStorageDatabase::close()
Close the SessionHandler backend.
- close
- in file eaccelerator.php, method JSessionStorageEaccelerator::close()
Close the SessionHandler backend.
- close
- in file apc.php, method JSessionStorageApc::close()
Close the SessionHandler backend.
- $categoryid
- in file update.php, variable JTableUpdate::$categoryid
- $catid
- in file content.php, variable JTableContent::$catid
- $checked_out
- in file menu.php, variable JTableMenu::$checked_out
- $checked_out
- in file extension.php, variable JTableExtension::$checked_out
- $checked_out
- in file module.php, variable JTableModule::$checked_out
- $checked_out
- in file content.php, variable JTableContent::$checked_out
- $checked_out
- in file category.php, variable JTableCategory::$checked_out
- $checked_out_time
- in file module.php, variable JTableModule::$checked_out_time
- $checked_out_time
- in file extension.php, variable JTableExtension::$checked_out_time
- $checked_out_time
- in file content.php, variable JTableContent::$checked_out_time
- $checked_out_time
- in file menu.php, variable JTableMenu::$checked_out_time
- $checked_out_time
- in file category.php, variable JTableCategory::$checked_out_time
- $client_id
- in file module.php, variable JTableModule::$client_id
- $client_id
- in file update.php, variable JTableUpdate::$client_id
- $client_id
- in file session.php, variable JTableSession::$client_id
- $client_id
- in file extension.php, variable JTableExtension::$client_id
- $component_id
- in file menu.php, variable JTableMenu::$component_id
- $content
- in file module.php, variable JTableModule::$content
- $control
- in file module.php, variable JTableModule::$control
- $created
- in file content.php, variable JTableContent::$created
- $created_by
- in file content.php, variable JTableContent::$created_by
- $created_by_alias
- in file content.php, variable JTableContent::$created_by_alias
- $created_time
- in file category.php, variable JTableCategory::$created_time
- $created_user_id
- in file category.php, variable JTableCategory::$created_user_id
- $custom_data
- in file extension.php, variable JTableExtension::$custom_data
- canDelete
- in file table.php, method JTable::canDelete()
Generic check for whether dependancies exist for this object in the database schema
- check
- in file user.php, method JTableUser::check()
Validation and filtering
- check
- in file module.php, method JTableModule::check()
Overloaded check function
- check
- in file table.php, method JTable::check()
Method to perform sanity checks on the JTable instance properties to ensure they are safe to store in the database. Child classes should override this method to make sure the data they are storing in the database is safe and as expected before storage.
- check
- in file update.php, method JTableUpdate::check()
Overloaded check function
- check
- in file extension.php, method JTableExtension::check()
Overloaded check function
- check
- in file menutype.php, method JTableMenuType::check()
- check
- in file content.php, method JTableContent::check()
Overloaded check function
- check
- in file category.php, method JTableCategory::check()
Override check function
- check
- in file menu.php, method JTableMenu::check()
Overloaded check function
- check
- in file component.php, method JTableComponent::check()
Validate and filter fields
- checkIn
- in file table.php, method JTable::checkIn()
Method to check a row in if the necessary properties/fields exist. Checking a row in will allow other users the ability to edit the row.
- checkOut
- in file table.php, method JTable::checkOut()
Method to check a row out if the necessary properties/fields exist. To prevent race conditions while editing rows in a database, a row can be checked out if the fields 'checked_out' and 'checked_out_time' are available.
- category.php
- procedural page category.php
- component.php
- procedural page component.php
- content.php
- procedural page content.php
- $category
- in file update.php, variable JUpdate::$category
- $client
- in file update.php, variable JUpdate::$client
- $country
- in file authentication.php, variable JAuthenticationResponse::$country
The End User's country of residence as specified by ISO3166.
- check
- in file access.php, method JAccess::check()
Method to check if a user is authorised to perform an action, optionally on an asset.
- children
- in file simplexml.php, method JSimpleXMLElement::children()
Get the children of the element
- compliant
- in file string.php, method JString::compliant()
Tests whether a string complies as UTF-8. This will be much
d
- $database
- in file factory.php, variable JFactory::$database
- $date
- in file feedcreator.php, variable FeedItem::$date
Publishing date of an item. May be in one of the following formats:
- $db
- in file config.php, variable JFrameworkConfig::$db
- $dbprefix
- in file config.php, variable JFrameworkConfig::$dbprefix
- $dbtype
- in file config.php, variable JFrameworkConfig::$dbtype
- $debug
- in file xmlrpc.php, variable xmlrpc_client::$debug
- $debug
- in file config.php, variable JFrameworkConfig::$debug
- $debug
- in file xmlrpc.php, variable xmlrpcmsg::$debug
- $debug
- in file xmlrpcs.php, variable xmlrpc_server::$debug
- $debug_info
- in file xmlrpcs.php, variable xmlrpc_server::$debug_info
- $description
- in file feedcreator.php, variable EnclosureItem::$description
- $description
- in file feedcreator.php, variable FeedItem::$description
- $description
- in file feedcreator.php, variable FeedCreator::$description
- $description
- in file feedcreator.php, variable FeedImage::$description
- $descriptionHtmlSyndicated
- in file feedcreator.php, variable HtmlDescribable::$descriptionHtmlSyndicated
Indicates whether the description field should be rendered in HTML.
- $descriptionTruncSize
- in file feedcreator.php, variable HtmlDescribable::$descriptionTruncSize
Indicates whether and to how many characters a description should be truncated.
- $DEV_LEVEL
- in file version.php, variable JVersion::$DEV_LEVEL
- $DEV_STATUS
- in file version.php, variable JVersion::$DEV_STATUS
- $dmap
- in file xmlrpcs.php, variable xmlrpc_server::$dmap
- $docs
- in file feedcreator.php, variable FeedCreator::$docs
- $document
- in file factory.php, variable JFactory::$document
- $do_debug
- in file smtp.php, variable SMTP::$do_debug
Sets whether debugging is turned on
- $do_verp
- in file smtp.php, variable SMTP::$do_verp
Sets VERP use on/off (default is off)
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_folder.php
- procedural page default_folder.php
- default_image.php
- procedural page default_image.php
- default.php
- procedural page default.php
- default_folders.php
- procedural page default_folders.php
- details.php
- procedural page details.php
- details_doc.php
- procedural page details_doc.php
- details_folder.php
- procedural page details_folder.php
- details_img.php
- procedural page details_img.php
- details_up.php
- procedural page details_up.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_items.php
- procedural page default_items.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_items.php
- procedural page default_items.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_error.php
- procedural page default_error.php
- default_form.php
- procedural page default_form.php
- default_results.php
- procedural page default_results.php
- default.php
- procedural page default.php
- Data
- in file smtp.php, method SMTP::Data()
Issues a data command and sends the msg_data to the server
- debugmsg
- in file xmlrpcs.php, method xmlrpc_server::debugmsg()
add a string to the 'internal debug message' (separate from 'user debug message')
- decode
- in file idna_convert.class.php, method idna_convert::decode()
Decode a given ACE domain name
- decode_chunked
- in file xmlrpc.php, function decode_chunked()
decode a string that is encoded w/ "chunked" transfer encoding as defined in rfc2068 par. 19.4.6 code shamelessly stolen from nusoap library by Dietrich Ayala
- dirtree
- in file fns_tinybrowser.php, function dirtree()
- dump
- in file xmlrpc.php, method xmlrpcval::dump()
- Discover.php
- procedural page Discover.php
- diff.php
- procedural page diff.php
- da.php
- procedural page da.php
- de.php
- procedural page de.php
- default.php
- procedural page default.php
- default_items.php
- procedural page default_items.php
- default.php
- procedural page default.php
- default_address.php
- procedural page default_address.php
- default_form.php
- procedural page default_form.php
- default.php
- procedural page default.php
- default_items.php
- procedural page default_items.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_items.php
- procedural page default_items.php
- default.php
- procedural page default.php
- default_item.php
- procedural page default_item.php
- default_links.php
- procedural page default_links.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_items.php
- procedural page default_items.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_graph.php
- procedural page default_graph.php
- default.php
- procedural page default.php
- default_error.php
- procedural page default_error.php
- default_form.php
- procedural page default_form.php
- default_results.php
- procedural page default_results.php
- default.php
- procedural page default.php
- default_login.php
- procedural page default_login.php
- default_logout.php
- procedural page default_logout.php
- default.php
- procedural page default.php
- default_message.php
- procedural page default_message.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default.php
- procedural page default.php
- default_items.php
- procedural page default_items.php
- default.php
- procedural page default.php
- $description
- in file categories.php, variable JCategoryNode::$description
- dispatch
- in file application.php, method JApplication::dispatch()
Dispatch the applicaiton.
- display
- in file view.php, method JView::display()
Execute and display a template script.
- display
- in file controller.php, method JController::display()
Typical view method for MVC based architecture
- display
- in file controllerform.php, method JControllerForm::display()
This controller does not have a display method. Redirect back to the list view of the component.
- $db
- in file adapterinstance.php, variable JAdapterInstance::$db
Database
- def
- in file object.php, method JObject::def()
Sets a default value if not alreay assigned
- detach
- in file observable.php, method JObservable::detach()
Detach an observer object
- destroy
- in file xcache.php, method JSessionStorageXcache::destroy()
Destroy the data for a particular session identifier in the SessionHandler backend.
- delete
- in file ldap.php, method JLDAP::delete()
Deletes a given DN from the tree
- delete
- in file ftp.php, method JFTP::delete()
Method to delete a path [file/folder] on the FTP server
- debug
- in file database.php, method JDatabase::debug()
Sets the debug level on or off
- delete
- in file usergroup.php, method JTableUsergroup::delete()
Delete this object and it's dependancies
- delete
- in file tablenested.php, method JTableNested::delete()
Method to delete a node, and optionally its child nodes, from the table.
- database.php
- procedural page database.php
- $description
- in file feed.php, variable JFeedItem::$description
Description item element
- $description
- in file document.php, variable JDocument::$description
Document description
- $description
- in file feed.php, variable JFeedImage::$description
Title feed attribute
- $direction
- in file document.php, variable JDocument::$direction
Contains the document direction setting
- $docs
- in file feed.php, variable JDocumentFeed::$docs
Docs feed element
- document.php
- procedural page document.php
- delVar
- in file uri.php, method JURI::delVar()
Removes an item from the query string variables if it exists.
- detachHandler
- in file error.php, method JError::detachHandler()
Method that dettaches the error handler from JError
- dispatcher.php
- procedural page dispatcher.php
- delete
- in file file.php, method JFile::delete()
Delete a file or array of files
- delete
- in file folder.php, method JFolder::delete()
Delete a folder.
- DS
- in file path.php, constant DS
string Shortcut for the DIRECTORY_SEPARATOR define
- date
- in file html.php, method JHtml::date()
Returns formated date according to current local and adds time offset
- display
- in file editor.php, method JEditor::display()
Present a text area
- $description
- in file packagemanifest.php, variable JPackageManifest::$description
- $description
- in file librarymanifest.php, variable JLibraryManifest::$description
- detectType
- in file helper.php, method JInstallerHelper::detectType()
Method to detect the extension type from a package directory
- discover
- in file module.php, method JInstallerModule::discover()
Custom discover method
- discover
- in file plugin.php, method JInstallerPlugin::discover()
Custom discover method
- discover
- in file template.php, method JInstallerTemplate::discover()
Discover existing but uninstalled templates
- discover
- in file component.php, method JInstallerComponent::discover()
- discover
- in file library.php, method JInstallerLibrary::discover()
Custom discover method
- discover
- in file installer.php, method JInstaller::discover()
Extension discover method Asks each adapter to find extensions
- discover
- in file language.php, method JInstallerLanguage::discover()
Custom discover method
- discover_install
- in file plugin.php, method JInstallerPlugin::discover_install()
Custom discover_install method
- discover_install
- in file component.php, method JInstallerComponent::discover_install()
- discover_install
- in file template.php, method JInstallerTemplate::discover_install()
Perform an install from a discovered extension
- discover_install
- in file module.php, method JInstallerModule::discover_install()
Custom discover_install method
- discover_install
- in file library.php, method JInstallerLibrary::discover_install()
Custom discover_install method
- discover_install
- in file installer.php, method JInstaller::discover_install()
- discover_install
- in file language.php, method JInstallerLanguage::discover_install()
Custom discover install method
- downloadPackage
- in file helper.php, method JInstallerHelper::downloadPackage()
Downloads a package
- detectLanguage
- in file helper.php, method JLanguageHelper::detectLanguage()
Tries to detect the language.
- def
- in file parameter.php, method JParameter::def()
Sets a default value if not alreay assigned.
- destroy
- in file session.php, method JSession::destroy()
Frees all session variables and destroys all data registered to a session
- destroy
- in file storage.php, method JSessionStorage::destroy()
Destroy the data for a particular session identifier in the SessionHandler backend.
- destroy
- in file memcache.php, method JSessionStorageMemcache::destroy()
Destroy the data for a particular session identifier in the SessionHandler backend.
- destroy
- in file eaccelerator.php, method JSessionStorageEaccelerator::destroy()
Destroy the data for a particular session identifier in the SessionHandler backend.
- destroy
- in file apc.php, method JSessionStorageApc::destroy()
Destroy the data for a particular session identifier in the SessionHandler backend.
- destroy
- in file database.php, method JSessionStorageDatabase::destroy()
Destroy the data for a particular session identifier in the SessionHandler backend.
- database.php
- procedural page database.php
- $data
- in file update.php, variable JTableUpdate::$data
- $data
- in file session.php, variable JTableSession::$data
- $description
- in file update.php, variable JTableUpdate::$description
- $description
- in file category.php, variable JTableCategory::$description
- $description
- in file menutype.php, variable JTableMenuType::$description
- $detailsurl
- in file update.php, variable JTableUpdate::$detailsurl
- delete
- in file session.php, method JTableSession::delete()
Overloaded delete method
- delete
- in file table.php, method JTable::delete()
Method to delete a row from the database table by primary key value.
- delete
- in file user.php, method JTableUser::delete()
Method to delete a user, user groups, and any other necessary data from the database.
- destroy
- in file session.php, method JTableSession::destroy()
Destroys the pesisting session
- $description
- in file update.php, variable JUpdate::$description
- $downloads
- in file update.php, variable JUpdate::$downloads
- defParam
- in file user.php, method JUser::defParam()
Method to set a default parameter if it does not exist
- delete
- in file user.php, method JUser::delete()
Method to delete the JUser object from the database
- $document
- in file simplexml.php, variable JSimpleXML::$document
Document element
- data
- in file simplexml.php, method JSimpleXMLElement::data()
Get the data of the element
- decrypt
- in file simplecrypt.php, method JSimpleCrypt::decrypt()
- dump
- in file utility.php, method JUtility::dump()
Method to dump the structure of a variable for debugging purposes
- date.php
- procedural page date.php
e
- $editor
- in file feedcreator.php, variable FeedCreator::$editor
- $editor
- in file config.php, variable JFrameworkConfig::$editor
- $editorEmail
- in file feedcreator.php, variable FeedCreator::$editorEmail
- $enclosure
- in file feedcreator.php, variable FeedItem::$enclosure
Add <enclosure> element tag RSS 2.0 modified by : Mohammad Hafiz bin Ismail (mypapit@gmail.com)
- $enclosures
- in file feedcreator.php, variable FeedItem::$enclosures
- $Encoding
- in file phpmailer.php, variable PHPMailer::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $encoding
- in file feedcreator.php, variable FeedCreator::$encoding
This feed's character encoding.
- $errno
- in file xmlrpc.php, variable xmlrpc_client::$errno
- $errno
- in file xmlrpc.php, variable xmlrpcresp::$errno
- $error
- in file smtp.php, variable SMTP::$error
- $ErrorInfo
- in file phpmailer.php, variable PHPMailer::$ErrorInfo
Holds the most recent mailer error message.
- $error_count
- in file phpmailer.php, variable PHPMailer::$error_count
- $errstr
- in file xmlrpc.php, variable xmlrpcresp::$errstr
- $errstr
- in file xmlrpc.php, variable xmlrpc_client::$errstr
- error.php
- procedural page error.php
- echoInput
- in file xmlrpcs.php, method xmlrpc_server::echoInput()
A debugging routine: just echoes back the input packet as a string value
- EnclosureItem
- in file feedcreator.php, class EnclosureItem
An HtmlDescribable is an item within a feed that can have a description that may include HTML markup.
- encode
- in file vcard.php, function encode()
*************************************************************************
- encode
- in file idna_convert.class.php, method idna_convert::encode()
Encode a given UTF-8 domain name
- EncodeFile
- in file phpmailer.php, method PHPMailer::EncodeFile()
Encodes attachment in requested format. Returns an empty string on failure.
- EncodeHeader
- in file phpmailer.php, method PHPMailer::EncodeHeader()
Encode a header string to best of Q, B, quoted or none.
- EncodeQ
- in file phpmailer.php, method PHPMailer::EncodeQ()
Encode string to q encoding.
- EncodeQP
- in file phpmailer.php, method PHPMailer::EncodeQP()
Encode string to quoted-printable.
- EncodeString
- in file phpmailer.php, method PHPMailer::EncodeString()
Encodes string to requested format. Returns an empty string on failure.
- EndBoundary
- in file phpmailer.php, method PHPMailer::EndBoundary()
Returns the end of a message boundary.
- escape
- in file vcard.php, function escape()
- execute
- in file xmlrpcs.php, method xmlrpc_server::execute()
Execute a method invoked by the client, checking parameters used
- Expand
- in file smtp.php, method SMTP::Expand()
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
- extension.php
- procedural page extension.php
- edit.php
- procedural page edit.php
- en.php
- procedural page en.php
- es.php
- procedural page es.php
- $extension
- in file categories.php, variable JCategoryNode::$extension
- edit
- in file controllerform.php, method JControllerForm::edit()
Method to edit an existing record.
- enqueueMessage
- in file application.php, method JApplication::enqueueMessage()
Enqueue a system message.
- escape
- in file view.php, method JView::escape()
Escapes a value for output in a view script.
- execute
- in file controller.php, method JController::execute()
Execute a task by triggering a method in the derived class.
- end
- in file output.php, method JCacheOutput::end()
Stop the cache buffer and store the cached data
- eaccelerator.php
- procedural page eaccelerator.php
- explain
- in file mysqli.php, method JDatabaseMySQLi::explain()
Diagnostic function
- explain
- in file mysql.php, method JDatabaseMySQL::explain()
Diagnostic function
- explain
- in file database.php, method JDatabase::explain()
Diagnostic function
- $editor
- in file feed.php, variable JDocumentFeed::$editor
Editor feed element
- $editorEmail
- in file feed.php, variable JDocumentFeed::$editorEmail
Editor email feed element
- $enclosure
- in file feed.php, variable JFeedItem::$enclosure
Enclosure element
- error.php
- procedural page error.php
- error.php
- procedural page error.php
- exception.php
- procedural page exception.php
- event.php
- procedural page event.php
- exists
- in file file.php, method JFile::exists()
Wrapper for the standard file_exists function
- exists
- in file folder.php, method JFolder::exists()
Wrapper for the standard file_exists function
- extract
- in file zip.php, method JArchiveZip::extract()
Extract a ZIP compressed file to a given path
- extract
- in file tar.php, method JArchiveTar::extract()
Extract a ZIP compressed file to a given path
- extract
- in file gzip.php, method JArchiveGzip::extract()
Extract a Gzip compressed file to a given path
- extract
- in file archive.php, method JArchive::extract()
- extract
- in file bzip2.php, method JArchiveBzip2::extract()
Extract a Bzip2 compressed file to a given path
- editor.php
- procedural page editor.php
- editors.php
- procedural page editors.php
- email.php
- procedural page email.php
- equals.php
- procedural page equals.php
- endPane
- in file pane.php, method JPaneSliders::endPane()
Ends the pane.
- endPane
- in file pane.php, method JPaneTabs::endPane()
Ends the pane.
- endPane
- in file pane.php, method JPane::endPane()
Ends the pane.
- endPanel
- in file pane.php, method JPaneTabs::endPanel()
Ends a tab page.
- endPanel
- in file pane.php, method JPaneSliders::endPanel()
Ends a tab page.
- endPanel
- in file pane.php, method JPane::endPanel()
Ends a panel.
- editor.php
- procedural page editor.php
- email.php
- procedural page email.php
- $element
- in file module.php, variable JInstallerModule::$element
- $element
- in file template.php, variable JInstallerTemplate::$element
- $element
- in file component.php, variable JInstallerComponent::$element
- $extension
- in file installer.php, variable JInstaller::$extension
Extension Table Entry
- $extension_message
- in file installer.php, variable JInstaller::$extension_message
- extensionExistsInSystem
- in file file.php, method JInstallerFile::extensionExistsInSystem()
function used to check if extension is already installed
- extension.php
- procedural page extension.php
- exists
- in file language.php, method JLanguage::exists()
Check if a language exists
- editors.php
- procedural page editors.php
- element.php
- procedural page element.php
- eaccelerator.php
- procedural page eaccelerator.php
- $element
- in file extension.php, variable JTableExtension::$element
- $element
- in file update.php, variable JTableUpdate::$element
- $email
- in file user.php, variable JTableUser::$email
The email
- $enabled
- in file extension.php, variable JTableExtension::$enabled
- $enabled
- in file component.php, variable JTableComponent::$enabled
- $extension
- in file category.php, variable JTableCategory::$extension
- $extension_id
- in file extension.php, variable JTableExtension::$extension_id
- $extension_id
- in file update.php, variable JTableUpdate::$extension_id
- exists
- in file session.php, method JTableSession::exists()
Find out if a user has a one or more active sessions
- extension.php
- procedural page extension.php
- $element
- in file update.php, variable JUpdate::$element
- $email
- in file authentication.php, variable JAuthenticationResponse::$email
The email address of the End User as specified in section 3.4.1 of [RFC2822]
- $email
- in file user.php, variable JUser::$email
The email
- $error_message
- in file authentication.php, variable JAuthenticationResponse::$error_message
The error message
- encrypt
- in file simplecrypt.php, method JSimpleCrypt::encrypt()
f
- $filename
- in file vcard.php, variable vCard::$filename
- $footer
- in file feedcreator.php, variable HTMLCreator::$footer
Contains HTML to be output at the end of the feed's html representation.
- $From
- in file phpmailer.php, variable PHPMailer::$From
Sets the From email address for the message.
- $fromname
- in file config.php, variable JFrameworkConfig::$fromname
- $FromName
- in file phpmailer.php, variable PHPMailer::$FromName
Sets the From name of the message.
- $ftp_enable
- in file config.php, variable JFrameworkConfig::$ftp_enable
- $ftp_host
- in file config.php, variable JFrameworkConfig::$ftp_host
- $ftp_pass
- in file config.php, variable JFrameworkConfig::$ftp_pass
- $ftp_port
- in file config.php, variable JFrameworkConfig::$ftp_port
- $ftp_root
- in file config.php, variable JFrameworkConfig::$ftp_root
- $ftp_user
- in file config.php, variable JFrameworkConfig::$ftp_user
- $functions_parameters_type
- in file xmlrpcs.php, variable xmlrpc_server::$functions_parameters_type
Defines how functions in dmap will be invokde: either using an xmlrpc msg object or plain php values.
- form.php
- procedural page form.php
- faultCode
- in file xmlrpc.php, method xmlrpcresp::faultCode()
Returns the error code of the response.
- faultString
- in file xmlrpc.php, method xmlrpcresp::faultString()
Returns the error code of the response.
- FeedCreator
- in file feedcreator.php, class FeedCreator
FeedCreator is the abstract base implementation for concrete implementations that implement a specific format of syndication.
- FEEDCREATOR_VERSION
- in file feedcreator.php, constant FEEDCREATOR_VERSION
Version string.
- FeedDate
- in file feedcreator.php, method FeedDate::FeedDate()
Creates a new instance of FeedDate representing a given date.
- FeedDate
- in file feedcreator.php, class FeedDate
FeedDate is an internal class that stores a date for a feed or feed item.
- FeedHtmlField
- in file feedcreator.php, method FeedHtmlField::FeedHtmlField()
Creates a new instance of FeedHtmlField.
- FeedHtmlField
- in file feedcreator.php, class FeedHtmlField
An FeedHtmlField describes and generates a feed, item or image html field (probably a description). Output is generated based on $truncSize, $syndicateHtml properties.
- FeedImage
- in file feedcreator.php, class FeedImage
An FeedImage may be added to a FeedCreator feed.
- FeedItem
- in file feedcreator.php, class FeedItem
A FeedItem is a part of a FeedCreator feed.
- filter_MatchesAnyOpenIDType
- in file Discover.php, function filter_MatchesAnyOpenIDType()
- FixEOL
- in file phpmailer.php, method PHPMailer::FixEOL()
Changes every end of line from CR or LF to CRLF.
- form_hidden_input
- in file fns_tinybrowser.php, function form_hidden_input()
- form_open
- in file fns_tinybrowser.php, function form_open()
- form_select
- in file fns_tinybrowser.php, function form_select()
- form_submit_button
- in file fns_tinybrowser.php, function form_submit_button()
- form_text_input
- in file fns_tinybrowser.php, function form_text_input()
- fromDiscoveryResult
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::fromDiscoveryResult()
- fromHTML
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::fromHTML()
- fromOPEndpointURL
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::fromOPEndpointURL()
- fromXRDS
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::fromXRDS()
- feedcreator.php
- procedural page feedcreator.php
- factory.php
- procedural page factory.php
- fns_tinybrowser.php
- procedural page fns_tinybrowser.php
- folders.php
- procedural page folders.php
- fi.php
- procedural page fi.php
- fr.php
- procedural page fr.php
- form.php
- procedural page form.php
- form.php
- procedural page form.php
- form.php
- procedural page form.php
- findUpdate
- in file extension.php, method JUpdaterExtension::findUpdate()
- findUpdate
- in file collection.php, method JUpdaterCollection::findUpdate()
- file.php
- procedural page file.php
- FTP_ASCII
- in file ftp.php, constant FTP_ASCII
- FTP_AUTOASCII
- in file ftp.php, constant FTP_AUTOASCII
- FTP_BINARY
- in file ftp.php, constant FTP_BINARY
- FTP_NATIVE
- in file ftp.php, constant FTP_NATIVE
- ftp.php
- procedural page ftp.php
- from
- in file query.php, method JQuery::from()
- fetchHead
- in file head.php, method JDocumentRendererHead::fetchHead()
Generates the head html and return the results as a string
- feed.php
- procedural page feed.php
- $file
- in file exception.php, variable JException::$file
Name of the file the error occurred in [Available if backtrace is enabled]
- $function
- in file exception.php, variable JException::$function
Name of the method the error occurred in [Available if backtrace is enabled]
- files
- in file folder.php, method JFolder::files()
Utility function to read the files in a folder.
- find
- in file path.php, method JPath::find()
Searches the directory paths for a given file.
- folders
- in file folder.php, method JFolder::folders()
Utility function to read the folders in a folder.
- file.php
- procedural page file.php
- folder.php
- procedural page folder.php
- filterinput.php
- procedural page filterinput.php
- filteroutput.php
- procedural page filteroutput.php
- file.php
- procedural page file.php
- formfield.php
- procedural page formfield.php
- formrule.php
- procedural page formrule.php
- filter
- in file form.php, method JForm::filter()
Method to recursively filter data for form fields.
- form.php
- procedural page form.php
- formvalidator.php
- procedural page formvalidator.php
- $formatOptions
- in file html.php, variable JHtml::$formatOptions
Option values related to the generation of HTML output. Recognized options are:
- fetchButton
- in file custom.php, method JButtonCustom::fetchButton()
- fetchButton
- in file separator.php, method JButtonSeparator::fetchButton()
Empty implementation (not required)
- fetchButton
- in file help.php, method JButtonHelp::fetchButton()
- fetchButton
- in file link.php, method JButtonLink::fetchButton()
- fetchButton
- in file popup.php, method JButtonPopup::fetchButton()
- fetchButton
- in file confirm.php, method JButtonConfirm::fetchButton()
- fetchButton
- in file button.php, method JButton::fetchButton()
Get the button
- fetchButton
- in file standard.php, method JButtonStandard::fetchButton()
- fetchIconClass
- in file button.php, method JButton::fetchIconClass()
Method to get the CSS class name for an icon identifier
- fetchId
- in file link.php, method JButtonLink::fetchId()
Get the button CSS Id
- fetchId
- in file popup.php, method JButtonPopup::fetchId()
Get the button id
- fetchId
- in file custom.php, method JButtonCustom::fetchId()
Get the button CSS Id
- fetchId
- in file button.php, method JButton::fetchId()
Get the button id
- fetchId
- in file confirm.php, method JButtonConfirm::fetchId()
Get the button CSS Id
- fetchId
- in file standard.php, method JButtonStandard::fetchId()
Get the button CSS Id
- fetchId
- in file help.php, method JButtonHelp::fetchId()
Get the button id
- formvalidation
- in file behavior.php, method JHtmlBehavior::formvalidation()
- framework
- in file behavior.php, method JHtmlBehavior::framework()
Method to load the mootools framework into the document head
- form.php
- procedural page form.php
- $filelist
- in file librarymanifest.php, variable JLibraryManifest::$filelist
- $filelist
- in file packagemanifest.php, variable JPackageManifest::$filelist
- $filename
- in file extension.php, variable JExtension::$filename
- findDeletedFiles
- in file installer.php, method JInstaller::findDeletedFiles()
Compares two "files" entries to find deleted files/folders
- findManifest
- in file installer.php, method JInstaller::findManifest()
Tries to find the package manifest file
- fetchElement
- in file password.php, method JElementPassword::fetchElement()
- fetchElement
- in file radio.php, method JElementRadio::fetchElement()
- fetchElement
- in file menuitem.php, method JElementMenuItem::fetchElement()
- fetchElement
- in file menu.php, method JElementMenu::fetchElement()
- fetchElement
- in file list.php, method JElementList::fetchElement()
Fetch the HTML code for the parameter element.
- fetchElement
- in file spacer.php, method JElementSpacer::fetchElement()
- fetchElement
- in file sql.php, method JElementSQL::fetchElement()
- fetchElement
- in file usergroup.php, method JElementUserGroup::fetchElement()
- fetchElement
- in file timezones.php, method JElementTimezones::fetchElement()
- fetchElement
- in file textarea.php, method JElementTextarea::fetchElement()
- fetchElement
- in file text.php, method JElementText::fetchElement()
- fetchElement
- in file languages.php, method JElementLanguages::fetchElement()
- fetchElement
- in file imagelist.php, method JElementImageList::fetchElement()
- fetchElement
- in file element.php, method JElement::fetchElement()
- fetchElement
- in file editors.php, method JElementEditors::fetchElement()
- fetchElement
- in file category.php, method JElementCategory::fetchElement()
- fetchElement
- in file calendar.php, method JElementCalendar::fetchElement()
- fetchElement
- in file filelist.php, method JElementFilelist::fetchElement()
- fetchElement
- in file helpsites.php, method JElementHelpsites::fetchElement()
- fetchElement
- in file hidden.php, method JElementHidden::fetchElement()
- fetchElement
- in file folderlist.php, method JElementFolderlist::fetchElement()
- fetchTooltip
- in file element.php, method JElement::fetchTooltip()
- fetchTooltip
- in file spacer.php, method JElementSpacer::fetchTooltip()
- fetchTooltip
- in file hidden.php, method JElementHidden::fetchTooltip()
- filelist.php
- procedural page filelist.php
- folderlist.php
- procedural page folderlist.php
- format.php
- procedural page format.php
- fork
- in file session.php, method JSession::fork()
Create a new session and copy variables from the old one
- $featured
- in file content.php, variable JTableContent::$featured
- $folder
- in file update.php, variable JTableUpdate::$folder
- $folder
- in file extension.php, variable JTableExtension::$folder
- $fulltext
- in file content.php, variable JTableContent::$fulltext
- find
- in file update.php, method JTableUpdate::find()
- find
- in file extension.php, method JTableExtension::find()
- findUpdates
- in file updater.php, method JUpdater::findUpdates()
Finds an update for an extension
- $fullname
- in file authentication.php, variable JAuthenticationResponse::$fullname
UTF-8 string free text representation of the End User's full name.
- fromObject
- in file arrayhelper.php, method JArrayHelper::fromObject()
Utility function to map an object to an array
g
- $generator
- in file feedcreator.php, variable FeedCreator::$generator
Specifies the generator of the feed.
- $guid
- in file feedcreator.php, variable FeedItem::$guid
- getACL
- in file factory.php, method JFactory::getACL()
Get an authorization object
- getApplication
- in file factory.php, method JFactory::getApplication()
Get a application object
- GetBoundary
- in file phpmailer.php, method PHPMailer::GetBoundary()
Returns the start of a message boundary.
- getCache
- in file factory.php, method JFactory::getCache()
Get a cache object
- getConfig
- in file factory.php, method JFactory::getConfig()
Get a configuration object
- getDate
- in file factory.php, method JFactory::getDate()
Return a reference to the JDate object
- getDbo
- in file factory.php, method JFactory::getDbo()
Get a database object
- getDescription
- in file feedcreator.php, method HtmlDescribable::getDescription()
Returns a formatted description field, depending on descriptionHtmlSyndicated and
- getDisplayIdentifier
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::getDisplayIdentifier()
- getDocument
- in file factory.php, method JFactory::getDocument()
Get a document object
- getEditor
- in file factory.php, method JFactory::getEditor()
Get an editor object
- getFeedParser
- in file factory.php, method JFactory::getFeedParser()
Get a parsed XML Feed Source
- getFile
- in file phpmailer.php, method PHPMailer::getFile()
Read a file from a supplied filename and return it.
- getFileContents
- in file tiny_mce_gzip.php, function getFileContents()
- getFileName
- in file vcard.php, method vCard::getFileName()
- getHelpVersion
- in file version.php, method JVersion::getHelpVersion()
Method to get the help file version.
- getLanguage
- in file factory.php, method JFactory::getLanguage()
Get a language object
- getLocalID
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::getLocalID()
- getLongVersion
- in file version.php, method JVersion::getLongVersion()
Method to get the long version information.
- getMailer
- in file factory.php, method JFactory::getMailer()
Get a mailer object
- GetMailMIME
- in file phpmailer.php, method PHPMailer::GetMailMIME()
Returns the message MIME.
- getNumParams
- in file xmlrpc.php, method xmlrpcmsg::getNumParams()
Returns the number of parameters in the messge.
- getParam
- in file tiny_mce_gzip.php, function getParam()
$Id: tiny_mce_gzip.php 12276 2009-06-22 01:54:01Z pasamio $
- getParam
- in file xmlrpc.php, method xmlrpcmsg::getParam()
Returns the nth parameter in the message. The index zero-based.
- getSession
- in file factory.php, method JFactory::getSession()
Get a session object
- getShortVersion
- in file version.php, method JVersion::getShortVersion()
Method to get the short version information.
- getStream
- in file factory.php, method JFactory::getStream()
Creates a new stream object with appropriate prefix
- getURI
- in file factory.php, method JFactory::getURI()
Return a reference to the JURI object
- getUser
- in file factory.php, method JFactory::getUser()
Get an user object
- getUserAgent
- in file version.php, method JVersion::getUserAgent()
Returns the user agent.
- getval
- in file xmlrpc.php, method xmlrpcval::getval()
- getVCard
- in file vcard.php, method vCard::getVCard()
- getXMLParser
- in file factory.php, method JFactory::getXMLParser()
Get an XML document
- get_last_error
- in file idna_convert.class.php, method idna_convert::get_last_error()
Use this method to get the last error ocurred
- get_lines
- in file smtp.php, method SMTP::get_lines()
Read in as many lines as possible either before eof or socket timeout occurs on the operation.
- GoogleSiteMapIndex
- in file feedcreator.php, class GoogleSiteMapIndex
GoogleSiteMapIndex is a FeedCreator that implements Google Sitemap Index 0.84.
- guess_encoding
- in file xmlrpc.php, function guess_encoding()
xml charset encoding guessing helper function.
- getAllowed
- in file rules.php, method JRules::getAllowed()
Get the allowed actions for an identity.
- getData
- in file rules.php, method JRules::getData()
Get the data for the action.
- getData
- in file rule.php, method JRule::getData()
Get the data for the action.
- get
- in file categories.php, method JCategories::get()
Loads a specific category and all its children in a JCategoryNode object
- get
- in file view.php, method JView::get()
Method to get data from a registered model or a property of the view
- getActive
- in file menu.php, method JMenu::getActive()
Get menu item by id
- getCfg
- in file application.php, method JApplication::getCfg()
Gets a configuration value.
- getChildren
- in file categories.php, method JCategoryNode::getChildren()
Returns the children of the Category
- getClientId
- in file application.php, method JApplication::getClientId()
Gets the client id of the current running application.
- getClientInfo
- in file helper.php, method JApplicationHelper::getClientInfo()
Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.
- getComponent
- in file helper.php, method JComponentHelper::getComponent()
Get the component information.
- getComponentName
- in file helper.php, method JApplicationHelper::getComponentName()
Return the name of the request component [main component]
- getDbo
- in file model.php, method JModel::getDbo()
Method to get the database connector object
- getDefault
- in file menu.php, method JMenu::getDefault()
Get menu item by id
- getForm
- in file modelform.php, method JModelForm::getForm()
Method to get a form object.
- getInstance
- in file model.php, method JModel::getInstance()
Returns a reference to the a Model object, always creating it
- getInstance
- in file pathway.php, method JPathway::getInstance()
Returns a reference a JPathway object
- getInstance
- in file application.php, method JApplication::getInstance()
Returns a reference to the global JApplication object, only creating it if it doesn't already exist.
- getInstance
- in file router.php, method JRouter::getInstance()
Returns a reference to the global JRouter object, only creating it if it doesn't already exist.
- getInstance
- in file menu.php, method JMenu::getInstance()
Returns a reference to a JMenu object
- getInstance
- in file controller.php, method JController::getInstance()
Method to get a singleton controller instance.
- getInstance
- in file categories.php, method JCategories::getInstance()
Returns a reference to a JCategories object
- getItem
- in file menu.php, method JMenu::getItem()
Get menu item by id
- getItems
- in file modellist.php, method JModelList::getItems()
Method to get a list of items.
- getItems
- in file menu.php, method JMenu::getItems()
Gets menu items by attribute
- getLayout
- in file view.php, method JView::getLayout()
Get the layout.
- getLayoutPath
- in file helper.php, method JModuleHelper::getLayoutPath()
Get the path to a layout for a module
- getMenu
- in file menu.php, method JMenu::getMenu()
Getter for the menu array
- getMenu
- in file application.php, method JApplication::getMenu()
Return a reference to the application JPathway object.
- getMessageQueue
- in file application.php, method JApplication::getMessageQueue()
Get the system message queue.
- getMode
- in file router.php, method JRouter::getMode()
Get the router mode
- getModel
- in file controllerform.php, method JControllerForm::getModel()
Method to get a model object, loading it if required.
- getModel
- in file controller.php, method JController::getModel()
Method to get a model object, loading it if required.
- getModel
- in file view.php, method JView::getModel()
Method to get the model object
- getModule
- in file helper.php, method JModuleHelper::getModule()
Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs')
- getModules
- in file helper.php, method JModuleHelper::getModules()
Get modules by position
- getName
- in file controller.php, method JController::getName()
Method to get the controller name
- getName
- in file application.php, method JApplication::getName()
Method to get the application name.
- getName
- in file view.php, method JView::getName()
Method to get the view name
- getName
- in file model.php, method JModel::getName()
Method to get the model name
- getPagination
- in file modellist.php, method JModelList::getPagination()
Method to get a list pagination object.
- getParams
- in file menu.php, method JMenu::getParams()
Gets the parameter object for a certain menu item
- getParams
- in file helper.php, method JComponentHelper::getParams()
Gets the parameter object for the component
- getParent
- in file categories.php, method JCategoryNode::getParent()
Returns the parent category of the current category
- getPath
- in file helper.php, method JApplicationHelper::getPath()
Get a path
- getPathway
- in file application.php, method JApplication::getPathway()
Return a reference to the application JPathway object.
- getPathway
- in file pathway.php, method JPathway::getPathway()
Return the JPathWay items array
- getPathwayNames
- in file pathway.php, method JPathway::getPathwayNames()
Create and return an array of the pathway names.
- getRouter
- in file application.php, method JApplication::getRouter()
Return a reference to the application JRouter object.
- getState
- in file model.php, method JModel::getState()
Method to get model state variables
- getTable
- in file model.php, method JModel::getTable()
Method to get a table object, load it if necessary.
- getTask
- in file controller.php, method JController::getTask()
Get the last task that is or was to be performed.
- getTasks
- in file controller.php, method JController::getTasks()
Gets the available tasks in the controller.
- getTemplate
- in file application.php, method JApplication::getTemplate()
Gets the name of the current template.
- getTotal
- in file modellist.php, method JModelList::getTotal()
Method to get the total number of published items.
- getUserState
- in file application.php, method JApplication::getUserState()
Gets a user state.
- getUserStateFromRequest
- in file application.php, method JApplication::getUserStateFromRequest()
Gets the value of a user state variable.
- getVar
- in file router.php, method JRouter::getVar()
Get a router variable
- getVars
- in file router.php, method JRouter::getVars()
Get the router variable array
- getView
- in file controller.php, method JController::getView()
Method to get a reference to the current view and load it if necessary.
- get
- in file object.php, method JObject::get()
Returns a property of the object or the default value if the property is not set.
- getAdapter
- in file adapter.php, method JAdapter::getAdapter()
Return an adapter
- getChildren
- in file tree.php, method JNode::getChildren()
- getDBO
- in file adapter.php, method JAdapter::getDBO()
Get the database connector object
- getError
- in file object.php, method JObject::getError()
Get the most recent error message.
- getErrors
- in file object.php, method JObject::getErrors()
Return all errors, if any.
- getParent
- in file tree.php, method JTree::getParent()
- getParent
- in file tree.php, method JNode::getParent()
- getProperties
- in file object.php, method JObject::getProperties()
Returns an associative array of object properties.
- getState
- in file observable.php, method JObservable::getState()
Get the state of the JObservable object
- gc
- in file file.php, method JCacheStorageFile::gc()
Garbage collect expired cache data
- gc
- in file storage.php, method JCacheStorage::gc()
Garbage collect expired cache data
- gc
- in file xcache.php, method JSessionStorageXcache::gc()
Garbage collect stale sessions from the SessionHandler backend.
- gc
- in file eaccelerator.php, method JCacheStorageEaccelerator::gc()
Garbage collect expired cache data
- gc
- in file memcache.php, method JCacheStorageMemcache::gc()
Garbage collect expired cache data
- gc
- in file cache.php, method JCache::gc()
Garbage collect expired cache data
- get
- in file callback.php, method JCacheCallback::get()
Executes a cacheable callback if not found in cache else returns cached output and result
- get
- in file view.php, method JCacheView::get()
Get the cached view data
- get
- in file cache.php, method JCache::get()
Get cached data by id and group
- get
- in file memcache.php, method JCacheStorageMemcache::get()
Get cached data from memcache by id and group
- get
- in file page.php, method JCachePage::get()
Get the cached page data
- get
- in file apc.php, method JCacheStorageApc::get()
Get cached data from APC by id and group
- get
- in file eaccelerator.php, method JCacheStorageEaccelerator::get()
Get cached data by id and group
- get
- in file xcache.php, method JCacheStorageXCache::get()
Get cached data by id and group
- get
- in file file.php, method JCacheStorageFile::get()
Get cached data from a file by id and group
- get
- in file storage.php, method JCacheStorage::get()
Get cached data by id and group
- getConfig
- in file memcache.php, method JCacheStorageMemcache::getConfig()
Return memcache related configuration
- getConnection
- in file memcache.php, method JCacheStorageMemcache::getConnection()
return memcache connection object
- getInstance
- in file storage.php, method JCacheStorage::getInstance()
Returns a reference to a cache storage hanlder object, only creating it if it doesn't already exist.
- getInstance
- in file cache.php, method JCache::getInstance()
Returns a reference to a cache adapter object, always creating it
- getStores
- in file cache.php, method JCache::getStores()
Get the storage handlers
- generatePassword
- in file ldap.php, method JLDAP::generatePassword()
Generates a LDAP compatible password
- get
- in file ftp.php, method JFTP::get()
Method to get a file from the FTP server and save it to a local file
- getCredentials
- in file helper.php, method JClientHelper::getCredentials()
Method to return the array of client layer configuration options
- getDN
- in file ldap.php, method JLDAP::getDN()
- getErrorMsg
- in file ldap.php, method JLDAP::getErrorMsg()
Returns the error message
- getInstance
- in file ftp.php, method JFTP::getInstance()
Returns a reference to the global FTP connector object, only creating it if it doesn't already exist.
- getAffectedRows
- in file mysqli.php, method JDatabaseMySQLi::getAffectedRows()
Description
- getAffectedRows
- in file database.php, method JDatabase::getAffectedRows()
Get the affected rows by the most recent query
- getAffectedRows
- in file mysql.php, method JDatabaseMySQL::getAffectedRows()
- getCollation
- in file mysql.php, method JDatabaseMySQL::getCollation()
Assumes database collation in use by sampling one text field in one table
- getCollation
- in file database.php, method JDatabase::getCollation()
Get the database collation
- getCollation
- in file mysqli.php, method JDatabaseMySQLi::getCollation()
Assumes database collation in use by sampling one text field in one table
- getConnectors
- in file database.php, method JDatabase::getConnectors()
Get the database connectors
- getErrorMsg
- in file database.php, method JDatabase::getErrorMsg()
Get the error message
- getErrorNum
- in file database.php, method JDatabase::getErrorNum()
Get the error number
- getEscaped
- in file mysqli.php, method JDatabaseMySQLi::getEscaped()
Get a database escaped string
- getEscaped
- in file mysql.php, method JDatabaseMySQL::getEscaped()
Get a database escaped string
- getEscaped
- in file database.php, method JDatabase::getEscaped()
Get a database escaped string
- getInstance
- in file database.php, method JDatabase::getInstance()
Returns a reference to the global Database object, only creating it if it doesn't already exist.
- getLog
- in file database.php, method JDatabase::getLog()
Get a database error log
- getNullDate
- in file database.php, method JDatabase::getNullDate()
Get the database null date
- getNumRows
- in file mysql.php, method JDatabaseMySQL::getNumRows()
Description
- getNumRows
- in file mysqli.php, method JDatabaseMySQLi::getNumRows()
Description
- getNumRows
- in file database.php, method JDatabase::getNumRows()
Get the number of rows returned by the most recent query
- getPath
- in file tablenested.php, method JTableNested::getPath()
Method to get an array of nodes from a given node to its root.
- getPrefix
- in file database.php, method JDatabase::getPrefix()
Get the database table prefix
- getQuery
- in file database.php, method JDatabase::getQuery()
Get the active query
- getRootId
- in file tablenested.php, method JTableNested::getRootId()
Gets the ID of the root item in the tree
- getTableCreate
- in file mysqli.php, method JDatabaseMySQLi::getTableCreate()
Shows the CREATE TABLE statement that creates the given tables
- getTableCreate
- in file mysql.php, method JDatabaseMySQL::getTableCreate()
Shows the CREATE TABLE statement that creates the given tables
- getTableCreate
- in file database.php, method JDatabase::getTableCreate()
Shows the CREATE TABLE statement that creates the given tables
- getTableFields
- in file database.php, method JDatabase::getTableFields()
Retrieves information about the given tables
- getTableFields
- in file mysql.php, method JDatabaseMySQL::getTableFields()
Retrieves information about the given tables
- getTableFields
- in file mysqli.php, method JDatabaseMySQLi::getTableFields()
Retrieves information about the given tables
- getTableList
- in file mysqli.php, method JDatabaseMySQLi::getTableList()
Description
- getTableList
- in file mysql.php, method JDatabaseMySQL::getTableList()
Description
- getTableList
- in file database.php, method JDatabase::getTableList()
List tables in a database
- getTicker
- in file database.php, method JDatabase::getTicker()
Get the total number of queries made
- getTree
- in file tablenested.php, method JTableNested::getTree()
Method to get a node and all its child nodes.
- getUTFSupport
- in file database.php, method JDatabase::getUTFSupport()
Get the database UTF-8 support
- getVersion
- in file mysqli.php, method JDatabaseMySQLi::getVersion()
Description
- getVersion
- in file database.php, method JDatabase::getVersion()
Get the version of the database connector
- getVersion
- in file mysql.php, method JDatabaseMySQL::getVersion()
Description
- group
- in file query.php, method JQuery::group()
- $guid
- in file feed.php, variable JFeedItem::$guid
Guid element
- getBase
- in file document.php, method JDocument::getBase()
Return the base URI of the document.
- getBuffer
- in file html.php, method JDocumentHTML::getBuffer()
Get the contents of a document include
- getBuffer
- in file document.php, method JDocument::getBuffer()
Get the contents of the document buffer
- getCharset
- in file document.php, method JDocument::getCharset()
Returns the document charset encoding.
- getContentType
- in file renderer.php, method JDocumentRenderer::getContentType()
Return the content type of the renderer
- getDescription
- in file document.php, method JDocument::getDescription()
Return the title of the page.
- getDirection
- in file document.php, method JDocument::getDirection()
Returns the document language.
- getGenerator
- in file document.php, method JDocument::getGenerator()
Returns the document generator
- getHeadData
- in file xml.php, method JDocumentXML::getHeadData()
Get the document head data
- getHeadData
- in file document.php, method JDocument::getHeadData()
Get the document head data
- getHeadData
- in file json.php, method JDocumentJSON::getHeadData()
Get the document head data
- getHeadData
- in file html.php, method JDocumentHTML::getHeadData()
Get the html document head data
- getInstance
- in file document.php, method JDocument::getInstance()
Returns a reference to the global JDocument object, only creating it if it doesn't already exist.
- getLanguage
- in file document.php, method JDocument::getLanguage()
Returns the document language.
- getLink
- in file document.php, method JDocument::getLink()
Returns the document base url
- getMetaData
- in file document.php, method JDocument::getMetaData()
Gets a meta tag.
- getModifiedDate
- in file document.php, method JDocument::getModifiedDate()
Returns the document modified date
- getName
- in file xml.php, method JDocumentXML::getName()
Returns the document name
- getName
- in file json.php, method JDocumentJSON::getName()
Returns the document name
- getTitle
- in file document.php, method JDocument::getTitle()
Return the title of the document.
- getType
- in file document.php, method JDocument::getType()
Returns the document type
- get
- in file request.php, method JRequest::get()
Fetches and returns a request array.
- getAgentString
- in file browser.php, method JBrowser::getAgentString()
Return the full browser agent string.
- getBody
- in file response.php, method JResponse::getBody()
Return the body content
- getBool
- in file request.php, method JRequest::getBool()
Fetches and returns a given filtered variable. The bool filter will only return true/false bool values. This is currently only a proxy function for getVar().
- getBrowser
- in file browser.php, method JBrowser::getBrowser()
Retrieve the current browser.
- getCmd
- in file request.php, method JRequest::getCmd()
Fetches and returns a given filtered variable. The cmd filter only allows the characters [A-Za-z0-9.-_]. This is currently only a proxy function for getVar().
- getFeature
- in file browser.php, method JBrowser::getFeature()
Retrieve the current browser capability.
- getFloat
- in file request.php, method JRequest::getFloat()
Fetches and returns a given filtered variable. The float filter only allows digits and periods. This is currently only a proxy function for getVar().
- getFragment
- in file uri.php, method JURI::getFragment()
Get the URI archor string everything after the "#".
- getHeaders
- in file response.php, method JResponse::getHeaders()
Return array of headers.
- getHost
- in file uri.php, method JURI::getHost()
Get URI host returns the hostname/ip, or null if no hostname/ip was specified.
- getHTTPProtocol
- in file browser.php, method JBrowser::getHTTPProtocol()
Returns the server protocol in use on the current server.
- getInstance
- in file uri.php, method JURI::getInstance()
Returns a reference to a global JURI object, only creating it if it doesn't already exist.
- getInstance
- in file browser.php, method JBrowser::getInstance()
Returns a reference to the global Browser object, only creating it if it doesn't already exist.
- getInt
- in file request.php, method JRequest::getInt()
Fetches and returns a given filtered variable. The integer filter will allow only digits to be returned. This is currently only a proxy function for getVar().
- getMajor
- in file browser.php, method JBrowser::getMajor()
Retrieve the current browser's major version.
- getMethod
- in file request.php, method JRequest::getMethod()
Gets the request method.
- getMinor
- in file browser.php, method JBrowser::getMinor()
Retrieve the current browser's minor version.
- getPass
- in file uri.php, method JURI::getPass()
Get URI password returns the password, or null if no password was specified.
- getPath
- in file uri.php, method JURI::getPath()
Gets the URI path string.
- getPlatform
- in file browser.php, method JBrowser::getPlatform()
Return the currently matched platform.
- getPort
- in file uri.php, method JURI::getPort()
Get URI port returns the port number, or null if no port was specified.
- getQuery
- in file uri.php, method JURI::getQuery()
Returns flat query string.
- getQuirk
- in file browser.php, method JBrowser::getQuirk()
Retrieve unique behavior for the current browser.
- getScheme
- in file uri.php, method JURI::getScheme()
Get URI scheme (protocol) ie. http, https, ftp, etc...
- getString
- in file request.php, method JRequest::getString()
Fetches and returns a given filtered variable. The string filter deletes 'bad' HTML code, if not overridden by the mask.
- getURI
- in file request.php, method JRequest::getURI()
Gets the full request path.
- getUser
- in file uri.php, method JURI::getUser()
Get URI username returns the username, or null if no username was specified.
- getVar
- in file request.php, method JRequest::getVar()
Fetches and returns a given variable.
- getVar
- in file uri.php, method JURI::getVar()
Returns a query variable by name.
- getVersion
- in file browser.php, method JBrowser::getVersion()
Retrieve the current browser's version.
- getWord
- in file request.php, method JRequest::getWord()
Fetches and returns a given filtered variable. The word filter only allows the characters [A-Za-z_]. This is currently only a proxy function for getVar().
- get
- in file exception.php, method JException::get()
Returns a property of the object or the default value if the property is not set.
- getBuffer
- in file profiler.php, method JProfiler::getBuffer()
Get all profiler marks.
- getError
- in file error.php, method JError::getError()
Method for retrieving the last exception object in the error stack
- getError
- in file exception.php, method JException::getError()
Get the most recent error message
- getErrorHandling
- in file error.php, method JError::getErrorHandling()
Method to get the current error handler settings for a specified error level.
- getErrors
- in file exception.php, method JException::getErrors()
Return all errors, if any
- getErrors
- in file error.php, method JError::getErrors()
Method for retrieving the exception stack
- getInstance
- in file log.php, method JLog::getInstance()
Returns a reference to the global log object, only creating it if it doesn't already exist.
- getInstance
- in file profiler.php, method JProfiler::getInstance()
Returns a reference to the global Profiler object, only creating it if it doesn't already exist.
- getMemory
- in file profiler.php, method JProfiler::getMemory()
Get information about current memory usage.
- getmicrotime
- in file profiler.php, method JProfiler::getmicrotime()
Get the current time.
- getProperties
- in file exception.php, method JException::getProperties()
Returns an associative array of object properties
- getInstance
- in file dispatcher.php, method JDispatcher::getInstance()
Returns a reference to the global Event Dispatcher object, only creating it if it doesn't already exist.
- getAdapter
- in file archive.php, method JArchive::getAdapter()
- getExt
- in file file.php, method JFile::getExt()
Gets the extension of a file name
- getName
- in file file.php, method JFile::getName()
Returns the name, sans any path
- getPermissions
- in file path.php, method JPath::getPermissions()
Get the permissions of the file/folder at a give path
- gzip.php
- procedural page gzip.php
- getInstance
- in file filterinput.php, method JFilterInput::getInstance()
Returns a reference to an input filter object, only creating it if it doesn't already exist.
- getType
- in file formfield.php, method JFormField::getType()
Method to get the form field type.
- getField
- in file form.php, method JForm::getField()
Method to get a form field.
- getFieldAttribute
- in file form.php, method JForm::getFieldAttribute()
Method to get a field attribute value.
- getFields
- in file form.php, method JForm::getFields()
Method to get the fields in a group.
- getFieldsets
- in file form.php, method JForm::getFieldsets()
- getGroups
- in file form.php, method JForm::getGroups()
Method to get a list of groups.
- getInput
- in file form.php, method JForm::getInput()
Method to get the input control for a field.
- getInstance
- in file form.php, method JForm::getInstance()
Method to get an instance of a form.
- getLabel
- in file form.php, method JForm::getLabel()
Method to get the label for a field.
- getName
- in file form.php, method JForm::getName()
Method to get the form name.
- getValue
- in file form.php, method JForm::getValue()
Method to get the value of a field.
- genericlist
- in file select.php, method JHtmlSelect::genericlist()
Generates an HTML selection list.
- genericordering
- in file list.php, method JHtmlList::genericordering()
Returns an array of options
- getButtons
- in file editor.php, method JEditor::getButtons()
Get the editor buttons
- getContent
- in file editor.php, method JEditor::getContent()
Get the editor contents
- getData
- in file pagination.php, method JPagination::getData()
Return the pagination data object, only creating it if it doesn't already exist.
- getInstance
- in file editor.php, method JEditor::getInstance()
Returns a reference to a global Editor object, only creating it if it doesn't already exist.
- getInstance
- in file pane.php, method JPane::getInstance()
Returns a reference to a JPanel object.
- getInstance
- in file toolbar.php, method JToolBar::getInstance()
Returns a reference to a global JToolBar object, only creating it if it doesn't already exist.
- getItems
- in file toolbar.php, method JToolBar::getItems()
Get the list of toolbar links.
- getLimitBox
- in file pagination.php, method JPagination::getLimitBox()
Creates a dropdown box for selecting how many records to show per page.
- getListFooter
- in file pagination.php, method JPagination::getListFooter()
Return the pagination footer.
- getName
- in file toolbar.php, method JToolBar::getName()
Get the name of the toolbar.
- getName
- in file button.php, method JButton::getName()
get the element name
- getPagesCounter
- in file pagination.php, method JPagination::getPagesCounter()
Create and return the pagination pages counter string, ie. Page 2 of 4.
- getPagesLinks
- in file pagination.php, method JPagination::getPagesLinks()
Create and return the pagination page list string, ie. Previous, Next, 1 2 3 ... x.
- getResultsCounter
- in file pagination.php, method JPagination::getResultsCounter()
Create and return the pagination result set counter string, ie. Results 1-10 of 42
- getRowOffset
- in file pagination.php, method JPagination::getRowOffset()
Return the rationalised offset for a row with a given index.
- groupedlist
- in file select.php, method JHtmlSelect::groupedlist()
Generates a grouped HTML selection list from nested arrays.
- grid.php
- procedural page grid.php
- $group
- in file extension.php, variable JExtension::$group
- generateManifestCache
- in file installer.php, method JInstaller::generateManifestCache()
Generates a manifest cache
- getFilenameFromURL
- in file helper.php, method JInstallerHelper::getFilenameFromURL()
Gets a file name out of a url
- getGroupIDFromName
- in file installer.php, method JInstaller::getGroupIDFromName()
Get a group ID from a given name
- getInstance
- in file installer.php, method JInstaller::getInstance()
Returns a reference to the global Installer object, only creating it if it doesn't already exist.
- getManifest
- in file installer.php, method JInstaller::getManifest()
Get the installation manifest object
- getOverwrite
- in file installer.php, method JInstaller::getOverwrite()
Get the allow overwrite switch
- getParams
- in file installer.php, method JInstaller::getParams()
Method to parse the parameters of an extension, build the INI string for it's default parameters, and return the INI string.
- getPath
- in file installer.php, method JInstaller::getPath()
Get an installer path by name
- getUpgrade
- in file installer.php, method JInstaller::getUpgrade()
Get the allow overwrite switch
- get
- in file language.php, method JLanguage::get()
Get a matadata language property
- getDebug
- in file language.php, method JLanguage::getDebug()
Get the Debug property
- getDefault
- in file language.php, method JLanguage::getDefault()
Get the default language code
- getInstance
- in file language.php, method JLanguage::getInstance()
Returns a reference to a language object
- getKnownLanguages
- in file language.php, method JLanguage::getKnownLanguages()
Returns a list of known languages for an area
- getLanguagePath
- in file language.php, method JLanguage::getLanguagePath()
Get the path to a language
- getMetadata
- in file language.php, method JLanguage::getMetadata()
Returns a associative array holding the metadata
- getName
- in file language.php, method JLanguage::getName()
Getter for Name
- getOrphans
- in file language.php, method JLanguage::getOrphans()
Get the list of orphaned strings if being tracked
- getPaths
- in file language.php, method JLanguage::getPaths()
Get a list of language files that have been loaded
- getTag
- in file language.php, method JLanguage::getTag()
Get for the language tag (as defined in RFC 3066)
- getTransliterator
- in file language.php, method JLanguage::getTransliterator()
Getter for transliteration function
- getUsed
- in file language.php, method JLanguage::getUsed()
Get the list of used strings
- getInstance
- in file mail.php, method JMail::getInstance()
Returns a reference to a global e-mail object, only creating it if it doesn't already exist.
- get
- in file parameter.php, method JParameter::get()
Get a value.
- getGroups
- in file parameter.php, method JParameter::getGroups()
Get the number of params in each group.
- getName
- in file element.php, method JElement::getName()
get the element name
- getNumParams
- in file parameter.php, method JParameter::getNumParams()
Return number of params to render.
- getParam
- in file parameter.php, method JParameter::getParam()
Render a parameter type.
- getParams
- in file parameter.php, method JParameter::getParams()
Render all parameters.
- getPlugin
- in file helper.php, method JPluginHelper::getPlugin()
Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned.
- getInstance
- in file format.php, method JRegistryFormat::getInstance()
Returns a reference to a Format object, only creating it if it doesn't already exist.
- getInstance
- in file registry.php, method JRegistry::getInstance()
Returns a reference to a global JRegistry object, only creating it if it doesn't already exist.
- getNameSpaces
- in file registry.php, method JRegistry::getNameSpaces()
Get the list of namespaces
- getValue
- in file registry.php, method JRegistry::getValue()
Get a registry value
- gc
- in file apc.php, method JSessionStorageApc::gc()
Garbage collect stale sessions from the SessionHandler backend.
- gc
- in file storage.php, method JSessionStorage::gc()
Garbage collect stale sessions from the SessionHandler backend.
- gc
- in file memcache.php, method JSessionStorageMemcache::gc()
Garbage collect stale sessions from the SessionHandler backend.
- gc
- in file eaccelerator.php, method JSessionStorageEaccelerator::gc()
Garbage collect stale sessions from the SessionHandler backend.
- gc
- in file database.php, method JSessionStorageDatabase::gc()
Garbage collect stale sessions from the SessionHandler backend.
- get
- in file session.php, method JSession::get()
Get data from the session store
- getExpire
- in file session.php, method JSession::getExpire()
Get expiration time in minutes
- getId
- in file session.php, method JSession::getId()
Get session id
- getInstance
- in file storage.php, method JSessionStorage::getInstance()
Returns a reference to a session storage handler object, only creating it if it doesn't already exist.
- getInstance
- in file session.php, method JSession::getInstance()
Returns a reference to the global Session object, only creating it if it doesn't already exist.
- getName
- in file session.php, method JSession::getName()
Get session name
- getState
- in file session.php, method JSession::getState()
Get current state of session
- getStores
- in file session.php, method JSession::getStores()
Get the session handlers
- getToken
- in file session.php, method JSession::getToken()
Get a session token, if a token isn't set yet one will be generated.
- $groups
- in file user.php, variable JTableUser::$groups
Associative array of user group ids => names.
- $guest
- in file session.php, variable JTableSession::$guest
- getAssetNamePrefix
- in file module.php, method JTableModule::getAssetNamePrefix()
Method to return the name prefix to use for the asset table.
- getAssetSection
- in file module.php, method JTableModule::getAssetSection()
Method to return the access section name for the asset table.
- getAssetTitle
- in file module.php, method JTableModule::getAssetTitle()
Method to return the title to use for the asset table.
- getDBO
- in file table.php, method JTable::getDBO()
Method to get the JDatabase connector object.
- getInstance
- in file table.php, method JTable::getInstance()
Static method to get an instance of a JTable class if it can be found in the table include paths. To add include paths for searching for JTable classes @see JTable::addIncludePath().
- getKeyName
- in file table.php, method JTable::getKeyName()
Method to get the primary key field name for the table.
- getNextOrder
- in file table.php, method JTable::getNextOrder()
Method to get the next ordering value for a group of rows defined by an SQL WHERE clause.
- getRules
- in file table.php, method JTable::getRules()
Method to get a reference to the rules for the record.
- getTableName
- in file table.php, method JTable::getTableName()
Method to get the database table name for the class.
- $group
- in file update.php, variable JUpdate::$group
- getInstance
- in file updater.php, method JUpdater::getInstance()
Returns a reference to the global Installer object, only creating it if it doesn't already exist.
- $gender
- in file authentication.php, variable JAuthenticationResponse::$gender
The End User's gender, "M" for male, "F" for female.
- $groups
- in file user.php, variable JUser::$groups
Associative array of user group ids => names.
- $guest
- in file user.php, variable JUser::$guest
Description
- genRandomPassword
- in file helper.php, method JUserHelper::genRandomPassword()
Generate a random password
- getActions
- in file access.php, method JAccess::getActions()
Method to return a list of actions for which permissions can be set given a component and section.
- getAssetRules
- in file access.php, method JAccess::getAssetRules()
Method to return the JRules object for an asset. The returned object can optionally hold only the rules explicitly set for the asset or the summation of all inherited rules from parent assets and explicit rules.
- getAuthorisedViewLevels
- in file access.php, method JAccess::getAuthorisedViewLevels()
Method to return a list of view levels for which the user is authorised.
- getCryptedPassword
- in file helper.php, method JUserHelper::getCryptedPassword()
Formats a password using the current encryption.
- getGroupsByUser
- in file access.php, method JAccess::getGroupsByUser()
Method to return a list of user groups mapped to a user. The returned list can optionally hold only the groups explicitly mapped to the user or all groups both explicitly mapped and inherited by the user.
- getInstance
- in file user.php, method JUser::getInstance()
Returns a reference to the global User object, only creating it if it doesn't already exist.
- getInstance
- in file authentication.php, method JAuthentication::getInstance()
Returns a reference to a global authentication object, only creating it if it doesn't already exist.
- getParam
- in file user.php, method JUser::getParam()
Method to get a parameter value
- getParameters
- in file user.php, method JUser::getParameters()
Method to get the user parameters
- getProfile
- in file helper.php, method JUserHelper::getProfile()
Gets the user profile information
- getSalt
- in file helper.php, method JUserHelper::getSalt()
Returns a salt for the appropriate kind of password encryption.
- getTable
- in file user.php, method JUser::getTable()
Method to get the user table object
- getUserGroups
- in file helper.php, method JUserHelper::getUserGroups()
Method to get a list of groups a user is in.
- getUserId
- in file helper.php, method JUserHelper::getUserId()
Returns userid if a user exists
- getColumn
- in file arrayhelper.php, method JArrayHelper::getColumn()
Extracts a column from an array of arrays or objects
- getElementByPath
- in file simplexml.php, method JSimpleXMLElement::getElementByPath()
Get an element in the document by / separated path
- getHash
- in file utility.php, method JUtility::getHash()
Provides a secure hash based on a seed
- getOffset
- in file date.php, method JDate::getOffset()
Get the date offset (in hours)
- getParser
- in file simplexml.php, method JSimpleXML::getParser()
Get the parser
- getToken
- in file utility.php, method JUtility::getToken()
Method to determine a hash for anti-spoofing variable names
- getValue
- in file arrayhelper.php, method JArrayHelper::getValue()
Utility function to return a value from a named array or a specified default
h
- $hdrs
- in file xmlrpc.php, variable xmlrpcresp::$hdrs
- $header
- in file feedcreator.php, variable HTMLCreator::$header
Contains HTML to be output at the start of the feed's html representation.
- $height
- in file feedcreator.php, variable FeedImage::$height
- $height
- in file feedcreator.php, variable EnclosureItem::$height
- $Helo
- in file phpmailer.php, variable PHPMailer::$Helo
Sets the SMTP HELO of the message (Default is $Hostname).
- $helo_rply
- in file smtp.php, variable SMTP::$helo_rply
- $Host
- in file phpmailer.php, variable PHPMailer::$Host
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
- $host
- in file config.php, variable JFrameworkConfig::$host
- $Hostname
- in file phpmailer.php, variable PHPMailer::$Hostname
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
- HasMultiBytes
- in file phpmailer.php, method PHPMailer::HasMultiBytes()
Checks if a string contains multibyte characters.
- HeaderLine
- in file phpmailer.php, method PHPMailer::HeaderLine()
- Hello
- in file smtp.php, method SMTP::Hello()
Sends the HELO command to the smtp server.
- Help
- in file smtp.php, method SMTP::Help()
Gets help information on the keyword specified. If the keyword
- HTMLCreator
- in file feedcreator.php, class HTMLCreator
HTMLCreator is a FeedCreator that writes an HTML feed file to a specific location, overriding the createFeed method of the parent FeedCreator.
- HtmlDescribable
- in file feedcreator.php, class HtmlDescribable
An HtmlDescribable is an item within a feed that can have a description that may include HTML markup.
- html4strict.php
- procedural page html4strict.php
- hr.php
- procedural page hr.php
- hu.php
- procedural page hu.php
- hasChildren
- in file categories.php, method JCategoryNode::hasChildren()
Returns true if the category has children
- helper.php
- procedural page helper.php
- helper.php
- procedural page helper.php
- helper.php
- procedural page helper.php
- hasChildren
- in file tree.php, method JNode::hasChildren()
- $host
- in file ldap.php, variable JLDAP::$host
- hasCredentials
- in file helper.php, method JClientHelper::hasCredentials()
Method to determine if client login credentials are present
- helper.php
- procedural page helper.php
- hasUTF
- in file mysqli.php, method JDatabaseMySQLi::hasUTF()
Determines UTF support
- hasUTF
- in file mysql.php, method JDatabaseMySQL::hasUTF()
Determines UTF support
- hasUTF
- in file database.php, method JDatabase::hasUTF()
Determines UTF support
- having
- in file query.php, method JQuery::having()
- $height
- in file feed.php, variable JFeedImage::$height
Title feed attribute
- html.php
- procedural page html.php
- head.php
- procedural page head.php
- hasFeature
- in file browser.php, method JBrowser::hasFeature()
Check the current browser capabilities.
- hasQuirk
- in file browser.php, method JBrowser::hasQuirk()
Check unique behavior for the current browser.
- $handlers
- in file error.php, variable JError::$handlers
- handleCallback
- in file error.php, method JError::handleCallback()
Callback error handler - Send the error object to a callback method for error handling
- handleDie
- in file error.php, method JError::handleDie()
Die error handler - Echos the error message to output and then dies
- handleEcho
- in file error.php, method JError::handleEcho()
Echo error handler - Echos the error message to output
- handleIgnore
- in file error.php, method JError::handleIgnore()
Ignore error handler
- handleLog
- in file error.php, method JError::handleLog()
Log error handler - Logs the error message to a system log file
- handleMessage
- in file error.php, method JError::handleMessage()
Message error handler - Enqueues the error message into the system queue
- handleVerbose
- in file error.php, method JError::handleVerbose()
Verbose error handler - Echos the error message to output as well as related info
- hasNativeSupport
- in file zip.php, method JArchiveZip::hasNativeSupport()
Method to determine if the server has native zip support for faster handling
- helpsites.php
- procedural page helpsites.php
- hidden.php
- procedural page hidden.php
- html.php
- procedural page html.php
- help.php
- procedural page help.php
- helper.php
- procedural page helper.php
- hasKey
- in file language.php, method JLanguage::hasKey()
Determines is a key exists
- help.php
- procedural page help.php
- helper.php
- procedural page helper.php
- helper.php
- procedural page helper.php
- helpsites.php
- procedural page helpsites.php
- hidden.php
- procedural page hidden.php
- helper.php
- procedural page helper.php
- has
- in file session.php, method JSession::has()
Check wheter data exists in the session store
- hasToken
- in file session.php, method JSession::hasToken()
Method to determine if a token exists in the session. If not the session will be set to expired
- $hits
- in file category.php, variable JTableCategory::$hits
- $hits
- in file content.php, variable JTableContent::$hits
- $home
- in file menu.php, variable JTableMenu::$home
- hit
- in file table.php, method JTable::hit()
Method to increment the hits for a row if the necessary property/field exists.
- helper.php
- procedural page helper.php
i
- $image
- in file feedcreator.php, variable FeedItem::$image
- $image
- in file feedcreator.php, variable FeedCreator::$image
- $imageAlign
- in file feedcreator.php, variable HTMLCreator::$imageAlign
- $items
- in file feedcreator.php, variable FeedCreator::$items
- index.php
- procedural page index.php
- idna_convert
- in file idna_convert.class.php, class idna_convert
Encode/decode Internationalized Domain Names.
- idna_convert
- in file idna_convert.class.php, method idna_convert::idna_convert()
- import
- in file loader.php, method JLoader::import()
Loads a class from specified directories.
- InlineImageExists
- in file phpmailer.php, method PHPMailer::InlineImageExists()
Returns true if an inline attachment is present.
- isCompatible
- in file version.php, method JVersion::isCompatible()
Compares two "A PHP standardized" version number against the current Joomla! version.
- IsError
- in file phpmailer.php, method PHPMailer::IsError()
Returns true if an error occurred.
- IsHTML
- in file phpmailer.php, method PHPMailer::IsHTML()
Sets message type to HTML.
- IsMail
- in file phpmailer.php, method PHPMailer::IsMail()
Sets Mailer to send message using PHP mail() function.
- iso8601
- in file feedcreator.php, method FeedDate::iso8601()
Gets the date stored in this FeedDate as an ISO 8601 date.
- iso8601_decode
- in file xmlrpc.php, function iso8601_decode()
Given an ISO8601 date string, return a timet in the localtime, or UTC
- iso8601_encode
- in file xmlrpc.php, function iso8601_encode()
Given a timestamp, return the corresponding ISO8601 encoded string.
- IsOdd
- in file fns_tinybrowser.php, function IsOdd()
- isOPIdentifier
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::isOPIdentifier()
- IsQmail
- in file phpmailer.php, method PHPMailer::IsQmail()
Sets Mailer to send message using the qmail MTA.
- IsSendmail
- in file phpmailer.php, method PHPMailer::IsSendmail()
Sets Mailer to send message using the $Sendmail program.
- IsSMTP
- in file phpmailer.php, method PHPMailer::IsSMTP()
Sets Mailer to send message using SMTP.
- is_valid_charset
- in file xmlrpc.php, function is_valid_charset()
Checks if a given charset encoding is present in a list of encodings or
- iTrunc
- in file feedcreator.php, method FeedCreator::iTrunc()
Truncates a string to a certain length at the most sensible point.
- import.php
- procedural page import.php
- idna_convert.class.php
- procedural page idna_convert.class.php
- ini.php
- procedural page ini.php
- it.php
- procedural page it.php
- $id
- in file categories.php, variable JCategoryNode::$id
- $instances
- in file categories.php, variable JCategories::$instances
Array to hold the object instances
- initialise
- in file application.php, method JApplication::initialise()
Initialise the application.
- isAdmin
- in file application.php, method JApplication::isAdmin()
Is admin interface?
- isEnabled
- in file helper.php, method JModuleHelper::isEnabled()
Checks if a module is enabled
- isEnabled
- in file helper.php, method JComponentHelper::isEnabled()
Checks if the component is enabled
- isSite
- in file application.php, method JApplication::isSite()
Is site interface?
- ipToNetAddress
- in file ldap.php, method JLDAP::ipToNetAddress()
Converts a dot notation IP address to net address (e.g. for Netware, etc)
- isConnected
- in file ftp.php, method JFTP::isConnected()
Method to determine if the object is connected to an FTP server
- $id
- in file asset.php, variable JTableAsset::$id
The primary key of the asset.
- $id
- in file viewlevels.php, variable JTableViewlevels::$id
- $id
- in file usergroup.php, variable JTableUsergroup::$id
- innerJoin
- in file query.php, method JQuery::innerJoin()
- insertid
- in file mysqli.php, method JDatabaseMySQLi::insertid()
Description
- insertid
- in file mysql.php, method JDatabaseMySQL::insertid()
Description
- insertid
- in file database.php, method JDatabase::insertid()
Get the ID generated from the previous INSERT operation
- insertObject
- in file mysql.php, method JDatabaseMySQL::insertObject()
Inserts a row into a table based on an objects properties
- insertObject
- in file mysqli.php, method JDatabaseMySQLi::insertObject()
Inserts a row into a table based on an objects properties
- insertObject
- in file database.php, method JDatabase::insertObject()
Inserts a row into a table based on an objects properties
- isLeaf
- in file tablenested.php, method JTableNested::isLeaf()
Method to determine if a node is a leaf node in the tree (has no children).
- isQuoted
- in file database.php, method JDatabase::isQuoted()
Checks if field name needs to be quoted
- $image
- in file feed.php, variable JDocumentFeed::$image
Image feed element
- $items
- in file feed.php, variable JDocumentFeed::$items
The feed items collection
- isBrowser
- in file browser.php, method JBrowser::isBrowser()
Determine if the given browser is the same as the current.
- isInternal
- in file uri.php, method JURI::isInternal()
Checks if the supplied URL is internal
- isRobot
- in file browser.php, method JBrowser::isRobot()
Determines if the browser is a robot or not.
- isSSL
- in file uri.php, method JURI::isSSL()
Checks whether the current URI is using HTTPS.
- isSSLConnection
- in file browser.php, method JBrowser::isSSLConnection()
Determine if we are using a secure (SSL) connection.
- isViewable
- in file browser.php, method JBrowser::isViewable()
Determines if a browser can display a given MIME type.
- $info
- in file exception.php, variable JException::$info
Additional info about the error relevant to the developer
- isError
- in file error.php, method JError::isError()
Method to determine if a value is an exception object. This check supports both JException and PHP5 Exception objects
- isOwner
- in file path.php, method JPath::isOwner()
Method to determine if script owns the path
- integers.php
- procedural page integers.php
- $includePaths
- in file html.php, variable JHtml::$includePaths
- $items
- in file menu.php, variable JHtmlMenu::$items
- $items
- in file category.php, variable JHtmlCategory::$items
- id
- in file grid.php, method JHtmlGrid::id()
- iframe
- in file html.php, method JHtml::iframe()
Write a <iframe></iframe> element
- image
- in file html.php, method JHtml::image()
Write a <img></img> element
- images
- in file list.php, method JHtmlList::images()
Build the select list to choose an image
- initialise
- in file editor.php, method JEditor::initialise()
Initialize the editor
- integerlist
- in file select.php, method JHtmlSelect::integerlist()
Generates a selection list of integers.
- image.php
- procedural page image.php
- $id
- in file extension.php, variable JExtension::$id
- $installElement
- in file component.php, variable JInstallerComponent::$installElement
- $install_script
- in file component.php, variable JInstallerComponent::$install_script
- install
- in file module.php, method JInstallerModule::install()
Custom install method
- install
- in file package.php, method JInstallerPackage::install()
Custom install method
- install
- in file plugin.php, method JInstallerPlugin::install()
Custom install method
- install
- in file template.php, method JInstallerTemplate::install()
Custom install method
- install
- in file library.php, method JInstallerLibrary::install()
Custom install method
- install
- in file installer.php, method JInstaller::install()
Package installation method
- install
- in file language.php, method JInstallerLanguage::install()
Custom install method Note: This behaves badly due to hacks made in the middle of 1.5.x to add the ability to install multiple distinct packs in one install. The preferred method is to use a package to install multiple language packs.
- install
- in file component.php, method JInstallerComponent::install()
Custom install method for components
- install
- in file file.php, method JInstallerFile::install()
Custom install method
- isManifest
- in file installer.php, method JInstaller::isManifest()
Is the xml file a valid Joomla installation manifest file
- installer.php
- procedural page installer.php
- isRTL
- in file language.php, method JLanguage::isRTL()
Get the RTL property
- isEmailAddress
- in file helper.php, method JMailHelper::isEmailAddress()
Verifies that the string is in a proper e-mail address format.
- imagelist.php
- procedural page imagelist.php
- importPlugin
- in file helper.php, method JPluginHelper::importPlugin()
Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.
- isEnabled
- in file helper.php, method JPluginHelper::isEnabled()
Checks if a plugin is enabled.
- ini.php
- procedural page ini.php
- isNew
- in file session.php, method JSession::isNew()
Check whether this session is currently created
- $id
- in file menutype.php, variable JTableMenuType::$id
- $id
- in file module.php, variable JTableModule::$id
- $id
- in file user.php, variable JTableUser::$id
Unique id
- $id
- in file category.php, variable JTableCategory::$id
- $id
- in file menu.php, variable JTableMenu::$id
- $id
- in file component.php, variable JTableComponent::$id
- $id
- in file content.php, variable JTableContent::$id
- $images
- in file content.php, variable JTableContent::$images
- $introtext
- in file content.php, variable JTableContent::$introtext
- $iscore
- in file component.php, variable JTableComponent::$iscore
- $iscore
- in file module.php, variable JTableModule::$iscore
- insert
- in file session.php, method JTableSession::insert()
- isCheckedOut
- in file table.php, method JTable::isCheckedOut()
TODO: This either needs to be static or not.
- $infourl
- in file update.php, variable JUpdate::$infourl
- install
- in file update.php, method JUpdate::install()
- $id
- in file user.php, variable JUser::$id
Unique id
- $isRoot
- in file access.php, variable JAccess::$isRoot
- importDOM
- in file simplexml.php, method JSimpleXML::importDOM()
Get a JSimpleXMLElement object from a DOM node.
- isWinOS
- in file utility.php, method JUtility::isWinOS()
Method to determine if the host OS is Windows
j
- jexit
- in file loader.php, function jexit()
Global application exit.
- JFactory
- in file factory.php, class JFactory
Joomla Framework Factory class
- JFrameworkConfig
- in file config.php, class JFrameworkConfig
- jimport
- in file loader.php, function jimport()
Intelligent file importer
- JLoader
- in file loader.php, class JLoader
- JRoute
- in file methods.php, class JRoute
Route handling class
- JSCreator
- in file feedcreator.php, class JSCreator
JSCreator is a class that writes a js file to a specific location, overriding the createFeed method of the parent HTMLCreator.
- JVersion
- in file version.php, class JVersion
Version information.
- JVERSION
- in file import.php, constant JVERSION
- javascript.php
- procedural page javascript.php
- JRule
- in file rule.php, class JRule
- JRules
- in file rules.php, class JRules
- JApplication
- in file application.php, class JApplication
Base class for a Joomla! application.
- JApplicationHelper
- in file helper.php, class JApplicationHelper
Application helper functions
- JCategories
- in file categories.php, class JCategories
JCategories Class.
- JCategoryNode
- in file categories.php, class JCategoryNode
Helper class to load Categorytree
- JComponentHelper
- in file helper.php, class JComponentHelper
Component helper class
- JController
- in file controller.php, class JController
Base class for a Joomla Controller
- JControllerForm
- in file controllerform.php, class JControllerForm
Controller tailored to suit most form-based admin operations.
- JMenu
- in file menu.php, class JMenu
JMenu class
- JMenuAdministrator
- in file menu.php, class JMenuAdministrator
JMenu class.
- JModel
- in file model.php, class JModel
Base class for a Joomla Model
- JModelForm
- in file modelform.php, class JModelForm
Prototype form model.
- JModelItem
- in file modelitem.php, class JModelItem
Prototype item model.
- JModelList
- in file modellist.php, class JModelList
Prototype list model.
- JModuleHelper
- in file helper.php, class JModuleHelper
Module helper class
- JPathway
- in file pathway.php, class JPathway
Class to maintain a pathway.
- JRouter
- in file router.php, class JRouter
Class to create and parse routes
- JROUTER_MODE_RAW
- in file router.php, constant JROUTER_MODE_RAW
Set the available masks for the routing mode
- JROUTER_MODE_SEF
- in file router.php, constant JROUTER_MODE_SEF
- JView
- in file view.php, class JView
Base class for a Joomla View
- JAdapter
- in file adapter.php, class JAdapter
Adapter Class Retains common adapter pattern functions Class harvested from joomla.installer.installer
- JAdapterInstance
- in file adapterinstance.php, class JAdapterInstance
Adapter Instance Class
- JNode
- in file tree.php, class JNode
Tree Node Class.
- JObject
- in file object.php, class JObject
Base object class.
- JObservable
- in file observable.php, class JObservable
Abstract observable class to implement the observer design pattern
- JObserver
- in file observer.php, class JObserver
Abstract observer class to implement the observer design pattern
- JTree
- in file tree.php, class JTree
Tree Class.
- JUpdateAdapter
- in file updateadapter.php, class JUpdateAdapter
Adapter Instance Class
- JUpdaterCollection
- in file collection.php, class JUpdaterCollection
Collection Update Adapter Class
- JUpdaterExtension
- in file extension.php, class JUpdaterExtension
Adapter Instance Class
- JCache
- in file cache.php, class JCache
Joomla! Cache base object
- JCacheCallback
- in file callback.php, class JCacheCallback
Joomla! Cache callback type object
- JCacheOutput
- in file output.php, class JCacheOutput
Joomla! Cache output type object
- JCachePage
- in file page.php, class JCachePage
Joomla! Cache page type object
- JCacheStorage
- in file storage.php, class JCacheStorage
Abstract cache storage handler
- JCacheStorageApc
- in file apc.php, class JCacheStorageApc
APC cache storage handler
- JCacheStorageEaccelerator
- in file eaccelerator.php, class JCacheStorageEaccelerator
eAccelerator cache storage handler
- JCacheStorageFile
- in file file.php, class JCacheStorageFile
File cache storage handler
- JCacheStorageMemcache
- in file memcache.php, class JCacheStorageMemcache
Memcache cache storage handler
- JCacheStorageXCache
- in file xcache.php, class JCacheStorageXCache
XCache cache storage handler
- JCacheView
- in file view.php, class JCacheView
Joomla! Cache view type object
- JSessionStorageXcache
- in file xcache.php, class JSessionStorageXcache
XCache session storage handler
- JClientHelper
- in file helper.php, class JClientHelper
Client helper class
- JFTP
- in file ftp.php, class JFTP
FTP client class
- JLDAP
- in file ldap.php, class JLDAP
LDAP client class
- JDatabase
- in file database.php, class JDatabase
Database connector class
- JDatabaseMySQL
- in file mysql.php, class JDatabaseMySQL
MySQL database driver
- JDatabaseMySQLi
- in file mysqli.php, class JDatabaseMySQLi
MySQLi database driver
- join
- in file query.php, method JQuery::join()
- JQuery
- in file query.php, class JQuery
Query Building Class.
- JQueryElement
- in file query.php, class JQueryElement
Query Element Class.
- JTableAsset
- in file asset.php, class JTableAsset
Table class supporting modified pre-order tree traversal behavior.
- JTableNested
- in file tablenested.php, class JTableNested
Table class supporting modified pre-order tree traversal behavior.
- JTableUsergroup
- in file usergroup.php, class JTableUsergroup
Usergroup table class.
- JTableViewlevels
- in file viewlevels.php, class JTableViewlevels
Viewlevels table class.
- JDocument
- in file document.php, class JDocument
Document class, provides an easy interface to parse and display a document
- JDocumentError
- in file error.php, class JDocumentError
DocumentError class, provides an easy interface to parse and display an error page
- JDocumentFeed
- in file feed.php, class JDocumentFeed
DocumentFeed class, provides an easy interface to parse and display any feed document
- JDocumentHTML
- in file html.php, class JDocumentHTML
DocumentHTML class, provides an easy interface to parse and display an html document
- JDocumentJSON
- in file json.php, class JDocumentJSON
JDocumentJSON class, provides an easy interface to parse and display JSON output
- JDocumentRAW
- in file raw.php, class JDocumentRAW
DocumentRAW class, provides an easy interface to parse and display raw output
- JDocumentRenderer
- in file renderer.php, class JDocumentRenderer
Abstract class for a renderer
- JDocumentRendererAtom
- in file atom.php, class JDocumentRendererAtom
JDocumentRenderer_Atom is a feed that implements the atom specification
- JDocumentRendererComponent
- in file component.php, class JDocumentRendererComponent
Component renderer
- JDocumentRendererHead
- in file head.php, class JDocumentRendererHead
JDocument head renderer
- JDocumentRendererMessage
- in file message.php, class JDocumentRendererMessage
JDocument system message renderer
- JDocumentRendererModule
- in file module.php, class JDocumentRendererModule
JDocument Module renderer
- JDocumentRendererModules
- in file modules.php, class JDocumentRendererModules
JDocument Modules renderer
- JDocumentRendererRSS
- in file rss.php, class JDocumentRendererRSS
JDocumentRenderer_RSS is a feed that implements RSS 2.0 Specification
- JDocumentXML
- in file xml.php, class JDocumentXML
DocumentXML class, provides an easy interface to parse and display xml output
- JFeedEnclosure
- in file feed.php, class JFeedEnclosure
JFeedEnclosure is an internal class that stores feed enclosure information
- JFeedImage
- in file feed.php, class JFeedImage
JFeedImage is an internal class that stores feed image information
- JFeedItem
- in file feed.php, class JFeedItem
JFeedItem is an internal class that stores feed item information
- json.php
- procedural page json.php
- JBrowser
- in file browser.php, class JBrowser
Browser class, provides capability information about the current web client.
- JRequest
- in file request.php, class JRequest
JRequest Class
- JREQUEST_ALLOWHTML
- in file request.php, constant JREQUEST_ALLOWHTML
- JREQUEST_ALLOWRAW
- in file request.php, constant JREQUEST_ALLOWRAW
- JREQUEST_NOTRIM
- in file request.php, constant JREQUEST_NOTRIM
Set the available masks for cleaning variables
- JResponse
- in file response.php, class JResponse
JResponse Class.
- JURI
- in file uri.php, class JURI
JURI Class
- JError
- in file error.php, class JError
Error Handling Class
- JERROR_CALLBACK_NOT_CALLABLE
- in file error.php, constant JERROR_CALLBACK_NOT_CALLABLE
- JERROR_ILLEGAL_MODE
- in file error.php, constant JERROR_ILLEGAL_MODE
- JERROR_ILLEGAL_OPTIONS
- in file error.php, constant JERROR_ILLEGAL_OPTIONS
- JException
- in file exception.php, class JException
Joomla! Exception object.
- JLog
- in file log.php, class JLog
Joomla! Logging class
- JProfiler
- in file profiler.php, class JProfiler
Utility class to assist in the process of benchmarking the execution of sections of code to understand where time is being spent.
- JDispatcher
- in file dispatcher.php, class JDispatcher
Class to handle dispatching of events.
- JEvent
- in file event.php, class JEvent
JEvent Class
- JArchive
- in file archive.php, class JArchive
An Archive handling class
- JArchiveBzip2
- in file bzip2.php, class JArchiveBzip2
Bzip2 format adapter for the JArchive class
- JArchiveGzip
- in file gzip.php, class JArchiveGzip
Gzip format adapter for the JArchive class
- JArchiveTar
- in file tar.php, class JArchiveTar
Tar format adapter for the JArchive class
- JArchiveZip
- in file zip.php, class JArchiveZip
ZIP format adapter for the JArchive class
- JFile
- in file file.php, class JFile
A File handling class
- JFolder
- in file folder.php, class JFolder
A Folder handling class
- JPath
- in file path.php, class JPath
A Path handling class
- JPATH_ISMAC
- in file path.php, constant JPATH_ISMAC
boolean True if a Mac based host
- JPATH_ISWIN
- in file path.php, constant JPATH_ISWIN
boolean True if a Windows based host
- JPATH_ROOT
- in file path.php, constant JPATH_ROOT
string The root directory of the file system in native format
- JFilterInput
- in file filterinput.php, class JFilterInput
JFilterInput is a class for filtering input from any data source
- JFilterOutput
- in file filteroutput.php, class JFilterOutput
JFilterOutput
- JCOMPAT_UNICODE_PROPERTIES
- in file formrule.php, constant JCOMPAT_UNICODE_PROPERTIES
- JFormField
- in file formfield.php, class JFormField
Abstract Form Field class for the Joomla Framework.
- JFormFieldAccessLevels
- in file accesslevels.php, class JFormFieldAccessLevels
Form Field class for the Joomla Framework.
- JFormFieldCacheHandlers
- in file cachehandlers.php, class JFormFieldCacheHandlers
Form Field class for the Joomla Framework.
- JFormFieldCalendar
- in file calendar.php, class JFormFieldCalendar
Form Field class for the Joomla Framework.
- JFormFieldCategories
- in file categories.php, class JFormFieldCategories
Supports an HTML select list of categories
- JFormFieldCheckbox
- in file checkbox.php, class JFormFieldCheckbox
Form Field class for the Joomla Framework.
- JFormFieldCombo
- in file combo.php, class JFormFieldCombo
Form Field class for the Joomla Framework.
- JFormFieldComponentLayouts
- in file componentlayouts.php, class JFormFieldComponentLayouts
Form Field to display a list of the layouts for a component view from the extension or default template overrides.
- JFormFieldContentLanguages
- in file contentlanguages.php, class JFormFieldContentLanguages
Form Field class for the Joomla Framework.
- JFormFieldEditor
- in file editor.php, class JFormFieldEditor
Form Field class for the Joomla Framework.
- JFormFieldEditors
- in file editors.php, class JFormFieldEditors
Form Field class for the Joomla Framework.
- JFormFieldFile
- in file file.php, class JFormFieldFile
Form Field class for the Joomla Framework.
- JFormFieldHelpsites
- in file helpsites.php, class JFormFieldHelpsites
Form Field class for the Joomla Framework.
- JFormFieldHidden
- in file hidden.php, class JFormFieldHidden
Form Field class for the Joomla Framework.
- JFormFieldIntegers
- in file integers.php, class JFormFieldIntegers
Form Field class for the Joomla Framework.
- JFormFieldLanguages
- in file languages.php, class JFormFieldLanguages
Form Field class for the Joomla Framework.
- JFormFieldList
- in file list.php, class JFormFieldList
Form Field class for the Joomla Framework.
- JFormFieldMedia
- in file media.php, class JFormFieldMedia
Form Field class for the Joomla Framework.
- JFormFieldModuleLayouts
- in file modulelayouts.php, class JFormFieldModuleLayouts
Form Field to display a list of the layouts for a module view from the module or default template overrides.
- JFormFieldPassword
- in file password.php, class JFormFieldPassword
Form Field class for the Joomla Framework.
- JFormFieldRadio
- in file radio.php, class JFormFieldRadio
Form Field class for the Joomla Framework.
- JFormFieldRules
- in file rules.php, class JFormFieldRules
Form Field class for the Joomla Framework.
- JFormFieldSessionHandlers
- in file sessionhandlers.php, class JFormFieldSessionHandlers
Form Field class for the Joomla Framework.
- JFormFieldSpacer
- in file spacer.php, class JFormFieldSpacer
Form Field class for the Joomla Framework.
- JFormFieldTemplates
- in file templates.php, class JFormFieldTemplates
Form Field class for the Joomla Framework.
- JFormFieldText
- in file text.php, class JFormFieldText
Form Field class for the Joomla Framework.
- JFormFieldTextarea
- in file textarea.php, class JFormFieldTextarea
Form Field class for the Joomla Framework.
- JFormFieldTimezones
- in file timezones.php, class JFormFieldTimezones
Form Field class for the Joomla Framework.
- JFormFieldUserGroups
- in file usergroups.php, class JFormFieldUserGroups
Form Field class for the Joomla Framework.
- JFormRule
- in file formrule.php, class JFormRule
Form Rule class for the Joomla Framework.
- JFormRuleBoolean
- in file boolean.php, class JFormRuleBoolean
Form Rule class for the Joomla Framework.
- JFormRuleEmail
- in file email.php, class JFormRuleEmail
Form Rule class for the Joomla Framework.
- JFormRuleEquals
- in file equals.php, class JFormRuleEquals
Form Rule class for the Joomla Framework.
- JFormRuleRules
- in file rules.php, class JFormRuleRules
Form Rule class for the Joomla Framework.
- JFormRuleUsername
- in file username.php, class JFormRuleUsername
Form Rule class for the Joomla Framework.
- JForm
- in file form.php, class JForm
Form Class for the Joomla Framework.
- JFormValidator
- in file formvalidator.php, class JFormValidator
Form Validator class for the Joomla Framework.
- JButton
- in file button.php, class JButton
Button base class
- JButtonConfirm
- in file confirm.php, class JButtonConfirm
Renders a standard button with a confirm dialog
- JButtonCustom
- in file custom.php, class JButtonCustom
Renders a custom button
- JButtonHelp
- in file help.php, class JButtonHelp
Renders a help popup window button
- JButtonLink
- in file link.php, class JButtonLink
Renders a link button
- JButtonPopup
- in file popup.php, class JButtonPopup
Renders a popup window button
- JButtonSeparator
- in file separator.php, class JButtonSeparator
Renders a button separator
- JButtonStandard
- in file standard.php, class JButtonStandard
Renders a standard button
- JEditor
- in file editor.php, class JEditor
JEditor class to handle WYSIWYG editors
- JHtml
- in file html.php, class JHtml
Utility class for all HTML drawing classes
- JHtmlAccess
- in file access.php, class JHtmlAccess
Extended Utility class for all HTML drawing classes.
- JHtmlBehavior
- in file behavior.php, class JHtmlBehavior
Utility class for javascript behaviors
- JHtmlCategory
- in file category.php, class JHtmlCategory
Utility class for categories
- JHtmlContent
- in file content.php, class JHtmlContent
Utility class to fire onPrepareContent for non-article based content.
- JHtmlEmail
- in file email.php, class JHtmlEmail
Utility class for cloaking email adresses
- JHtmlForm
- in file form.php, class JHtmlForm
Utility class for form elements
- JHtmlGrid
- in file grid.php, class JHtmlGrid
Utility class for creating HTML Grids
- JHtmlJGrid
- in file jgrid.php, class JHtmlJGrid
Utility class for creating HTML Grids
- JHtmlList
- in file list.php, class JHtmlList
Utility class for creating different select lists
- JHtmlMenu
- in file menu.php, class JHtmlMenu
Utility class working with menu select lists
- JHtmlRules
- in file rules.php, class JHtmlRules
Extended Utility class for all HTML drawing classes.
- JHtmlSelect
- in file select.php, class JHtmlSelect
Utility class for creating HTML select lists
- JPagination
- in file pagination.php, class JPagination
Pagination Class. Provides a common interface for content pagination for the Joomla! Framework.
- JPaginationObject
- in file pagination.php, class JPaginationObject
Pagination object representing a particular item in the pagination lists.
- JPane
- in file pane.php, class JPane
JPane abstract class
- JPaneSliders
- in file pane.php, class JPaneSliders
JPanelSliders class to to draw parameter panes.
- JPaneTabs
- in file pane.php, class JPaneTabs
JPanelTabs class to to draw parameter panes.
- JToolBar
- in file toolbar.php, class JToolBar
ToolBar handler
- jgrid.php
- procedural page jgrid.php
- JHtmlImage
- in file image.php, class JHtmlImage
Utility class working with images.
- JExtension
- in file extension.php, class JExtension
Extension object
- JInstaller
- in file installer.php, class JInstaller
Joomla base installer class
- JInstallerComponent
- in file component.php, class JInstallerComponent
Component installer
- JInstallerFile
- in file file.php, class JInstallerFile
File installer
- JInstallerHelper
- in file helper.php, class JInstallerHelper
Installer helper class
- JInstallerLanguage
- in file language.php, class JInstallerLanguage
Language installer
- JInstallerLibrary
- in file library.php, class JInstallerLibrary
Library installer
- JInstallerModule
- in file module.php, class JInstallerModule
Module installer
- JInstallerPackage
- in file package.php, class JInstallerPackage
Package installer
- JInstallerPlugin
- in file plugin.php, class JInstallerPlugin
Plugin installer
- JInstallerTemplate
- in file template.php, class JInstallerTemplate
Template installer
- JLibraryManifest
- in file librarymanifest.php, class JLibraryManifest
Joomla! Library Manifest File
- JPackageManifest
- in file packagemanifest.php, class JPackageManifest
Joomla! Package Manifest File
- JHelp
- in file help.php, class JHelp
Help system class
- JLanguage
- in file language.php, class JLanguage
Languages/translation handler class
- JLanguageHelper
- in file helper.php, class JLanguageHelper
- JText
- in file methods.php, class JText
Text handling class.
- JMail
- in file mail.php, class JMail
E-Mail Class. Provides a common interface to send e-mail from the Joomla! Framework
- JMailHelper
- in file helper.php, class JMailHelper
E-Mail helper class, provides static methods to perform various tasks relevant to the Joomla e-mail routines.
- JElement
- in file element.php, class JElement
Parameter base class
- JElementAssetGroups
- in file assetgroups.php, class JElementAssetGroups
Renders a select list of Asset Groups
- JElementCalendar
- in file calendar.php, class JElementCalendar
Renders a calendar element
- JElementCategory
- in file category.php, class JElementCategory
Renders a category element
- JElementComponentLayouts
- in file componentlayouts.php, class JElementComponentLayouts
Parameter to display a list of the layouts for a component view from the extension or default template overrides.
- JElementContentLanguages
- in file contentlanguages.php, class JElementContentLanguages
Renders a select list of Asset Groups
- JElementEditors
- in file editors.php, class JElementEditors
Renders a editors element
- JElementFilelist
- in file filelist.php, class JElementFilelist
Renders a filelist element
- JElementFolderlist
- in file folderlist.php, class JElementFolderlist
Renders a filelist element
- JElementHelpsites
- in file helpsites.php, class JElementHelpsites
Renders a helpsites element
- JElementHidden
- in file hidden.php, class JElementHidden
Renders a hidden element
- JElementImageList
- in file imagelist.php, class JElementImageList
Renders a imagelist element
- JElementLanguages
- in file languages.php, class JElementLanguages
Renders a languages element
- JElementList
- in file list.php, class JElementList
Renders a list element
- JElementMenu
- in file menu.php, class JElementMenu
Renders a menu element
- JElementMenuItem
- in file menuitem.php, class JElementMenuItem
Renders a menu item element
- JElementModuleLayouts
- in file modulelayouts.php, class JElementModuleLayouts
Parameter to display a list of the layouts for a module from the module or default template overrides.
- JElementPassword
- in file password.php, class JElementPassword
Renders a password element
- JElementRadio
- in file radio.php, class JElementRadio
Renders a radio element
- JElementSpacer
- in file spacer.php, class JElementSpacer
Renders a spacer element
- JElementSQL
- in file sql.php, class JElementSQL
Renders a SQL element
- JElementText
- in file text.php, class JElementText
Renders a text element
- JElementTextarea
- in file textarea.php, class JElementTextarea
Renders a textarea element
- JElementTimezones
- in file timezones.php, class JElementTimezones
Renders a timezones element
- JElementUserGroup
- in file usergroup.php, class JElementUserGroup
Renders a editors element
- JParameter
- in file parameter.php, class JParameter
Parameter handler
- JPlugin
- in file plugin.php, class JPlugin
JPlugin Class
- JPluginHelper
- in file helper.php, class JPluginHelper
Plugin helper class
- JRegistry
- in file registry.php, class JRegistry
JRegistry class
- JRegistryFormat
- in file format.php, class JRegistryFormat
Abstract Format for JRegistry
- JRegistryFormatINI
- in file ini.php, class JRegistryFormatINI
INI format handler for JRegistry
- JRegistryFormatJSON
- in file json.php, class JRegistryFormatJSON
JSON format handler for JRegistry
- JRegistryFormatPHP
- in file php.php, class JRegistryFormatPHP
PHP class format handler for JRegistry
- JRegistryFormatXML
- in file xml.php, class JRegistryFormatXML
XML Format for JRegistry
- json.php
- procedural page json.php
- JSession
- in file session.php, class JSession
Class for managing HTTP sessions
- JSessionStorage
- in file storage.php, class JSessionStorage
Custom session storage handler for PHP
- JSessionStorageApc
- in file apc.php, class JSessionStorageApc
APC session storage handler for PHP
- JSessionStorageDatabase
- in file database.php, class JSessionStorageDatabase
Database session storage handler for PHP
- JSessionStorageEaccelerator
- in file eaccelerator.php, class JSessionStorageEaccelerator
eAccelerator session storage handler for PHP
- JSessionStorageMemcache
- in file memcache.php, class JSessionStorageMemcache
Memcache session storage handler for PHP
- JSessionStorageNone
- in file none.php, class JSessionStorageNone
File session handler for PHP
- JTable
- in file table.php, class JTable
Abstract Table class
- JTableCategory
- in file category.php, class JTableCategory
Category table
- JTableComponent
- in file component.php, class JTableComponent
Component table
- JTableContent
- in file content.php, class JTableContent
Content table
- JTableExtension
- in file extension.php, class JTableExtension
Extension table Replaces plugins table
- JTableMenu
- in file menu.php, class JTableMenu
Menu table
- JTableMenuType
- in file menutype.php, class JTableMenuType
Menu Types table
- JTableModule
- in file module.php, class JTableModule
Module table
- JTableSession
- in file session.php, class JTableSession
Session table
- JTableUpdate
- in file update.php, class JTableUpdate
Update table Stores updates temporarily
- JTableUser
- in file user.php, class JTableUser
Users table
- JUpdate
- in file update.php, class JUpdate
Update class.
- JUpdater
- in file updater.php, class JUpdater
Updater Class
- JAccess
- in file access.php, class JAccess
Class that handles all access authorization routines.
- JAUTHENTICATE_STATUS_CANCEL
- in file authentication.php, constant JAUTHENTICATE_STATUS_CANCEL
Status to indicate cancellation of authentication.
- JAUTHENTICATE_STATUS_FAILURE
- in file authentication.php, constant JAUTHENTICATE_STATUS_FAILURE
This is the status code returned when the authentication failed
- JAUTHENTICATE_STATUS_SUCCESS
- in file authentication.php, constant JAUTHENTICATE_STATUS_SUCCESS
This is the status code returned when the authentication is success.
- JAuthentication
- in file authentication.php, class JAuthentication
Authenthication class, provides an interface for the Joomla authentication system
- JAuthenticationResponse
- in file authentication.php, class JAuthenticationResponse
Authorization response class, provides an object for storing user and error details
- JUser
- in file user.php, class JUser
User class. Handles all application interaction with a user
- JUserHelper
- in file helper.php, class JUserHelper
Authorization helper class, provides static methods to perform various tasks relevant to the Joomla user and authorization classes
- JArrayHelper
- in file arrayhelper.php, class JArrayHelper
JArrayHelper is an array utility class for doing all sorts of odds and ends with arrays.
- JBuffer
- in file buffer.php, class JBuffer
Generic Buffer stream handler
- JDate
- in file date.php, class JDate
JDate is a class that stores a date
- JSimpleCrypt
- in file simplecrypt.php, class JSimpleCrypt
JSimpleCrypt is a very simple encryption algorithm for encyrpting/decrypting strings
- JSimpleXML
- in file simplexml.php, class JSimpleXML
SimpleXML implementation.
- JSimpleXMLElement
- in file simplexml.php, class JSimpleXMLElement
SimpleXML Element
- JString
- in file string.php, class JString
String handling class for utf-8 data Wraps the mb library All functions assume the validity of utf-8 strings.
- JUtility
- in file utility.php, class JUtility
JUtility is a utility functions class
k
- $keepalive
- in file xmlrpc.php, variable xmlrpc_client::$keepalive
- $key
- in file xmlrpc.php, variable xmlrpc_client::$key
- $keypass
- in file xmlrpc.php, variable xmlrpc_client::$keypass
- $keywords
- in file feedcreator.php, variable EnclosureItem::$keywords
- kindOf
- in file xmlrpc.php, method xmlrpcval::kindOf()
Returns a string containing "struct", "array" or "scalar" describing the base type of the value
- kindOf
- in file xmlrpc.php, method xmlrpcmsg::kindOf()
- keepalive
- in file behavior.php, method JHtmlBehavior::keepalive()
Keep session alive, for example, while editing or creating an article.
l
- $language
- in file factory.php, variable JFactory::$language
- $language
- in file feedcreator.php, variable FeedCreator::$language
- $language
- in file phpmailer.php, variable PHPMailer::$language
- $language
- in file config.php, variable JFrameworkConfig::$language
- $lastBuildDate
- in file feedcreator.php, variable FeedCreator::$lastBuildDate
- $LE
- in file phpmailer.php, variable PHPMailer::$LE
Provides the ability to change the line ending
- $length
- in file feedcreator.php, variable EnclosureItem::$length
- $lifetime
- in file config.php, variable JFrameworkConfig::$lifetime
- $link
- in file feedcreator.php, variable FeedItem::$link
- $link
- in file feedcreator.php, variable FeedCreator::$link
- $link
- in file feedcreator.php, variable FeedImage::$link
- $log_path
- in file config.php, variable JFrameworkConfig::$log_path
- Lang
- in file phpmailer.php, method PHPMailer::Lang()
Returns a message in the appropriate language.
- loader.php
- procedural page loader.php
- load
- in file loader.php, method JLoader::load()
Load the file for a class
- lv.php
- procedural page lv.php
- $lang
- in file categories.php, variable JCategoryNode::$lang
- $lft
- in file categories.php, variable JCategoryNode::$lft
- load
- in file menu.php, method JMenu::load()
Loads the menu items
- loadHelper
- in file view.php, method JView::loadHelper()
Load a helper file
- loadTemplate
- in file view.php, method JView::loadTemplate()
Load a template file -- first look in the templates folder for an override
- login
- in file application.php, method JApplication::login()
Login authentication function.
- logout
- in file application.php, method JApplication::logout()
Logout authentication function.
- loadAllAdapters
- in file adapter.php, method JAdapter::loadAllAdapters()
Loads all adapters
- LDAPNetAddr
- in file ldap.php, method JLDAP::LDAPNetAddr()
extract readable network address from the LDAP encoded networkAddress attribute.
- ldap.php
- procedural page ldap.php
- listDetails
- in file ftp.php, method JFTP::listDetails()
Method to list the contents of a directory on the FTP server
- listNames
- in file ftp.php, method JFTP::listNames()
Method to list the filenames of the contents of a directory on the FTP server
- login
- in file ftp.php, method JFTP::login()
Method to login to a server once connected
- $level
- in file tablenested.php, variable JTableNested::$level
Object property holding the depth level of the node in the tree.
- $lft
- in file usergroup.php, variable JTableUsergroup::$lft
- $lft
- in file tablenested.php, variable JTableNested::$lft
Object property holding the left value of the node for managing its placement in the nested sets tree.
- leftJoin
- in file query.php, method JQuery::leftJoin()
- loadAssoc
- in file mysqli.php, method JDatabaseMySQLi::loadAssoc()
Fetch a result row as an associative array
- loadAssoc
- in file mysql.php, method JDatabaseMySQL::loadAssoc()
Fetch a result row as an associative array
- loadAssoc
- in file database.php, method JDatabase::loadAssoc()
Fetch a result row as an associative array
- loadAssocList
- in file database.php, method JDatabase::loadAssocList()
Load a associactive list of database rows
- loadAssocList
- in file mysqli.php, method JDatabaseMySQLi::loadAssocList()
Load a assoc list of database rows
- loadAssocList
- in file mysql.php, method JDatabaseMySQL::loadAssocList()
Load a assoc list of database rows
- loadByName
- in file asset.php, method JTableAsset::loadByName()
Method to load an asset by it's name.
- loadNextObject
- in file mysql.php, method JDatabaseMySQL::loadNextObject()
Load the next row returned by the query.
- loadNextObject
- in file database.php, method JDatabase::loadNextObject()
Load the next row returned by the query.
- loadNextObject
- in file mysqli.php, method JDatabaseMySQLi::loadNextObject()
Load the next row returned by the query.
- loadNextRow
- in file mysql.php, method JDatabaseMySQL::loadNextRow()
Load the next row returned by the query.
- loadNextRow
- in file mysqli.php, method JDatabaseMySQLi::loadNextRow()
Load the next row returned by the query.
- loadNextRow
- in file database.php, method JDatabase::loadNextRow()
Load the next row returned by the query.
- loadObject
- in file mysql.php, method JDatabaseMySQL::loadObject()
This global function loads the first row of a query into an object
- loadObject
- in file database.php, method JDatabase::loadObject()
This global function loads the first row of a query into an object
- loadObject
- in file mysqli.php, method JDatabaseMySQLi::loadObject()
This global function loads the first row of a query into an object
- loadObjectList
- in file mysqli.php, method JDatabaseMySQLi::loadObjectList()
Load a list of database objects
- loadObjectList
- in file mysql.php, method JDatabaseMySQL::loadObjectList()
Load a list of database objects
- loadObjectList
- in file database.php, method JDatabase::loadObjectList()
Load a list of database objects
- loadResult
- in file mysqli.php, method JDatabaseMySQLi::loadResult()
This method loads the first field of the first row returned by the query.
- loadResult
- in file mysql.php, method JDatabaseMySQL::loadResult()
This method loads the first field of the first row returned by the query.
- loadResult
- in file database.php, method JDatabase::loadResult()
This method loads the first field of the first row returned by the query.
- loadResultArray
- in file database.php, method JDatabase::loadResultArray()
Load an array of single field results into an array
- loadResultArray
- in file mysqli.php, method JDatabaseMySQLi::loadResultArray()
Load an array of single field results into an array
- loadResultArray
- in file mysql.php, method JDatabaseMySQL::loadResultArray()
Load an array of single field results into an array
- loadRow
- in file database.php, method JDatabase::loadRow()
Load the first row returned by the query
- loadRow
- in file mysqli.php, method JDatabaseMySQLi::loadRow()
Description
- loadRow
- in file mysql.php, method JDatabaseMySQL::loadRow()
Description
- loadRowList
- in file mysql.php, method JDatabaseMySQL::loadRowList()
Load a list of database rows (numeric column indexing)
- loadRowList
- in file mysqli.php, method JDatabaseMySQLi::loadRowList()
Load a list of database rows (numeric column indexing)
- loadRowList
- in file database.php, method JDatabase::loadRowList()
Load a list of database rows (numeric column indexing)
- $language
- in file document.php, variable JDocument::$language
Contains the document language setting
- $lastBuildDate
- in file feed.php, variable JDocumentFeed::$lastBuildDate
Lastbuild date feed element
- $length
- in file feed.php, variable JFeedEnclosure::$length
Lenght enclosure element
- $link
- in file feed.php, variable JFeedImage::$link
Link image attribute
- $link
- in file document.php, variable JDocument::$link
Document full URL
- $link
- in file feed.php, variable JFeedItem::$link
Link item element
- loadRenderer
- in file document.php, method JDocument::loadRenderer()
Load a renderer
- $level
- in file exception.php, variable JException::$level
Error level
- $levels
- in file error.php, variable JError::$levels
- $line
- in file exception.php, variable JException::$line
Line number the error occurred in [Available if backtrace is enabled]
- log.php
- procedural page log.php
- listFolderTree
- in file folder.php, method JFolder::listFolderTree()
Lists folder in format suitable for tree display.
- linkXHTMLSafe
- in file filteroutput.php, method JFilterOutput::linkXHTMLSafe()
This method processes a string and replaces all instances of & with & in links only
- languages.php
- procedural page languages.php
- list.php
- procedural page list.php
- load
- in file form.php, method JForm::load()
Method to load the form description from a file or string.
- loadFieldsXML
- in file form.php, method JForm::loadFieldsXML()
Loads form fields from an XML fields element optionally reseting fields before loading new ones.
- loadFieldType
- in file form.php, method JForm::loadFieldType()
Method to load a form field object.
- loadFolder
- in file form.php, method JForm::loadFolder()
Method to load form descriptions from a complete folder.
- $limit
- in file pagination.php, variable JPagination::$limit
Number of rows to display per page.
- $limitstart
- in file pagination.php, variable JPagination::$limitstart
The record number to start dislpaying from.
- $link
- in file pagination.php, variable JPaginationObject::$link
- list.php
- procedural page list.php
- link.php
- procedural page link.php
- link
- in file html.php, method JHtml::link()
Write a <a></a> element
- linkoptions
- in file menu.php, method JHtmlMenu::linkoptions()
Build the multiple select list for Menu Links/Pages
- loadButtonType
- in file toolbar.php, method JToolBar::loadButtonType()
Loads a button type.
- $libraryname
- in file librarymanifest.php, variable JLibraryManifest::$libraryname
- $license
- in file librarymanifest.php, variable JLibraryManifest::$license
- language.php
- procedural page language.php
- library.php
- procedural page library.php
- librarymanifest.php
- procedural page librarymanifest.php
- loadManifestFromXML
- in file packagemanifest.php, method JPackageManifest::loadManifestFromXML()
- loadManifestFromXML
- in file librarymanifest.php, method JLibraryManifest::loadManifestFromXML()
- loadMD5Sum
- in file installer.php, method JInstaller::loadMD5Sum()
Loads an MD5SUMS file into an associative array
- language.php
- procedural page language.php
- load
- in file language.php, method JLanguage::load()
Loads a single language file and appends the results to the existing strings
- languages.php
- procedural page languages.php
- list.php
- procedural page list.php
- loadElement
- in file parameter.php, method JParameter::loadElement()
Loads a element type.
- loadSetupFile
- in file parameter.php, method JParameter::loadSetupFile()
Loads an xml setup file and parses it.
- loadLanguage
- in file plugin.php, method JPlugin::loadLanguage()
Loads the plugin language file
- loadArray
- in file registry.php, method JRegistry::loadArray()
Load a associative array of values into the default namespace
- loadFile
- in file registry.php, method JRegistry::loadFile()
Load the contents of a file into the registry
- loadINI
- in file registry.php, method JRegistry::loadINI()
Load an INI string into the registry into the given namespace [or default if a namespace is not given]
- loadJSON
- in file registry.php, method JRegistry::loadJSON()
Load an JSON string into the registry into the given namespace [or default if a namespace is not given]
- loadObject
- in file registry.php, method JRegistry::loadObject()
Load the public variables of the object into the default namespace.
- loadXML
- in file registry.php, method JRegistry::loadXML()
Load an XML string into the registry into the given namespace [or default if a namespace is not given]
- $language
- in file category.php, variable JTableCategory::$language
- $language
- in file content.php, variable JTableContent::$language
- $lastvisitDate
- in file user.php, variable JTableUser::$lastvisitDate
Description
- $link
- in file menu.php, variable JTableMenu::$link
- $link
- in file component.php, variable JTableComponent::$link
- load
- in file user.php, method JTableUser::load()
Method to load a user, user groups, and any other necessary data from the database so that it can be bound to the user object.
- load
- in file table.php, method JTable::load()
Method to load a row from the database by primary key and bind the fields to the JTable instance properties.
- loadByOption
- in file component.php, method JTableComponent::loadByOption()
Loads a data row by option.
- loadFromXML
- in file update.php, method JUpdate::loadFromXML()
- $language
- in file authentication.php, variable JAuthenticationResponse::$language
End User's preferred language as specified by ISO639.
- $lastvisitDate
- in file user.php, variable JUser::$lastvisitDate
Description
- load
- in file user.php, method JUser::load()
Method to load a JUser object by user id number
- level
- in file simplexml.php, method JSimpleXMLElement::level()
Get the level of the element
- loadFile
- in file simplexml.php, method JSimpleXML::loadFile()
Interprets an XML file into an object
- loadString
- in file simplexml.php, method JSimpleXML::loadString()
Interprets a string of XML into an object
- ltrim
- in file string.php, method JString::ltrim()
UTF-8 aware replacement for ltrim()
m
- $Mailer
- in file phpmailer.php, variable PHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $mailer
- in file config.php, variable JFrameworkConfig::$mailer
- $mailer
- in file factory.php, variable JFactory::$mailer
- $mailfrom
- in file config.php, variable JFrameworkConfig::$mailfrom
- $me
- in file xmlrpc.php, variable xmlrpcval::$me
- $MessageID
- in file phpmailer.php, variable PHPMailer::$MessageID
Sets the message ID to be used in the Message-Id header.
- $message_type
- in file phpmailer.php, variable PHPMailer::$message_type
- $method
- in file xmlrpc.php, variable xmlrpc_client::$method
- $methodname
- in file xmlrpc.php, variable xmlrpcmsg::$methodname
- $mytype
- in file xmlrpc.php, variable xmlrpcval::$mytype
- methods.php
- procedural page methods.php
- Mail
- in file smtp.php, method SMTP::Mail()
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
- MailSend
- in file phpmailer.php, method PHPMailer::MailSend()
Sends mail using the PHP mail() function.
- matchTypes
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::matchTypes()
- MBOXCreator
- in file feedcreator.php, method MBOXCreator::MBOXCreator()
- MBOXCreator
- in file feedcreator.php, class MBOXCreator
MBOXCreator is a FeedCreator that implements the mbox format as described in http://www.qmail.org/man/man5/mbox.html
- method
- in file xmlrpc.php, method xmlrpcmsg::method()
Gets/sets the xmlrpc method to be invoked
- MsgHTML
- in file phpmailer.php, method PHPMailer::MsgHTML()
Evaluates the message and returns modifications for inline images and backgrounds
- multicall
- in file xmlrpc.php, method xmlrpc_client::multicall()
Send an array of request messages and return an array of responses.
- mysql.php
- procedural page mysql.php
- merge
- in file rules.php, method JRules::merge()
Method to merge actions with this object.
- mergeAction
- in file rules.php, method JRules::mergeAction()
- mergeCollection
- in file rules.php, method JRules::mergeCollection()
Method to merge a collection of JRules.
- mergeIdentities
- in file rule.php, method JRule::mergeIdentities()
Merges the identities
- mergeIdentity
- in file rule.php, method JRule::mergeIdentity()
Merges the value for an identity.
- menu.php
- procedural page menu.php
- model.php
- procedural page model.php
- modelitem.php
- procedural page modelitem.php
- modellist.php
- procedural page modellist.php
- menu.php
- procedural page menu.php
- memcache.php
- procedural page memcache.php
- mkdir
- in file ftp.php, method JFTP::mkdir()
Method to create a directory on the FTP server
- modify
- in file ldap.php, method JLDAP::modify()
Modifies an entry and return a true or false result
- mysql.php
- procedural page mysql.php
- mysqli.php
- procedural page mysqli.php
- move
- in file tablenested.php, method JTableNested::move()
Method to move a node and its children to a new location in the tree.
- message.php
- procedural page message.php
- module.php
- procedural page module.php
- modules.php
- procedural page modules.php
- match
- in file browser.php, method JBrowser::match()
Parses the user agent string and inititializes the object with all the known features and quirks for the given browser.
- $message
- in file exception.php, variable JException::$message
Error message
- mark
- in file profiler.php, method JProfiler::mark()
Output a time mark
- makeSafe
- in file folder.php, method JFolder::makeSafe()
Makes path name safe to use.
- makeSafe
- in file file.php, method JFile::makeSafe()
Makes file name safe to use
- move
- in file folder.php, method JFolder::move()
Moves a folder.
- move
- in file file.php, method JFile::move()
Moves a file
- media.php
- procedural page media.php
- modulelayouts.php
- procedural page modulelayouts.php
- $menus
- in file menu.php, variable JHtmlMenu::$menus
- menu.php
- procedural page menu.php
- menuitemlist
- in file menu.php, method JHtmlMenu::menuitemlist()
Displays an HTML select list of menu items.
- menuitems
- in file menu.php, method JHtmlMenu::menuitems()
Returns an array of menu items groups by menu.
- menus
- in file menu.php, method JHtmlMenu::menus()
Get a list of the available menus.
- modal
- in file behavior.php, method JHtmlBehavior::modal()
- mootools
- in file behavior.php, method JHtmlBehavior::mootools()
Deprecated. Use JHtmlBehavior::framework() instead.
- $manifest
- in file component.php, variable JInstallerComponent::$manifest
- $manifest
- in file module.php, variable JInstallerModule::$manifest
- $manifest
- in file installer.php, variable JInstaller::$manifest
The installation manifest XML object
- $manifest
- in file plugin.php, variable JInstallerPlugin::$manifest
- $manifestClass
- in file installer.php, variable JInstaller::$manifestClass
The manifest trigger class
- $manifest_cache
- in file extension.php, variable JExtension::$manifest_cache
- $manifest_file
- in file packagemanifest.php, variable JPackageManifest::$manifest_file
- $manifest_file
- in file librarymanifest.php, variable JLibraryManifest::$manifest_file
- $manifest_script
- in file plugin.php, variable JInstallerPlugin::$manifest_script
- $manifest_script
- in file module.php, variable JInstallerModule::$manifest_script
- $manifest_script
- in file component.php, variable JInstallerComponent::$manifest_script
- $message
- in file installer.php, variable JInstaller::$message
The output from the install/uninstall scripts
- module.php
- procedural page module.php
- mail.php
- procedural page mail.php
- menu.php
- procedural page menu.php
- menuitem.php
- procedural page menuitem.php
- modulelayouts.php
- procedural page modulelayouts.php
- makeNameSpace
- in file registry.php, method JRegistry::makeNameSpace()
Create a namespace
- merge
- in file registry.php, method JRegistry::merge()
Merge a JRegistry object into this one
- memcache.php
- procedural page memcache.php
- $manifest_cache
- in file extension.php, variable JTableExtension::$manifest_cache
- $mask
- in file content.php, variable JTableContent::$mask
- $menuid
- in file component.php, variable JTableComponent::$menuid
- $menutype
- in file menutype.php, variable JTableMenuType::$menutype
- $menutype
- in file menu.php, variable JTableMenu::$menutype
- $metadata
- in file content.php, variable JTableContent::$metadata
- $metadesc
- in file content.php, variable JTableContent::$metadesc
- $metakey
- in file content.php, variable JTableContent::$metakey
- $modified
- in file content.php, variable JTableContent::$modified
- $modified_by
- in file content.php, variable JTableContent::$modified_by
- $modified_time
- in file category.php, variable JTableCategory::$modified_time
- $modified_user_id
- in file category.php, variable JTableCategory::$modified_user_id
- $module
- in file module.php, variable JTableModule::$module
- menu.php
- procedural page menu.php
- menutype.php
- procedural page menutype.php
- module.php
- procedural page module.php
- move
- in file table.php, method JTable::move()
Method to move a row in the ordering sequence of a group of rows defined by an SQL WHERE clause.
- $maintainer
- in file update.php, variable JUpdate::$maintainer
- $maintainerurl
- in file update.php, variable JUpdate::$maintainerurl
- map
- in file simplexml.php, method JSimpleXMLElement::map()
traverses the tree calling the $callback(JSimpleXMLElement $this, mixed $args=array()) function with each JSimpleXMLElement.
n
- $namespaces
- in file feedcreator.php, variable RSSCreator091::$namespaces
- $no_multicall
- in file xmlrpc.php, variable xmlrpc_client::$no_multicall
- $NP
- in file idna_convert.class.php, variable idna_convert::$NP
Holds all relevant mapping tables, loaded from a seperate file on construct See RFC3454 for details
- Net_IDNA_php4
- in file idna_convert.class.php, class Net_IDNA_php4
Adapter class for aligning the API of idna_convert with that of Net_IDNA
- Noop
- in file smtp.php, method SMTP::Noop()
Sends the command NOOP to the SMTP server.
- nl.php
- procedural page nl.php
- $numitems
- in file categories.php, variable JCategoryNode::$numitems
- notify
- in file observable.php, method JObservable::notify()
Update each attached observer object and return an array of their return values
- $negotiate_tls
- in file ldap.php, variable JLDAP::$negotiate_tls
- $no_referrals
- in file ldap.php, variable JLDAP::$no_referrals
- $name
- in file mysql.php, variable JDatabaseMySQL::$name
The database driver name
- $name
- in file asset.php, variable JTableAsset::$name
The unique name of the asset.
- $name
- in file database.php, variable JDatabase::$name
The database driver name
- $name
- in file mysqli.php, variable JDatabaseMySQLi::$name
The database driver name
- nameQuote
- in file database.php, method JDatabase::nameQuote()
Quote an identifier name (field, table, etc)
- $name
- in file plugin.php, variable JInstallerPlugin::$name
- $name
- in file template.php, variable JInstallerTemplate::$name
- $name
- in file packagemanifest.php, variable JPackageManifest::$name
- $name
- in file module.php, variable JInstallerModule::$name
- $name
- in file librarymanifest.php, variable JLibraryManifest::$name
- $name
- in file component.php, variable JInstallerComponent::$name
- none.php
- procedural page none.php
- $name
- in file update.php, variable JTableUpdate::$name
- $name
- in file component.php, variable JTableComponent::$name
- $name
- in file extension.php, variable JTableExtension::$name
- $name
- in file user.php, variable JTableUser::$name
The users real name (or nickname)
- $numnews
- in file module.php, variable JTableModule::$numnews
- $name
- in file update.php, variable JUpdate::$name
- $name
- in file user.php, variable JUser::$name
The users real name (or nickname)
- $name
- in file buffer.php, variable JBuffer::$name
Buffer name
- name
- in file simplexml.php, method JSimpleXMLElement::name()
Get the name of the element
o
- $offset
- in file config.php, variable JFrameworkConfig::$offset
- $openInNewWindow
- in file feedcreator.php, variable HTMLCreator::$openInNewWindow
Determines whether the links open in a new window or not.
- OPMLCreator
- in file feedcreator.php, method OPMLCreator::OPMLCreator()
- OPMLCreator
- in file feedcreator.php, class OPMLCreator
OPMLCreator is a FeedCreator that implements OPML 1.0.
- output
- in file feedcreator.php, method FeedHtmlField::output()
Creates the right output, depending on $truncSize, $syndicateHtml properties.
- outputFeed
- in file feedcreator.php, method UniversalFeedCreator::outputFeed()
Outputs feed to the browser - needed for on-the-fly feed generation (like it is done in WordPress, etc.)
- outputFeed
- in file feedcreator.php, method FeedCreator::outputFeed()
Outputs this feed directly to the browser - for on-the-fly feed generation
- object.php
- procedural page object.php
- observable.php
- procedural page observable.php
- observer.php
- procedural page observer.php
- output.php
- procedural page output.php
- open
- in file xcache.php, method JSessionStorageXcache::open()
Open the SessionHandler backend.
- $ordering
- in file viewlevels.php, variable JTableViewlevels::$ordering
- order
- in file query.php, method JQuery::order()
- orderDown
- in file tablenested.php, method JTableNested::orderDown()
Method to move a node one position to the right in the same level.
- orderUp
- in file tablenested.php, method JTableNested::orderUp()
Method to move a node one position to the left in the same level.
- outerJoin
- in file query.php, method JQuery::outerJoin()
- objectHTMLSafe
- in file filteroutput.php, method JFilterOutput::objectHTMLSafe()
Makes an object safe to display in forms
- optgroup
- in file select.php, method JHtmlSelect::optgroup()
Create a placeholder for an option group.
- option
- in file select.php, method JHtmlSelect::option()
Create an object that represents an option in an option list.
- options
- in file category.php, method JHtmlCategory::options()
Returns an array of categories for the given extension.
- options
- in file select.php, method JHtmlSelect::options()
Generates the option tags for an HTML select list (with no select tag surrounding the options).
- order
- in file grid.php, method JHtmlGrid::order()
- orderDownIcon
- in file pagination.php, method JPagination::orderDownIcon()
Return the icon to move an item DOWN.
- ordering
- in file list.php, method JHtmlList::ordering()
Build the select list for Ordering derived from a query
- ordering
- in file menu.php, method JHtmlMenu::ordering()
Build the select list for Menu Ordering
- orderUpIcon
- in file pagination.php, method JPagination::orderUpIcon()
Return the icon to move an item UP.
- $oldAdminFiles
- in file component.php, variable JInstallerComponent::$oldAdminFiles
- $oldFiles
- in file component.php, variable JInstallerComponent::$oldFiles
- objectToString
- in file xml.php, method JRegistryFormatXML::objectToString()
Converts an object into an XML formatted string - If more than two levels of nested groups are necessary, since INI is not useful, XML or another format should be used.
- objectToString
- in file php.php, method JRegistryFormatPHP::objectToString()
Converts an object into a php class string.
- objectToString
- in file json.php, method JRegistryFormatJSON::objectToString()
Converts an object into an INI formatted string - Unfortunately, there is no way to have ini values nested further than two levels deep. Therefore we will only go through the first two levels of the object.
- objectToString
- in file ini.php, method JRegistryFormatINI::objectToString()
Converts an object into an INI formatted string - Unfortunately, there is no way to have ini values nested further than two levels deep. Therefore we will only go through the first two levels of the object.
- objectToString
- in file format.php, method JRegistryFormat::objectToString()
Converts an object into a formatted string
- open
- in file storage.php, method JSessionStorage::open()
Open the SessionHandler backend.
- open
- in file memcache.php, method JSessionStorageMemcache::open()
Open the SessionHandler backend.
- open
- in file eaccelerator.php, method JSessionStorageEaccelerator::open()
Open the SessionHandler backend.
- open
- in file database.php, method JSessionStorageDatabase::open()
Open the SessionHandler backend.
- open
- in file apc.php, method JSessionStorageApc::open()
Open the SessionHandler backend.
- $option
- in file component.php, variable JTableComponent::$option
- $ordering
- in file module.php, variable JTableModule::$ordering
- $ordering
- in file menu.php, variable JTableMenu::$ordering
- $ordering
- in file content.php, variable JTableContent::$ordering
- $ordering
- in file component.php, variable JTableComponent::$ordering
- $ordering
- in file extension.php, variable JTableExtension::$ordering
p
- $params
- in file xmlrpc.php, variable xmlrpcmsg::$params
- $Password
- in file phpmailer.php, variable PHPMailer::$Password
Sets SMTP password.
- $password
- in file config.php, variable JFrameworkConfig::$password
- $password
- in file xmlrpc.php, variable xmlrpc_client::$password
- $path
- in file xmlrpc.php, variable xmlrpc_client::$path
- $paths
- in file loader.php, variable JLoader::$paths
- $payload
- in file xmlrpc.php, variable xmlrpcresp::$payload
- $payload
- in file xmlrpc.php, variable xmlrpcmsg::$payload
- $PluginDir
- in file phpmailer.php, variable PHPMailer::$PluginDir
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
- $podcast
- in file feedcreator.php, variable FeedCreator::$podcast
- $port
- in file xmlrpc.php, variable xmlrpc_client::$port
- $Port
- in file phpmailer.php, variable PHPMailer::$Port
Sets the default SMTP server port.
- $Priority
- in file phpmailer.php, variable PHPMailer::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- $PRODUCT
- in file version.php, variable JVersion::$PRODUCT
- $properties
- in file vcard.php, variable vCard::$properties
- $proxy
- in file xmlrpc.php, variable xmlrpc_client::$proxy
- $proxyport
- in file xmlrpc.php, variable xmlrpc_client::$proxyport
- $proxy_authtype
- in file xmlrpc.php, variable xmlrpc_client::$proxy_authtype
- $proxy_pass
- in file xmlrpc.php, variable xmlrpc_client::$proxy_pass
- $proxy_user
- in file xmlrpc.php, variable xmlrpc_client::$proxy_user
- $pubDate
- in file feedcreator.php, variable FeedCreator::$pubDate
- phpmailer.lang-en.php
- procedural page phpmailer.lang-en.php
- phpmailer.lang-joomla.php
- procedural page phpmailer.lang-joomla.php
- phpmailer.php
- procedural page phpmailer.php
- PAPE_AUTH_MULTI_FACTOR
- in file PAPE.php, constant PAPE_AUTH_MULTI_FACTOR
- PAPE_AUTH_MULTI_FACTOR_PHYSICAL
- in file PAPE.php, constant PAPE_AUTH_MULTI_FACTOR_PHYSICAL
- PAPE_AUTH_PHISHING_RESISTANT
- in file PAPE.php, constant PAPE_AUTH_PHISHING_RESISTANT
- PAPE_TIME_VALIDATOR
- in file PAPE.php, constant PAPE_TIME_VALIDATOR
- parseRequest
- in file xmlrpcs.php, method xmlrpc_server::parseRequest()
Parse an xml chunk containing an xmlrpc request and execute the corresponding
- parseRequestHeaders
- in file xmlrpcs.php, method xmlrpc_server::parseRequestHeaders()
Parse http headers received along with xmlrpc request. If needed, inflate request
- parseResponse
- in file xmlrpc.php, method xmlrpcmsg::parseResponse()
Parse the xmlrpc response contained in the string $data and return an xmlrpcresp object.
- parseResponseFile
- in file xmlrpc.php, method xmlrpcmsg::parseResponseFile()
Given an open file handle, read all data available and parse it as axmlrpc response.
- parseResponseHeaders
- in file xmlrpc.php, method xmlrpcmsg::parseResponseHeaders()
Parses HTTP headers and separates them from data.
- parseService
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::parseService()
- PHPMailer
- in file phpmailer.php, class PHPMailer
- php_2_xmlrpc_type
- in file xmlrpc_wrappers.php, function php_2_xmlrpc_type()
Given a string defining a php type or phpxmlrpc type (loosely defined: strings accepted come from javadoc blocks), return corresponding phpxmlrpc type.
- PHP_XMLRPC_COMPAT_DIR
- in file xmlrpc.php, constant PHP_XMLRPC_COMPAT_DIR
- php_xmlrpc_decode
- in file xmlrpc.php, function php_xmlrpc_decode()
Takes an xmlrpc value in PHP xmlrpcval object format and translates it into native PHP types.
- php_xmlrpc_decode_xml
- in file xmlrpc.php, function php_xmlrpc_decode_xml()
Convert the xml representation of a method response, method request or single
- php_xmlrpc_encode
- in file xmlrpc.php, function php_xmlrpc_encode()
Takes native php types and encodes them into xmlrpc PHP object format.
- PIECreator01
- in file feedcreator.php, class PIECreator01
PIECreator01 is a FeedCreator that implements the emerging PIE specification, as in http://intertwingly.net/wiki/pie/Syntax.
- PIECreator01
- in file feedcreator.php, method PIECreator01::PIECreator01()
- PAPE.php
- procedural page PAPE.php
- php-brief.php
- procedural page php-brief.php
- php.php
- procedural page php.php
- pl.php
- procedural page pl.php
- pt.php
- procedural page pt.php
- preferredNamespace
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::preferredNamespace()
- putFileContents
- in file tiny_mce_gzip.php, function putFileContents()
- $params
- in file categories.php, variable JCategoryNode::$params
- $parent_id
- in file categories.php, variable JCategoryNode::$parent_id
- $published
- in file categories.php, variable JCategoryNode::$published
- pathway.php
- procedural page pathway.php
- parse
- in file router.php, method JRouter::parse()
Function to convert a route to an internal URI
- parseXMLInstallFile
- in file helper.php, method JApplicationHelper::parseXMLInstallFile()
- parseXMLLangMetaFile
- in file helper.php, method JApplicationHelper::parseXMLLangMetaFile()
- $parent
- in file adapterinstance.php, variable JAdapterInstance::$parent
Parent
- $parent
- in file collection.php, variable JUpdaterCollection::$parent
- $pop_parent
- in file collection.php, variable JUpdaterCollection::$pop_parent
- page.php
- procedural page page.php
- $password
- in file ldap.php, variable JLDAP::$password
- $port
- in file ldap.php, variable JLDAP::$port
- pwd
- in file ftp.php, method JFTP::pwd()
Method to retrieve the current working directory on the FTP server
- $parent_id
- in file tablenested.php, variable JTableNested::$parent_id
Object property holding the primary key of the parent node. Provides adjacency list data for nodes.
- $parent_id
- in file usergroup.php, variable JTableUsergroup::$parent_id
- publish
- in file tablenested.php, method JTableNested::publish()
Method to set the publishing state for a node or list of nodes in the database
- $params
- in file html.php, variable JDocumentHTML::$params
- $pubDate
- in file feed.php, variable JFeedItem::$pubDate
Published date
- $pubDate
- in file feed.php, variable JDocumentFeed::$pubDate
Published date feed element
- parse
- in file html.php, method JDocumentHTML::parse()
Parses the template and populates the buffer
- parse
- in file document.php, method JDocument::parse()
Parses the document and prepares the buffers
- parse
- in file uri.php, method JURI::parse()
Parse a given URI and populate the class fields.
- prependBody
- in file response.php, method JResponse::prependBody()
Prepend content to the body content
- profiler.php
- procedural page profiler.php
- path.php
- procedural page path.php
- password.php
- procedural page password.php
- $prefix
- in file pagination.php, variable JPaginationObject::$prefix
- $prefix
- in file pagination.php, variable JPagination::$prefix
Prefix used for request variables.
- pagination.php
- procedural page pagination.php
- pane.php
- procedural page pane.php
- popup.php
- procedural page popup.php
- positions
- in file list.php, method JHtmlList::positions()
Select list of positions - generally used for location of images
- prepare
- in file content.php, method JHtmlContent::prepare()
Fire onPrepareContent for content that isn't part of an article.
- prependButton
- in file toolbar.php, method JToolBar::prependButton()
Get a value.
- published
- in file jgrid.php, method JHtmlJGrid::published()
- published
- in file grid.php, method JHtmlGrid::published()
- publishedOptions
- in file jgrid.php, method JHtmlJGrid::publishedOptions()
Returns an array of standard published state filter options.
- $packagename
- in file packagemanifest.php, variable JPackageManifest::$packagename
- $packager
- in file librarymanifest.php, variable JLibraryManifest::$packager
- $packager
- in file packagemanifest.php, variable JPackageManifest::$packager
- $packagerurl
- in file packagemanifest.php, variable JPackageManifest::$packagerurl
- $packagerurl
- in file librarymanifest.php, variable JLibraryManifest::$packagerurl
- $params
- in file extension.php, variable JExtension::$params
- $published
- in file extension.php, variable JExtension::$published
- package.php
- procedural page package.php
- plugin.php
- procedural page plugin.php
- packagemanifest.php
- procedural page packagemanifest.php
- parseFiles
- in file installer.php, method JInstaller::parseFiles()
Method to parse through a files element of the installation manifest and take appropriate action.
- parseLanguages
- in file installer.php, method JInstaller::parseLanguages()
Method to parse through a languages element of the installation manifest and take appropriate action.
- parseMedia
- in file installer.php, method JInstaller::parseMedia()
Method to parse through a media element of the installation manifest and take appropriate action.
- parseQueries
- in file installer.php, method JInstaller::parseQueries()
Backward compatible Method to parse through a queries element of the installation manifest file and take appropriate action.
- parseSQLFiles
- in file installer.php, method JInstaller::parseSQLFiles()
Method to extract the name of a discreet installation sql file from the installation manifest file.
- populateFilesAndFolderList
- in file file.php, method JInstallerFile::populateFilesAndFolderList()
function used to populate files and folder list
- pushStep
- in file installer.php, method JInstaller::pushStep()
Pushes a step onto the installer stack for rolling back steps
- printf
- in file methods.php, method JText::printf()
Passes a string thru an printf.
- password.php
- procedural page password.php
- parameter.php
- procedural page parameter.php
- $params
- in file plugin.php, variable JPlugin::$params
A JParameter object holding the parameters for the plugin
- plugin.php
- procedural page plugin.php
- php.php
- procedural page php.php
- $params
- in file extension.php, variable JTableExtension::$params
- $params
- in file category.php, variable JTableCategory::$params
- $params
- in file menu.php, variable JTableMenu::$params
- $params
- in file module.php, variable JTableModule::$params
- $params
- in file user.php, variable JTableUser::$params
Description
- $params
- in file component.php, variable JTableComponent::$params
- $parent
- in file component.php, variable JTableComponent::$parent
- $parentid
- in file content.php, variable JTableContent::$parentid
- $parent_id
- in file menu.php, variable JTableMenu::$parent_id
- $password
- in file user.php, variable JTableUser::$password
MD5 encrypted password
- $path
- in file category.php, variable JTableCategory::$path
- $path
- in file menu.php, variable JTableMenu::$path
- $position
- in file module.php, variable JTableModule::$position
- $protected
- in file extension.php, variable JTableExtension::$protected
- $published
- in file category.php, variable JTableCategory::$published
- $published
- in file menu.php, variable JTableMenu::$published
- $published
- in file module.php, variable JTableModule::$published
- $publish_down
- in file content.php, variable JTableContent::$publish_down
- $publish_up
- in file content.php, variable JTableContent::$publish_up
- publish
- in file content.php, method JTableContent::publish()
Method to set the publishing state for a row or list of rows in the database table. The method respects checked out rows by other users and will attempt to checkin rows that it can after adjustments are made.
- publish
- in file table.php, method JTable::publish()
Method to set the publishing state for a row or list of rows in the database table. The method respects checked out rows by other users and will attempt to checkin rows that it can after adjustments are made.
- purge
- in file session.php, method JTableSession::purge()
Purge old sessions
- $params
- in file user.php, variable JUser::$params
Description
- $password
- in file user.php, variable JUser::$password
MD5 encrypted password
- $password
- in file authentication.php, variable JAuthenticationResponse::$password
Any UTF-8 string that the End User wants to use as a password.
- $password_clear
- in file user.php, variable JUser::$password_clear
Clear password, only available when a new password is set for a user
- $postcode
- in file authentication.php, variable JAuthenticationResponse::$postcode
UTF-8 string free text that SHOULD conform to the End User's country's postal system.
- $position
- in file buffer.php, variable JBuffer::$position
Stream position
- parseAttributes
- in file utility.php, method JUtility::parseAttributes()
Method to extract key/value pairs out of a string with xml style attributes
q
- qp_enc
- in file feedcreator.php, method MBOXCreator::qp_enc()
- query
- in file XRIRes.php, method Auth_Yadis_ProxyResolver::query()
- queryURL
- in file XRIRes.php, method Auth_Yadis_ProxyResolver::queryURL()
- Quit
- in file smtp.php, method SMTP::Quit()
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
- quoted_printable_encode
- in file vcard.php, function quoted_printable_encode()
- quit
- in file ftp.php, method JFTP::quit()
Method to quit and close the connection
- query.php
- procedural page query.php
- query
- in file mysqli.php, method JDatabaseMySQLi::query()
Execute the query
- query
- in file database.php, method JDatabase::query()
Execute the query
- query
- in file mysql.php, method JDatabaseMySQL::query()
Execute the query
- queryBatch
- in file mysqli.php, method JDatabaseMySQLi::queryBatch()
Execute a batch query
- queryBatch
- in file mysql.php, method JDatabaseMySQL::queryBatch()
Execute a batch query
- queryBatch
- in file database.php, method JDatabase::queryBatch()
Execute a batch query
- quote
- in file database.php, method JDatabase::quote()
Get a quoted database escaped string
r
- $rating
- in file feedcreator.php, variable FeedCreator::$rating
- $rawFieldContent
- in file feedcreator.php, variable FeedHtmlField::$rawFieldContent
Mandatory attributes of a FeedHtmlField.
- $raw_data
- in file xmlrpc.php, variable xmlrpcresp::$raw_data
- $RELDATE
- in file version.php, variable JVersion::$RELDATE
- $RELEASE
- in file version.php, variable JVersion::$RELEASE
- $RELTIME
- in file version.php, variable JVersion::$RELTIME
- $RELTZ
- in file version.php, variable JVersion::$RELTZ
- $ReplyTo
- in file phpmailer.php, variable PHPMailer::$ReplyTo
- $request_charset_encoding
- in file xmlrpc.php, variable xmlrpc_client::$request_charset_encoding
- $request_compression
- in file xmlrpc.php, variable xmlrpc_client::$request_compression
Name of compression scheme to be used for sending requests.
- $response_charset_encoding
- in file xmlrpcs.php, variable xmlrpc_server::$response_charset_encoding
charset encoding to be used for response.
- $return_type
- in file xmlrpc.php, variable xmlrpc_client::$return_type
Decides the content of xmlrpcresp objects returned by calls to send()
- $RSSVersion
- in file feedcreator.php, variable RSSCreator091::$RSSVersion
Stores this RSS feed's version number.
- ru.php
- procedural page ru.php
- Recipient
- in file smtp.php, method SMTP::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to.
- register
- in file loader.php, method JLoader::register()
Add a class to autoload
- Reset
- in file smtp.php, method SMTP::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
- resizeimage
- in file fns_tinybrowser.php, function resizeimage()
- returnMIMEType
- in file fns_tinybrowser.php, function returnMIMEType()
- rfc822
- in file feedcreator.php, method FeedDate::rfc822()
Gets the date stored in this FeedDate as an RFC 822 date.
- RFCDate
- in file phpmailer.php, method PHPMailer::RFCDate()
Returns the proper RFC 822 formatted date.
- RSSCreator091
- in file feedcreator.php, class RSSCreator091
RSSCreator091 is a FeedCreator that implements RSS 0.91 Spec, revision 3.
- RSSCreator091
- in file feedcreator.php, method RSSCreator091::RSSCreator091()
- RSSCreator10
- in file feedcreator.php, class RSSCreator10
RSSCreator10 is a FeedCreator that implements RDF Site Summary (RSS) 1.0.
- RSSCreator20
- in file feedcreator.php, class RSSCreator20
RSSCreator20 is a FeedCreator that implements RDF Site Summary (RSS) 2.0.
- RSSCreator20
- in file feedcreator.php, method RSSCreator20::RSSCreator20()
- rule.php
- procedural page rule.php
- rules.php
- procedural page rules.php
- $ref_id
- in file categories.php, variable JCategoryNode::$ref_id
- $requestTime
- in file application.php, variable JApplication::$requestTime
The time the request was made.
- $rgt
- in file categories.php, variable JCategoryNode::$rgt
- router.php
- procedural page router.php
- redirect
- in file application.php, method JApplication::redirect()
Redirect to another URL.
- redirect
- in file controller.php, method JController::redirect()
Redirects the browser or returns false if no redirect is set.
- registerDefaultTask
- in file controller.php, method JController::registerDefaultTask()
Register the default task to perform if a mapping is not found.
- registerEvent
- in file application.php, method JApplication::registerEvent()
Registers a handler to a particular event group.
- registerTask
- in file controller.php, method JController::registerTask()
Register (map) a task to a method in the class.
- render
- in file application.php, method JApplication::render()
Render the application.
- renderComponent
- in file helper.php, method JComponentHelper::renderComponent()
Render the component.
- renderModule
- in file helper.php, method JModuleHelper::renderModule()
Render the module.
- route
- in file application.php, method JApplication::route()
Route the application.
- reset
- in file tree.php, method JTree::reset()
- read
- in file xcache.php, method JSessionStorageXcache::read()
Read the data for a particular session identifier from the SessionHandler backend.
- remove
- in file storage.php, method JCacheStorage::remove()
Remove a cached data entry by id and group
- remove
- in file xcache.php, method JCacheStorageXCache::remove()
Remove a cached data entry by id and group
- remove
- in file memcache.php, method JCacheStorageMemcache::remove()
Remove a cached data entry by id and group
- remove
- in file file.php, method JCacheStorageFile::remove()
Remove a cached data file by id and group
- remove
- in file cache.php, method JCache::remove()
Remove a cached data entry by id and group
- remove
- in file eaccelerator.php, method JCacheStorageEaccelerator::remove()
Remove a cached data entry by id and group
- remove
- in file apc.php, method JCacheStorageApc::remove()
Remove a cached data entry by id and group
- read
- in file ldap.php, method JLDAP::read()
Read all or specified attributes of given dn
- read
- in file ftp.php, method JFTP::read()
Method to read a file from the FTP server's contents into a buffer
- reinit
- in file ftp.php, method JFTP::reinit()
Method to reinitialize the server, ie. need to login again
- remove
- in file ldap.php, method JLDAP::remove()
Removes attribute value from given dn and return a true or false result
- rename
- in file ldap.php, method JLDAP::rename()
Rename the entry
- rename
- in file ftp.php, method JFTP::rename()
Method to rename a file/folder on the FTP server
- replace
- in file ldap.php, method JLDAP::replace()
Replace an entry and return a true or false result
- restart
- in file ftp.php, method JFTP::restart()
Method to restart data transfer at a given byte
- $rgt
- in file tablenested.php, variable JTableNested::$rgt
Object property holding the right value of the node for managing its placement in the nested sets tree.
- $rgt
- in file usergroup.php, variable JTableUsergroup::$rgt
- $rules
- in file viewlevels.php, variable JTableViewlevels::$rules
- $rules
- in file asset.php, variable JTableAsset::$rules
- rebuild
- in file usergroup.php, method JTableUsergroup::rebuild()
Method to recursively rebuild the nested set tree.
- rebuild
- in file tablenested.php, method JTableNested::rebuild()
Method to recursively rebuild the whole nested set tree.
- rebuildPath
- in file tablenested.php, method JTableNested::rebuildPath()
Method to rebuild the node's path field from the alias values of the nodes from the current node to the root node of the tree.
- replacePrefix
- in file database.php, method JDatabase::replacePrefix()
This function replaces a string identifier $prefix with the string held is the _table_prefix class variable.
- rightJoin
- in file query.php, method JQuery::rightJoin()
- $rating
- in file feed.php, variable JDocumentFeed::$rating
Rating feed element
- rss.php
- procedural page rss.php
- raw.php
- procedural page raw.php
- renderer.php
- procedural page renderer.php
- render
- in file modules.php, method JDocumentRendererModules::render()
Renders multiple modules script and returns the results as a string
- render
- in file raw.php, method JDocumentRAW::render()
Render the document.
- render
- in file renderer.php, method JDocumentRenderer::render()
Renders a script and returns the results as a string
- render
- in file xml.php, method JDocumentXML::render()
Render the document.
- render
- in file rss.php, method JDocumentRendererRSS::render()
Render the feed
- render
- in file module.php, method JDocumentRendererModule::render()
Renders a module script and returns the results as a string
- render
- in file json.php, method JDocumentJSON::render()
Render the document.
- render
- in file error.php, method JDocumentError::render()
Render the document
- render
- in file document.php, method JDocument::render()
Outputs the document
- render
- in file component.php, method JDocumentRendererComponent::render()
Renders a component script and returns the results as a string
- render
- in file message.php, method JDocumentRendererMessage::render()
Renders the error stack and returns the results as a string
- render
- in file feed.php, method JDocumentFeed::render()
Render the document
- render
- in file atom.php, method JDocumentRendererAtom::render()
Render the feed
- render
- in file html.php, method JDocumentHTML::render()
Outputs the template to the browser.
- render
- in file head.php, method JDocumentRendererHead::render()
Renders the document head and returns the results as a string
- renderBacktrace
- in file error.php, method JDocumentError::renderBacktrace()
- request.php
- procedural page request.php
- response.php
- procedural page response.php
- root
- in file uri.php, method JURI::root()
Returns the root URI for the request.
- raise
- in file error.php, method JError::raise()
Create a new JException object given the passed arguments
- raiseError
- in file error.php, method JError::raiseError()
Wrapper method for the raise() method with predefined error level of E_ERROR and backtrace set to true.
- raiseNotice
- in file error.php, method JError::raiseNotice()
Wrapper method for the raise() method with predefined error level of E_NOTICE and backtrace set to false.
- raiseWarning
- in file error.php, method JError::raiseWarning()
Wrapper method for the raise() method with predefined error level of E_WARNING and backtrace set to false.
- registerErrorLevel
- in file error.php, method JError::registerErrorLevel()
Method to register a new error level for handling errors
- renderBacktrace
- in file error.php, method JError::renderBacktrace()
- register
- in file dispatcher.php, method JDispatcher::register()
Registers an event handler to the event dispatcher
- read
- in file file.php, method JFile::read()
Read the contents of a file
- radio.php
- procedural page radio.php
- rules.php
- procedural page rules.php
- rules.php
- procedural page rules.php
- render
- in file formfield.php, method JFormField::render()
- render
- in file editor.php, method JFormFieldEditor::render()
- removeField
- in file form.php, method JForm::removeField()
Method to remove a field from a group.
- removeGroup
- in file form.php, method JForm::removeGroup()
Method to remove a group.
- $registry
- in file html.php, variable JHtml::$registry
An array to hold method references
- rules.php
- procedural page rules.php
- radiolist
- in file select.php, method JHtmlSelect::radiolist()
Generates an HTML radio list.
- register
- in file html.php, method JHtml::register()
Registers a function to be called with a specific key
- render
- in file toolbar.php, method JToolBar::render()
Render.
- render
- in file separator.php, method JButtonSeparator::render()
- render
- in file button.php, method JButton::render()
- renderButton
- in file toolbar.php, method JToolBar::renderButton()
Render a parameter type.
- $route
- in file plugin.php, variable JInstallerPlugin::$route
- $route
- in file file.php, variable JInstallerFile::$route
- $route
- in file module.php, variable JInstallerModule::$route
- refreshManifestCache
- in file module.php, method JInstallerModule::refreshManifestCache()
- refreshManifestCache
- in file component.php, method JInstallerComponent::refreshManifestCache()
- refreshManifestCache
- in file installer.php, method JInstaller::refreshManifestCache()
- refreshManifestCache
- in file plugin.php, method JInstallerPlugin::refreshManifestCache()
- removeFiles
- in file installer.php, method JInstaller::removeFiles()
Method to parse through a files element of the installation manifest and remove the files that were installed
- radio.php
- procedural page radio.php
- render
- in file parameter.php, method JParameter::render()
Render.
- render
- in file element.php, method JElement::render()
- renderToArray
- in file parameter.php, method JParameter::renderToArray()
Render all parameters to an array
- registry.php
- procedural page registry.php
- read
- in file storage.php, method JSessionStorage::read()
Read the data for a particular session identifier from the SessionHandler backend.
- read
- in file apc.php, method JSessionStorageApc::read()
Read the data for a particular session identifier from the SessionHandler backend.
- read
- in file memcache.php, method JSessionStorageMemcache::read()
Read the data for a particular session identifier from the SessionHandler backend.
- read
- in file database.php, method JSessionStorageDatabase::read()
Read the data for a particular session identifier from the SessionHandler backend.
- read
- in file eaccelerator.php, method JSessionStorageEaccelerator::read()
Read the data for a particular session identifier from the SessionHandler backend.
- register
- in file none.php, method JSessionStorageNone::register()
Register the functions of this class with PHP's session handler
- register
- in file storage.php, method JSessionStorage::register()
Register the functions of this class with PHP's session handler
- restart
- in file session.php, method JSession::restart()
restart an expired or locked session
- $registerDate
- in file user.php, variable JTableUser::$registerDate
Description
- reorder
- in file table.php, method JTable::reorder()
Method to compact the ordering values of rows in a group of rows defined by an SQL WHERE clause.
- reset
- in file table.php, method JTable::reset()
Method to reset class properties to the defaults set in the class definition. It will ignore the primary key as well as any private class properties.
- $relationships
- in file update.php, variable JUpdate::$relationships
- $registerDate
- in file user.php, variable JUser::$registerDate
Description
- removeUserFromGroup
- in file helper.php, method JUserHelper::removeUserFromGroup()
Method to remove a user from a group.
- removeAttribute
- in file simplexml.php, method JSimpleXMLElement::removeAttribute()
Removes an attribute from the element
- removeChild
- in file simplexml.php, method JSimpleXMLElement::removeChild()
- return_bytes
- in file utility.php, method JUtility::return_bytes()
Return the byte value of a particular string
- rtrim
- in file string.php, method JString::rtrim()
UTF-8 aware replacement for rtrim()
s
- $secret
- in file config.php, variable JFrameworkConfig::$secret
- $Sender
- in file phpmailer.php, variable PHPMailer::$Sender
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
- $sendmail
- in file config.php, variable JFrameworkConfig::$sendmail
- $Sendmail
- in file phpmailer.php, variable PHPMailer::$Sendmail
Sets the path of the sendmail program.
- $separator
- in file feedcreator.php, variable HTMLCreator::$separator
Contains HTML to be output between entries. A separator is only used in case of multiple entries.
- $server
- in file xmlrpc.php, variable xmlrpc_client::$server
- $session
- in file factory.php, variable JFactory::$session
- $sign_cert_file
- in file phpmailer.php, variable PHPMailer::$sign_cert_file
- $sign_key_file
- in file phpmailer.php, variable PHPMailer::$sign_key_file
- $sign_key_pass
- in file phpmailer.php, variable PHPMailer::$sign_key_pass
- $SingleTo
- in file phpmailer.php, variable PHPMailer::$SingleTo
Provides the ability to have the TO field process individual
- $skipDays
- in file feedcreator.php, variable FeedCreator::$skipDays
- $skipHours
- in file feedcreator.php, variable FeedCreator::$skipHours
- $smtp
- in file phpmailer.php, variable PHPMailer::$smtp
- $SMTPAuth
- in file phpmailer.php, variable PHPMailer::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables.
- $smtpauth
- in file config.php, variable JFrameworkConfig::$smtpauth
- $SMTPDebug
- in file phpmailer.php, variable PHPMailer::$SMTPDebug
Sets SMTP class debugging on or off.
- $smtphost
- in file config.php, variable JFrameworkConfig::$smtphost
- $SMTPKeepAlive
- in file phpmailer.php, variable PHPMailer::$SMTPKeepAlive
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
- $smtppass
- in file config.php, variable JFrameworkConfig::$smtppass
- $smtpport
- in file config.php, variable JFrameworkConfig::$smtpport
- $SMTPSecure
- in file phpmailer.php, variable PHPMailer::$SMTPSecure
Sets connection prefix.
- $smtpsecure
- in file config.php, variable JFrameworkConfig::$smtpsecure
- $smtpuser
- in file config.php, variable JFrameworkConfig::$smtpuser
- $smtp_conn
- in file smtp.php, variable SMTP::$smtp_conn
- $SMTP_PORT
- in file smtp.php, variable SMTP::$SMTP_PORT
SMTP server port
- $source
- in file feedcreator.php, variable FeedItem::$source
- $stylelessOutput
- in file feedcreator.php, variable HTMLCreator::$stylelessOutput
In case of very simple output you may want to get rid of the style tags,
- $stylePrefix
- in file feedcreator.php, variable HTMLCreator::$stylePrefix
Used to prefix the stylenames to make sure they are unique and do not clash with stylenames on the users' page.
- $Subject
- in file phpmailer.php, variable PHPMailer::$Subject
Sets the Subject of the message.
- $syndicateHtml
- in file feedcreator.php, variable FeedHtmlField::$syndicateHtml
- $syndicationURL
- in file feedcreator.php, variable FeedCreator::$syndicationURL
Optional attributes of a feed.
- smtp.php
- procedural page smtp.php
- sql.php
- procedural page sql.php
- style_tinybrowser.css.php
- procedural page style_tinybrowser.css.php
- sk.php
- procedural page sk.php
- sv.php
- procedural page sv.php
- saveFeed
- in file feedcreator.php, method FeedCreator::saveFeed()
Saves this feed as a file on the local disk. After the file is saved, a redirect header may be sent to redirect the user to the newly created file.
- saveFeed
- in file feedcreator.php, method UniversalFeedCreator::saveFeed()
Saves this feed as a file on the local disk. After the file is saved, an HTTP redirect header may be sent to redirect the use to the newly created file.
- scalartyp
- in file xmlrpc.php, method xmlrpcval::scalartyp()
Returns the type of the xmlrpcval.
- scalarval
- in file xmlrpc.php, method xmlrpcval::scalarval()
Returns the value of a scalar xmlrpcval
- SecureHeader
- in file phpmailer.php, method PHPMailer::SecureHeader()
Strips newlines to prevent header injection.
- Send
- in file smtp.php, method SMTP::Send()
Starts a mail transaction from the email address specified in
- send
- in file xmlrpc.php, method xmlrpc_client::send()
Send an xmlrpc request
- Send
- in file phpmailer.php, method PHPMailer::Send()
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
- SendAndMail
- in file smtp.php, method SMTP::SendAndMail()
Starts a mail transaction from the email address specified in
- SendHello
- in file smtp.php, method SMTP::SendHello()
Sends a HELO/EHLO command.
- SendmailSend
- in file phpmailer.php, method PHPMailer::SendmailSend()
Sends mail using the $Sendmail program.
- SendOrMail
- in file smtp.php, method SMTP::SendOrMail()
Starts a mail transaction from the email address specified in
- sendPayloadCURL
- in file xmlrpc.php, method xmlrpc_client::sendPayloadCURL()
Contributed by Justin Miller <justin@voxel.net>
- sendPayloadHTTP10
- in file xmlrpc.php, method xmlrpc_client::sendPayloadHTTP10()
- sendPayloadHTTPS
- in file xmlrpc.php, method xmlrpc_client::sendPayloadHTTPS()
- serialize
- in file xmlrpc.php, method xmlrpcresp::serialize()
Returns xml representation of the response. XML prologue not included
- serialize
- in file xmlrpc.php, method xmlrpcmsg::serialize()
Returns xml representation of the message. XML prologue included
- serialize
- in file xmlrpc.php, method xmlrpcval::serialize()
Returns xml representation of the value. XML prologue not included
- serializedata
- in file xmlrpc.php, method xmlrpcval::serializedata()
- serializeDebug
- in file xmlrpcs.php, method xmlrpc_server::serializeDebug()
Return a string with the serialized representation of all debug info
- serializeval
- in file xmlrpc.php, method xmlrpcval::serializeval()
- ServerHostname
- in file phpmailer.php, method PHPMailer::ServerHostname()
Returns the server hostname or 'localhost.localdomain' if unknown.
- service
- in file xmlrpcs.php, method xmlrpc_server::service()
Execute the xmlrpc request, printing the response
- set
- in file phpmailer.php, method PHPMailer::set()
Set (or reset) Class Objects (variables)
- setAcceptedCompression
- in file xmlrpc.php, method xmlrpc_client::setAcceptedCompression()
Enables/disables reception of compressed xmlrpc responses.
- setAddress
- in file vcard.php, method vCard::setAddress()
- setBirthday
- in file vcard.php, method vCard::setBirthday()
- setCaCertificate
- in file xmlrpc.php, method xmlrpc_client::setCaCertificate()
Add a CA certificate to verify server with (see man page about
- setCertificate
- in file xmlrpc.php, method xmlrpc_client::setCertificate()
Add a client-side https certificate
- setCookie
- in file xmlrpc.php, method xmlrpc_client::setCookie()
Adds a cookie to list of cookies that will be sent to server.
- setCredentials
- in file xmlrpc.php, method xmlrpc_client::setCredentials()
Add some http BASIC AUTH credentials, used by the client to authenticate
- setDebug
- in file xmlrpcs.php, method xmlrpc_server::setDebug()
Set debug level of server.
- setDebug
- in file xmlrpc.php, method xmlrpc_client::setDebug()
Enables/disables the echoing to screen of the xmlrpc responses received
- setEmail
- in file vcard.php, method vCard::setEmail()
- SetError
- in file phpmailer.php, method PHPMailer::SetError()
Adds the error message to the error container.
- setFormattedName
- in file vcard.php, method vCard::setFormattedName()
- setKey
- in file xmlrpc.php, method xmlrpc_client::setKey()
Set attributes for SSL communication: private SSL key
- setLabel
- in file vcard.php, method vCard::setLabel()
- SetLanguage
- in file phpmailer.php, method PHPMailer::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
- SetMessageType
- in file phpmailer.php, method PHPMailer::SetMessageType()
Sets the message type.
- setName
- in file vcard.php, method vCard::setName()
- setNote
- in file vcard.php, method vCard::setNote()
- setParams
- in file idna_convert.class.php, method Net_IDNA_php4::setParams()
Sets a new option value. Available options and values:
- setPhoneNumber
- in file vcard.php, method vCard::setPhoneNumber()
- setPhoto
- in file vcard.php, method vCard::setPhoto()
- setProxy
- in file xmlrpc.php, method xmlrpc_client::setProxy()
Set proxy info
- setRequestCompression
- in file xmlrpc.php, method xmlrpc_client::setRequestCompression()
Enables/disables http compression of xmlrpc request.
- setSSLVerifyHost
- in file xmlrpc.php, method xmlrpc_client::setSSLVerifyHost()
Set attributes for SSL communication: verify match of server cert w. hostname
- setSSLVerifyPeer
- in file xmlrpc.php, method xmlrpc_client::setSSLVerifyPeer()
Set attributes for SSL communication: verify server certificate
- setURL
- in file vcard.php, method vCard::setURL()
- SetWordWrap
- in file phpmailer.php, method PHPMailer::SetWordWrap()
Set the body wrapping.
- set_parameter
- in file idna_convert.class.php, method idna_convert::set_parameter()
Sets a new option value. Available options and values:
- Sign
- in file phpmailer.php, method PHPMailer::Sign()
Set the private key file and password to sign the message.
- SMTP
- in file smtp.php, class SMTP
- SmtpClose
- in file phpmailer.php, method PHPMailer::SmtpClose()
Closes the active SMTP session if one exists.
- SmtpConnect
- in file phpmailer.php, method PHPMailer::SmtpConnect()
Initiates a connection to an SMTP server. Returns false if the operation failed.
- SmtpSend
- in file phpmailer.php, method PHPMailer::SmtpSend()
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
- sortfileorder
- in file fns_tinybrowser.php, function sortfileorder()
- StartTLS
- in file smtp.php, method SMTP::StartTLS()
Initiate a TSL communication with the server.
- structeach
- in file xmlrpc.php, method xmlrpcval::structeach()
Return next member element for xmlrpcvals of type struct.
- structmem
- in file xmlrpc.php, method xmlrpcval::structmem()
Returns the value of a given struct member (an xmlrpcval object in itself).
- structmemexists
- in file xmlrpc.php, method xmlrpcval::structmemexists()
Checks wheter a struct member with a given name is present.
- structreset
- in file xmlrpc.php, method xmlrpcval::structreset()
Reset internal pointer for xmlrpcvals of type struct.
- structsize
- in file xmlrpc.php, method xmlrpcval::structsize()
Returns the number of users in an xmlrpcval of struct type
- supportsType
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::supportsType()
- $scope
- in file application.php, variable JApplication::$scope
The scope of the application.
- $slug
- in file categories.php, variable JCategoryNode::$slug
- $startTime
- in file application.php, variable JApplication::$startTime
The time the request was made as Unix timestamp.
- save
- in file controllerform.php, method JControllerForm::save()
Method to save a record.
- setAccessControl
- in file controller.php, method JController::setAccessControl()
Sets the access control levels.
- setActive
- in file menu.php, method JMenu::setActive()
Set the default item by id
- setDbo
- in file model.php, method JModel::setDbo()
Method to set the database connector object
- setDefault
- in file menu.php, method JMenu::setDefault()
Set the default item by id
- setEscape
- in file view.php, method JView::setEscape()
Sets the _escape() callback.
- setItemName
- in file pathway.php, method JPathway::setItemName()
Set item name.
- setLayout
- in file view.php, method JView::setLayout()
Sets the layout name to use
- setLayoutExt
- in file view.php, method JView::setLayoutExt()
Allows a different extension for the layout files to be used
- setMessage
- in file controller.php, method JController::setMessage()
Sets the internal message that is passed with a redirect
- setMode
- in file router.php, method JRouter::setMode()
Get the router mode
- setModel
- in file view.php, method JView::setModel()
Method to add a model to the view. We support a multiple model single
- setParent
- in file categories.php, method JCategoryNode::setParent()
Sets the parent for the current category
- setPathway
- in file pathway.php, method JPathway::setPathway()
Set the JPathway items array.
- setRedirect
- in file controller.php, method JController::setRedirect()
Set a URL for browser redirection.
- setState
- in file model.php, method JModel::setState()
Method to set model state variables
- setUserState
- in file application.php, method JApplication::setUserState()
Sets the value of a user state variable.
- setVar
- in file router.php, method JRouter::setVar()
Set a router variable, creating it if it doesn't exist
- setVars
- in file router.php, method JRouter::setVars()
Set the router variable array
- set
- in file object.php, method JObject::set()
Modifies a property of the object, creating it if it does not already exist.
- setAdapter
- in file adapter.php, method JAdapter::setAdapter()
Set an adapter by name
- setError
- in file object.php, method JObject::setError()
Add an error message.
- setParent
- in file tree.php, method JNode::setParent()
- setProperties
- in file object.php, method JObject::setProperties()
Set the object properties based on a named array/hash.
- storage.php
- procedural page storage.php
- setCaching
- in file cache.php, method JCache::setCaching()
Set caching enabled state
- setLifeTime
- in file cache.php, method JCache::setLifeTime()
Set cache lifetime
- start
- in file output.php, method JCacheOutput::start()
Start the cache
- store
- in file page.php, method JCachePage::store()
Stop the cache buffer and store the cached data
- store
- in file xcache.php, method JCacheStorageXCache::store()
Store the data by id and group
- store
- in file storage.php, method JCacheStorage::store()
Store the data to cache by id and group
- store
- in file file.php, method JCacheStorageFile::store()
Store the data to a file by id and group
- store
- in file cache.php, method JCache::store()
Store the cached data by id and group
- store
- in file eaccelerator.php, method JCacheStorageEaccelerator::store()
Store the data to by id and group
- store
- in file apc.php, method JCacheStorageApc::store()
Store the data to APC by id and group
- store
- in file memcache.php, method JCacheStorageMemcache::store()
Store the data to memcache by id and group
- $search_string
- in file ldap.php, variable JLDAP::$search_string
- search
- in file ldap.php, method JLDAP::search()
Perform an LDAP search
- setCredentials
- in file helper.php, method JClientHelper::setCredentials()
Method to set client login credentials
- setCredentialsFromRequest
- in file helper.php, method JClientHelper::setCredentialsFromRequest()
Determine wether input fields for client settings need to be shown
- setDN
- in file ldap.php, method JLDAP::setDN()
Sets the DN with some template replacements
- setOptions
- in file ftp.php, method JFTP::setOptions()
Set client options
- simple_search
- in file ldap.php, method JLDAP::simple_search()
Perform an LDAP search using comma seperated search strings
- store
- in file ftp.php, method JFTP::store()
Method to store a file to the FTP server
- syst
- in file ftp.php, method JFTP::syst()
Method to system string from the FTP server
- select
- in file mysql.php, method JDatabaseMySQL::select()
Select a database for use
- select
- in file mysqli.php, method JDatabaseMySQLi::select()
Select a database for use
- select
- in file query.php, method JQuery::select()
- setLocation
- in file tablenested.php, method JTableNested::setLocation()
Method to set the location of a node in the tree object. This method does not save the new location to the database, but will set it in the object so that when the node is stored it will be stored in the new location.
- setQuery
- in file database.php, method JDatabase::setQuery()
Sets the SQL query string for later execution.
- setUTF
- in file mysqli.php, method JDatabaseMySQLi::setUTF()
Custom settings for UTF support
- setUTF
- in file mysql.php, method JDatabaseMySQL::setUTF()
Custom settings for UTF support
- setUTF
- in file database.php, method JDatabase::setUTF()
Custom settings for UTF support
- splitSql
- in file database.php, method JDatabase::splitSql()
Splits a string of queries into an array of individual queries
- stderr
- in file database.php, method JDatabase::stderr()
Print out an error statement
- store
- in file usergroup.php, method JTableUsergroup::store()
Inserts a new row if id is zero or updates an existing row in the database table
- store
- in file tablenested.php, method JTableNested::store()
Method to store a node in the database table.
- $skipDays
- in file feed.php, variable JDocumentFeed::$skipDays
Skipdays feed element
- $skipHours
- in file feed.php, variable JDocumentFeed::$skipHours
Skiphours feed element
- $source
- in file feed.php, variable JFeedItem::$source
Source element
- $syndicationURL
- in file feed.php, variable JDocumentFeed::$syndicationURL
Syndication URL feed element
- setBase
- in file document.php, method JDocument::setBase()
Sets the base URI of the document
- setBuffer
- in file document.php, method JDocument::setBuffer()
Set the contents of the document buffer
- setBuffer
- in file html.php, method JDocumentHTML::setBuffer()
Set the contents a document include
- setCharset
- in file document.php, method JDocument::setCharset()
Sets the document charset
- setDescription
- in file document.php, method JDocument::setDescription()
Sets the description of the document
- setDirection
- in file document.php, method JDocument::setDirection()
Sets the global document direction declaration. Default is left-to-right (ltr).
- setEnclosure
- in file feed.php, method JFeedItem::setEnclosure()
Set the JFeedEnclosure for this item
- setError
- in file error.php, method JDocumentError::setError()
Set error object
- setGenerator
- in file document.php, method JDocument::setGenerator()
Sets the document generator
- setHeadData
- in file xml.php, method JDocumentXML::setHeadData()
Set the document head data
- setHeadData
- in file json.php, method JDocumentJSON::setHeadData()
Set the document head data
- setHeadData
- in file html.php, method JDocumentHTML::setHeadData()
Set the html document head data
- setHeadData
- in file document.php, method JDocument::setHeadData()
Set the document head data
- setLanguage
- in file document.php, method JDocument::setLanguage()
Sets the global document language declaration. Default is English (en-gb).
- setLineEnd
- in file document.php, method JDocument::setLineEnd()
Sets the line end style to Windows, Mac, Unix or a custom string.
- setLink
- in file document.php, method JDocument::setLink()
Sets the document link
- setMetaData
- in file document.php, method JDocument::setMetaData()
Sets or alters a meta tag.
- setMimeEncoding
- in file document.php, method JDocument::setMimeEncoding()
Sets the document MIME encoding that is sent to the browser.
- setModifiedDate
- in file document.php, method JDocument::setModifiedDate()
Sets the document modified date
- setName
- in file json.php, method JDocumentJSON::setName()
Sets the document name
- setName
- in file xml.php, method JDocumentXML::setName()
Sets the document name
- setTab
- in file document.php, method JDocument::setTab()
Sets the string used to indent HTML
- setTitle
- in file document.php, method JDocument::setTitle()
Sets the title of the document
- setType
- in file document.php, method JDocument::setType()
Set the document type
- sendHeaders
- in file response.php, method JResponse::sendHeaders()
Send all headers.
- set
- in file request.php, method JRequest::set()
Sets a request variable.
- setBody
- in file response.php, method JResponse::setBody()
Set body content.
- setBrowser
- in file browser.php, method JBrowser::setBrowser()
Sets the current browser.
- setFeature
- in file browser.php, method JBrowser::setFeature()
Set capabilities for the current browser.
- setFragment
- in file uri.php, method JURI::setFragment()
Set the URI anchor string everything after the "#".
- setHeader
- in file response.php, method JResponse::setHeader()
Set a header
- setHost
- in file uri.php, method JURI::setHost()
Set URI host.
- setPass
- in file uri.php, method JURI::setPass()
Set URI password.
- setPath
- in file uri.php, method JURI::setPath()
Set the URI path string.
- setPort
- in file uri.php, method JURI::setPort()
Set URI port.
- setQuery
- in file uri.php, method JURI::setQuery()
Sets the query to a supplied string in format: foo=bar&x=y
- setQuirk
- in file browser.php, method JBrowser::setQuirk()
Set unique behavior for the current browser.
- setScheme
- in file uri.php, method JURI::setScheme()
Set URI scheme (protocol) ie. http, https, ftp, etc...
- setUser
- in file uri.php, method JURI::setUser()
Set URI username.
- setVar
- in file uri.php, method JURI::setVar()
Adds a query variable and value, replacing the value if it already exists and returning the old value.
- setVar
- in file request.php, method JRequest::setVar()
Set a variabe in on of the request variables.
- $stack
- in file error.php, variable JError::$stack
- set
- in file exception.php, method JException::set()
Modifies a property of the object, creating it if it does not already exist.
- setError
- in file exception.php, method JException::setError()
Add an error message
- setErrorHandling
- in file error.php, method JError::setErrorHandling()
Method to set the way the JError will handle different error levels. Use this if you want to override the default settings.
- setOptions
- in file log.php, method JLog::setOptions()
Set log file options
- setProperties
- in file exception.php, method JException::setProperties()
Set the object properties based on a named array/hash
- setPermissions
- in file path.php, method JPath::setPermissions()
Chmods files and directories recursivly to given permissions
- stripExt
- in file file.php, method JFile::stripExt()
Strips the last extension off a file name
- stringURLSafe
- in file filteroutput.php, method JFilterOutput::stringURLSafe()
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents", whitespaces are replaced by hyphens and the string is lowercased.
- sessionhandlers.php
- procedural page sessionhandlers.php
- spacer.php
- procedural page spacer.php
- setField
- in file form.php, method JForm::setField()
Method to replace a field in a group.
- setFieldAttribute
- in file form.php, method JForm::setFieldAttribute()
Method to set a field attribute value.
- setFields
- in file form.php, method JForm::setFields()
Method to assign an array of fields to a group.
- setName
- in file form.php, method JForm::setName()
Method to set the form name.
- setValue
- in file form.php, method JForm::setValue()
Method to set the value of a field.
- select.php
- procedural page select.php
- separator.php
- procedural page separator.php
- standard.php
- procedural page standard.php
- save
- in file editor.php, method JEditor::save()
Save the editor content
- script
- in file html.php, method JHtml::script()
Write a <script></script> element
- section
- in file access.php, method JHtmlAccess::section()
Displays a list of the available access sections
- setContent
- in file editor.php, method JEditor::setContent()
Set the editor contents
- setFormatOptions
- in file html.php, method JHtml::setFormatOptions()
Set format related options.
- sort
- in file grid.php, method JHtmlGrid::sort()
- specificordering
- in file list.php, method JHtmlList::specificordering()
- startPane
- in file pane.php, method JPane::startPane()
Creates a pane and creates the javascript object for it.
- startPane
- in file pane.php, method JPaneSliders::startPane()
Creates a pane and creates the javascript object for it.
- startPane
- in file pane.php, method JPaneTabs::startPane()
Creates a pane and creates the javascript object for it.
- startPanel
- in file pane.php, method JPaneSliders::startPanel()
Creates a tab panel with title text and starts that panel.
- startPanel
- in file pane.php, method JPaneTabs::startPanel()
Creates a tab panel with title text and starts that panel.
- startPanel
- in file pane.php, method JPane::startPanel()
Creates a panel with title text and starts that panel.
- state
- in file grid.php, method JHtmlGrid::state()
- stylesheet
- in file html.php, method JHtml::stylesheet()
Write a <link rel="stylesheet" style="text/css" /> element
- switcher
- in file behavior.php, method JHtmlBehavior::switcher()
- site
- in file image.php, method JHtmlImage::site()
Checks to see if an image exists in the current templates image directory.
- $scriptElement
- in file component.php, variable JInstallerComponent::$scriptElement
- $scriptElement
- in file plugin.php, variable JInstallerPlugin::$scriptElement
- $scriptElement
- in file module.php, variable JInstallerModule::$scriptElement
- setOverwrite
- in file installer.php, method JInstaller::setOverwrite()
Set the allow overwrite switch
- setPath
- in file installer.php, method JInstaller::setPath()
Sets an installer path by name
- setUpgrade
- in file installer.php, method JInstaller::setUpgrade()
Set the allow overwrite switch
- setupInstall
- in file installer.php, method JInstaller::setupInstall()
Prepare for installation: this method sets the installation directory, finds and checks the installation file and verifies the installation type
- splitSql
- in file helper.php, method JInstallerHelper::splitSql()
Splits contents of a sql file into array of discreet queries
- script
- in file methods.php, method JText::script()
Translate a string into the current language and stores it in the JavaScript language store.
- setDebug
- in file language.php, method JLanguage::setDebug()
Set the Debug property
- setDefault
- in file language.php, method JLanguage::setDefault()
Set the default language code
- setLanguage
- in file language.php, method JLanguage::setLanguage()
Set the language attributes to the given language
- setTransliterator
- in file language.php, method JLanguage::setTransliterator()
Set the transliteration function
- sprintf
- in file methods.php, method JText::sprintf()
Passes a string thru an sprintf.
- Send
- in file mail.php, method JMail::Send()
Send the mail
- setBody
- in file mail.php, method JMail::setBody()
Set the E-Mail body
- setSender
- in file mail.php, method JMail::setSender()
Set the E-Mail sender
- setSubject
- in file mail.php, method JMail::setSubject()
Set the E-Mail subject
- spacer.php
- procedural page spacer.php
- sql.php
- procedural page sql.php
- set
- in file parameter.php, method JParameter::set()
Set a value.
- setXML
- in file parameter.php, method JParameter::setXML()
Sets the XML object from custom xml files.
- setValue
- in file registry.php, method JRegistry::setValue()
Set a registry value
- stringToObject
- in file xml.php, method JRegistryFormatXML::stringToObject()
Converts an XML formatted string into an object
- stringToObject
- in file php.php, method JRegistryFormatPHP::stringToObject()
Placeholder method
- stringToObject
- in file json.php, method JRegistryFormatJSON::stringToObject()
Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function
- stringToObject
- in file ini.php, method JRegistryFormatINI::stringToObject()
Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function
- stringToObject
- in file format.php, method JRegistryFormat::stringToObject()
Converts an XML formatted string into an object
- session.php
- procedural page session.php
- storage.php
- procedural page storage.php
- set
- in file session.php, method JSession::set()
Set data into the session store
- $sectionid
- in file content.php, variable JTableContent::$sectionid
- $sendEmail
- in file user.php, variable JTableUser::$sendEmail
Description
- $session_id
- in file session.php, variable JTableSession::$session_id
- $showtitle
- in file module.php, variable JTableModule::$showtitle
- $state
- in file content.php, variable JTableContent::$state
- $state
- in file extension.php, variable JTableExtension::$state
- $system_data
- in file extension.php, variable JTableExtension::$system_data
- session.php
- procedural page session.php
- save
- in file table.php, method JTable::save()
Method to provide a shortcut to binding, checking and storing a JTable
- setDBO
- in file table.php, method JTable::setDBO()
Method to set the JDatabase connector object.
- setLastVisit
- in file user.php, method JTableUser::setLastVisit()
Updates last visit time of user
- setRules
- in file table.php, method JTable::setRules()
Method to set rules for the record.
- store
- in file user.php, method JTableUser::store()
- store
- in file table.php, method JTable::store()
Method to store a row in the database from the JTable instance properties.
- store
- in file content.php, method JTableContent::store()
Overriden JTable::store to set modified data and user id.
- $sendEmail
- in file user.php, variable JUser::$sendEmail
Description
- $status
- in file authentication.php, variable JAuthenticationResponse::$status
Response status (see status codes)
- save
- in file user.php, method JUser::save()
Method to save the JUser object to the database
- setLastVisit
- in file user.php, method JUser::setLastVisit()
Pass through method to the table for setting the last visit date
- setParam
- in file user.php, method JUser::setParam()
Method to set a parameter
- setParameters
- in file user.php, method JUser::setParameters()
Method to get the user parameters
- setUserGroups
- in file helper.php, method JUserHelper::setUserGroups()
Method to set the groups for a user.
- simplecrypt.php
- procedural page simplecrypt.php
- simplexml.php
- procedural page simplexml.php
- string.php
- procedural page string.php
- sendAdminMail
- in file utility.php, method JUtility::sendAdminMail()
Sends mail to administrator for approval of a user submission
- sendMail
- in file utility.php, method JUtility::sendMail()
Mail function (uses phpMailer)
- setData
- in file simplexml.php, method JSimpleXMLElement::setData()
Set the data of the element
- setOffset
- in file date.php, method JDate::setOffset()
Set the date offset (in hours)
- setParser
- in file simplexml.php, method JSimpleXML::setParser()
Set the parser
- sortObjects
- in file arrayhelper.php, method JArrayHelper::sortObjects()
Utility function to sort an array of objects on a given field
- strcasecmp
- in file string.php, method JString::strcasecmp()
UTF-8 aware alternative to strcasecmp A case insensivite string comparison
- strcspn
- in file string.php, method JString::strcspn()
UTF-8 aware alternative to strcspn Find length of initial segment not matching mask
- stream_eof
- in file buffer.php, method JBuffer::stream_eof()
- stream_open
- in file buffer.php, method JBuffer::stream_open()
- stream_read
- in file buffer.php, method JBuffer::stream_read()
- stream_seek
- in file buffer.php, method JBuffer::stream_seek()
- stream_tell
- in file buffer.php, method JBuffer::stream_tell()
- stream_write
- in file buffer.php, method JBuffer::stream_write()
- stristr
- in file string.php, method JString::stristr()
UTF-8 aware alternative to stristr Returns all of haystack from the first occurrence of needle to the end.
- strlen
- in file string.php, method JString::strlen()
UTF-8 aware alternative to strlen Returns the number of characters in the string (NOT THE NUMBER OF BYTES),
- strpos
- in file string.php, method JString::strpos()
UTF-8 aware alternative to strpos Find position of first occurrence of a string
- strrev
- in file string.php, method JString::strrev()
UTF-8 aware alternative to strrev Reverse a string
- strrpos
- in file string.php, method JString::strrpos()
UTF-8 aware alternative to strrpos Finds position of last occurrence of a string
- strspn
- in file string.php, method JString::strspn()
UTF-8 aware alternative to strspn Find length of initial segment matching mask
- strtolower
- in file string.php, method JString::strtolower()
UTF-8 aware alternative to strtlower
- strtoupper
- in file string.php, method JString::strtoupper()
UTF-8 aware alternative to strtoupper
- str_ireplace
- in file string.php, method JString::str_ireplace()
UTF-8 aware alternative to str_ireplace Case-insensitive version of str_replace
- str_split
- in file string.php, method JString::str_split()
UTF-8 aware alternative to str_split Convert a string to an array
- substr
- in file string.php, method JString::substr()
UTF-8 aware alternative to substr Return part of a string given character offset (and optionally length)
- substr_replace
- in file string.php, method JString::substr_replace()
UTF-8 aware substr_replace Replace text within a portion of a string
t
- $thumburl
- in file feedcreator.php, variable EnclosureItem::$thumburl
- $Timeout
- in file phpmailer.php, variable PHPMailer::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
- $title
- in file feedcreator.php, variable EnclosureItem::$title
- $title
- in file feedcreator.php, variable FeedCreator::$title
Mandatory attributes of a feed.
- $title
- in file feedcreator.php, variable FeedImage::$title
Mandatory attributes of an image.
- $title
- in file feedcreator.php, variable FeedItem::$title
Mandatory attributes of an item.
- $tmp_path
- in file config.php, variable JFrameworkConfig::$tmp_path
- $to
- in file phpmailer.php, variable PHPMailer::$to
- $truncSize
- in file feedcreator.php, variable FeedHtmlField::$truncSize
Optional attributes of a FeedHtmlField.
- $ttl
- in file feedcreator.php, variable FeedCreator::$ttl
- $type
- in file feedcreator.php, variable EnclosureItem::$type
- thumbs.php
- procedural page thumbs.php
- thumbs_doc.php
- procedural page thumbs_doc.php
- thumbs_folder.php
- procedural page thumbs_folder.php
- thumbs_img.php
- procedural page thumbs_img.php
- thumbs_up.php
- procedural page thumbs_up.php
- tinybrowser.js.php
- procedural page tinybrowser.js.php
- tb_standalone.js.php
- procedural page tb_standalone.js.php
- tb_tinymce.js.php
- procedural page tb_tinymce.js.php
- tibor.php
- procedural page tibor.php
- tinybrowser.php
- procedural page tinybrowser.php
- tiny_mce_gzip.php
- procedural page tiny_mce_gzip.php
- TB_ACTION
- in file sk.php, constant TB_ACTION
- TB_BROWSE
- in file sk.php, constant TB_BROWSE
- TB_BROWSEFILES
- in file sk.php, constant TB_BROWSEFILES
- TB_BYTES
- in file sk.php, constant TB_BYTES
- TB_CREATE
- in file de.php, constant TB_CREATE
- TB_DATE
- in file sk.php, constant TB_DATE
- TB_DELETE
- in file sk.php, constant TB_DELETE
- TB_DENIED
- in file sk.php, constant TB_DENIED
- TB_DETAILS
- in file sk.php, constant TB_DETAILS
- TB_DIMENSIONS
- in file sk.php, constant TB_DIMENSIONS
- TB_EDDENIED
- in file sk.php, constant TB_EDDENIED
- TB_EDIT
- in file sk.php, constant TB_EDIT
- TB_EDITFILES
- in file sk.php, constant TB_EDITFILES
- TB_FILENAME
- in file sk.php, constant TB_FILENAME
- TB_FILES
- in file sk.php, constant TB_FILES
- TB_FODENIED
- in file de.php, constant TB_FODENIED
- TB_FOLDERCURR
- in file de.php, constant TB_FOLDERCURR
- TB_FOLDERDEST
- in file de.php, constant TB_FOLDERDEST
- TB_FOLDERNAME
- in file de.php, constant TB_FOLDERNAME
- TB_FOLDERS
- in file de.php, constant TB_FOLDERS
- TB_GALLERY
- in file it.php, constant TB_GALLERY
- TB_HEIGHT
- in file sk.php, constant TB_HEIGHT
- TB_MOVE
- in file de.php, constant TB_MOVE
- TB_MSGCREATE
- in file de.php, constant TB_MSGCREATE
- TB_MSGDELETE
- in file sk.php, constant TB_MSGDELETE
- TB_MSGEDITERR
- in file sk.php, constant TB_MSGEDITERR
- TB_MSGMAXSIZE
- in file sk.php, constant TB_MSGMAXSIZE
- TB_MSGMKDIR
- in file sk.php, constant TB_MSGMKDIR
- TB_MSGMKDIRFAIL
- in file sk.php, constant TB_MSGMKDIRFAIL
- TB_MSGMOVE
- in file de.php, constant TB_MSGMOVE
- TB_MSGNEWTHUMBS
- in file sk.php, constant TB_MSGNEWTHUMBS
- TB_MSGRENAME
- in file sk.php, constant TB_MSGRENAME
- TB_MSGRESIZE
- in file sk.php, constant TB_MSGRESIZE
- TB_MSGROTATE
- in file sk.php, constant TB_MSGROTATE
- TB_MSGUPBAD
- in file sk.php, constant TB_MSGUPBAD
- TB_MSGUPDUP
- in file sk.php, constant TB_MSGUPDUP
- TB_MSGUPFAIL
- in file sk.php, constant TB_MSGUPFAIL
- TB_MSGUPGOOD
- in file sk.php, constant TB_MSGUPGOOD
- TB_NONE
- in file sk.php, constant TB_NONE
- TB_PAGE
- in file sk.php, constant TB_PAGE
- TB_PROGRESS
- in file sk.php, constant TB_PROGRESS
- TB_REMOVE
- in file sk.php, constant TB_REMOVE
- TB_RENAME
- in file sk.php, constant TB_RENAME
- TB_RESIZE
- in file sk.php, constant TB_RESIZE
- TB_ROTATE
- in file sk.php, constant TB_ROTATE
- TB_ROTATECCW
- in file sk.php, constant TB_ROTATECCW
- TB_ROTATECW
- in file sk.php, constant TB_ROTATECW
- TB_SEARCH
- in file sk.php, constant TB_SEARCH
- TB_SHOW
- in file sk.php, constant TB_SHOW
- TB_SIZE
- in file sk.php, constant TB_SIZE
- TB_THUMBS
- in file sk.php, constant TB_THUMBS
- TB_TTLMAXSIZE
- in file sk.php, constant TB_TTLMAXSIZE
- TB_TYPE
- in file sk.php, constant TB_TYPE
- TB_TYPEFILE
- in file sk.php, constant TB_TYPEFILE
- TB_TYPEIMG
- in file sk.php, constant TB_TYPEIMG
- TB_TYPEMEDIA
- in file sk.php, constant TB_TYPEMEDIA
- TB_UPDENIED
- in file sk.php, constant TB_UPDENIED
- TB_UPLOAD
- in file sk.php, constant TB_UPLOAD
- TB_UPLOADFILES
- in file sk.php, constant TB_UPLOADFILES
- TB_VIEW
- in file sk.php, constant TB_VIEW
- TB_WIDTH
- in file sk.php, constant TB_WIDTH
- TextLine
- in file phpmailer.php, method PHPMailer::TextLine()
Returns a formatted mail line.
- TIME_ZONE
- in file feedcreator.php, constant TIME_ZONE
* GENERAL USAGE *********************************************************
- truncate_text
- in file fns_tinybrowser.php, function truncate_text()
- Turn
- in file smtp.php, method SMTP::Turn()
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
- $title
- in file categories.php, variable JCategoryNode::$title
- triggerEvent
- in file application.php, method JApplication::triggerEvent()
Calls all handlers associated with an event group.
- tree.php
- procedural page tree.php
- toString
- in file object.php, method JObject::toString()
- test
- in file xcache.php, method JCacheStorageXCache::test()
Test to see if the cache storage is available.
- test
- in file xcache.php, method JSessionStorageXcache::test()
Test to see if the SessionHandler is available.
- test
- in file storage.php, method JCacheStorage::test()
Test to see if the storage handler is available.
- test
- in file memcache.php, method JCacheStorageMemcache::test()
Test to see if the cache storage is available.
- test
- in file eaccelerator.php, method JCacheStorageEaccelerator::test()
Test to see if the cache storage is available.
- test
- in file file.php, method JCacheStorageFile::test()
Test to see if the cache storage is available.
- test
- in file apc.php, method JCacheStorageApc::test()
Test to see if the cache storage is available.
- $title
- in file asset.php, variable JTableAsset::$title
The human readable title of the asset.
- $title
- in file usergroup.php, variable JTableUsergroup::$title
- $title
- in file viewlevels.php, variable JTableViewlevels::$title
- tablenested.php
- procedural page tablenested.php
- test
- in file mysqli.php, method JDatabaseMySQLi::test()
Test to see if the MySQLi connector is available
- test
- in file database.php, method JDatabase::test()
Test to see if the MySQLi connector is available
- test
- in file mysql.php, method JDatabaseMySQL::test()
Test to see if the MySQL connector is available
- $template
- in file html.php, variable JDocumentHTML::$template
- $title
- in file feed.php, variable JFeedItem::$title
Title item element
- $title
- in file feed.php, variable JFeedImage::$title
Title image attribute
- $title
- in file document.php, variable JDocument::$title
Document title
- $ttl
- in file feed.php, variable JDocumentFeed::$ttl
TTL feed attribute
- $type
- in file feed.php, variable JFeedEnclosure::$type
Type enclosure element
- toString
- in file uri.php, method JURI::toString()
Returns full uri string.
- toString
- in file response.php, method JResponse::toString()
Sends all headers prior to returning the string
- $type
- in file exception.php, variable JException::$type
Error type
- throwError
- in file error.php, method JError::throwError()
- toString
- in file exception.php, method JException::toString()
Returns to error message
- translateErrorLevel
- in file error.php, method JError::translateErrorLevel()
Translate an error level integer to a human readable string e.g. E_ERROR will be translated to 'Error'
- trigger
- in file dispatcher.php, method JDispatcher::trigger()
Triggers an event by dispatching arguments to all observers that handle the event and returning their return values.
- tar.php
- procedural page tar.php
- $tagBlacklist
- in file filterinput.php, variable JFilterInput::$tagBlacklist
- $tagsArray
- in file filterinput.php, variable JFilterInput::$tagsArray
- $tagsMethod
- in file filterinput.php, variable JFilterInput::$tagsMethod
- $type
- in file password.php, variable JFormFieldPassword::$type
The field type.
- $type
- in file radio.php, variable JFormFieldRadio::$type
The field type.
- $type
- in file media.php, variable JFormFieldMedia::$type
The field type.
- $type
- in file list.php, variable JFormFieldList::$type
The field type.
- $type
- in file integers.php, variable JFormFieldIntegers::$type
The field type.
- $type
- in file accesslevels.php, variable JFormFieldAccessLevels::$type
The field type.
- $type
- in file rules.php, variable JFormFieldRules::$type
The field type.
- $type
- in file sessionhandlers.php, variable JFormFieldSessionHandlers::$type
The field type.
- $type
- in file timezones.php, variable JFormFieldTimezones::$type
The field type.
- $type
- in file usergroups.php, variable JFormFieldUserGroups::$type
The field type.
- $type
- in file textarea.php, variable JFormFieldTextarea::$type
The field type.
- $type
- in file text.php, variable JFormFieldText::$type
The field type.
- $type
- in file spacer.php, variable JFormFieldSpacer::$type
The field type.
- $type
- in file templates.php, variable JFormFieldTemplates::$type
The field type.
- $type
- in file hidden.php, variable JFormFieldHidden::$type
The field type.
- $type
- in file languages.php, variable JFormFieldLanguages::$type
The field type.
- $type
- in file combo.php, variable JFormFieldCombo::$type
The field type.
- $type
- in file helpsites.php, variable JFormFieldHelpsites::$type
The field type.
- $type
- in file checkbox.php, variable JFormFieldCheckbox::$type
The field type.
- $type
- in file categories.php, variable JFormFieldCategories::$type
The field type.
- $type
- in file cachehandlers.php, variable JFormFieldCacheHandlers::$type
The field type.
- $type
- in file calendar.php, variable JFormFieldCalendar::$type
The field type.
- $type
- in file editor.php, variable JFormFieldEditor::$type
The field type.
- $type
- in file contentlanguages.php, variable JFormFieldContentLanguages::$type
The field type.
- $type
- in file editors.php, variable JFormFieldEditors::$type
The field type.
- $type
- in file file.php, variable JFormFieldFile::$type
The field type.
- $type
- in file formfield.php, variable JFormField::$type
The field type.
- templates.php
- procedural page templates.php
- text.php
- procedural page text.php
- textarea.php
- procedural page textarea.php
- timezones.php
- procedural page timezones.php
- test
- in file username.php, method JFormRuleUsername::test()
Method to test if a username is unique.
- test
- in file formrule.php, method JFormRule::test()
Method to test the value.
- test
- in file equals.php, method JFormRuleEquals::test()
Method to test if two values are equal. To use this rule, the form XML needs a validate attribute of equals and a field attribute that is equal to the field to test against.
- test
- in file rules.php, method JFormRuleRules::test()
Method to test if two values are equal. To use this rule, the form XML needs a validate attribute of equals and a field attribute that is equal to the field to test against.
- test
- in file email.php, method JFormRuleEmail::test()
Method to test if an e-mail address is unique.
- $text
- in file pagination.php, variable JPaginationObject::$text
- $total
- in file pagination.php, variable JPagination::$total
Total number of rows.
- toolbar.php
- procedural page toolbar.php
- token
- in file form.php, method JHtmlForm::token()
Displays a hidden token field to reduce the risk of CSRF exploits
- tooltip
- in file html.php, method JHtml::tooltip()
Creates a tooltip with an image as button
- tooltip
- in file behavior.php, method JHtmlBehavior::tooltip()
- tree
- in file behavior.php, method JHtmlBehavior::tree()
- treerecurse
- in file menu.php, method JHtmlMenu::treerecurse()
- $type
- in file extension.php, variable JExtension::$type
- template.php
- procedural page template.php
- transliterate
- in file language.php, method JLanguage::transliterate()
Transliterate function
- text.php
- procedural page text.php
- textarea.php
- procedural page textarea.php
- timezones.php
- procedural page timezones.php
- toArray
- in file registry.php, method JRegistry::toArray()
Transforms a namespace to an array
- toObject
- in file registry.php, method JRegistry::toObject()
Transforms a namespace to an object
- toString
- in file registry.php, method JRegistry::toString()
Get a namespace in a given string format
- test
- in file storage.php, method JSessionStorage::test()
Test to see if the SessionHandler is available.
- test
- in file memcache.php, method JSessionStorageMemcache::test()
Test to see if the SessionHandler is available.
- test
- in file eaccelerator.php, method JSessionStorageEaccelerator::test()
Test to see if the SessionHandler is available.
- test
- in file apc.php, method JSessionStorageApc::test()
Test to see if the SessionHandler is available.
- $template_id
- in file menu.php, variable JTableMenu::$template_id
- $time
- in file session.php, variable JTableSession::$time
- $title
- in file category.php, variable JTableCategory::$title
- $title
- in file module.php, variable JTableModule::$title
- $title
- in file menutype.php, variable JTableMenuType::$title
- $title
- in file menu.php, variable JTableMenu::$title
- $title
- in file content.php, variable JTableContent::$title
- $title_alias
- in file content.php, variable JTableContent::$title_alias
- $type
- in file update.php, variable JTableUpdate::$type
- $type
- in file menu.php, variable JTableMenu::$type
- $type
- in file extension.php, variable JTableExtension::$type
- table.php
- procedural page table.php
- toXML
- in file content.php, method JTableContent::toXML()
Converts record to XML
- toXML
- in file table.php, method JTable::toXML()
Method to export the JTable instance properties to an XML string.
- $tags
- in file update.php, variable JUpdate::$tags
- $targetplatform
- in file update.php, variable JUpdate::$targetplatform
- $type
- in file update.php, variable JUpdate::$type
- $timezone
- in file authentication.php, variable JAuthenticationResponse::$timezone
ASCII string from TimeZone database
- $type
- in file authentication.php, variable JAuthenticationResponse::$type
The type of authentication that was successful
- toFormat
- in file date.php, method JDate::toFormat()
Gets the date in a specific format
- toInteger
- in file arrayhelper.php, method JArrayHelper::toInteger()
Function to convert array to integer values
- toISO8601
- in file date.php, method JDate::toISO8601()
Gets the date as an ISO 8601 date.
- toMySQL
- in file date.php, method JDate::toMySQL()
Gets the date as in MySQL datetime format
- toObject
- in file arrayhelper.php, method JArrayHelper::toObject()
Utility function to map an array to a stdClass object.
- toRFC822
- in file date.php, method JDate::toRFC822()
Gets the date as an RFC 822 date.
- toString
- in file arrayhelper.php, method JArrayHelper::toString()
- toString
- in file simplexml.php, method JSimpleXMLElement::toString()
Return a well-formed XML string based on SimpleXML element
- toUnix
- in file date.php, method JDate::toUnix()
Gets the date as UNIX time stamp.
- transcode
- in file string.php, method JString::transcode()
Transcode a string.
- trim
- in file string.php, method JString::trim()
UTF-8 aware replacement for trim()
u
- $unix
- in file feedcreator.php, variable FeedDate::$unix
- $URL
- in file version.php, variable JVersion::$URL
- $url
- in file feedcreator.php, variable EnclosureItem::$url
- $url
- in file feedcreator.php, variable FeedImage::$url
- $user
- in file config.php, variable JFrameworkConfig::$user
- $Username
- in file phpmailer.php, variable PHPMailer::$Username
Sets SMTP username.
- $username
- in file xmlrpc.php, variable xmlrpc_client::$username
- $user_data
- in file xmlrpcs.php, variable xmlrpc_server::$user_data
- updateadapter.php
- procedural page updateadapter.php
- upload.php
- procedural page upload.php
- upload_file.php
- procedural page upload_file.php
- upload_process.php
- procedural page upload_process.php
- UniversalFeedCreator
- in file feedcreator.php, class UniversalFeedCreator
UniversalFeedCreator lets you choose during runtime which format to build.
- unix
- in file feedcreator.php, method FeedDate::unix()
Gets the date stored in this FeedDate as unix time stamp.
- useCached
- in file feedcreator.php, method FeedCreator::useCached()
Turns on caching and checks if there is a recent version of this feed in the cache.
- useCached
- in file feedcreator.php, method UniversalFeedCreator::useCached()
Turns on caching and checks if there is a recent version of this feed in the cache.
- userErrorHandler
- in file fns_tinybrowser.php, function userErrorHandler()
- usesExtension
- in file Discover.php, method Auth_OpenID_ServiceEndpoint::usesExtension()
- UTF8CharBoundary
- in file phpmailer.php, method PHPMailer::UTF8CharBoundary()
Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
- $updates
- in file collection.php, variable JUpdaterCollection::$updates
- $update_sites
- in file collection.php, variable JUpdaterCollection::$update_sites
- update
- in file observer.php, method JObserver::update()
Method to update the state of observable objects
- $username
- in file ldap.php, variable JLDAP::$username
- $users_dn
- in file ldap.php, variable JLDAP::$users_dn
- $use_ldapV3
- in file ldap.php, variable JLDAP::$use_ldapV3
- usergroup.php
- procedural page usergroup.php
- updateObject
- in file mysqli.php, method JDatabaseMySQLi::updateObject()
Description
- updateObject
- in file mysql.php, method JDatabaseMySQL::updateObject()
Description
- updateObject
- in file database.php, method JDatabase::updateObject()
Update an object in the database
- $url
- in file feed.php, variable JFeedImage::$url
URL image attribute
- $url
- in file feed.php, variable JFeedEnclosure::$url
URL enclosure element
- uri.php
- procedural page uri.php
- update
- in file event.php, method JEvent::update()
Method to trigger events.
- upload
- in file file.php, method JFile::upload()
Moves an uploaded file to a destination folder
- usergroups.php
- procedural page usergroups.php
- username.php
- procedural page username.php
- $useCookies
- in file pane.php, variable JPane::$useCookies
- unregister
- in file html.php, method JHtml::unregister()
Removes a key for a method from registry.
- uploader
- in file behavior.php, method JHtmlBehavior::uploader()
- usergroup
- in file access.php, method JHtmlAccess::usergroup()
Displays a list of the available user groups.
- usergroups
- in file access.php, method JHtmlAccess::usergroups()
Returns a UL list of user groups with check boxes
- users
- in file list.php, method JHtmlList::users()
Select list of active users
- $uninstallElement
- in file component.php, variable JInstallerComponent::$uninstallElement
- $update
- in file packagemanifest.php, variable JPackageManifest::$update
- $update
- in file librarymanifest.php, variable JLibraryManifest::$update
- $url
- in file packagemanifest.php, variable JPackageManifest::$url
- uninstall
- in file template.php, method JInstallerTemplate::uninstall()
Custom uninstall method
- uninstall
- in file module.php, method JInstallerModule::uninstall()
Custom uninstall method
- uninstall
- in file package.php, method JInstallerPackage::uninstall()
Custom uninstall method
- uninstall
- in file plugin.php, method JInstallerPlugin::uninstall()
Custom uninstall method
- uninstall
- in file library.php, method JInstallerLibrary::uninstall()
Custom uninstall method
- uninstall
- in file installer.php, method JInstaller::uninstall()
Package uninstallation method
- uninstall
- in file file.php, method JInstallerFile::uninstall()
Custom uninstall method
- uninstall
- in file component.php, method JInstallerComponent::uninstall()
Custom uninstall method for components
- uninstall
- in file language.php, method JInstallerLanguage::uninstall()
Custom uninstall method
- unpack
- in file helper.php, method JInstallerHelper::unpack()
Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip
- update
- in file plugin.php, method JInstallerPlugin::update()
Custom update method
- update
- in file component.php, method JInstallerComponent::update()
Custom update method for components
- update
- in file module.php, method JInstallerModule::update()
Custom update method This is really a shell for the install system
- update
- in file library.php, method JInstallerLibrary::update()
Custom update method
- update
- in file installer.php, method JInstaller::update()
Package update method
- update
- in file language.php, method JInstallerLanguage::update()
Custom update method
- update
- in file file.php, method JInstallerFile::update()
Custom update method
- useSendmail
- in file mail.php, method JMail::useSendmail()
Use sendmail for sending the e-mail
- useSMTP
- in file mail.php, method JMail::useSMTP()
Use SMTP for sending the e-mail
- usergroup.php
- procedural page usergroup.php
- $update_id
- in file update.php, variable JTableUpdate::$update_id
- $update_site_id
- in file update.php, variable JTableUpdate::$update_site_id
- $urls
- in file content.php, variable JTableContent::$urls
- $userid
- in file session.php, variable JTableSession::$userid
- $username
- in file session.php, variable JTableSession::$username
- $username
- in file user.php, variable JTableUser::$username
The login name
- $usertype
- in file session.php, variable JTableSession::$usertype
- $usertype
- in file user.php, variable JTableUser::$usertype
Description
- update.php
- procedural page update.php
- user.php
- procedural page user.php
- update
- in file session.php, method JTableSession::update()
- update.php
- procedural page update.php
- updater.php
- procedural page updater.php
- update
- in file updater.php, method JUpdater::update()
- $username
- in file user.php, variable JUser::$username
The login name
- $username
- in file authentication.php, variable JAuthenticationResponse::$username
Any UTF-8 string that the End User wants to use as a username.
- $usertype
- in file user.php, variable JUser::$usertype
Description
- user.php
- procedural page user.php
- utility.php
- procedural page utility.php
- ucfirst
- in file string.php, method JString::ucfirst()
UTF-8 aware alternative to ucfirst Make a string's first character uppercase
- ucwords
- in file string.php, method JString::ucwords()
UTF-8 aware alternative to ucwords Uppercase the first character of each word in a string
- ucwords_callback
- in file string.php, method JString::ucwords_callback()
Callback function for preg_replace_callback call in JString::ucwords
v
- $val
- in file xmlrpc.php, variable xmlrpcresp::$val
- $valtyp
- in file xmlrpc.php, variable xmlrpcresp::$valtyp
- $verbose
- in file feedcreator.php, variable FeedCreator::$verbose
Determines whether or not error messages are displayed by this class.
- $verifyhost
- in file xmlrpc.php, variable xmlrpc_client::$verifyhost
- $verifypeer
- in file xmlrpc.php, variable xmlrpc_client::$verifypeer
- $Version
- in file phpmailer.php, variable PHPMailer::$Version
Holds PHPMailer version.
- view.php
- procedural page view.php
- view.php
- procedural page view.php
- view.php
- procedural page view.php
- view.php
- procedural page view.php
- vcard.php
- procedural page vcard.php
- version.php
- procedural page version.php
- validateExtension
- in file fns_tinybrowser.php, function validateExtension()
- value
- in file xmlrpc.php, method xmlrpcresp::value()
Returns the value received by the server.
- vCard
- in file vcard.php, class vCard
- Verify
- in file smtp.php, method SMTP::Verify()
Verifies that the name is recognized by the server.
- verifySignature
- in file xmlrpcs.php, method xmlrpc_server::verifySignature()
Verify type and number of parameters received against a list of known signatures
- view.php
- procedural page view.php
- validate
- in file modelform.php, method JModelForm::validate()
Method to validate the form data.
- view.php
- procedural page view.php
- viewlevels.php
- procedural page viewlevels.php
- validate
- in file formvalidator.php, method JFormValidator::validate()
Method to validate a group of fields.
- validate
- in file form.php, method JForm::validate()
Method to validate form data.
- $version
- in file packagemanifest.php, variable JPackageManifest::$version
- $version
- in file librarymanifest.php, variable JLibraryManifest::$version
- $version
- in file update.php, variable JTableUpdate::$version
- $version
- in file content.php, variable JTableContent::$version
- $version
- in file update.php, variable JUpdate::$version
- $viewLevels
- in file access.php, variable JAccess::$viewLevels
- valid
- in file string.php, method JString::valid()
Tests a string as to whether it's valid UTF-8 and supported by the
w
- $webmaster
- in file feedcreator.php, variable FeedCreator::$webmaster
- $width
- in file feedcreator.php, variable FeedImage::$width
Optional attributes of an image.
- $width
- in file feedcreator.php, variable EnclosureItem::$width
- $WordWrap
- in file phpmailer.php, variable PHPMailer::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
- WrapText
- in file phpmailer.php, method PHPMailer::WrapText()
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
- wrap_php_function
- in file xmlrpc_wrappers.php, function wrap_php_function()
Given a user-defined PHP function, create a PHP 'wrapper' function that can be exposed as xmlrpc method from an xmlrpc_server object and called from remote clients (as well as its corresponding signature info).
- wrap_xmlrpc_method
- in file xmlrpc_wrappers.php, function wrap_xmlrpc_method()
Given an xmlrpc client and a method name, register a php wrapper function
- wrap_xmlrpc_server
- in file xmlrpc_wrappers.php, function wrap_xmlrpc_server()
Similar to wrap_xmlrpc_method, but will generate a php class that wraps all xmlrpc methods exposed by the remote server as own methods.
- write
- in file xcache.php, method JSessionStorageXcache::write()
Write session data to the SessionHandler backend.
- write
- in file ftp.php, method JFTP::write()
Method to write a string to the FTP server
- where
- in file query.php, method JQuery::where()
- $webmaster
- in file feed.php, variable JDocumentFeed::$webmaster
Webmaster email feed element
- $width
- in file feed.php, variable JFeedImage::$width
witdh image attribute
- write
- in file file.php, method JFile::write()
Write contents to a file
- write
- in file storage.php, method JSessionStorage::write()
Write session data to the SessionHandler backend.
- write
- in file memcache.php, method JSessionStorageMemcache::write()
Write session data to the SessionHandler backend.
- write
- in file eaccelerator.php, method JSessionStorageEaccelerator::write()
Write session data to the SessionHandler backend.
- write
- in file database.php, method JSessionStorageDatabase::write()
Write session data to the SessionHandler backend.
- write
- in file apc.php, method JSessionStorageApc::write()
Write session data to the SessionHandler backend.
x
- $xmlrpc_curl_handle
- in file xmlrpc.php, variable xmlrpc_client::$xmlrpc_curl_handle
CURL handle: used for keep-alive connections (PHP 4.3.8 up, see:
- $xslStyleSheet
- in file feedcreator.php, variable FeedCreator::$xslStyleSheet
The url of the external xsl stylesheet used to format the naked rss feed.
- xmlrpc.php
- procedural page xmlrpc.php
- xmlrpcs.php
- procedural page xmlrpcs.php
- xmlrpc_wrappers.php
- procedural page xmlrpc_wrappers.php
- XRIRes.php
- procedural page XRIRes.php
- xml.php
- procedural page xml.php
- xmlrpcmsg
- in file xmlrpc.php, class xmlrpcmsg
- xmlrpcmsg
- in file xmlrpc.php, method xmlrpcmsg::xmlrpcmsg()
- xmlrpcresp
- in file xmlrpc.php, class xmlrpcresp
- xmlrpcresp
- in file xmlrpc.php, method xmlrpcresp::xmlrpcresp()
- xmlrpcval
- in file xmlrpc.php, method xmlrpcval::xmlrpcval()
- xmlrpcval
- in file xmlrpc.php, class xmlrpcval
- xmlrpc_2_php_type
- in file xmlrpc_wrappers.php, function xmlrpc_2_php_type()
Given a string defining a phpxmlrpc type return corresponding php type.
- xmlrpc_cd
- in file xmlrpc.php, function xmlrpc_cd()
- xmlrpc_client
- in file xmlrpc.php, class xmlrpc_client
- xmlrpc_client
- in file xmlrpc.php, method xmlrpc_client::xmlrpc_client()
- xmlrpc_debugmsg
- in file xmlrpcs.php, function xmlrpc_debugmsg()
Add a string to the debug info that can be later seralized by the server as part of the response message.
- xmlrpc_dh
- in file xmlrpc.php, function xmlrpc_dh()
- xmlrpc_ee
- in file xmlrpc.php, function xmlrpc_ee()
- xmlrpc_ee_fast
- in file xmlrpc.php, function xmlrpc_ee_fast()
- xmlrpc_encode_entitites
- in file xmlrpc.php, function xmlrpc_encode_entitites()
Convert a string to the correct XML representation in a target charset
- XMLRPC_EPI_ENABLED
- in file xmlrpc.php, constant XMLRPC_EPI_ENABLED
- xmlrpc_se
- in file xmlrpc.php, function xmlrpc_se()
- xmlrpc_server
- in file xmlrpcs.php, method xmlrpc_server::xmlrpc_server()
- xmlrpc_server
- in file xmlrpcs.php, class xmlrpc_server
- xmlrpc_se_any
- in file xmlrpc.php, function xmlrpc_se_any()
- xml_footer
- in file xmlrpc.php, method xmlrpcmsg::xml_footer()
- xml_header
- in file xmlrpc.php, method xmlrpcmsg::xml_header()
- xml_header
- in file xmlrpcs.php, method xmlrpc_server::xml_header()
- $xml_parser
- in file updateadapter.php, variable JUpdateAdapter::$xml_parser
- xcache.php
- procedural page xcache.php
- xcache.php
- procedural page xcache.php
- xml.php
- procedural page xml.php
- $xssAuto
- in file filterinput.php, variable JFilterInput::$xssAuto
- xml.php
- procedural page xml.php
- $xreference
- in file content.php, variable JTableContent::$xreference
|
|