Support Joomla!

Joomla! 1.5 Documentation

Packages

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Element index for all packages

Individual package element indexes


0 a b c d e f g h i j k l m n o p q r s t u v w x y z _
0
Function
() in php50x.php
Ported PHP5 function to PHP4 for forward compatibility
a
Variable $accepted_charset_encodings
Variable $accepted_charset_encodings
Variable $accepted_compression
List of http compression methods accepted by the client for responses.
Variable $accepted_compression
List of http compression methods accepted by the server for requests.
Variable $access
JTablePlugin::$access in plugin.php
Variable $access
JTableCategory::$access in category.php
Variable $access
JTableSection::$access in section.php
Variable $access
JTableModule::$access in module.php
Variable $access
Variable $access
JTableContent::$access in content.php
Variable $acl
JAuthorization::$acl in authorization.php
Variable $acl_count
JAuthorization::$acl_count in authorization.php
Variable $activation
JUser::$activation in user.php
Description
Variable $activation
Description
Variable $admin_menu_alt
Variable $admin_menu_img
Variable $admin_menu_link
Variable $aid
JUser::$aid in user.php
Description
Variable $AliasNbPages
Variable $allow_system_funcs
Variable $AltBody
PHPMailer::$AltBody in phpmailer.php
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.
Variable $args
JException::$args in error.php
Arguments recieved by the method the error occurred in [Available if backtrace is enabled]
Variable $attrArray
Variable $attrBlacklist
Variable $attribs
Variable $attribs
Variable $attribs
Variable $attrMethod
Variable $author
TCPDF::$author in tcpdf.php
Variable $author
JFeedItem::$author in feed.php
Author item element
Variable $authorEmail
Author email element
Variable $author_class
Variable $author_number
Variable $authtype
Variable $AUTH_KEY_LEN
Variable $auth_method
Variable $AutoPageBreak
Method abort
JInstaller::abort() in installer.php
Installation abort method
Method absolutepage
TODO: No working
Method absolutize_url
Method AcceptPageBreak
Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value. The default implementation returns a value according to the mode selected by SetAutoPageBreak().
Method Access
build the select list for access level
Method AccessProcessing
Method acl_check
JAuthorization::acl_check() in authorization.php
Wraps the actual acl_query() function.
Method acl_check
gacl::acl_check() in gacl.php
Wraps the actual acl_query() function.
Method acl_check_array
Handles ACL lookups over arrays of AROs
Method acl_get_groups
Grabs all groups mapped to an ARO. You can also specify a root_group for subtree'ing.
Method acl_query
gacl::acl_query() in gacl.php
The Main function that does the actual ACL lookup.
Method acl_return_value
Wraps the actual acl_query() function.
Method activateUser
Method to activate a user
Method AddAddress
PHPMailer::AddAddress() in phpmailer.php
Adds a "To" address.
Method addArray
xmlrpcval::addArray() in xmlrpc.php
Method addAttachment
Add file attachments to the email
Method AddAttachment
Adds an attachment from a path on the filesystem.
Method addAttribute
Adds an attribute to the element
Method AddBCC
PHPMailer::AddBCC() in phpmailer.php
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
Method addBCC
JMail::addBCC() in mail.php
Add blind carbon copy recipients to the email
Method addButtonDir
Add a directory where JToolBar should search for button types
Method addCC
JMail::addCC() in mail.php
Add carbon copy recipients to the email
Method AddCC
PHPMailer::AddCC() in phpmailer.php
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
Method addChild
JTree::addChild() in tree.php
Method addChild
Adds a direct child to the element
Method addChild
JNode::addChild() in tree.php
Method AddCustomHeader
Adds a custom header.
Method addCustomHeadTag
Deprecated, use JDocument->addCustomTag instead (only when document type is HTML).
Method addCustomTag
Adds a custom html string to the head block
Method 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".
Method addEntry
JLog::addEntry() in log.php
Method addEscape
JView::addEscape() in view.php
Adds to the callbacks used when calling JView::escape().
Method addExtensionArg
Add an extension argument to this OpenID authentication request.
Method addFavicon
Adds a shortcut icon (favicon)
Method AddFont
TCPDF::AddFont() in tcpdf.php
Imports a TrueType or Type1 font and makes it available. It is necessary to generate a font definition file first with the makefont.php utility. The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by FPDF_FONTPATH if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.
Method addFunctionAlias
add an alias for a function
Method addGlobalVar
patTemplate::addGlobalVar() in patTemplate.php
Adds a global variable
Method addGlobalVars
patTemplate::addGlobalVars() in patTemplate.php
Adds several global variables
Method addHeadLink
Adds <link> tags to the head of the document
Method addHtmlLink
Output anchor link.
Method addIgnore
patErrorManager::addIgnore() in patErrorManager.php
add error codes to be ingored
Method addIncludePath
Add a directory where JModel should search for models. You may either pass a string or an array of directories.
Method addIncludePath
Add a directory where JTable should search for table types. You may either pass a string or an array of directories.
Method addItem
Adds an JFeedItem to the feed.
Method addItem
JPathWay::addItem() in pathway.php
Create and add an item to the pathway.
Method AddLink
TCPDF::AddLink() in tcpdf.php
Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
Method addMetaTag
JApplication::addMetaTag() in application.php
Deprecated, use JDocument->setMetaData instead.
Method addModelPath
JController::addModelPath() in controller.php
Adds to the stack of controller model paths in LIFO order.
Method addModuleDir
patTemplate::addModuleDir() in patTemplate.php
add a directory where patTemplate should search for modules.
Method addObject
patTemplate::addObject() in patTemplate.php
Adds an object to a template
Method AddPage
TCPDF::AddPage() in tcpdf.php
Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer. Then the page is added, the current position set to the top-left corner according to the left and top margins, and Header() is called to display the header.
Method addParam
xmlrpcmsg::addParam() in xmlrpc.php
Method addParameterDir
Add a directory where JParameter should search for element types
Method addQuoted
JDatabase::addQuoted() in database.php
Adds a field or array of field names to the list that are to be quoted
Method addRecipient
Add recipients to the email
Method AddReplyTo
PHPMailer::AddReplyTo() in phpmailer.php
Adds a "Reply-to" address.
Method addReplyTo
Add Reply to e-mail address(es) to the e-mail
Method addResultCount
Adds the total number of returns of the current search plugin to the
Method addResults
JSearch::addResults() in search.php
Method addRows
patTemplate::addRows() in patTemplate.php
Adds several rows of variables to a template
Method addScalar
Method addScript
JDocument::addScript() in document.php
Adds a linked script to the page
Method addScriptDeclaration
Adds a script to the page
Method AddStringAttachment
Adds a string or binary attachment (non-filesystem) to the list.
Method addStruct
Method addStyleDeclaration
Adds a stylesheet declaration to the page
Method addStyleSheet
Adds a linked stylesheet to the page
Method addTablePath
Adds to the stack of model table paths in LIFO order.
Method addTemplatePath
Adds to the stack of view script paths in LIFO order.
Method addUserInfo
Method addVar
patTemplate::addVar() in patTemplate.php
add a variable to a template
Method addVars
patTemplate::addVars() in patTemplate.php
Adds several variables to a template
Method addViewPath
JController::addViewPath() in controller.php
Add one or more view paths to the controller's stack, in LIFO order.
Method add_acl
gacl_api::add_acl() in gacl_api.php
add_acl()
Method add_cdata
Method add_group
gacl_api::add_group() in gacl_api.php
add_group()
Method add_group_object
add_group_object()
Method add_keyword
Adds a keyword to a keyword group for highlighting
Method add_keyword_group
Creates a new keyword group
Method add_object
gacl_api::add_object() in gacl_api.php
add_object()
Method add_object_section
add_object_section()
Method add_to_blinklist
Method add_to_blogmarks
Method add_to_delicious
Method add_to_digg
Method add_to_furl
Method add_to_magnolia
Method add_to_map
Add a method to the dispatch map
Method add_to_myweb20
Method add_to_newsvine
Method add_to_reddit
Method add_to_segnalo
Method add_to_simpy
Method add_to_smarking
Method add_to_spurl
Method add_to_wists
Method AliasNbPages
Defines an alias for the total number of pages. It will be substituted as the document is closed.
Method allowCache
JResponse::allowCache() in response.php
Set/get cachable state for the response
Function ampReplace
ampReplace() in functions.php
Replaces &amp; with & for xhtml compliance
Method ampReplace
Replaces &amp; with & for xhtml compliance
Method anonymous_bind
Anonymously Binds to LDAP Directory
Method answer
Method answer
Method appendBody
JResponse::appendBody() in response.php
Append content to the body content
Method appendButton
Set a value
Method appendData
Set the contents of the document buffer
Method appendMetaTag
Deprecated, use JDocument->setMetaData instead.
Method appendPathWay
Deprecated, use JPathWay->addItem() method instead.
Method append_acl
gacl_api::append_acl() in gacl_api.php
append_acl()
Method apply
remove all whitespace from the output
Method apply
compress the data
Method apply
remove all whitespace from the output
Method apply
apply the filter
Method apply
remove all whitespace from the output
Method apply
compress the data
Method apply
replace the variables
Method apply
tidy the data
Method apply
apply the filter
Method apply
tidy the data
Method applyInputFilter
enable an input filter
Method applyInputFilters
apply input filters that have been set
Method applyOutputFilter
enable an output filter
Method arraymem
xmlrpcval::arraymem() in xmlrpc.php
Returns the m-th member of an xmlrpcval of struct type
Method arraysize
Returns the number of members in an xmlrpcval of array type
Function array_key_exists
array_key_exists() in array_key_exists.php
Replace array_key_exists()
Method assign
JView::assign() in view.php
Assigns variables to the view script via differing strategies.
Method assignRef
JView::assignRef() in view.php
Assign variable for the view (by reference).
Method asXML
Return a well-formed XML string based on SimpleXML element
Method atfirstpage
JRecordSet::atfirstpage() in recordset.php
TODO: No working
Method atlastpage
JRecordSet::atlastpage() in recordset.php
TODO: No working
Method attach
JObservable::attach() in observer.php
Attach an observer object
Method attributes
Method attributes
Return the attributes of a specified node.
Method attributes
Get the an attribute of the element
Method attributes
Method Authenticate
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
Method authenticate
JAuthenticate::authenticate() in authenticate.php
Finds out if a set of login credentials are valid by asking all obvserving objects to run their respective authentication routines.
Method authorize
JController::authorize() in controller.php
Authorization check
Method authorize
JMenu::authorize() in menu.php
Method to check JMenu object authorization against an access control object and optionally an access extension object
Method authorize
JUser::authorize() in user.php
Method to check JUser object authorization against an access control object and optionally an access extension object
Class Auth_OpenID_AlreadySigned
An error that indicates that a response was already signed.
Class Auth_OpenID_Association
Auth_OpenID_Association in Association.php
This class represents an association between a server and a consumer. In general, users of this library will never see instances of this object. The only exception is if you implement a custom Auth_OpenID_OpenIDStore.
Constructor Auth_OpenID_AuthRequest
Initialize an authentication request with the specified token, association, and endpoint.
Class Auth_OpenID_AuthRequest
Auth_OpenID_AuthRequest in Consumer.php
This class represents an authentication request from a consumer to an OpenID server.
Constant Auth_OpenID_CANCEL
Auth_OpenID_CANCEL in Consumer.php
Status to indicate cancellation of OpenID authentication.
Constructor Auth_OpenID_CancelResponse
Class Auth_OpenID_CancelResponse
A response with a status of Auth_OpenID_CANCEL. Indicates that the user cancelled the OpenID authentication request. This has two relevant attributes:
Constructor Auth_OpenID_Consumer
Initialize a Consumer instance.
Class Auth_OpenID_Consumer
Auth_OpenID_Consumer in Consumer.php
An OpenID consumer implementation that performs discovery and does session management. See the Consumer.php file documentation for more information.
Class Auth_OpenID_ConsumerResponse
The base class for responses from the Auth_OpenID_Consumer.
Class Auth_OpenID_CryptUtil
Auth_OpenID_CryptUtil in CryptUtil.php
Class Auth_OpenID_DatabaseConnection
Auth_OpenID_DatabaseConnection in DatabaseConnection.php
An empty base class intended to emulate PEAR connection
Constructor Auth_OpenID_Decoder
Class Auth_OpenID_Decoder
Auth_OpenID_Decoder in Server.php
Decode an incoming Auth_OpenID_WebResponse into an Auth_OpenID_Request.
Constant Auth_OpenID_DEFAULT_NONCE_CHRS
This is the characters that the nonces are made from.
Class Auth_OpenID_DiffieHellmanConsumerSession
Constructor Auth_OpenID_DiffieHellmanConsumerSession
Constructor Auth_OpenID_DiffieHellmanServerSession
Class Auth_OpenID_DiffieHellmanServerSession
Constant Auth_OpenID_digits
Auth_OpenID_digits in OpenID.php
Function Auth_OpenID_discover
Auth_OpenID_discover() in Discover.php
Function Auth_OpenID_discoverWithoutYadis
Function Auth_OpenID_discoverWithYadis
Constant Auth_OpenID_DO_ABOUT
Auth_OpenID_DO_ABOUT in OpenID.php
Status code returned when there were no OpenID arguments passed. This code indicates that the caller should return a 200 OK response and display an HTML page that says that this is an OpenID server endpoint.
Constant Auth_OpenID_DO_AUTH
Auth_OpenID_DO_AUTH in OpenID.php
Status code returned when the caller needs to authenticate the
Class Auth_OpenID_DumbStore
Auth_OpenID_DumbStore in DumbStore.php
This is a store for use in the worst case, when you have no way of saving state on the consumer site. Using this store makes the consumer vulnerable to replay attacks, as it's unable to use nonces. Avoid using this store if it is at all possible.
Constructor Auth_OpenID_DumbStore
Creates a new Auth_OpenID_DumbStore instance. For the security of the tokens generated by the library, this class attempts to at least have a secure implementation of getAuthKey.
Class Auth_OpenID_Encoder
Auth_OpenID_Encoder in Server.php
Encode an Auth_OpenID_Response to an Auth_OpenID_WebResponse.
Constructor Auth_OpenID_EncodingError
Class Auth_OpenID_EncodingError
An error that indicates an encoding problem occurred.
Constant Auth_OpenID_FAILURE
Auth_OpenID_FAILURE in Consumer.php
This is the status code completeAuth returns when the value it received indicated an invalid login.
Class Auth_OpenID_FailureResponse
A response with a status of Auth_OpenID_FAILURE. Indicates that the OpenID protocol has failed. This could be locally or remotely triggered. This has three relevant attributes:
Constructor Auth_OpenID_FailureResponse
Constructor Auth_OpenID_FileStore
Initializes a new Auth_OpenID_FileStore. This initializes the nonce and association directories, which are subdirectories of the directory passed in.
Class Auth_OpenID_FileStore
Auth_OpenID_FileStore in FileStore.php
This is a filesystem-based store for OpenID associations and
Constant AUTH_OPENID_HTTP_ERROR
Constant AUTH_OPENID_HTTP_OK
AUTH_OPENID_HTTP_OK in Server.php
Constant AUTH_OPENID_HTTP_REDIRECT
Class Auth_OpenID_KVForm
Auth_OpenID_KVForm in KVForm.php
Container for key-value/comma-newline OpenID format and parsing
Constant Auth_OpenID_letters
Auth_OpenID_letters in OpenID.php
Defines for regexes and format checking.
Constant Auth_OpenID_LOCAL_ERROR
Status code returned by the server when the only option is to show an error page, since we do not have enough information to redirect back to the consumer. The associated value is an error message that should be displayed on an HTML error page.
Function Auth_OpenID_makeOpenIDEndpoints
Class Auth_OpenID_MalformedReturnURL
An error indicating that the return_to URL is malformed.
Constructor Auth_OpenID_MalformedReturnURL
Class Auth_OpenID_MalformedTrustRoot
This error is returned when the trust_root value is malformed.
Class Auth_OpenID_MySQLStore
Auth_OpenID_MySQLStore in MySQLStore.php
An SQL store that uses MySQL as its backend.
Class Auth_OpenID_OpenIDStore
Auth_OpenID_OpenIDStore in Interface.php
This is the interface for the store objects the OpenID library
Constructor Auth_OpenID_Parse
Class Auth_OpenID_Parse
Auth_OpenID_Parse in Parse.php
Constant Auth_OpenID_PARSE_ERROR
Auth_OpenID_PARSE_ERROR in Consumer.php
This is the status code beginAuth returns when the page fetched from the entered OpenID URL doesn't contain the necessary link tags to function as an identity page.
Class Auth_OpenID_PlainTextConsumerSession
Class Auth_OpenID_PlainTextServerSession
Constant Auth_OpenID_punct
Auth_OpenID_punct in OpenID.php
Constant Auth_OpenID_REDIRECT
Auth_OpenID_REDIRECT in OpenID.php
Status code returned when there is a redirect back to the consumer. The value is the URL to redirect back to. The caller should return a 302 Found redirect with a Location: header containing the URL.
Constant Auth_OpenID_REMOTE_ERROR
Status code returned when there is an error to return in key-value form to the consumer. The caller should return a 400 Bad Request response with content-type text/plain and the value as the body.
Constant Auth_OpenID_REMOTE_OK
Auth_OpenID_REMOTE_OK in OpenID.php
Status code returned when there is a key-value form OK response to the consumer. The value associated with this code is the response. The caller should return a 200 OK response with content-type text/plain and the value as the body.
Class Auth_OpenID_Server
Auth_OpenID_Server in Server.php
An object that implements the OpenID protocol for a single URL.
Constructor Auth_OpenID_Server
Class Auth_OpenID_ServerError
An error class which gets instantiated and returned whenever an OpenID protocol error occurs. Be prepared to use this in place of an ordinary server response.
Class Auth_OpenID_ServerRequest
Auth_OpenID_ServerRequest in ServerRequest.php
Object that holds the state of a request to the OpenID server
Constructor Auth_OpenID_ServerRequest
Constructor Auth_OpenID_ServiceEndpoint
Class Auth_OpenID_ServiceEndpoint
Object representing an OpenID service endpoint.
Class Auth_OpenID_ServiceEndpointLoader
A session helper class designed to translate between arrays and
Class Auth_OpenID_SetupNeededResponse
A response with a status of Auth_OpenID_SETUP_NEEDED. Indicates that the request was in immediate mode, and the server is unable to authenticate the user without further interaction.
Constructor Auth_OpenID_SetupNeededResponse
Constant Auth_OpenID_SETUP_NEEDED
Auth_OpenID_SETUP_NEEDED in Consumer.php
This is the status code completeAuth returns when the Auth_OpenID_Consumer instance is in immediate mode, and the identity server sends back a URL to send the user to to complete his or her login.
Constructor Auth_OpenID_Signatory
Create a new signatory using a given store.
Class Auth_OpenID_Signatory
Auth_OpenID_Signatory in Server.php
Responsible for the signature of query data and the verification of OpenID signature values.
Class Auth_OpenID_SigningEncoder
An encoder which also takes care of signing fields when required.
Constructor Auth_OpenID_SigningEncoder
Class Auth_OpenID_SQLiteStore
Auth_OpenID_SQLiteStore in SQLiteStore.php
An SQL store that uses SQLite as its backend.
Constructor Auth_OpenID_SQLStore
This creates a new SQLStore instance. It requires an established database connection be given to it, and it allows overriding the default table names.
Class Auth_OpenID_SQLStore
Auth_OpenID_SQLStore in SQLStore.php
This is the parent class for the SQL stores, which contains the logic common to all of the SQL stores.
Constant Auth_OpenID_SUCCESS
Auth_OpenID_SUCCESS in Consumer.php
This is the status code returned when the complete method returns successfully.
Class Auth_OpenID_SuccessResponse
A response with a status of Auth_OpenID_SUCCESS. Indicates that
Class Auth_OpenID_TrustRoot
Auth_OpenID_TrustRoot in TrustRoot.php
A wrapper for trust-root related functions
Constructor Auth_OpenID_UntrustedReturnURL
Class Auth_OpenID_UntrustedReturnURL
An error that indicates that the given return_to is not under the given trust_root.
Function Auth_OpenID_urinorm
Auth_OpenID_urinorm() in URINorm.php
Constructor Auth_OpenID_WebResponse
Class Auth_OpenID_WebResponse
A web-capable response object which you can use to generate a user-agent response.
Method autoCommit
Sets auto-commit mode on this database connection.
Method autodiscovery
File application.php
application.php in application.php
File apc.php
apc.php in apc.php
File atom.php
atom.php in atom.php
File apc.php
apc.php in apc.php
File archive.php
archive.php in archive.php
File authenticate.php
authenticate.php in authenticate.php
File authorization.php
authorization.php in authorization.php
File array.php
array.php in array.php
File Association.php
Association.php in Association.php
File Alias.php
Alias.php in Alias.php
File Attribute.php
Attribute.php in Attribute.php
File ascii.php
ascii.php in ascii.php
File array_key_exists.php
array_key_exists.php in array_key_exists.php
b
Variable $backtrace
Variable $backtrace
Backtrace information
Variable $base
JPaginationObject::$base in pagination.php
Variable $base_dn
JLDAP::$base_dn in ldap.php
Variable $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.
Variable $block
JUser::$block in user.php
Description
Variable $block
JTableUser::$block in user.php
Description
Variable $bMargin
TCPDF::$bMargin in tcpdf.php
Variable $body
SimplePie_File::$body in simplepie.php
Variable $body
Variable $Body
PHPMailer::$Body in phpmailer.php
Sets the Body of the message. This can be either an HTML or text body.
Variable $browserNav
Variable $buffer
TCPDF::$buffer in tcpdf.php
Variable $BUILD
JVersion::$BUILD in version.php
Variable $build
SimplePie::$build in simplepie.php
Variable $bypass_image_hotlink
Variable $bypass_image_hotlink_page
Method base
JURI::base() in uri.php
Returns the base URI for the request.
Method begin
Auth_OpenID_DatabaseConnection::begin() in DatabaseConnection.php
Starts a transaction on this connection, if supported.
Method begin
Start the OpenID authentication process. See steps 1-2 in the overview at the top of this file.
Method BeginTrans
JDatabase::BeginTrans() in database.php
ADODB compatability function
Method beginWithoutDiscovery
Start OpenID verification without doing OpenID server
Method bind
JTableUser::bind() in user.php
Overloaded bind function
Method bind
JTable::bind() in table.php
Binds a named array/hash to this object
Method bind
JTablePlugin::bind() in plugin.php
Overloaded bind function
Method bind
JTableSection::bind() in section.php
Overloaded bind function
Method bind
JLDAP::bind() in ldap.php
Binds to the LDAP directory
Method bind
JTableModule::bind() in module.php
Overloaded bind function
Method bind
JParameter::bind() in parameter.php
Bind data to the parameter
Method bind
JTableComponent::bind() in component.php
Overloaded bind function
Method bind
JTableMenu::bind() in menu.php
Overloaded bind function
Method blobDecode
Method blobEncode
Method body
SimplePie_Locator::body() in simplepie.php
Method body
SimplePie_File::body() in simplepie.php
Method build
JRouter::build() in router.php
Function to convert an internal URI to a route
Method bypass_image_hotlink
Method bypass_image_hotlink
Method bypass_image_hotlink_page
Method bypass_image_hotlink_page
File browser.php
browser.php in browser.php
File bzip2.php
bzip2.php in bzip2.php
File button.php
button.php in button.php
File buffer.php
buffer.php in buffer.php
File BBCode.php
BBCode.php in BBCode.php
File bad.php
bad.php in bad.php
c
Variable $cacert
Variable $cacertdir
Variable $cached_entities
Variable $cachetime
Variable $cache_class
SimplePie::$cache_class in simplepie.php
Variable $cache_convert_entities
Variable $cache_location
Variable $cache_name_type
Variable $caching
Variable $category
Category feed element
Variable $category
Category element
Variable $category_number
Variable $catid
JTableContent::$catid in content.php
Variable $cert
xmlrpc_client::$cert in xmlrpc.php
Variable $certpass
Variable $CharSet
PHPMailer::$CharSet in phpmailer.php
Sets the CharSet of the message.
Variable $checked_out
Variable $checked_out
Variable $checked_out
Variable $checked_out
Variable $checked_out
Variable $checked_out
Variable $checked_out_time
Variable $checked_out_time
Variable $checked_out_time
Variable $checked_out_time
Variable $checked_out_time
Variable $checked_out_time
Variable $class
JException::$class in error.php
Name of the class the error occurred in [Available if backtrace is enabled]
Variable $clearPW
JUser::$clearPW in user.php
Clear password, only available when a new password is set for a user
Variable $client_id
Variable $client_id
Variable $client_id
Variable $cMargin
TCPDF::$cMargin in tcpdf.php
Variable $code
PEAR_Error::$code in PEAR.php
Variable $code
JException::$code in error.php
Error code
Variable $code
Variable $CODENAME
JVersion::$CODENAME in version.php
Variable $ColorFlag
TCPDF::$ColorFlag in tcpdf.php
Variable $colors
Variable $comments
Comments element
Variable $componentid
Variable $compress
TCPDF::$compress in tcpdf.php
Variable $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.
Variable $ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
Variable $content
Variable $ContentType
PHPMailer::$ContentType in phpmailer.php
Sets the Content-type of the message.
Variable $content_type
Variable $content_type
Variable $control
Variable $cookies
Variable $COPYRIGHT
JVersion::$COPYRIGHT in version.php
Variable $copyright
Copyright feed elememnt
Variable $CoreFonts
TCPDF::$CoreFonts in tcpdf.php
Variable $count
JSearch::$count in search.php
Variable $count
JRecordSet::$count in recordset.php
Variable $country
The End User's country of residence as specified by ISO3166.
Variable $created
Variable $created_by
Variable $created_by_alias
Variable $creator
TCPDF::$creator in tcpdf.php
Variable $CRLF
SMTP::$CRLF in smtp.php
SMTP reply line ending
Variable $CurOrientation
Variable $CurrentFont
TCPDF::$CurrentFont in tcpdf.php
Variable $current_byte
Variable $current_column
Variable $current_line
Constructor Cache_Lite
Constructor
Class Cache_Lite
Cache_Lite in Lite.php
Constant CACHE_LITE_ERROR_DIE
Constant CACHE_LITE_ERROR_RETURN
Fast, light and safe Cache Class
Class Cache_Lite_File
Cache_Lite_File in File.php
This class extends Cache_Lite and offers a cache system driven by a master file
Constructor Cache_Lite_File
Constructor
Constructor Cache_Lite_Function
Constructor
Class Cache_Lite_Function
Cache_Lite_Function in Function.php
This class extends Cache_Lite and can be used to cache the result and output of functions/methods
Constructor Cache_Lite_Output
Constructor
Class Cache_Lite_Output
Cache_Lite_Output in Output.php
This class extends Cache_Lite and uses output buffering to get the data to cache.
Method cache_location
Method cache_max_minutes
Abstract method call
call the function
Method call
call the function
Method call
call the function
Method call
call the function
Method call
call the function
Method call
Calls a cacheable function or method (or not if there is already a cache for it)
Method call
call the function
Method call
call the function
Method call
JCacheCallback::call() in callback.php
Executes a cacheable callback if not found in cache else returns cached output and result
Method call
call the function
Method call
call the function
Method call
call the function
Method call
call the function
Method call
call the function
Function callable_htmlspecialchars
Method canChmod
JPath::canChmod() in path.php
Checks if a path's permissions can be changed
Method canDelete
JTable::canDelete() in table.php
Generic check for whether dependancies exist for this object in the db schema
Method cdata_in_cdata
Method Cell
TCPDF::Cell() in tcpdf.php
Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
Method change_encoding
Method chdir
JFTP::chdir() in ftp.php
Method to change the current working directory on the FTP server
Method check
JPath::check() in path.php
Checks for snooping outside of the file system root
Method check
JTableComponent::check() in component.php
Validate and filter fields
Method check
Override this.
Method check
Validation and filtering
Method check
Method check
JTableSection::check() in section.php
Method check
JTableMenuTypes::check() in menutypes.php
Method check
JTable::check() in table.php
Generic check method
Method check
JTableCategory::check() in category.php
Method check
JTableModule::check() in module.php
Overloaded check function
Method check
JTableContent::check() in content.php
Validation and filtering
Method check
Method checkAttribute
Function to determine if contents of an attribute is safe
Method checkedOut
Method CheckedOutProcessing
Method checkin
JTable::checkin() in table.php
Checks in a row
Method checkout
JTable::checkout() in table.php
Checks out a row
Method checkZipData
Checks to see if the data is a valid ZIP file.
Method children
Get the children of the element
Method chmod
JFTP::chmod() in ftp.php
Method to change mode for a path on the FTP server
Method clean
JPath::clean() in path.php
Function to strip additional / or \ in a path name
Abstract method clean
JCacheStorage::clean() in storage.php
Clean cache for a group given a mode.
Method clean
Clean cache for a group given a mode.
Method clean
Clean cache for a group given a mode.
Method clean
JCache::clean() in cache.php
Clean cache for a group given a mode.
Method clean
JRequest::clean() in request.php
Cleans the request from script injection.
Method clean
Clean cache for a group given a mode.
Method clean
Remove expired entries from the database. This is potentially expensive, so only run when it is acceptable to take time.
Method clean
Clean the cache
Method clean
Method to be called by another php script. Processes for XSS and specified bad code.
Method cleanAddress
Verifies that an e-mail address does not have any extra headers injected into it.
Method cleanBody
Cleans any injected headers from the E-Mail body.
Method cleanLine
Cleans single line inputs.
Method cleanSubject
Cleans any injected headers from the subject string.
Method cleanText
Cleans multi-line inputs.
Method cleanText
Cleans text of all formating and scripting code
Method cleanup
Clean up Yadis-related services in the session and return the most-recently-attempted service from the manager, if one exists.
Method cleanupInstall
Clean up temporary uploaded package and unpacked extension
Method clear
JSession::clear() in session.php
Unset data from the session store
Method ClearAddresses
Clears all recipients assigned in the TO array. Returns void.
Method ClearAllRecipients
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
Method clearAllTemplates
clears all templates
Method ClearAttachments
Clears all previously set filesystem, string, and binary attachments. Returns void.
Method clearAttribute
Clears an attribute of a template
Method ClearBCCs
PHPMailer::ClearBCCs() in phpmailer.php
Clears all recipients assigned in the BCC array. Returns void.
Method ClearCCs
PHPMailer::ClearCCs() in phpmailer.php
Clears all recipients assigned in the CC array. Returns void.
Method ClearCustomHeaders
Clears all custom headers. Returns void.
Method clearExpect
patErrorManager::clearExpect() in patErrorManager.php
empty list of errors to be ignored
Method clearGlobalVar
Clears a global variable
Method clearGlobalVars
Clears all global variables
Method clearHeaders
Clear headers
Method clearIgnore
patErrorManager::clearIgnore() in patErrorManager.php
empty list of errors to be ignored
Method ClearReplyTos
Clears all recipients assigned in the ReplyTo array. Returns void.
Method clearTemplate
patTemplate::clearTemplate() in patTemplate.php
clears a parsed Template
Method clearVar
patTemplate::clearVar() in patTemplate.php
clear the value of a variable
Method clearVars
patTemplate::clearVars() in patTemplate.php
Clear all variables in a template
Method clear_database
clear_database()
Method close
SimplePie_File::close() in simplepie.php
Method close
JLDAP::close() in ldap.php
Close the connection
Method close
Close the SessionHandler backend.
Method close
JSession::close() in session.php
Writes session data and ends session
Abstract method close
JSessionStorage::close() in sessionstorage.php
Close the SessionHandler backend.
Method Close
SMTP::Close() in smtp.php
Closes the socket and cleans up the state of the class.
Method close
Close the SessionHandler backend.
Method close
Close the SessionHandler backend.
Method Close
JRecordSet::Close() in recordset.php
TODO: No working
Method close
JApplication::close() in application.php
Exit the application.
Method Close
TCPDF::Close() in tcpdf.php
Terminates the PDF document. It is not necessary to call this method explicitly because Output() does it automatically. If the document contains no page, AddPage() is called to prevent from getting an invalid document.
Method commit
Commits a transaction on this connection, if supported.
Method CommitTrans
JDatabase::CommitTrans() in database.php
ADODB compatability function
Method compare
JLDAP::compare() in ldap.php
Compare an entry and return a true or false result
Method compile
compile the currently loaded templates
Method compileTemplate
compile a template
Method complete
Called to interpret the server's response to an OpenID request. It is called in step 4 of the flow described in the consumer overview.
Method ComponentCategory
Select list of active categories for components
Method Connect
SMTP::Connect() in smtp.php
Connect to the server specified on the port specified.
Method connect
JFTP::connect() in ftp.php
Method to connect to a FTP server
Method connect
JLDAP::connect() in ldap.php
Connect to server
Method consolidated_edit_acl
consolidated_edit_acl()
Method content
Return the textual content of a specified node.
Method content
Method content
Method ContentLegend
Method contents
Return the contents of the session in array form.
Method convert_entities
Method cookies
xmlrpcresp::cookies() in xmlrpc.php
Returns an array with the cookies received from the server.
Method copy
JFile::copy() in file.php
Copies a file
Method copy
JFolder::copy() in folder.php
Copies a folder
Method copyFiles
JInstaller::copyFiles() in installer.php
Copy files from source directory to the target directory
Method copyManifest
Copies the installation manifest file to the extension folder in the given client
Method countModules
Count the modules based on the given condition
Method count_all
gacl_api::count_all() in gacl_api.php
count_all()
Method create
JFTP::create() in ftp.php
Method to create an empty file on the FTP server
Method create
Create a ZIP compressed file from an array of file data.
Method create
JFolder::create() in folder.php
Create a folder -- and all necessary parent folders
Method createAssociation
Make a new association.
Method createAuthKey
Generate a new random auth key and safely store it in the location specified by $this->auth_key_name.
Method createLanguageList
Builds a list of the system languages which can be used in a select option
Method createPayload
Method createSiteList
Builds a list of the help sites which can be used in a select option
Method createTables
Method createURL
JHelp::createURL() in help.php
Create an URL for a giving help file reference
Method create_assoc_table
Method create_nonce_table
Method create_settings_table
Constant CRLF
CRLF in ftp.php
Error Codes:
Method curlPresent
Method customErrorPage
Display a custom error page and exit gracefully
File css.php
css.php in css.php
File controller.php
controller.php in controller.php
File cache.php
cache.php in cache.php
File callback.php
callback.php in callback.php
File config.php
config.php in config.php
File category.php
category.php in category.php
File component.php
component.php in component.php
File content.php
content.php in content.php
File component.php
component.php in component.php
File category.php
category.php in category.php
File confirm.php
confirm.php in confirm.php
File custom.php
custom.php in custom.php
File component.php
component.php in component.php
File compat.php
compat.php in compat.php
File Consumer.php
Consumer.php in Consumer.php
File CryptUtil.php
CryptUtil.php in CryptUtil.php
File consumer.php
consumer.php in consumer.php
File Compiler.php
Compiler.php in Compiler.php
File Call.php
Call.php in Call.php
File case.php
case.php in case.php
File core.php
core.php in core.php
File case.php
case.php in case.php
File core.php
core.php in core.php
d
Variable $data
SimplePie::$data in simplepie.php
Variable $data
JTableSession::$data in session.php
Variable $data
JRecordSet::$data in recordset.php
Variable $data
SimplePie_Parser::$data in simplepie.php
Variable $data
SimplePie_Item::$data in simplepie.php
Variable $db
JFrameworkConfig::$db in config.php
Variable $dbprefix
Variable $dbtype
Variable $debug
xmlrpc_client::$debug in xmlrpc.php
Variable $debug
xmlrpc_server::$debug in xmlrpcs.php
Variable $debug
Variable $debug
xmlrpcmsg::$debug in xmlrpc.php
Variable $debug_info
Variable $defaults
Variable $DefOrientation
Variable $depth_inside_item
Variable $description
JDocument::$description in document.php
Document description
Variable $description
Description item element
Variable $description
Variable $description
Variable $description
Title feed attribute
Variable $description
Variable $DEV_LEVEL
JVersion::$DEV_LEVEL in version.php
Variable $DEV_STATUS
JVersion::$DEV_STATUS in version.php
Variable $diffs
TCPDF::$diffs in tcpdf.php
Variable $direction
JDocument::$direction in document.php
Contains the document direction setting
Variable $dmap
xmlrpc_server::$dmap in xmlrpcs.php
Variable $docs
Docs feed element
Variable $document
JSimpleXML::$document in simplexml.php
Document element
Variable $do_debug
SMTP::$do_debug in smtp.php
Sets whether debugging is turned on
Variable $DrawColor
TCPDF::$DrawColor in tcpdf.php
Variable $dumb_key
Method Data
SMTP::Data() in smtp.php
Issues a data command and sends the msg_data to the server
Method data
JSimpleXMLElement::data() in simplexml.php
Get the data of the element
Method data_handler
Method Date
JHTML::Date() in html.php
Returns formated date according to current local and adds time offset
Constant DATE_FORMAT_LC
DATE_FORMAT_LC in date.php
Constant DATE_FORMAT_LC2
DATE_FORMAT_LC2 in date.php
Constant DATE_FORMAT_LC3
DATE_FORMAT_LC3 in date.php
Constant DATE_FORMAT_LC4
DATE_FORMAT_LC4 in date.php
Method debug
JDatabase::debug() in database.php
Sets the debug level on or off
Method debug_db
gacl::debug_db() in gacl.php
Prints database debug text if debug is enabled.
Method debug_text
gacl::debug_text() in gacl.php
Prints debug text if debug is enabled.
Method decode
idna_convert::decode() in idna_convert.class.php
Decode a given ACE domain name
Method decode
Given an HTTP query in an array (key-value pairs), decode it into an Auth_OpenID_Request object.
Method decodeRequest
Decodes a query args array into the appropriate Auth_OpenID_Request object.
Function decode_chunked
decode_chunked() in xmlrpc.php
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
Method def
JParameter::def() in parameter.php
Sets a default value if not alreay assigned
Method defaultDecoder
Method defParam
JUser::defParam() in user.php
Method to set a default parameter if it does not exist
Method del
Remove a key/value pair from the session.
Method delete
JTable::delete() in table.php
Default delete method
Method delete
JFTP::delete() in ftp.php
Method to delete a path [file/folder] on the FTP server
Method delete
JFile::delete() in file.php
Delete a file or array of files
Method delete
JFolder::delete() in folder.php
Delete a folder
Method delete
Method delExpect
PEAR::delExpect() in PEAR.php
This method deletes all occurences of the specified element from the expected error codes stack.
Method delVar
JURI::delVar() in uri.php
Removes an item from the query string variables if it exists
Method del_acl
gacl_api::del_acl() in gacl_api.php
del_acl()
Method del_group
gacl_api::del_group() in gacl_api.php
del_group()
Method del_group_object
del_group_object()
Method del_object
gacl_api::del_object() in gacl_api.php
del_object()
Method del_object_section
del_object_section()
Method deserialize
Parse an association as stored by serialize(). This is the inverse of serialize.
Method destroy
Method destroy
JSession::destroy() in session.php
Frees all session variables and destroys all data registered to a session
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Abstract method destroy
JSessionStorage::destroy() in sessionstorage.php
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroys the pesisting session
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method detach
JObservable::detach() in observer.php
Detach an observer object
Method detectLanguage
Tries to detect the language
Method detectType
Method to detect the extension type from a package directory
Method disable_highlighting
Disables all highlighting
Method discover
This should be called statically and will build a Yadis instance if the discovery process succeeds. This implements Yadis discovery as specified in the Yadis specification.
Abstract method dispatch
JApplication::dispatch() in application.php
Dispatch the applicaiton.
Method display
JView::display() in view.php
Execute and display a template script.
Method display
JTemplate::display() in template.php
Execute and display a the template
Method display
JController::display() in controller.php
Typical view method for MVC based architecture
Method display
JEditor::display() in editor.php
Present a text area
Method displayFooter
display the footer
Method displayFooter
display the footer
Method displayFooter
display the footer
Method displayHeader
display the header
Method displayHeader
display the header
Method displayHeader
display the header
Method displayParsedTemplate
displays a parsed Template
Method displayParsedTemplate
display the compiled template
Method display_file
Method downloadPackage
Downloads a package
Method do_add_content
Method do_convert_entities
Method do_entites_decode
Method do_strip_htmltags
Method drop
Drop a cache file
Constant DS
DS in path.php
string Shortcut for the DIRECTORY_SEPARATOR define
Method dump
patTemplate::dump() in patTemplate.php
Displays useful information about all or named templates
Method dump
xmlrpcval::dump() in xmlrpc.php
Method dumpGlobals
dump the global variables
Abstract method dumpGlobals
dump the global variables
Method dumpGlobals
dump the global variables
Method dumpTemplates
dump the templates
Abstract method dumpTemplates
dump the templates
Method dumpTemplates
dump the templates
File database.php
database.php in database.php
File document.php
document.php in document.php
File database.php
database.php in database.php
File date.php
date.php in date.php
File DatabaseConnection.php
DatabaseConnection.php in DatabaseConnection.php
File Discover.php
Discover.php in Discover.php
File DumbStore.php
DumbStore.php in DumbStore.php
File Dump.php
Dump.php in Dump.php
File Dateformat.php
Dateformat.php in Dateformat.php
File DB.php
DB.php in DB.php
e
Variable $editor
Editor feed element
Variable $editor
Variable $editorEmail
Editor email feed element
Variable $element
Variable $elsewhere
Variable $email
JUser::$email in user.php
The email
Variable $email
JAuthenticateResponse::$email in authenticate.php
The email address of the End User as specified in section 3.4.1 of [RFC2822]
Variable $email
JTableUser::$email in user.php
The email
Variable $email
SimplePie_Author::$email in simplepie.php
Variable $enabled
JTableComponent::$enabled in component.php
Variable $enable_cache
SimplePie::$enable_cache in simplepie.php
Variable $enclosure
Enclosure element
Variable $enclosure_class
Variable $enclosure_number
Variable $encode_instead_of_strip
Variable $encoding
Variable $Encoding
PHPMailer::$Encoding in phpmailer.php
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
Variable $errno
xmlrpc_client::$errno in xmlrpc.php
Variable $errno
xmlrpcresp::$errno in xmlrpc.php
Variable $error
SimplePie::$error in simplepie.php
Variable $error
SimplePie_File::$error in simplepie.php
Variable $ErrorInfo
PHPMailer::$ErrorInfo in phpmailer.php
Holds the most recent mailer error message.
Variable $error_code
Variable $error_message
The error message
Variable $error_message_prefix
Variable $error_string
Variable $errstr
xmlrpcresp::$errstr in xmlrpc.php
Variable $errstr
Variable $extension
Method echoInput
A debugging routine: just echoes back the input packet as a string value
Method edit_acl
gacl_api::edit_acl() in gacl_api.php
edit_acl()
Method edit_group
gacl_api::edit_group() in gacl_api.php
edit_group()
Method edit_object
gacl_api::edit_object() in gacl_api.php
edit_object()
Method edit_object_section
edit_object_section()
Method element_implode
Method emailCloaking
simple Javascript Cloaking
Method embed
Method enableTemplateCache
enable a template cache
Method enable_caching
Method enable_classes
Sets whether CSS classes should be used to highlight the source. Default is off, calling this method with no arguments will turn it on
Method enable_highlighting
Enables all highlighting
Method enable_ids
GeSHi::enable_ids() in geshi.php
Whether CSS IDs should be added to each line
Method enable_important_blocks
Sets whether context-important blocks are highlighted
Method enable_line_numbers
Sets whether line numbers should be displayed.
Method enable_strict_mode
Enables/disables strict highlighting. Default is off, calling this method without parameters will turn it on. See documentation for more details on strict mode and where to use it.
Method enable_xmldump
Function encode
encode() in vcard.php
*************************************************************************
Method encode
Encode an Auth_OpenID_Response and return an Auth_OpenID_WebResponse.
Method encode
idna_convert::encode() in idna_convert.class.php
Encode a given UTF-8 domain name
Method encode
Sign an Auth_OpenID_Response and return an Auth_OpenID_WebResponse.
Method encodeResponse
Encodes as response in the appropriate format suitable for sending to the user agent.
Method encodeToKVForm
Encodes the response to key-value form. This is a machine-readable format used to respond to messages which came directly from the consumer and not through the user-agent. See the OpenID specification.
Method encodeToURL
Encodes this error's response as a URL suitable for redirection. If the response has no return_to, another Auth_OpenID_ServerError is returned.
Method encode_instead_of_strip
Method encode_instead_of_strip
Method encoding
Method end
Stop the cache
Method end
JCacheOutput::end() in output.php
Stop the cache buffer and store the cached data
Method endPane
Ends the pane
Method endPane
Ends the pane
Abstract method endPane
JPane::endPane() in pane.php
Ends the pane
Abstract method endPanel
JPane::endPanel() in pane.php
Ends a panel
Method endPanel
Ends a tab page
Method endPanel
Ends a tab page
Method end_handler
Method end_name_space
Method enqueueMessage
Enqueue a system message.
Method entities_decode
Method equal
This checks to see if two Auth_OpenID_Association instances represent the same association.
Method Error
TCPDF::Error() in tcpdf.php
This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
Method error
SimplePie_Misc::error() in simplepie.php
Method error
GeSHi::error() in geshi.php
Returns an error message associated with the last GeSHi operation, or false if no error has occured
Method ErrorMsg
JDatabase::ErrorMsg() in database.php
ADODB compatability function
Method ErrorNo
JDatabase::ErrorNo() in database.php
ADODB compatability function
Method escape
JView::escape() in view.php
Applies escaping to a value.
Function escape
escape() in vcard.php
Method evalXPath
Method evalXPath
Method evalXPath
Evaluate an XPath expression and return the resulting node list. This should be overridden by subclasses.
Method execute
JController::execute() in controller.php
Execute a task by triggering a method in the derived class.
Method execute
Execute a method invoked by the client, checking parameters used
Method Execute
JDatabase::Execute() in database.php
ADODB compatability function
Method exists
JFile::exists() in file.php
Wrapper for the standard file_exists function
Method exists
Find out if a user has a one or more active sessions
Method exists
JFolder::exists() in folder.php
Wrapper for the standard file_exists function
Method exists
patTemplate::exists() in patTemplate.php
checks wether a template exists
Method exists
JLanguage::exists() in language.php
Check if a language exists
Method Expand
SMTP::Expand() in smtp.php
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.
Method expectError
This method is used to tell which errors you expect to get.
Abstract method explain
JDatabase::explain() in database.php
Diagnostic function
Method explain
Diagnostic function
Method explain
Diagnostic function
Method extendLife
Extend the life of a valid cache file
Method extension
Method extensionResponse
Extract signed extension data from the server's response.
Method extract
Extract a Bzip2 compressed file to a given path
Method extract
Extract a Gzip compressed file to a given path
Method extract
Extract a ZIP compressed file to a given path
Method extract
JArchive::extract() in archive.php
Method extract
Extract a ZIP compressed file to a given path
Method extractSecret
Method extractSecret
File event.php
event.php in event.php
File eaccelerator.php
eaccelerator.php in eaccelerator.php
File error.php
error.php in error.php
File eaccelerator.php
eaccelerator.php in eaccelerator.php
File editor.php
editor.php in editor.php
File editors.php
editors.php in editors.php
File element.php
element.php in element.php
File error.php
error.php in error.php
File Expression.php
Expression.php in Expression.php
File eAccelerator.php
eAccelerator.php in eAccelerator.php
File eng.php
eng.php in eng.php
f
Variable $feedinfo
Variable $feed_xmlbase
Variable $fh
TCPDF::$fh in tcpdf.php
Variable $fhPt
TCPDF::$fhPt in tcpdf.php
Variable $file
JException::$file in error.php
Name of the file the error occurred in [Available if backtrace is enabled]
Variable $file
SimplePie_Locator::$file in simplepie.php
Variable $file
SimplePie::$file in simplepie.php
Variable $filename
Variable $filename
vCard::$filename in vcard.php
Variable $file_class
Variable $file_class
SimplePie::$file_class in simplepie.php
Variable $FillColor
TCPDF::$FillColor in tcpdf.php
Variable $folder
JTablePlugin::$folder in plugin.php
Variable $FontFamily
TCPDF::$FontFamily in tcpdf.php
Variable $FontFiles
TCPDF::$FontFiles in tcpdf.php
Variable $fonts
TCPDF::$fonts in tcpdf.php
Variable $FontSize
TCPDF::$FontSize in tcpdf.php
Variable $FontSizePt
TCPDF::$FontSizePt in tcpdf.php
Variable $FontStyle
TCPDF::$FontStyle in tcpdf.php
Variable $force_fsockopen
Variable $fp
SimplePie_File::$fp in simplepie.php
Variable $From
PHPMailer::$From in phpmailer.php
Sets the From email address for the message.
Variable $fromname
Variable $FromName
PHPMailer::$FromName in phpmailer.php
Sets the From name of the message.
Variable $frontpage_down
Variable $frontpage_up
Variable $ftp_enable
Variable $ftp_host
Variable $ftp_pass
Variable $ftp_port
Variable $ftp_root
Variable $ftp_user
Variable $fullname
UTF-8 string free text representation of the End User's full name.
Variable $fulltext
Variable $function
Name of the method the error occurred in [Available if backtrace is enabled]
Variable $functions_parameters_type
Defines how functions in dmap will be invokde: either using an xmlrpc msg object or plain php values.
Variable $fw
TCPDF::$fw in tcpdf.php
Variable $fwPt
TCPDF::$fwPt in tcpdf.php
Method factory
JLoader::factory() in loader.php
A common object factory.
Method faultCode
Method faultString
Method feed_url
SimplePie::feed_url() in simplepie.php
Method fetch
JTemplate::fetch() in template.php
Returns a parsed template
Method fetchButton
Method fetchButton
Method fetchButton
Method fetchButton
Method fetchButton
Method fetchButton
Abstract method fetchButton
Get the button
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchElement
Method fetchHead
Generates the head html and return the results as a string
Method fetchIconClass
Method to get the CSS class name for an icon identifier
Method fetchId
Get the button CSS Id
Method fetchId
Get the button CSS Id
Method fetchId
Get the button id
Method fetchId
JButton::fetchId() in button.php
Get the button id
Method fetchId
Get the button CSS Id
Method fetchId
Get the button id
Method fetchId
Get the button CSS Id
Method FetchRow
JRecordSet::FetchRow() in recordset.php
Method fetchTooltip
Method fetchTooltip
Method files
JFolder::files() in folder.php
Utility function to read the files in a folder
Constant FILE_APPEND
FILE_APPEND in php50x.php
Function file_put_contents
file_put_contents() in php50x.php
Replace file_put_contents()
Constant FILE_USE_INCLUDE_PATH
FILE_USE_INCLUDE_PATH in php50x.php
PHP 5.0.x Compatibility functions
Function filter_MatchesAnyOpenIDType
Method find
JPath::find() in path.php
Searches the directory paths for a given file.
Method find
SimplePie_Locator::find() in simplepie.php
Method findDelegate
Method findFirstHref
Method findLinksRel
Method fix_protocol
Method folders
JFolder::folders() in folder.php
Utility function to read the folders in a folder
Method Footer
TCPDF::Footer() in tcpdf.php
This method is used to render the page footer.
Method force_fsockopen
Abstract method fork
JSession::fork() in session.php
Create a new session and copy variables from the old one
Method format_groups
format_groups()
Constant FPDF_FONTPATH
FPDF_FONTPATH in tcpdf_config.php
path for PDF fonts
Method freeAllTemplates
frees all templates
Method freeTemplate
patTemplate::freeTemplate() in patTemplate.php
frees a template
Method fromHTML
Method fromObject
Utility function to map an object to an array
Method fromQuery
Method fromQuery
Method fromSession
Given a session data value (an array), this creates an object
Constant FTP_ASCII
FTP_ASCII in ftp.php
Constant FTP_AUTOASCII
FTP_AUTOASCII in ftp.php
Constant FTP_BINARY
FTP_BINARY in ftp.php
Constant FTP_NATIVE
FTP_NATIVE in ftp.php
File file.php
file.php in file.php
File ftp.php
ftp.php in ftp.php
File feed.php
feed.php in feed.php
File factory.php
factory.php in factory.php
File file.php
file.php in file.php
File folder.php
folder.php in folder.php
File filelist.php
filelist.php in filelist.php
File folderlist.php
folderlist.php in folderlist.php
File format.php
format.php in format.php
File functions.php
functions.php in functions.php
File FileStore.php
FileStore.php in FileStore.php
File Function.php
Function.php in Function.php
File File.php
File.php in File.php
File File.php
File.php in File.php
File File.php
File.php in File.php
File File.php
File.php in File.php
File Function.php
Function.php in Function.php
File freemono.php
freemono.php in freemono.php
File freemonob.php
freemonob.php in freemonob.php
File freemonobi.php
freemonobi.php in freemonobi.php
File freemonoi.php
freemonoi.php in freemonoi.php
File freesans.php
freesans.php in freesans.php
File freesansb.php
freesansb.php in freesansb.php
File freesansbi.php
freesansbi.php in freesansbi.php
File freesansi.php
freesansi.php in freesansi.php
File freeserif.php
freeserif.php in freeserif.php
File freeserifb.php
freeserifb.php in freeserifb.php
File freeserifbi.php
freeserifbi.php in freeserifbi.php
File freeserifi.php
freeserifi.php in freeserifi.php
g
Variable $gender
JAuthenticateResponse::$gender in authenticate.php
The End User's gender, "M" for male, "F" for female.
Variable $gid
JTableUser::$gid in user.php
The group id number
Variable $gid
JUser::$gid in user.php
The group id number
Variable $gid
JTableSession::$gid in session.php
Variable $guest
JUser::$guest in user.php
Description
Variable $guest
JTableSession::$guest in session.php
Variable $guid
JFeedItem::$guid in feed.php
Guid element
Constructor gacl
gacl::gacl() in gacl.php
Constructor
Class gacl
gacl in gacl.php
phpGACL main class
Class gacl_api
gacl_api in gacl_api.php
gacl_api Extended API Class
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Abstract method gc
JSessionStorage::gc() in sessionstorage.php
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect expired cache data
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Abstract method gc
JCacheStorage::gc() in storage.php
Garbage collect expired cache data
Method gc
Garbage collect expired cache data
Method gc
JCache::gc() in cache.php
Garbage collect expired cache data
Method genericList
Generates an HTML select list
Method GenericOrdering
Description
Method GenID
JDatabase::GenID() in database.php
ADODB compatability function
Method genRandomPassword
Generate a random password
Constructor GeSHi
GeSHi::GeSHi() in geshi.php
Creates a new GeSHi object, with source and language
Class GeSHi
GeSHi in geshi.php
The GeSHi Class.
File geshi.php
geshi.php in geshi.php
Constant GESHI_ACTIVE
GESHI_ACTIVE in geshi.php
Links in the source in the :active state
Constant GESHI_CAPS_LOWER
GESHI_CAPS_LOWER in geshi.php
Leave keywords found as the case that they are
Constant GESHI_CAPS_NO_CHANGE
Lowercase keywords found
Constant GESHI_CAPS_UPPER
GESHI_CAPS_UPPER in geshi.php
Uppercase keywords found
Constant GESHI_DIR_SEPARATOR
GESHI_DIR_SEPARATOR in geshi.php
Set the correct directory separator
Constant GESHI_END_IMPORTANT
GESHI_END_IMPORTANT in geshi.php
The ender for important parts of the source
Constant GESHI_FANCY_LINE_NUMBERS
Use fancy line numbers when building the result
Constant GESHI_HEADER_DIV
GESHI_HEADER_DIV in geshi.php
Use a "div" to surround the source
Constant GESHI_HEADER_NONE
GESHI_HEADER_NONE in geshi.php
Use nothing to surround the source
Constant GESHI_HEADER_PRE
GESHI_HEADER_PRE in geshi.php
Use a "pre" to surround the source
Function geshi_highlight
geshi_highlight() in geshi.php
Easy way to highlight stuff. Behaves just like highlight_string
Constant GESHI_HOVER
GESHI_HOVER in geshi.php
Links in the source in the :hover state
Constant GESHI_LANG_ROOT
GESHI_LANG_ROOT in geshi.php
The language file directory for GeSHi
Constant GESHI_LINK
GESHI_LINK in geshi.php
Links in the source in the :link state
Constant GESHI_NORMAL_LINE_NUMBERS
Use normal line numbers when building the result
Constant GESHI_NO_LINE_NUMBERS
Use no line numbers when building the result
Constant GESHI_ROOT
GESHI_ROOT in geshi.php
The root directory for GeSHi
Constant GESHI_START_IMPORTANT
The starter for important parts of the source
Constant GESHI_VERSION
GESHI_VERSION in geshi.php
The version of this GeSHi file
Constant GESHI_VISITED
GESHI_VISITED in geshi.php
Links in the source in the :visited state
Method get
Get cached data from a file by id and group
Method get
Test if a cache is available and (if yes) return it
Method get
JRequest::get() in request.php
Fetches and returns a request array.
Method get
JSession::get() in session.php
Get data from the session store
Method get
Method get
JFTP::get() in ftp.php
Method to get a file from the FTP server and save it to a local file
Method get
Get cached data from eAccelerator by id and group
Method get
Abstract method get
JCacheStorage::get() in storage.php
Get cached data by id and group
Method get
JView::get() in view.php
Method to get data from a registered model
Method get
JCacheCallback::get() in callback.php
Executes a cacheable callback if not found in cache else returns cached output and result
Method get
Get a key's value from the session.
Method get
JCacheView::get() in view.php
Get the cached view data
Method get
Cache_Lite::get() in Lite.php
Test if a cache is available and (if yes) return it
Method get
JLanguage::get() in language.php
Get a matadata language property
Method get
JObject::get() in object.php
Returns a property of the object or the default value if the property is not set.
Abstract method get
JCache::get() in cache.php
Get cached data by id and group
Method get
JCachePage::get() in page.php
Get the cached page data
Method get
JParameter::get() in parameter.php
Get a value
Method get
Get cached data from APC by id and group
Method getACL
JFactory::getACL() in factory.php
Get an authorization object
Method getActive
JMenu::getActive() in menu.php
Get menu item by id
Method getAdapter
JArchive::getAdapter() in archive.php
Method getAffectedRows
Method getAffectedRows
Abstract method getAffectedRows
Get the affected rows by the most recent query
Method getAgentString
Return the full browser agent string.
Method getAll
Run an SQL query with the specified parameters, if any.
Method getAreas
JSearch::getAreas() in search.php
Method getAroGroup
JAuthorization::getAroGroup() in authorization.php
Method getAssociation
Given an association handle, get the association from the store, or return a ServerError or null if something goes wrong.
Method getAssociation
This implementation always returns null.
Method getAssociation
This method returns an Association object from storage that matches the server URL and, if specified, handle. It returns null if no such association is found or if the matching association is expired.
Method getAssociation
Retrieve an association. If no handle is specified, return the association with the most recent issue time.
Method getAssociation
Method getAssociationFilename
Create a unique filename for a given server url and
Method getAttribute
patTemplate::getAttribute() in patTemplate.php
Gets an attribute of a template
Method getAttributes
patTemplate::getAttributes() in patTemplate.php
Get all attributes of a template
Method getAuthKey
Method getAuthKey
Retrieve the auth key from the file specified by $this->auth_key_name, creating it if it does not exist.
Method getAuthKey
This method returns the auth key generated by the constructor.
Method getAuthKey
This method returns a key used to sign the tokens, to ensure that they haven't been tampered with in transit. It should return the same key every time it is called. The key returned should be AUTH_KEY_LEN bytes long.
Method getBacktrace
Method to get the backtrace information for an exception object
Method getBacktrace
patError::getBacktrace() in patError.php
get the backtrace
Method getBacktrace
Get the call backtrace from where the error was generated.
Method getBackwardLang
Getter for backward compatible language name
Method getBasePath
JApplication::getBasePath() in application.php
Deprecated, use JURI::base() instead.
Method getBlogCategoryCount
Deprecated.
Method getBlogSectionCount
Deprecated.
Method getBody
JResponse::getBody() in response.php
Return the body content
Method getBreakMargin
Returns the page break margin.
Method getBrowser
JBrowser::getBrowser() in browser.php
Retrieve the current browser.
Method getBuffer
Get the contents of a document include
Method getBuffer
JDocument::getBuffer() in document.php
Get the contents of the document buffer
Method getBuffer
JProfiler::getBuffer() in profiler.php
Get all profiler marks.
Method getBytes
Get the specified number of random bytes.
Method getCache
JFactory::getCache() in factory.php
Get a cache object
Method getCallback
Get the callback function/method from an error object.
Method getCfg
JApplication::getCfg() in application.php
Gets a configuration value.
Method getCharset
JDocument::getCharset() in document.php
Returns the document charset encoding.
Method getChildren
Method getClientId
JApplication::getClientId() in application.php
Gets the client id of the current running application.
Method getClientInfo
Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.
Method getCode
patError::getCode() in patError.php
recieve error code
Method getCode
Get error code from an error object
Method GetCol
JDatabase::GetCol() in database.php
ADODB compatability function
Method getCollation
Assumes database collation in use by sampling one text field in one table
Abstract method getCollation
Get the database collation
Method getCollation
Assumes database collation in use by sampling one text field in one table
Method getColumn
Extracts a column from an array of arrays or objects
Method getConfig
JFactory::getConfig() in factory.php
Get a configuration object
Method getContent
JEditor::getContent() in editor.php
Get the editor contents
Method getContentItemLinkCount
Deprecated.
Method getContentType
Return the content type of the renderer
Method getCredentials
Method to return the array of client layer configuration options
Method getCryptedPassword
Formats a password using the current encryption.
Method getCurrentInput
get the current input
Method getCustomPathWay
Deprecated, use JPathWay->getPathWayNames() method instead.
Method getData
Get the contents of the document buffer
Method getData
JPagination::getData() in pagination.php
Return the pagination data object, only creating it if it doesn't already exist
Method getDataFromDb
fetch the template data from the database
Method getDBO
JInstaller::getDBO() in installer.php
Get the database connector object
Method getDBO
JModel::getDBO() in model.php
Method to get the database connector object
Method getDBO
JFactory::getDBO() in factory.php
Get a database object
Method getDBO
JTable::getDBO() in table.php
Get the internal database object
Method getDebug
JLanguage::getDebug() in language.php
Get the Debug property
Method getDebugInfo
Get additional debug information supplied by the application.
Method getDefault
Get menu item by id
Method getDefault
JLanguage::getDefault() in language.php
Get the default language code
Method getDefaultAttributes
get default attributes
Method getDescription
Return the title of the page.
Method getDirection
Returns the document language.
Method getDN
JLDAP::getDN() in ldap.php
Method getDocument
Get a document object
Method getEditor
JFactory::getEditor() in factory.php
Get an editor object
Method getElementByPath
Get an element in the document by / separated path
Method getElements
Used to get XML elements from this object's <Service> element.
Method getEndTag
patTemplate::getEndTag() in patTemplate.php
get end tag for variables
Method getEngine
Method getError
JUser::getError() in user.php
Method to get JUser error message
Method getError
JTable::getError() in table.php
Returns the error message
Method getError
JError::getError() in error.php
Method for retrieving the last exception object in the error stack
Method getError
JModel::getError() in model.php
Get the error message
Method getError
JController::getError() in controller.php
Get the error message.
Method getErrorHandling
Method to get the current error handler settings for a specified error level.
Method getErrorHandling
retrieves the current error handling settings for the specified error level.
Method getErrorMsg
JDatabase::getErrorMsg() in database.php
Get the error message
Method getErrorNum
JDatabase::getErrorNum() in database.php
Get the error number
Method getErrorNum
Returns the error number
Method getErrors
JError::getErrors() in error.php
Method for retrieving the exception stack
Method getEscaped
Get a database escaped string
Method getEscaped
Get a database escaped string
Abstract method getEscaped
JDatabase::getEscaped() in database.php
Get a database escaped string
Method getExpect
patErrorManager::getExpect() in patErrorManager.php
recieve all registerd error codes that will be ignored
Method getExpire
JSession::getExpire() in session.php
Get expiration time in minutes
Method getExpiresIn
This returns the number of seconds this association is still valid for, or 0 if the association is no longer valid.
Method getExt
JFile::getExt() in file.php
Gets the extension of a file name
Method getFeature
JBrowser::getFeature() in browser.php
Retrieve the current browser capability.
Method getFile
patError::getFile() in patError.php
get the filename in which the error occured
Method getFileName
Method getFilenameFromURL
Gets a file name out of a url
Method getFragment
Get the URI archor string everything after the "#"
Method getGenerator
Returns the document generator
Method getGlobalBlogSectionCount
Deprecated.
Method getGlobalVars
patTemplate::getGlobalVars() in patTemplate.php
get all global variables
Method getGroups
JParameter::getGroups() in parameter.php
Get the number of params in each group
Method getHash
JUtility::getHash() in utility.php
Provides a secure hash based on a seed
Method getHead
JApplication::getHead() in application.php
Deprecated, use JDocument->get( 'head' ) instead.
Method getHeadData
Get the document head data
Method getHeadData
JDocument::getHeadData() in document.php
Get the document head data
Method getHeader
Returns the document header string
Method getHeaders
JResponse::getHeaders() in response.php
Return array of headers;
Method getHelpVersion
Method getHost
JURI::getHost() in uri.php
Get URI host returns the hostname/ip, or null if no hostname/ip was specified
Method getHTTPEquiv
Looks for a META tag with an "http-equiv" attribute whose value is one of ("x-xrds-location", "x-yadis-location"), ignoring case. If such a META tag is found, its "content" attribute value is returned.
Method getHTTPFetcher
Returns an HTTP fetcher object. If the CURL extension is present, an instance of Services_Yadis_ParanoidHTTPFetcher is returned. If not, an instance of Services_Yadis_PlainHTTPFetcher is returned.
Method getHTTPProtocol
Returns the server protocol in use on the current server.
Method getId
JSession::getId() in session.php
Get session id
Method getIgnore
patErrorManager::getIgnore() in patErrorManager.php
recieve all registerd error codes that will be ignored
Method getImageScale
Returns the image scale.
Method getIncludePath
get the include path
Method getIncludePath
Get the include path
Method getIncludePath
Get the include path
Method getInfo
patError::getInfo() in patError.php
retrieves the additional error information (information usually only relevant for developers)
Method getInfo
Get the component info
Method getInstance
JLanguage::getInstance() in language.php
Returns a reference to a language object
Method getInstance
Returns a reference to a global e-mail object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the global JMenu object, only creating it if it doesn't already exist.
Method getInstance
JInstaller::getInstance() in installer.php
Returns a reference to the global Installer object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the global log object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to an input filter object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the global User object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to a Format object, only creating it if it doesn't already exist.
Method getInstance
JDocument::getInstance() in document.php
Returns a reference to the global JDocument object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the global Session object, only creating it if it doesn't already exist.
Method getInstance
JSessionStorage::getInstance() in sessionstorage.php
Returns a reference to a session storage handler object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to a cache storage hanlder object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the global Router object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to a global Editor object, only creating it if it doesn't already exist.
Method getInstance
JProfiler::getInstance() in profiler.php
Returns a reference to the global Profiler object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the global Event Dispatcher object, only creating it if it doesn't already exist.
Method getInstance
JRegistry::getInstance() in registry.php
Returns a reference to a global JRegistry object, only creating it if it doesn't already exist.
Method getInstance
JDatabase::getInstance() in database.php
Returns a reference to the global Database object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the global FTP connector object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to a global JToolBar object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to a global JURI object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the a Model object, always creating it
Method getInstance
Returns a reference to the global Browser object, only creating it if it doesn't already exist.
Method getInstance
JAuthenticate::getInstance() in authenticate.php
Returns a reference to a global authentication object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to a cache adapter object, only creating it if it doesn't already exist.
Method getInstance
JTemplate::getInstance() in template.php
Returns a reference to a global Template object, only creating it if it doesn't already exist.
Method getInstance
Returns a reference to the a Table object, always creating it
Method getInstance
Returns a reference to a JPanel object
Method getItem
JMenu::getItem() in menu.php
Get menu item by id
Method getItemid
JApplication::getItemid() in application.php
Deprecated, use JContentHelper::getItemid instead.
Method getItems
JMenu::getItems() in menu.php
Gets menu items by attribute
Method getKey
get the cache key for the input
Method getKeyName
Gets the internal primary key name
Method getKnownLanguages
Returns a list of known languages for an area
Method getLanguage
Get a language object
Method getLanguage
JDocument::getLanguage() in document.php
Returns the document language.
Method getLanguagePath
Get the path to a language
Method getLayout
JView::getLayout() in view.php
Get the layout.
Method getLayoutPath
Get the path to a layout for a module
Method getLevel
patError::getLevel() in patError.php
returns the error level of the error - corresponds to the PHP error levels (E_ALL, E_NOTICE...)
Method getLimitBox
JPagination::getLimitBox() in pagination.php
Creates a dropdown box for selecting how many records to show per page
Method getLine
patError::getLine() in patError.php
get the line number in which the error occured
Method getLink
JDocument::getLink() in document.php
Returns the document base url
Method getListFooter
Return the pagination footer
Method getLocale
JLanguage::getLocale() in language.php
Get locale property
Method getLongVersion
Method getMailer
JFactory::getMailer() in factory.php
Get a mailer object
Method getMajor
JBrowser::getMajor() in browser.php
Retrieve the current browser's major version.
Method getManifest
JInstaller::getManifest() in installer.php
Get the installation manifest object
Method getMatchType
Method getMemory
JProfiler::getMemory() in profiler.php
Get information about current memory usage.
Method getMemoryCachingState
Load the state of the caching memory array from a given cache file cache
Method getMenu
JMenu::getMenu() in menu.php
Getter for the menu array
Method getMessage
Get the error message from an error object.
Method getMessage
patError::getMessage() in patError.php
retrieves the error message
Method getMessageQueue
Get the system message queue.
Method getMetadata
JLanguage::getMetadata() in language.php
Returns a associative array holding the metadata
Method getMetaData
JDocument::getMetaData() in document.php
Gets a meta tag.
Method getmicrotime
Get the current time.
Method getMinor
JBrowser::getMinor() in browser.php
Retrieve the current browser's minor version.
Method getMode
Get the error mode from an error object.
Method getModel
JView::getModel() in view.php
Method to get the model object
Method getModel
JController::getModel() in controller.php
Method to get a model object, loading it if required.
Abstract method getModificationTime
get the modification time of a template
Abstract method getModificationTime
get the modification time of a template
Method getModifiedDate
Returns the document modified date
Method getModule
Get module by name
Method getModules
Get modules by position
Method getName
get the name of the module
Method getName
JButton::getName() in button.php
get the element name
Method getName
JElement::getName() in element.php
get the element name
Method getName
Returns the document name
Method getName
JLanguage::getName() in language.php
Getter for Name
Method getName
JSession::getName() in session.php
Get session name
Method getNamespace
patTemplate::getNamespace() in patTemplate.php
gets namespace of patTemplate tags
Method getNameSpaces
Get the list of namespaces
Method getNeedle
JSearch::getNeedle() in search.php
Method getNextOrder
Returns the ordering value to place a new item last in its group
Method getNextService
Return the next authentication service for the pair of user_input and session. This function handles fallback.
Method getNullDate
JDatabase::getNullDate() in database.php
Get the database null date
Method getNumParams
Return number of params to render
Method getNumParams
Abstract method getNumRows
JDatabase::getNumRows() in database.php
Get the number of rows returned by the most recent query
Method getNumRows
Method getNumRows
Method getOffset
JDate::getOffset() in date.php
Get the date offset (in hours)
Method GetOne
JDatabase::GetOne() in database.php
ADODB compatability function
Method getOne
Run an SQL query and return the first column of the first row of the result set, if any.
Method getOption
patTemplate::getOption() in patTemplate.php
gets an option
Method getOrdering
Method getOrphans
JLanguage::getOrphans() in language.php
Get the list of orphaned strings if being tracked
Method getOverwrite
Get the allow overwrite switch
Method getPageHeight
Returns the page height in units.
Method getPagesCounter
Create and return the pagination pages counter string, ie. Page 2 of 4
Method getPagesLinks
Create and return the pagination page list string, ie. Previous, Next, 1 2 3 ... x
Method getPageWidth
Returns the page width in units.
Method getParam
JParameter::getParam() in parameter.php
Render a parameter type
Method getParam
gets a parameter of the module
Method getParam
xmlrpcmsg::getParam() in xmlrpc.php
Method getParam
JUser::getParam() in user.php
Method to get a parameter value
Method getParameters
Method to get the user parameters
Method getParams
Gets the parameter object for the component
Method getParams
JParameter::getParams() in parameter.php
Render all parameters
Method getParams
JMenu::getParams() in menu.php
Gets the parameter object for a certain menu item
Method getParams
JInstaller::getParams() in installer.php
Method to parse the parameters of an extension, build the INI string for it's default parameters, and return the INI string.
Method getParent
JTree::getParent() in tree.php
Method getParent
JNode::getParent() in tree.php
Method getParsedTemplate
returns a parsed Template
Method getParser
JSimpleXML::getParser() in simplexml.php
Get the parser
Method getPass
JURI::getPass() in uri.php
Get URI password returns the password, or null if no password was specified
Method getPath
JApplication::getPath() in application.php
Deprecated, use JApplicationHelper::getPath instead.
Method getPath
Get a path
Method getPath
JInstaller::getPath() in installer.php
Get an installer path by name
Method getPath
JURI::getPath() in uri.php
Gets the URI path string
Method getPathWay
JPathWay::getPathWay() in pathway.php
Return the JPathWay items array
Method getPathWayNames
Create and return an array of the pathway names.
Method getPDFData
TCPDF::getPDFData() in tcpdf.php
Returns the PDF data.
Method getPdfFontName
Getter for PDF Font Name
Method getPermissions
Get the permissions of the file/folder at a give path
Method getPlatform
Return the currently matched platform.
Method getPlugin
Get the plugin data of a group if no specific plugin is specified otherwise only the specific plugin data is returned
Method getPluginParams
Method getPort
JURI::getPort() in uri.php
Get URI port returns the port number, or null if no port was specified
Method getPrefix
JDatabase::getPrefix() in database.php
Get the database table prefix
Method getPriority
Returns the "priority" attribute value of this <Service> element, if the attribute is present. Returns null if not.
Method getPublicProperties
Returns an array of public properties
Method getQuery
JDatabase::getQuery() in database.php
Get the active query
Method getQuery
JURI::getQuery() in uri.php
Returns flat query string
Method getQueryLimit
Returns the limit for the next search query
Method getQueryLimitStart
Returns the limit start for the next search query
Method getQuirk
JBrowser::getQuirk() in browser.php
Retrieve unique behavior for the current browser.
Method getRequest
Method getRequest
Method getResultCount
Method getResults
JSearch::getResults() in search.php
Method getResultsCounter
Create and return the pagination result set counter string, ie. Results 1-10 of 42
Method getReturnTo
Get the openid.return_to argument from this response.
Method getRoot
patTemplate::getRoot() in patTemplate.php
gets name of root base for the templates
Method getRouter
JApplication::getRouter() in application.php
Return a reference to the JRouter object.
Method GetRow
JDatabase::GetRow() in database.php
ADODB compatability function
Method getRow
Run an SQL query and return the first row of the result set, if any.
Method getRowOffset
JPagination::getRowOffset() in pagination.php
Return the rationalised offset for a row with a given index.
Method GetRows
JRecordSet::GetRows() in recordset.php
Method getSalt
Returns a salt for the appropriate kind of password encryption.
Method getScaleFactor
Returns the scale factor (number of points in user unit).
Method getScheme
Get URI scheme (protocol) ie. http, https, ftp, etc...
Method getServerID
Method getSession
JFactory::getSession() in factory.php
Get a session object
Method getShortVersion
Method getStartTag
patTemplate::getStartTag() in patTemplate.php
get start tag for variables
Method getState
JObservable::getState() in observer.php
Get the state of the JObservable object
Method getState
JModel::getState() in model.php
Method to get model state variables
Method getState
JSession::getState() in session.php
Get current state of session
Method getStaticContentCount
Deprecated.
Method getStaticProperty
If you have a class that's mostly/entirely static, and you need static
Method getStores
JSession::getStores() in session.php
Get the session handlers
Method GetStringWidth
Returns the length of a string in user unit. A font must be selected.
Method getTable
JModel::getTable() in model.php
Method to get a table object, load it if necessary.
Method getTable
JUser::getTable() in user.php
Method to get the user table object
Abstract method getTableCreate
Method getTableCreate
Method getTableCreate
Abstract method getTableFields
List database table fields
Method getTableFields
Method getTableFields
Method getTableList
Method getTableList
Abstract method getTableList
List tables in a database
Method getTableName
Gets the internal table name for the object
Method getTag
JLanguage::getTag() in language.php
Get for the language tag (as defined in RFC 3066)
Method getTask
JController::getTask() in controller.php
Get the last task that is or was to be performed.
Method getTasks
JController::getTasks() in controller.php
Gets the available tasks in the controller.
Method getTemplate
Get a template object
Method getTemplate
JApplication::getTemplate() in application.php
Gets the name of the current template.
Method getTemplateRoot
get the template root for this reader
Method getTitle
JDocument::getTitle() in document.php
Return the title of the document.
Method getToken
JUtility::getToken() in utility.php
Method to determine a hash for anti-spoofing variable names
Method getToken
JSession::getToken() in session.php
Get a session token, if a token isn't set yet one will be generated.
Method getType
JDocument::getType() in document.php
Returns the document type
Method getType
Get the name of this error/exception.
Method getTypes
Return the URIs in the "Type" elements, if any, of this Service element.
Method getURI
JFactory::getURI() in factory.php
Return a reference to the JURI object
Method getURI
JRequest::getURI() in request.php
Gets the full request path
Method getURIs
Return the URIs in the "URI" elements, if any, of this Service element. The URIs are returned sorted in priority order.
Method getUser
JURI::getUser() in uri.php
Get URI username returns the username, or null if no username was specified
Method getUser
JApplication::getUser() in application.php
Deprecated, use JFactory::getUser instead.
Method getUser
JFactory::getUser() in factory.php
Get an user object
Method getUserId
Returns userid if a user exists
Method getUserInfo
Get additional user-supplied information.
Method getUserList
Returns a complete user list
Method getUserListFromGroup
Gets the users from a group
Method getUserState
JApplication::getUserState() in application.php
Gets a user state.
Method getUserStateFromRequest
Gets the value of a user state variable.
Method getUTFSupport
Get the database UTF-8 support
Method getval
xmlrpcval::getval() in xmlrpc.php
Method getValue
Utility function to return a value from a named array or a specified default
Method getValue
JRegistry::getValue() in registry.php
Get a registry value
Method getVar
JRequest::getVar() in request.php
Fetches and returns a given variable.
Method getVar
patTemplate::getVar() in patTemplate.php
get the value of a variable
Method getVar
JURI::getVar() in uri.php
Returns a query variable by name
Method getVCard
vCard::getVCard() in vcard.php
Method getVersion
Method getVersion
JBrowser::getVersion() in browser.php
Retrieve the current browser's version.
Abstract method getVersion
JDatabase::getVersion() in database.php
Get the version of the database connector
Method getVersion
Method getView
JController::getView() in controller.php
Method to get a reference to the current view and load it if necessary.
Method getWinCP
JLanguage::getWinCP() in language.php
Getter for Windows locale code page
Method GetX
TCPDF::GetX() in tcpdf.php
Returns the abscissa of the current position.
Method getXMLParser
Get an XML document
Method GetY
TCPDF::GetY() in tcpdf.php
Returns the ordinate of the current position.
Method get_acl
gacl_api::get_acl() in gacl_api.php
get_acl()
Method get_author
Method get_authors
Method get_cache
gacl::get_cache() in gacl.php
Uses PEAR's Cache_Lite package to grab cached arrays, objects, variables etc...
Method get_categories
Method get_category
Function get_curl_version
get_curl_version() in sp_compatibility_test.php
Method get_curl_version
Method get_date
Method get_description
Method get_element
Method get_email
Method get_enclosure
Method get_enclosures
Method get_encoding
SimplePie::get_encoding() in simplepie.php
Method get_extension
Method get_favicon
SimplePie::get_favicon() in simplepie.php
Method get_feed_copyright
Method get_feed_description
Method get_feed_language
Method get_feed_link
Method get_feed_links
Method get_feed_title
Method get_group_children
get_group_children()
Method get_group_children_tree
Method get_group_data
get_group_data()
Method get_group_id
gacl_api::get_group_id() in gacl_api.php
get_group_id()
Method get_group_name
Gets the 'name' of a group
Method get_group_objects
get_group_objects()
Method get_group_parents
Method get_group_parent_id
get_group_parent_id()
Method get_id
SimplePie_Item::get_id() in simplepie.php
Method get_image_exist
Method get_image_height
Method get_image_link
Method get_image_title
Method get_image_url
Method get_image_width
Method get_item
SimplePie::get_item() in simplepie.php
Method get_items
SimplePie::get_items() in simplepie.php
Method get_item_quantity
Method get_language_name
Gets a human-readable language name (thanks to Simon Patterson for the idea :))
Method get_language_name_from_extension
Given a file extension, this method returns either a valid geshi language name, or the empty string if it couldn't be found
Method get_last_error
idna_convert::get_last_error() in idna_convert.class.php
Use this method to get the last error ocurred
Method get_length
Method get_link
Method get_link
Method get_link
Method get_links
Method get_links
Method get_name
Method get_object
gacl_api::get_object() in gacl_api.php
get_object()
Method get_objects
gacl_api::get_objects() in gacl_api.php
get_objects ()
Method get_object_data
get_object_data()
Method get_object_groups
get_object_groups()
Method get_object_id
get_object_id()
Method get_object_section_section_id
get_object_section_section_id()
Method get_object_section_value
get_object_section_value()
Method get_permalink
Method get_root_group_id
get_root_group_id ()
Method get_schema_version
get_schema_version()
Method get_size
Method get_stylesheet
Returns a stylesheet for the highlighted code. If $economy mode is true, we only return the stylesheet declarations that matter for this code block instead of the whole thing
Method get_time
GeSHi::get_time() in geshi.php
Gets the time taken to parse the code
Method get_title
Method get_type
Method get_type
SimplePie::get_type() in simplepie.php
Method get_ungrouped_objects
get_ungrouped_objects()
Method get_version
SimplePie::get_version() in simplepie.php
Method get_version
gacl_api::get_version() in gacl_api.php
get_version()
Function guess_encoding
guess_encoding() in xmlrpc.php
xml charset encoding guessing helper function.
File gzip.php
gzip.php in gzip.php
File Globalvar.php
Globalvar.php in Globalvar.php
File Gzip.php
Gzip.php in Gzip.php
File gacl.php
gacl.php in gacl.php
File gacl_api.php
gacl_api.php in gacl_api.php
h
Variable $h
TCPDF::$h in tcpdf.php
Variable $hdrs
xmlrpcresp::$hdrs in xmlrpc.php
Variable $headers
SimplePie_File::$headers in simplepie.php
Variable $height
Title feed attribute
Variable $Helo
PHPMailer::$Helo in phpmailer.php
Sets the SMTP HELO of the message (Default is $Hostname).
Variable $hidden
JTableARO::$hidden in authorization.php
Variable $hits
JTableContent::$hits in content.php
Variable $home
JTableMenu::$home in menu.php
Variable $host
JLDAP::$host in ldap.php
Variable $host
Variable $Host
PHPMailer::$Host in phpmailer.php
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").
Variable $Hostname
PHPMailer::$Hostname in phpmailer.php
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'.
Variable $hPt
TCPDF::$hPt in tcpdf.php
File html4strict.php
html4strict.php in html4strict.php
Method handleCallback
Callback error handler
  • Send the error object to a callback method for error handling
Method handleDie
JError::handleDie() in error.php
Die error handler
  • Echos the error message to output and then dies
Method handleEcho
Echo error handler
  • Echos the error message to output
Method handleIgnore
Ignore error handler
  • Ignores the error
Method handleLog
JError::handleLog() in error.php
Log error handler
  • Logs the error message to a system log file
Method handleMessage
Message error handler
  • Enqueues the error message into the system queue
Method handleRequest
Handle a request. Given an Auth_OpenID_Request object, call the appropriate Auth_OpenID_Server method to process the request and generate a response.
Method handleTrigger
Trigger error handler
  • Triggers a PHP native error with the error message
Method handleVerbose
Verbose error handler
  • Echos the error message to output as well as related info
Method handle_content_type
Method has
JSession::has() in session.php
Check wheter data exists in the session store
Method hasChildren
Method hasCredentials
Method to determine if client login credentials are present
Method hasFeature
JBrowser::hasFeature() in browser.php
Check the current browser capabilities.
Method hasKey
JLanguage::hasKey() in language.php
Determines is a key exists
Method hasNativeSupport
Method to determine if the server has native zip support for faster handling
Method hasQuirk
JBrowser::hasQuirk() in browser.php
Check unique behavior for the current browser.
Method hasReturnTo
Returns the return_to URL for the request which caused this error.
Method hasToken
JSession::hasToken() in session.php
Method to determine if a token exists in the session. If not the session will be set to expired
Method hasUTF
Determines UTF support
Abstract method hasUTF
JDatabase::hasUTF() in database.php
Determines UTF support
Method hasUTF
Determines UTF support
Method Header
TCPDF::Header() in tcpdf.php
This method is used to render the page header.
Method headers
SimplePie_File::headers() in simplepie.php
Method headFind
Constant HEAD_MAGNIFICATION
HEAD_MAGNIFICATION in tcpdf_config.php
magnification factor for titles
Method Hello
SMTP::Hello() in smtp.php
Sends the HELO command to the smtp server.
Method Help
SMTP::Help() in smtp.php
Gets help information on the keyword specified. If the keyword
Method highlight_lines_extra
Specifies which lines to highlight extra
Method hit
JTable::hit() in table.php
Description
Method htmlFind
File helper.php
helper.php in helper.php
File helper.php
helper.php in helper.php
File helper.php
helper.php in helper.php
File helper.php
helper.php in helper.php
File helper.php
helper.php in helper.php
File html.php
html.php in html.php
File head.php
head.php in head.php
File html.php
html.php in html.php
File helpsites.php
helpsites.php in helpsites.php
File hidden.php
hidden.php in hidden.php
File help.php
help.php in help.php
File help.php
help.php in help.php
File helper.php
helper.php in helper.php
File HTTPFetcher.php
HTTPFetcher.php in HTTPFetcher.php
File Html.php
Html.php in Html.php
File Highlight.php
Highlight.php in Highlight.php
File HighlightPhp.php
HighlightPhp.php in HighlightPhp.php
i
Variable $id
JTableMenu::$id in menu.php
Variable $id
JTableContent::$id in content.php
Variable $id
JTableComponent::$id in component.php
Variable $id
JTableMenuTypes::$id in menutypes.php
Variable $id
JTablePlugin::$id in plugin.php
Primary Key
Variable $id
JTableUser::$id in user.php
Unique id
Variable $id
JUser::$id in user.php
Unique id
Variable $id
JTableSection::$id in section.php
Variable $id
JTableCategory::$id in category.php
Variable $id
JTableModule::$id in module.php
Variable $id
JTableARO::$id in authorization.php
Variable $id
JTableAroGroup::$id in authorization.php
Variable $image
JTableCategory::$image in category.php
Variable $image
Image feed element
Variable $image
JTableSection::$image in section.php
Variable $images
TCPDF::$images in tcpdf.php
Variable $images
JTableContent::$images in content.php
Variable $image_position
Variable $image_position
Variable $imgscale
TCPDF::$imgscale in tcpdf.php
Variable $img_rb_x
TCPDF::$img_rb_x in tcpdf.php
Variable $img_rb_y
TCPDF::$img_rb_y in tcpdf.php
Variable $info
SimplePie_Sanitize::$info in simplepie.php
Variable $info
JException::$info in error.php
Additional info about the error relevant to the developer
Variable $InFooter
TCPDF::$InFooter in tcpdf.php
Variable $input_encoding
Variable $input_encoding
Variable $inside_author
Variable $inside_channel
Variable $inside_image
Variable $inside_item
Variable $introtext
Variable $iscore
JTableComponent::$iscore in component.php
Variable $iscore
JTablePlugin::$iscore in plugin.php
Variable $iscore
JTableModule::$iscore in module.php
Variable $isunicode
TCPDF::$isunicode in tcpdf.php
Variable $is_first
Variable $items
The feed items collection
Variable $items
Variable $item_class
Variable $item_link_number
Variable $item_number
Variable $item_xmlbase
File ini.php
ini.php in ini.php
Method idBox
JHTML::idBox() in html.php
Class idna_convert
idna_convert in idna_convert.class.php
Encode/decode Internationalized Domain Names.
Constructor idna_convert
idna_convert::idna_convert() in idna_convert.class.php
Method Iframe
JHTML::Iframe() in html.php
Write a <iframe></iframe> element
Method Image
JHTML::Image() in html.php
Write a <img></amg> element
Method Image
TCPDF::Image() in tcpdf.php
Puts an image in the page. The upper-left corner must be given. The dimensions can be specified in different ways:
  • explicit width and height (expressed in user unit)
  • one explicit dimension, the other being calculated automatically in order to keep the original proportions
  • no explicit dimension, in which case the image is put at 72 dpi
Supported formats are JPEG and PNG.
Method ImageCheck
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.
Method ImageCheckAdmin
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.
Method Images
build the select list to choose an image
Method implodeAttribs
Method import
JLoader::import() in loader.php
Loads a class from specified directories.
Method importDom
JSimpleXML::importDom() in simplexml.php
Get a JSimpleXMLElement object from a DOM node.
Method importPlugin
Loads all the plugin files for a particular group if no specific plugin is specified otherwise only the specific pugin is loaded.
Method inArea
Method init
SimplePie::init() in simplepie.php
Method init
Initialize an instance of Services_Yadis_XMLParser with some XML and namespaces. This SHOULD NOT be overridden by subclasses.
Method initialise
JEditor::initialise() in editor.php
Initialize the editor
Method initialise
JApplication::initialise() in application.php
Initialise the application.
Method input_encoding
Method input_encoding
Method insert
Method insertid
Abstract method insertid
JDatabase::insertid() in database.php
Get the ID generated from the previous INSERT operation
Method insertid
Method insertObject
Inserts a row into a table based on an objects properties
Method insertObject
Inserts a row into a table based on an objects properties
Method insertObject
Inserts a row into a table based on an objects properties
Method install
Custom install method
Method install
Custom install method
Method install
Custom install method
Method install
Custom install method for components
Method install
Custom install method
Method install
JInstaller::install() in installer.php
Package installation method
Method integerList
Generates a select list of integers
Method invalidate
Invalidate a given association handle.
Method ipToNetAddress
Converts a dot notation IP address to net address (e.g. for Netware, etc)
Method isAdmin
JApplication::isAdmin() in application.php
Is admin interface?
Method isBrowser
JBrowser::isBrowser() in browser.php
Determine if the given browser is the same as the current.
Method isCheckedOut
Check if an item is checked out
Method isCompatible
Compares two "A PHP standardized" version number against the current Joomla! version
Method isConnected
Method to determine if the object is connected to an FTP server
Method isDumb
This store is a dumb mode store, so this method is overridden to return true.
Method isDumb
This method must return true if the store is a dumb-mode-style store. Unlike all other methods in this class, this one provides a default implementation, which returns false.
Method isEmailAddress
Verifies that the string is in a proper e-mail address format.
Method isEnabled
Checks if the component is enabled
Method isError
JError::isError() in error.php
Method to determine if a value is an exception object. This check supports both JException and PHP5 Exception objects
Method IsError
PHPMailer::IsError() in phpmailer.php
Returns true if an error occurred.
Method isError
Returns true if $value constitutes a database error; returns false otherwise.
Method isError
PEAR::isError() in PEAR.php
Tell whether a value is a PEAR error.
Method isError
patErrorManager::isError() in patErrorManager.php
method for checking whether the return value of a pat application method is a pat error object.
Method IsHTML
PHPMailer::IsHTML() in phpmailer.php
Sets message type to HTML.
Method isInUse
returns, whether the reader currently is in use
Method IsMail
PHPMailer::IsMail() in phpmailer.php
Sets Mailer to send message using PHP mail() function.
Method isNew
JSession::isNew() in session.php
Check whether this session is currently created
Function iso8601_decode
iso8601_decode() in xmlrpc.php
Function iso8601_encode
iso8601_encode() in xmlrpc.php
Method isOwner
JPath::isOwner() in path.php
Method to determine if script owns the path
Method IsQmail
PHPMailer::IsQmail() in phpmailer.php
Sets Mailer to send message using the qmail MTA.
Method isQuoted
JDatabase::isQuoted() in database.php
Checks if field name needs to be quoted
Method isRobot
JBrowser::isRobot() in browser.php
Determines if the browser is a robot or not.
Method isRTL
JLanguage::isRTL() in language.php
Get the RTL property
Method isSane
Is this trust root sane?
Method IsSendmail
PHPMailer::IsSendmail() in phpmailer.php
Sets Mailer to send message using the $Sendmail program.
Method isSite
JApplication::isSite() in application.php
Is site interface?
Method IsSMTP
PHPMailer::IsSMTP() in phpmailer.php
Sets Mailer to send message using SMTP.
Method isSSL
JURI::isSSL() in uri.php
Checks whether the current URI is using HTTPS
Method isSSLConnection
Determine if we are using a secure (SSL) connection.
Method isViewable
JBrowser::isViewable() in browser.php
Determines if a browser can display a given MIME type.
Method isWinOS
JUtility::isWinOS() in utility.php
Method to determine if the host OS is Windows
Function is_a
is_a() in is_a.php
Replace function is_a()
Method is_a_class
Method is_conflicting_acl
is_conflicting_acl()
Method is_feed
Method is_group_child_of
Function is_scalar
is_scalar() in is_scalar.php
Replace is_scalar()
Function is_valid_charset
is_valid_charset() in xmlrpc.php
Checks if a given charset encoding is present in a list of encodings or
File input.php
input.php in input.php
File imagelist.php
imagelist.php in imagelist.php
File installer.php
installer.php in installer.php
File ini.php
ini.php in ini.php
File Interface.php
Interface.php in Interface.php
File Img.php
Img.php in Img.php
File InputFilter.php
InputFilter.php in InputFilter.php
File Img.php
Img.php in Img.php
File IT.php
IT.php in IT.php
File is_a.php
is_a.php in is_a.php
File is_scalar.php
is_scalar.php in is_scalar.php
File ihbb.php
ihbb.php in ihbb.php
File index.php
index.php in index.php
File idna_convert.class.php
idna_convert.class.php in idna_convert.class.php
j
File javascript.php
javascript.php in javascript.php
Class JAdminMenus
JAdminMenus in html.php
Utility class for drawing admin menu HTML elements
Abstract class JApplication
JApplication in application.php
Base class for a Joomla! application.
Class JApplicationHelper
JApplicationHelper in helper.php
Application helper functions
Class JArchive
JArchive in archive.php
An Archive handling class
Class JArchiveBzip2
JArchiveBzip2 in bzip2.php
Bzip2 format adapter for the JArchive class
Class JArchiveGzip
JArchiveGzip in gzip.php
Gzip format adapter for the JArchive class
Class JArchiveTar
JArchiveTar in tar.php
Tar format adapter for the JArchive class
Class JArchiveZip
JArchiveZip in zip.php
ZIP format adapter for the JArchive class
Class JArrayHelper
JArrayHelper in array.php
JArrayHelper is an array utility class for doing all sorts of odds and ends with arrays.
Class JAuthenticate
JAuthenticate in authenticate.php
Authorization class, provides an interface for the Joomla authentication system
Class JAuthenticateResponse
JAuthenticateResponse in authenticate.php
Authorization response class, provides an object for storing user and error details
Constant JAUTHENTICATE_STATUS_CANCEL
JAUTHENTICATE_STATUS_CANCEL in authenticate.php
Status to indicate cancellation of authentication.
Constant JAUTHENTICATE_STATUS_FAILURE
JAUTHENTICATE_STATUS_FAILURE in authenticate.php
This is the status code returned when the authentication failed
Constant JAUTHENTICATE_STATUS_SUCCESS
JAUTHENTICATE_STATUS_SUCCESS in authenticate.php
This is the status code returned when the authentication is success.
Class JAuthorization
JAuthorization in authorization.php
Class that handles all access authorization
Constructor JAuthorization
Constructor
Class JBrowser
JBrowser in browser.php
Browser class, provides capability information about the current web client.
Class JBufferStream
JBufferStream in buffer.php
Generic Buffer stream handler
Abstract class JButton
JButton in button.php
Button base class
Class JButtonConfirm
JButtonConfirm in confirm.php
Renders a standard button with a confirm dialog
Class JButtonCustom
JButtonCustom in custom.php
Renders a custom button
Class JButtonHelp
JButtonHelp in help.php
Renders a help popup window button
Class JButtonLink
JButtonLink in link.php
Renders a link button
Class JButtonPopup
JButtonPopup in popup.php
Renders a popup window button
Class JButtonSeparator
JButtonSeparator in separator.php
Renders a button separator
Class JButtonStandard
JButtonStandard in standard.php
Renders a standard button
Abstract class JCache
JCache in cache.php
Joomla! Cache base object
Class JCacheCallback
JCacheCallback in callback.php
Joomla! Cache callback type object
Class JCacheOutput
JCacheOutput in output.php
Joomla! Cache output type object
Class JCachePage
JCachePage in page.php
Joomla! Cache page type object
Abstract class JCacheStorage
JCacheStorage in storage.php
Abstract cache storage handler
Class JCacheStorageApc
JCacheStorageApc in apc.php
APC cache storage handler
Class JCacheStorageEaccelerator
JCacheStorageEaccelerator in eaccelerator.php
eAccelerator cache storage handler
Class JCacheStorageFile
JCacheStorageFile in file.php
File cache storage handler
Class JCacheView
JCacheView in view.php
Joomla! Cache view type object
Class JClientHelper
JClientHelper in helper.php
Client helper class
Class JCommonHTML
JCommonHTML in html.php
Utility class for drawing common HTML elements
Class JComponentHelper
JComponentHelper in helper.php
Component helper class
Abstract class JController
JController in controller.php
Base class for a Joomla Controller
Abstract class JDatabase
JDatabase in database.php
Database connector class
Class JDatabaseMySQL
JDatabaseMySQL in mysql.php
MySQL database driver
Class JDatabaseMySQLi
JDatabaseMySQLi in mysqli.php
MySQLi database driver
Class JDate
JDate in date.php
JDate is a class that stores a date
Abstract class JDocument
JDocument in document.php
Document class, provides an easy interface to parse and display a document
Class JDocumentError
JDocumentError in error.php
DocumentError class, provides an easy interface to parse and display an error page
Class JDocumentFeed
JDocumentFeed in feed.php
DocumentFeed class, provides an easy interface to parse and display any feed document
Class JDocumentHelper
JDocumentHelper in document.php
Document helper functions
Class JDocumentHTML
JDocumentHTML in html.php
DocumentHTML class, provides an easy interface to parse and display an html document
Class JDocumentPDF
JDocumentPDF in pdf.php
DocumentPDF class, provides an easy interface to parse and display a pdf document
Class JDocumentRAW
JDocumentRAW in raw.php
DocumentRAW class, provides an easy interface to parse and display raw output
Abstract class JDocumentRenderer
JDocumentRenderer in renderer.php
Abstract class for a renderer
Class JDocumentRenderer_Atom
JDocumentRenderer_Atom is a feed that implements the atom specification
Class JDocumentRenderer_Component
Component renderer
Class JDocumentRenderer_Head
JDocument head renderer
Class JDocumentRenderer_Message
JDocument system message renderer
Class JDocumentRenderer_Module
JDocument Module renderer
Class JDocumentRenderer_Modules
JDocument Modules renderer
Class JDocumentRenderer_RSS
JDocumentRenderer_RSS is a feed that implements RSS 2.0 Specification
Class JEditor
JEditor in editor.php
JEditor class to handle WYSIWYG editors
Abstract class JElement
JElement in element.php
Parameter base class
Class JElementCategory
JElementCategory in category.php
Renders a category element
Class JElementEditors
JElementEditors in editors.php
Renders a editors element
Class JElementFilelist
JElementFilelist in filelist.php
Renders a filelist element
Class JElementFolderlist
JElementFolderlist in folderlist.php
Renders a filelist element
Class JElementHelpsites
JElementHelpsites in helpsites.php
Renders a helpsites element
Class JElementHidden
JElementHidden in hidden.php
Renders a hidden element
Class JElementImageList
JElementImageList in imagelist.php
Renders a imagelist element
Class JElementLanguages
JElementLanguages in languages.php
Renders a languages element
Class JElementList
JElementList in list.php
Renders a list element
Class JElementMenu
JElementMenu in menu.php
Renders a menu element
Class JElementMenuItem
JElementMenuItem in menuitem.php
Renders a menu item element
Class JElementPassword
JElementPassword in password.php
Renders a password element
Class JElementRadio
JElementRadio in radio.php
Renders a radio element
Class JElementSection
JElementSection in section.php
Renders a section element
Class JElementSpacer
JElementSpacer in spacer.php
Renders a spacer element
Class JElementSQL
JElementSQL in sql.php
Renders a SQL element
Class JElementText
JElementText in text.php
Renders a text element
Class JElementTextarea
JElementTextarea in textarea.php
Renders a textarea element
Class JElementTimezones
JElementTimezones in timezones.php
Renders a timezones element
Class JError
JError in error.php
Error Handling Class
Constant JERR_CALLBACK_NOT_CALLABLE
Constant JERR_ILLEGAL_MODE
JERR_ILLEGAL_MODE in error.php
Constant JERR_ILLEGAL_OPTIONS
Constant JERR_PHP5
JERR_PHP5 in error.php
Class JEventDispatcher
JEventDispatcher in event.php
Class to handle dispatching of events.
Class JException
JException in error.php
Joomla! Exception object.
Class JFactory
JFactory in factory.php
Joomla Framework Factory class
Class JFeedEnclosure
JFeedEnclosure in feed.php
JFeedEnclosure is an internal class that stores feed enclosure information
Class JFeedImage
JFeedImage in feed.php
JFeedImage is an internal class that stores feed image information
Class JFeedItem
JFeedItem in feed.php
JFeedItem is an internal class that stores feed item information
Class JFile
JFile in file.php
A File handling class
Class JFolder
JFolder in folder.php
A Folder handling class
Class JFrameworkConfig
JFrameworkConfig in config.php
Class JFTP
JFTP in ftp.php
FTP client class
Class JHelp
JHelp in help.php
Help system class
Class JHTML
JHTML in html.php
Utility class for all HTML drawing classes
Class JHTMLSelect
JHTMLSelect in html.php
Utility class for creating HTML select lists
Function jimport
jimport() in loader.php
Intelligent file importer
Class JInputFilter
JInputFilter in input.php
JInputFilter is a class for filtering input from any data source
Class JInstaller
JInstaller in installer.php
Joomla base installer class
Class JInstallerComponent
JInstallerComponent in component.php
Component installer
Class JInstallerHelper
JInstallerHelper in installer.php
Installer helper class
Class JInstallerLanguage
JInstallerLanguage in language.php
Language installer
Class JInstallerModule
JInstallerModule in module.php
Module installer
Class JInstallerPlugin
JInstallerPlugin in plugin.php
Plugin installer
Class JInstallerTemplate
JInstallerTemplate in template.php
Template installer
Class JLanguage
JLanguage in language.php
Languages/translation handler class
Class JLanguageHelper
JLanguageHelper in language.php
Class JLDAP
JLDAP in ldap.php
LDAP client class
Constructor JLDAP
JLDAP::JLDAP() in ldap.php
Constructor
Class JLoader
JLoader in loader.php
Class JLog
JLog in log.php
Joomla! Logging class
Constructor JMail
JMail::JMail() in mail.php
Constructor
Class JMail
JMail in mail.php
E-Mail Class. Provides a common interface to send e-mail from the Joomla! Framework
Class JMailHelper
JMailHelper in mail.php
E-Mail helper class, provides static methods to perform various tasks relevant to the Joomla e-mail routines.
Class JMenu
JMenu in menu.php
JMenu class
Abstract class JModel
JModel in model.php
Base class for a Joomla Model
Class JModuleHelper
JModuleHelper in helper.php
Module helper class
Class JNode
JNode in tree.php
Tree Node Class.
Constructor JObject
JObject::JObject() in object.php
A hack to support __construct() on PHP 4
Class JObject
JObject in object.php
Object class, allowing __construct in PHP4.
Abstract class JObservable
JObservable in observer.php
Abstract observable class to implement the observer design pattern
Abstract class JObserver
JObserver in observer.php
Abstract observer class to implement the observer design pattern
Class JOutputFilter
JOutputFilter in output.php
JOutputFilter
Class JPagination
JPagination in pagination.php
Pagination Class. Provides a common interface for content pagination for the Joomla! Framework
Class JPaginationObject
JPaginationObject in pagination.php
Pagination object representing a particular item in the pagination lists
Abstract class JPane
JPane in pane.php
JPane abstract class
Class JPaneSliders
JPaneSliders in pane.php
JPanelSliders class to to draw parameter panes
Class JPaneTabs
JPaneTabs in pane.php
JPanelTabs class to to draw parameter panes
Class JParameter
JParameter in parameter.php
Parameter handler
Class JPath
JPath in path.php
A Path handling class
Class JPathWay
JPathWay in pathway.php
Class to maintain a pathway.
Constant JPATH_ISMAC
JPATH_ISMAC in path.php
boolean True if a Mac based host
Constant JPATH_ISWIN
JPATH_ISWIN in path.php
boolean True if a Windows based host
Constant JPATH_ROOT
JPATH_ROOT in path.php
string The root directory of the file system in native format
Constructor JPlugin
JPlugin::JPlugin() in plugin.php
Constructor
Abstract class JPlugin
JPlugin in plugin.php
JPlugin Class
Class JPluginHelper
JPluginHelper in helper.php
Plugin helper class
Class JProfiler
JProfiler in profiler.php
Utility class to assist in the process of benchmarking the execution of sections of code to understand where time is being spent.
Constructor JRecordSet
JRecordSet::JRecordSet() in recordset.php
Constuctor
Class JRecordSet
JRecordSet in recordset.php
Simple Record Set object to allow our database connector to be used with ADODB driven 3rd party libraries
Class JRegistry
JRegistry in registry.php
JRegistry class
Abstract class JRegistryFormat
JRegistryFormat in format.php
Abstract Format for JRegistry
Class JRegistryFormatINI
INI format handler for JRegistry
Class JRegistryFormatPHP
PHP class format handler for JRegistry
Class JRegistryFormatXML
XML Format for JRegistry
Class JRequest
JRequest in request.php
JRequest Class
Constant JREQUEST_ALLOWHTML
JREQUEST_ALLOWHTML in request.php
Constant JREQUEST_ALLOWRAW
JREQUEST_ALLOWRAW in request.php
Constant JREQUEST_NOTRIM
JREQUEST_NOTRIM in request.php
Set the available masks for cleaning variables
Class JResponse
JResponse in response.php
JResponse Class
Class JRoute
JRoute in router.php
Route handling class
Class JRouter
JRouter in router.php
Class to create and parse routes
Class JSearch
JSearch in search.php
Base search class
Class JSearchHelper
JSearchHelper in search.php
Search helper class
Class JSession
JSession in session.php
Class for managing HTTP sessions
Abstract class JSessionStorage
JSessionStorage in sessionstorage.php
Custom session storage handler for PHP
Class JSessionStorageApc
APC session storage handler for PHP
Class JSessionStorageDatabase
JSessionStorageDatabase in database.php
Database session storage handler for PHP
Class JSessionStorageEaccelerator
JSessionStorageEaccelerator in eaccelerator.php
eAccelerator session storage handler for PHP
Class JSessionStorageNone
File session handler for PHP
Class JSimpleXML
JSimpleXML in simplexml.php
SimpleXML implementation.
Class JSimpleXMLElement
JSimpleXMLElement in simplexml.php
SimpleXML Element
Class JString
JString in string.php
String handling class for utf-8 data Wraps the phputf8 library All functions assume the validity of utf-8 strings.
Abstract class JTable
JTable in table.php
Abstract Table class
Class JTableARO
JTableARO in authorization.php
Class JTableAroGroup
JTableAroGroup in authorization.php
Class JTableCategory
JTableCategory in category.php
Category table
Class JTableComponent
JTableComponent in component.php
Component table
Class JTableContent
JTableContent in content.php
Content table
Class JTableMenu
JTableMenu in menu.php
Menu table
Class JTableMenuTypes
JTableMenuTypes in menutypes.php
Menu Types table
Class JTableModule
JTableModule in module.php
Module table
Class JTablePlugin
JTablePlugin in plugin.php
Plugin table
Class JTableSection
JTableSection in section.php
Section table
Class JTableSession
JTableSession in session.php
Session table
Class JTableUser
JTableUser in user.php
Users table
Class JTemplate
JTemplate in template.php
Template class, provides an easy interface to parse and display a template file
Constructor JTemplate
JTemplate::JTemplate() in template.php
A hack to support __construct() on PHP 4
Class JText
JText in language.php
Text handling class
Class JToolBar
JToolBar in toolbar.php
ToolBar handler
Class JTree
JTree in tree.php
Tree Class.
Class JURI
JURI in uri.php
JURI Class
Class JUser
JUser in user.php
User class. Handles all application interaction with a user
Class JUserHelper
JUserHelper in helper.php
Authorization helper class, provides static methods to perform various tasks relevant to the Joomla user and authorization classes
Class JUtility
JUtility in utility.php
JUtility is a utility functions class
Class JVersion
JVersion in version.php
Version information
Constant JVERSION
JVERSION in version.php
Abstract class JView
JView in view.php
Base class for a Joomla View
k
Variable $k
TCPDF::$k in tcpdf.php
Variable $keepalive
Variable $key
xmlrpc_client::$key in xmlrpc.php
Variable $keypass
Variable $keywords
TCPDF::$keywords in tcpdf.php
Method keepAlive
JHTML::keepAlive() in html.php
Keep session alive, for example, while editing or creating an article.
Method kindOf
xmlrpcval::kindOf() in xmlrpc.php
Method kindOf
xmlrpcmsg::kindOf() in xmlrpc.php
Constant K_BLANK_IMAGE
K_BLANK_IMAGE in tcpdf_config.php
blank image
Constant K_CELL_HEIGHT_RATIO
K_CELL_HEIGHT_RATIO in tcpdf_config.php
height of cell repect font height
Constant K_PATH_CACHE
K_PATH_CACHE in tcpdf_config.php
cache directory for temporary files (full path)
Constant K_PATH_IMAGES
K_PATH_IMAGES in tcpdf_config.php
images directory
Constant K_PATH_MAIN
K_PATH_MAIN in tcpdf_config.php
installation path
Constant K_PATH_URL
K_PATH_URL in tcpdf_config.php
url path
Constant K_PATH_URL_CACHE
K_PATH_URL_CACHE in tcpdf_config.php
cache directory for temporary files (url path)
Constant K_SMALL_RATIO
K_SMALL_RATIO in tcpdf_config.php
reduction factor for small font
Constant K_TITLE_MAGNIFICATION
K_TITLE_MAGNIFICATION in tcpdf_config.php
title magnification respect main font size
File KVForm.php
KVForm.php in KVForm.php
l
Variable $language
End User's preferred language as specified by ISO639.
Variable $language
JDocument::$language in document.php
Contains the document language setting
Variable $language
Variable $lastBuildDate
Lastbuild date feed element
Variable $lasth
TCPDF::$lasth in tcpdf.php
Variable $lastvisitDate
Description
Variable $lastvisitDate
Description
Variable $LayoutMode
TCPDF::$LayoutMode in tcpdf.php
Variable $length
Lenght enclosure element
Variable $length
Variable $level
PEAR_Error::$level in PEAR.php
Variable $level
JException::$level in error.php
Error level
Variable $lft
JTableAroGroup::$lft in authorization.php
Variable $lft
JTableMenu::$lft in menu.php
Variable $lifetime
Variable $limit
JSearch::$limit in search.php
Variable $limit
JPagination::$limit in pagination.php
Number of rows to display per page
Variable $limitstart
JSearch::$limitstart in search.php
Variable $limitstart
JPagination::$limitstart in pagination.php
The record number to start dislpaying from
Variable $line
JException::$line in error.php
Line number the error occurred in [Available if backtrace is enabled]
Variable $LineWidth
TCPDF::$LineWidth in tcpdf.php
Variable $link
JTableComponent::$link in component.php
Variable $link
JFeedImage::$link in feed.php
Link image attribute
Variable $link
JFeedItem::$link in feed.php
Link item element
Variable $link
SimplePie_Author::$link in simplepie.php
Variable $link
JTableMenu::$link in menu.php
Variable $link
JPaginationObject::$link in pagination.php
Variable $link
JDocument::$link in document.php
Document base URL
Variable $link
Variable $linkback
SimplePie::$linkback in simplepie.php
Variable $links
TCPDF::$links in tcpdf.php
Variable $link_number
Variable $lMargin
TCPDF::$lMargin in tcpdf.php
Variable $local
SimplePie_Locator::$local in simplepie.php
Variable $location
Variable $locator_class
SimplePie::$locator_class in simplepie.php
Variable $log_path
File ldap.php
ldap.php in ldap.php
File languages.php
languages.php in languages.php
File list.php
list.php in list.php
File link.php
link.php in link.php
File language.php
language.php in language.php
File language.php
language.php in language.php
File log.php
log.php in log.php
Method lastModified
Return the cache last modification time
Method lastpageno
JRecordSet::lastpageno() in recordset.php
TODO: No working
Method LDAPNetAddr
extract readable network address from the LDAP encoded networkAddress attribute.
Method level
Get the level of the element
Method Line
TCPDF::Line() in tcpdf.php
Draws a line between two points.
Method Link
TCPDF::Link() in tcpdf.php
Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image.
Method Link
JHTML::Link() in html.php
Write a <a></a> element
Method linkHasRel
Method linkXHTMLSafe
This method processes a string and replaces all instances of & with &amp; in links only
Method listDetails
Method to list the contents of a directory on the FTP server
Method listFolderTree
Lists folder in format suitable for tree display
Method listNames
Method to list the file/folder names of the contents of a directory on the FTP server
Method Ln
TCPDF::Ln() in tcpdf.php
Performs a line break. The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.
Method load
SimplePie_Cache::load() in simplepie.php
Method load
load template from cache
Method load
JTable::load() in table.php
Loads a row from the database and binds the fields to the object properties
Method load
load template from cache
Method load
load template from cache
Method load
JUser::load() in user.php
Method to load a JUser object by user id number
Method load
load template from cache
Method load
JLanguage::load() in language.php
Loads a single language file and appends the results to the existing strings
Method loadArray
JRegistry::loadArray() in registry.php
Load a associative array of values into the default namespace
Abstract method loadAssoc
JDatabase::loadAssoc() in database.php
Fetch a result row as an associative array
Method loadAssoc
Fetch a result row as an associative array
Method loadAssoc
Fetch a result row as an associative array
Method loadAssocList
Load a assoc list of database rows
Abstract method loadAssocList
Load a associactive list of database rows
Method loadAssocList
Load a assoc list of database rows
Method loadButtonType
Loads a button type
Method loadByOption
Loads a data row by option
Method loadCalendar
Method loadConfiguration
Load the configuration
Method loadElement
JParameter::loadElement() in parameter.php
Loads a element type
File loader.php
loader.php in loader.php
Method loadExtension
OS independant PHP extension load. Remember to take care on the correct extension name for case sensitive OSes.
Method loadFile
JRegistry::loadFile() in registry.php
Load the contents of a file into the registry
Method loadFile
JSimpleXML::loadFile() in simplexml.php
Interprets an XML file into an object
Method loadINI
JRegistry::loadINI() in registry.php
Load an INI string into the registry into the given namespace [or default if a namespace is not given]
Method loadModule
patTemplate::loadModule() in patTemplate.php
loads a patTemplate module
Method loadObject
JRegistry::loadObject() in registry.php
Load the public variables of the object into the default namespace.
Method loadObject
This global function loads the first row of a query into an object
Abstract method loadObject
JDatabase::loadObject() in database.php
This global function loads the first row of a query into an object
Method loadObject
This global function loads the first row of a query into an object
Method loadObjectList
Load a list of database objects
Abstract method loadObjectList
Load a list of database objects
Method loadObjectList
Load a list of database objects
Method loadPlugin
JAuthenticate::loadPlugin() in authenticate.php
Static method to load an auth plugin and attach it to the JEventDispatcher object.
Method loadRenderer
Load a renderer
Method loadResult
This method loads the first field of the first row returned by the query.
Method loadResult
This method loads the first field of the first row returned by the query.
Abstract method loadResult
JDatabase::loadResult() in database.php
This method loads the first field of the first row returned by the query.
Method loadResultArray
Load an array of single field results into an array
Abstract method loadResultArray
Load an array of single field results into an array
Method loadResultArray
Load an array of single field results into an array
Method loadRow
Abstract method loadRow
JDatabase::loadRow() in database.php
Load the first row returned by the query
Method loadRow
Method loadRowList
Load a list of database rows (numeric column indexing)
Method loadRowList
Load a list of database rows (numeric column indexing)
Abstract method loadRowList
JDatabase::loadRowList() in database.php
Load a list of database rows (numeric column indexing)
Method loadSession
JApplication::loadSession() in application.php
Load the user session.
Method loadSetupFile
Loads an xml setup file and parses it
Method loadString
JSimpleXML::loadString() in simplexml.php
Interprets a string of XML into an object
Abstract method loadTemplate
load template from any input
Abstract method loadTemplate
load template from any input
Method loadTemplate
Load a template file -- first look in the templates folder for an override
Abstract method loadTemplate
load template from any input
Abstract method loadTemplate
load template from any input
Method loadTemplate
patTemplate::loadTemplate() in patTemplate.php
load a template that had autoload="off"
Method loadTemplateFromInput
open any input and load content into template
Function loadTooltips
loadTooltips() in tooltips.php
Method loadXML
JRegistry::loadXML() in registry.php
Load an XML string into the registry into the given namespace [or default if a namespace is not given]
Method load_from_file
Given a file name, this method loads its contents in, and attempts
Method login
JFTP::login() in ftp.php
Method to login to a server once connected
Method login
JApplication::login() in application.php
Login authentication function.
Method logout
JApplication::logout() in application.php
Logout authentication function.
Method ltrim
JString::ltrim() in string.php
UTF-8 aware replacement for ltrim()
File Lite.php
Lite.php in Lite.php
m
Variable $Mailer
PHPMailer::$Mailer in phpmailer.php
Method to send mail: ("mail", "sendmail", or "smtp").
Variable $mailer
Variable $mailfrom
Variable $mask
JTableContent::$mask in content.php
Variable $matchType
JSearch::$matchType in search.php
Variable $max_minutes
SimplePie::$max_minutes in simplepie.php
Variable $me
xmlrpcval::$me in xmlrpc.php
Variable $menuid
JTableComponent::$menuid in component.php
Variable $menutype
Variable $menutype
Variable $message
JInstaller::$message in installer.php
The output from the install/uninstall scripts
Variable $message
Variable $message
Error message
Variable $metadata
Variable $metadesc
Variable $metakey
Variable $method
SimplePie_File::$method in simplepie.php
Variable $method
Variable $methodname
Variable $mode
PEAR_Error::$mode in PEAR.php
Variable $modified
Variable $modified_by
Variable $module
JTableModule::$module in module.php
Variable $mytype
xmlrpcval::$mytype in xmlrpc.php
File mysql.php
mysql.php in mysql.php
File model.php
model.php in model.php
File menu.php
menu.php in menu.php
File mysql.php
mysql.php in mysql.php
File mysqli.php
mysqli.php in mysqli.php
File menu.php
menu.php in menu.php
File menutypes.php
menutypes.php in menutypes.php
File module.php
module.php in module.php
File message.php
message.php in message.php
File module.php
module.php in module.php
File modules.php
modules.php in modules.php
File menu.php
menu.php in menu.php
File menuitem.php
menuitem.php in menuitem.php
File module.php
module.php in module.php
File mail.php
mail.php in mail.php
Method Mail
SMTP::Mail() in smtp.php
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.
Method makeNameSpace
Create a namespace
Method makeSafe
JFile::makeSafe() in file.php
Makes file name safe to use
Method map
JSimpleXMLElement::map() in simplexml.php
Method mark
JProfiler::mark() in profiler.php
Output a time mark
Method match
Does this URL match the given trust root?
Method match
JBrowser::match() in browser.php
Parses the user agent string and inititializes the object with all the known features and quirks for the given browser.
Method MenuLinkOptions
build the multiple select list for Menu Links/Pages
Method merge
JRegistry::merge() in registry.php
Merge a JRegistry object into this one
Method method
xmlrpcmsg::method() in xmlrpc.php
Function microtime_float
microtime_float() in minimalistic.php
Method mkdir
JFTP::mkdir() in ftp.php
Method to create a directory on the FTP server
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method modify
modify the value
Method moduleExists
patTemplate::moduleExists() in patTemplate.php
checks whether a module exists.
Function mosTreeRecurse
mosTreeRecurse() in functions.php
Method move
JFile::move() in file.php
Moves a file
Method move
JTable::move() in table.php
Description
Method move
JFolder::move() in folder.php
Moves a folder
Method mtime
SimplePie_Cache::mtime() in simplepie.php
Method multicall
Send an array of request messages and return an array of responses.
Method MultiCell
TCPDF::MultiCell() in tcpdf.php
This method allows printing text with line breaks. They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other.
Text can be aligned, centered or justified. The cell block can be framed and the background painted.
File MySQLStore.php
MySQLStore.php in MySQLStore.php
File Manager.php
Manager.php in Manager.php
File Misc.php
Misc.php in Misc.php
File Modifier.php
Modifier.php in Modifier.php
File Module.php
Module.php in Module.php
File MMCache.php
MMCache.php in MMCache.php
File minimalistic.php
minimalistic.php in minimalistic.php
n
Variable $n
TCPDF::$n in tcpdf.php
Variable $name
JTablePlugin::$name in plugin.php
Variable $name
JTableSection::$name in section.php
Variable $name
JTableARO::$name in authorization.php
Variable $name
Variable $name
SimplePie::$name in simplepie.php
Variable $name
SimplePie_Author::$name in simplepie.php
Variable $name
JTableUser::$name in user.php
The users real name (or nickname)
Variable $name
JUser::$name in user.php
The users real name (or nickname)
Variable $name
SimplePie_Cache::$name in simplepie.php
Variable $name
JTableMenu::$name in menu.php
Variable $name
Variable $name
JDatabase::$name in database.php
Variable $name
JTableComponent::$name in component.php
Variable $name
JBufferStream::$name in buffer.php
Buffer name
Variable $name
JTableCategory::$name in category.php
Variable $name
JTableAroGroup::$name in authorization.php
Variable $namespaces
Variable $needle
JSearch::$needle in search.php
Variable $negotiate_tls
Variable $normal_key
Variable $no_multicall
Variable $no_referrals
Variable $numnews
File none.php
none.php in none.php
Method name
JSimpleXMLElement::name() in simplexml.php
Get the name of the element
Method nameQuote
JDatabase::nameQuote() in database.php
Quote an identifier name (field, table, etc)
Method native_embed
Class Net_IDNA_php4
Net_IDNA_php4 in idna_convert.class.php
Adapter class for aligning the API of idna_convert with that of
Method newObject
Returns a new instance of this loader's class, using the session data to construct it if necessary. The object need only be created; $this->fromSession() will take care of setting the object's attributes.
Method newObject
Method newObject
Method nextService
Return the next service
Method Noop
SMTP::Noop() in smtp.php
Sends the command NOOP to the SMTP server.
Method notify
JObservable::notify() in observer.php
Update each attached observer object and return an array of their return values
File Numberformat.php
Numberformat.php in Numberformat.php
o
Variable $offset
Variable $offsets
TCPDF::$offsets in tcpdf.php
Variable $option
JTableComponent::$option in component.php
Variable $ordering
Variable $ordering
Variable $ordering
Variable $ordering
JSearch::$ordering in search.php
Variable $ordering
Variable $ordering
Variable $ordering
Variable $ordering
Variable $order_by_date
SimplePie::$order_by_date in simplepie.php
Variable $order_value
JTableARO::$order_value in authorization.php
Variable $OrientationChanges
Variable $output_encoding
File object.php
object.php in object.php
File observer.php
observer.php in observer.php
File output.php
output.php in output.php
File output.php
output.php in output.php
Method objectHTMLSafe
Makes an object safe to display in forms
Abstract method objectToString
Converts an object into a formatted string
Method 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.
Method objectToString
Converts an object into a php class string.
Method 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.
Abstract method open
JSessionStorage::open() in sessionstorage.php
Open the SessionHandler backend.
Method open
Open the SessionHandler backend.
Method open
Open the SessionHandler backend.
Method Open
TCPDF::Open() in tcpdf.php
This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.
Method open
Open the SessionHandler backend.
File OpenID.php
OpenID.php in OpenID.php
Method option
Method orderDownIcon
Return the icon to move an item DOWN
Method orderDownIcon2
Return the icon to move an item DOWN
Method Ordering
build the select list for Menu Ordering
Method orderUpIcon
JPagination::orderUpIcon() in pagination.php
Return the icon to move an item UP
Method orderUpIcon2
JPagination::orderUpIcon2() in pagination.php
Return the icon to move an item UP
Method order_by_date
Constant OS_UNIX
OS_UNIX in PEAR.php
Constant OS_WINDOWS
OS_WINDOWS in PEAR.php
Method Output
TCPDF::Output() in tcpdf.php
Send the document to a given destination: string, local file or browser. In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced.
The method first calls Close() if necessary to terminate the document.
Method output_encoding
Method output_encoding
File OutputCache.php
OutputCache.php in OutputCache.php
File OutputFilter.php
OutputFilter.php in OutputFilter.php
File Output.php
Output.php in Output.php
p
Variable $page
TCPDF::$page in tcpdf.php
Variable $PageBreakTrigger
Variable $PageLinks
TCPDF::$PageLinks in tcpdf.php
Variable $pages
TCPDF::$pages in tcpdf.php
Variable $params
JTableSection::$params in section.php
Variable $params
JTablePlugin::$params in plugin.php
Variable $params
JTableCategory::$params in category.php
Variable $params
Variable $params
JTableModule::$params in module.php
Variable $params
xmlrpcmsg::$params in xmlrpc.php
Variable $params
JUser::$params in user.php
Description
Variable $params
JTableComponent::$params in component.php
Variable $params
Description
Variable $parent
JTableComponent::$parent in component.php
Variable $parent
Variable $parentid
Variable $parent_id
JTableAroGroup::$parent_id in authorization.php
Variable $parent_id
Variable $parser_class
SimplePie::$parser_class in simplepie.php
Variable $Password
PHPMailer::$Password in phpmailer.php
Sets SMTP password.
Variable $password
JLDAP::$password in ldap.php
Variable $password
Variable $password
MD5 encrypted password
Variable $password
JUser::$password in user.php
MD5 encrypted password
Variable $password
Variable $path
xmlrpc_client::$path in xmlrpc.php
Variable $payload
xmlrpcresp::$payload in xmlrpc.php
Variable $payload
xmlrpcmsg::$payload in xmlrpc.php
Variable $PDFVersion
TCPDF::$PDFVersion in tcpdf.php
Variable $PluginDir
PHPMailer::$PluginDir in phpmailer.php
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
Variable $pointer
JRecordSet::$pointer in recordset.php
Variable $pollid
Variable $Port
PHPMailer::$Port in phpmailer.php
Sets the default SMTP server port.
Variable $port
JLDAP::$port in ldap.php
Variable $port
xmlrpc_client::$port in xmlrpc.php
Variable $position
Variable $position
Stream position
Variable $postcode
UTF-8 string free text that SHOULD conform to the End User's country's postal system.
Variable $Priority
PHPMailer::$Priority in phpmailer.php
Email priority (1 = High, 3 = Normal, 5 = low).
Variable $PRODUCT
JVersion::$PRODUCT in version.php
Variable $properties
vCard::$properties in vcard.php
Variable $proxy
xmlrpc_client::$proxy in xmlrpc.php
Variable $proxyport
Variable $proxy_authtype
Variable $proxy_pass
Variable $proxy_user
Variable $pubDate
Published date
Variable $pubDate
Published date feed element
Variable $published
Variable $published
Variable $published
Variable $published
Variable $published
Variable $publish_down
Variable $publish_up
File php-brief.php
php-brief.php in php-brief.php
File php.php
php.php in php.php
File pathway.php
pathway.php in pathway.php
File plugin.php
plugin.php in plugin.php
File page.php
page.php in page.php
File plugin.php
plugin.php in plugin.php
File pdf.php
pdf.php in pdf.php
File path.php
path.php in path.php
File pagination.php
pagination.php in pagination.php
File pane.php
pane.php in pane.php
File password.php
password.php in password.php
File parameter.php
parameter.php in parameter.php
File popup.php
popup.php in popup.php
File plugin.php
plugin.php in plugin.php
File php.php
php.php in php.php
File php50x.php
php50x.php in php50x.php
File phputf8env.php
phputf8env.php in phputf8env.php
File profiler.php
profiler.php in profiler.php
File Parse.php
Parse.php in Parse.php
File ParanoidHTTPFetcher.php
ParanoidHTTPFetcher.php in ParanoidHTTPFetcher.php
File ParseHTML.php
ParseHTML.php in ParseHTML.php
File PlainHTTPFetcher.php
PlainHTTPFetcher.php in PlainHTTPFetcher.php
Method PageExecute
JDatabase::PageExecute() in database.php
ADODB compatability function
Method PageNo
TCPDF::PageNo() in tcpdf.php
Returns the current page number.
Method parse
JTemplate::parse() in template.php
Parse a file
Method parse
JRouter::parse() in router.php
Route a request
Method parse
JURI::parse() in uri.php
Parse a given URI and populate the class fields
Method parseAttributes
Method to extract key/value pairs out of a string with xml style attributes
Method parseFiles
JInstaller::parseFiles() in installer.php
Method to parse through a files element of the installation manifest and take appropriate action.
Method parseIntoVar
patTemplate::parseIntoVar() in patTemplate.php
parse a template and push the result into a variable of any other template
Method parseLanguages
Method to parse through a languages element of the installation manifest and take appropriate action.
Method parseLinkAttrs
Find all link tags in a string representing a HTML document and return a list of their attributes.
Method parseMedia
JInstaller::parseMedia() in installer.php
Method to parse through a media element of the installation manifest and take appropriate action.
Method parseQueries
Backward compatible Method to parse through a queries element of the installation manifest file and take appropriate action.
Method parseResponse
Method parseResponseFile
Method parseService
Method parseSQLFiles
Method to extract the name of a discreet installation sql file from the installation manifest file.
Method parseTemplate
patTemplate::parseTemplate() in patTemplate.php
parses a template
Method parseXMLInstallFile
Method parseXMLLangMetaFile
Method parseXRDS
Parse an XML string (XRDS document) and return either a Services_Yadis_XRDS object or null, depending on whether the XRDS XML is valid.
Method parse_code
GeSHi::parse_code() in geshi.php
Returns the code in $this->source, highlighted and surrounded by the nessecary HTML.
Method parse_data_array
Method parse_date
Method parse_headers
Method parse_url
Class patError
patError in patError.php
patError error object used by the patFormsError manager as error messages container for precise error management.
Constructor patError
patError::patError() in patError.php
constructor, wrapper for the upcoming PHP5 constructors for upward compatibility.
Class patErrorManager
patErrorManager in patErrorManager.php
patErrorManager main error management class used by pat tools for the application-internal error management. Creates patError objects for any errors for precise error management.
Constant PATERRORMANAGER_ERROR_CALLBACK_NOT_CALLABLE
error definition: callback function does not exist.
Constant PATERRORMANAGER_ERROR_ILLEGAL_MODE
PATERRORMANAGER_ERROR_ILLEGAL_MODE in patErrorManager.php
error definition: illegal error handling mode.
Constant PATERRORMANAGER_ERROR_ILLEGAL_OPTIONS
error definition: illegal options.
Constant PATH_SEPARATOR
PATH_SEPARATOR in PEAR.php
Class patTemplate
patTemplate in patTemplate.php
patTemplate
Constructor patTemplate
patTemplate::patTemplate() in patTemplate.php
Create a new patTemplate instance.
File patError.php
patError.php in patError.php
File patErrorManager.php
patErrorManager.php in patErrorManager.php
File Phphighlight.php
Phphighlight.php in Phphighlight.php
File PdfLatex.php
PdfLatex.php in PdfLatex.php
File patTemplate.php
patTemplate.php in patTemplate.php
Constructor patTemplate_Compiler
constructor
Class patTemplate_Compiler
patTemplate_Compiler in Compiler.php
Compiler for patTemplate
Abstract class patTemplate_Dump
patTemplate_Dump in Dump.php
Base class for patTemplate dumpers
Class patTemplate_Dump_Html
Dumps templates as HTML
Class patTemplate_Dump_XUL
Dumps templates as XUL, using PEAR::XML_XUL
Constant PATTEMPLATE_ERROR_BASECLASS_NOT_FOUND
base class for module could not be found
Constant PATTEMPLATE_ERROR_EXPECTED_ARRAY
array expected
Constant PATTEMPLATE_ERROR_MODULE_NOT_FOUND
module could not be found
Constant PATTEMPLATE_ERROR_NO_INPUT
PATTEMPLATE_ERROR_NO_INPUT in patTemplate.php
No input
Constant PATTEMPLATE_ERROR_RECURSION
PATTEMPLATE_ERROR_RECURSION in patTemplate.php
Recursion
Constant PATTEMPLATE_ERROR_TEMPLATE_EXISTS
template already exists
Abstract class patTemplate_Function
patTemplate_Function in Function.php
Base class for patTemplate functions
Class patTemplate_Function_Alias
creates a new function alias
Class patTemplate_Function_Attribute
patTemplate function to dynamically change the value of _any_ attribute of the parent tag.
Class patTemplate_Function_Call
patTemplate function that enables you to insert any template, that has been loaded previously into the current template.
Constant PATTEMPLATE_FUNCTION_CALL_ERROR_NO_TEMPLATE
template does not exist
Constant PATTEMPLATE_FUNCTION_COMPILE
function is executed, when template is compiled (preg_match)
Class patTemplate_Function_Globalvar
patTemplate function that enables adding global variables from within a template.
Class patTemplate_Function_Highlight
patTemplate function that highlights PHP code in your templates
Class patTemplate_Function_Img
patTemplate function that returns a complete imagetag and width and height are extracted from the image
Class patTemplate_Function_Phphighlight
patTemplate function that highlights PHP code in your templates
Constant PATTEMPLATE_FUNCTION_RUNTIME
function is executed, when template parsed
Class patTemplate_Function_Sef
JTemplate SEF function
Class patTemplate_Function_Strip
patTemplate function that strips whitespace from a text block. This is an implementation of Smarty's strip function.
Class patTemplate_Function_Time
patTemplate function that calculates the current time or any other time and returns it in the specified format.
Class patTemplate_Function_Translate
JTemplate Translate function
Abstract class patTemplate_InputFilter
patTemplate_InputFilter in InputFilter.php
Base class for patTemplate input filter
Class patTemplate_InputFilter_ShortModifiers
patTemplate input filter to allow the short modifier syntax that is used by Smarty
Class patTemplate_InputFilter_StripComments
patTemplate StripComments output filter
Abstract class patTemplate_Modifier
patTemplate_Modifier in Modifier.php
Base class for patTemplate variable modifiers
Class patTemplate_Modifier_Dateformat
patTemplate modfifier Dateformat
Class patTemplate_Modifier_Expression
patTemplate modfifier Expression
Class patTemplate_Modifier_HTML_Img
Modifier that creates an HTML image tag from a variable
Class patTemplate_Modifier_Numberformat
patTemplate modfifier Numberformat
Class patTemplate_Modifier_QuoteLatex
patTemplate modifier that quotes LaTeX special chars
Class patTemplate_Modifier_SEF
JTemplate Translate modifier
Class patTemplate_Modifier_Surround
patTemplate modfifier Surround
Class patTemplate_Modifier_Translate
JTemplate SEF modifier
Class patTemplate_Modifier_Truncate
patTemplate modifier Truncate
Class patTemplate_Modifier_Wordwrapper
patTemplate modfifier Wordwrapper
Abstract class patTemplate_Module
patTemplate_Module in Module.php
patTemplate Module base class
Abstract class patTemplate_OutputCache
patTemplate_OutputCache in OutputCache.php
Base class for patTemplate output cache
Abstract class patTemplate_OutputFilter
patTemplate_OutputFilter in OutputFilter.php
Base class for patTemplate output filter
Class patTemplate_OutputFilter_BBCode
patTemplate BBCode output filter
Class patTemplate_OutputFilter_Gzip
patTemplate GZip output filter
Class patTemplate_OutputFilter_HighlightPhp
patTemplate HighlightPHP filter
Class patTemplate_OutputFilter_PdfLatex
patTemplate output filter that creates PDF files from latex
Class patTemplate_OutputFilter_StripWhitespace
patTemplate StripWhitespace output filter
Class patTemplate_OutputFilter_Tidy
patTemplate Tidy output filter
Constant PATTEMPLATE_OUTPUTFILTER_TIDY_ERROR_NOT_SUPPORTED
requires tidy extension
Abstract class patTemplate_Reader
patTemplate_Reader in Reader.php
Base class for patTemplate readers
Class patTemplate_Reader_DB
patTemplate Reader that reads from a database using PEAR::DB
Constant PATTEMPLATE_READER_DB_ERROR_CLASS_NOT_FOUND
PEAR::DB is not installed
Constant PATTEMPLATE_READER_DB_ERROR_NO_CONNECTION
Connection could not be established
Constant PATTEMPLATE_READER_DB_ERROR_NO_INPUT
Could not find input
Constant PATTEMPLATE_READER_DB_ERROR_UNKNOWN_INPUT
Unknown input syntax
Constant PATTEMPLATE_READER_ERROR_INVALID_CLOSING_TAG
Invalid closing tag
Constant PATTEMPLATE_READER_ERROR_INVALID_CONDITION
Invalid condition specified
Constant PATTEMPLATE_READER_ERROR_INVALID_TAG
Invalid tag (missing attribute)
Constant PATTEMPLATE_READER_ERROR_NO_CLOSING_TAG
Closing tag is missing
Constant PATTEMPLATE_READER_ERROR_NO_INPUT
No input
Constant PATTEMPLATE_READER_ERROR_NO_NAME_SPECIFIED
No name has been specified
Constant PATTEMPLATE_READER_ERROR_UNKNOWN_TAG
Unknown tag
Class patTemplate_Reader_File
patTemplate Reader that reads from a file
Class patTemplate_Reader_IT
patTemplate reader that reads HTML_Template_IT files
Constant PATTEMPLATE_READER_NOTICE_INVALID_CDATA_SECTION
CData in a conditional template
Constant PATTEMPLATE_READER_NOTICE_TEMPLATE_EXISTS
template already exists
Class patTemplate_Reader_String
patTemplate Reader that reads from a string
Abstract class patTemplate_Stat
patTemplate_Stat in Stat.php
Base class for patTemplate Stat
Class patTemplate_Stat_File
Base class for patTemplate Stat
Abstract class patTemplate_TemplateCache
patTemplate_TemplateCache in TemplateCache.php
Base class for patTemplate template cache
Class patTemplate_TemplateCache_eAccelerator
patTemplate Template cache that stores data in the eAccelerator Cache
Class patTemplate_TemplateCache_File
patTemplate Template cache that stores data on filesystem
Class patTemplate_TemplateCache_MMCache
patTemplate Template cache that stores data in the eAccelerator Cache
Constant PATTEMPLATE_WARNING_NO_TEMPLATE
template does not exist
Constant PATTEMPLATE_WARNING_UNKNOWN_TYPE
unknown type
Constant PDF_AUTHOR
PDF_AUTHOR in tcpdf_config.php
document author
Constant PDF_CREATOR
PDF_CREATOR in tcpdf_config.php
document creator
Constant PDF_FONT_NAME_DATA
PDF_FONT_NAME_DATA in tcpdf_config.php
data font name
Constant PDF_FONT_NAME_MAIN
PDF_FONT_NAME_MAIN in tcpdf_config.php
main font name
Constant PDF_FONT_SIZE_DATA
PDF_FONT_SIZE_DATA in tcpdf_config.php
data font size
Constant PDF_FONT_SIZE_MAIN
PDF_FONT_SIZE_MAIN in tcpdf_config.php
main font size
Constant PDF_HEADER_LOGO
PDF_HEADER_LOGO in tcpdf_config.php
image logo
Constant PDF_HEADER_LOGO_WIDTH
PDF_HEADER_LOGO_WIDTH in tcpdf_config.php
header logo image width [mm]
Constant PDF_HEADER_STRING
PDF_HEADER_STRING in tcpdf_config.php
header description string
Constant PDF_HEADER_TITLE
PDF_HEADER_TITLE in tcpdf_config.php
header title
Constant PDF_IMAGE_SCALE_RATIO
PDF_IMAGE_SCALE_RATIO in tcpdf_config.php
scale factor for images (number of points in user unit)
Constant PDF_MARGIN_BOTTOM
PDF_MARGIN_BOTTOM in tcpdf_config.php
bottom margin
Constant PDF_MARGIN_FOOTER
PDF_MARGIN_FOOTER in tcpdf_config.php
footer margin
Constant PDF_MARGIN_HEADER
PDF_MARGIN_HEADER in tcpdf_config.php
header margin
Constant PDF_MARGIN_LEFT
PDF_MARGIN_LEFT in tcpdf_config.php
left margin
Constant PDF_MARGIN_RIGHT
PDF_MARGIN_RIGHT in tcpdf_config.php
right margin
Constant PDF_MARGIN_TOP
PDF_MARGIN_TOP in tcpdf_config.php
top margin
Constant PDF_PAGE_FORMAT
PDF_PAGE_FORMAT in tcpdf_config.php
page format
Constant PDF_PAGE_ORIENTATION
PDF_PAGE_ORIENTATION in tcpdf_config.php
page orientation (P=portrait, L=landscape)
Constant PDF_PRODUCER
PDF_PRODUCER in tcpdf.php
define default PDF document producer
Constant PDF_UNIT
PDF_UNIT in tcpdf_config.php
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
Class PEAR
PEAR in PEAR.php
Base class for other PEAR classes. Provides rudimentary emulation of destructors.
Constructor PEAR
PEAR::PEAR() in PEAR.php
Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
File PEAR.php
PEAR.php in PEAR.php
Class PEAR_Error
PEAR_Error in PEAR.php
Standard PEAR error class for PHP 4
Constructor PEAR_Error
PEAR_Error constructor
Constant PEAR_ERROR_CALLBACK
ERROR constants
Constant PEAR_ERROR_DIE
PEAR_ERROR_DIE in PEAR.php
ERROR constants
Constant PEAR_ERROR_EXCEPTION
WARNING: obsolete
Constant PEAR_ERROR_PRINT
PEAR_ERROR_PRINT in PEAR.php
ERROR constants
Constant PEAR_ERROR_RETURN
PEAR_ERROR_RETURN in PEAR.php
ERROR constants
Constant PEAR_ERROR_TRIGGER
PEAR_ERROR_TRIGGER in PEAR.php
ERROR constants
Constant PEAR_OS
PEAR_OS in PEAR.php
Constant PEAR_ZE2
PEAR_ZE2 in PEAR.php
Class PHPMailer
PHPMailer in phpmailer.php
PHPMailer - PHP email transport class
File phpmailer.lang-en.php
phpmailer.lang-en.php in phpmailer.lang-en.php
File phpmailer.lang-joomla.php
phpmailer.lang-joomla.php in phpmailer.lang-joomla.php
File phpmailer.php
phpmailer.php in phpmailer.php
File patterns.php
patterns.php in patterns.php
Function php_2_xmlrpc_type
php_2_xmlrpc_type() in xmlrpc.php
Given a string defining a php type or phpxmlrpc type (loosely defined: strings accepted come from javadoc blocks), return corresponding phpxmlrpc type.
Constant PHP_XMLRPC_COMPAT_DIR
PHP_XMLRPC_COMPAT_DIR in xmlrpc.php
Function php_xmlrpc_decode
php_xmlrpc_decode() in xmlrpc.php
Takes an xmlrpc value in PHP xmlrpcval object format and translates it into native PHP types.
Function php_xmlrpc_encode
php_xmlrpc_encode() in xmlrpc.php
Takes native php types and encodes them into xmlrpc PHP object format.
Method placeholderExists
checks, whether a placeholder exists in a template
Method popErrorHandling
Pop the last error handler used
Method popExpect
patErrorManager::popExpect() in patErrorManager.php
remove top of error-codes from stack
Method popExpect
PEAR::popExpect() in PEAR.php
This method pops one element off the expected error codes stack.
Method Positions
Select list of positions - generally used for location of images
Method post
Method post
Method prepareForLoad
Method prepareForLoad
Prepares the data array by making any necessary changes.
Method prepareForSave
Method prepareForSave
Override this.
Method prepareTemplate
Prepare a template
Method prependBody
JResponse::prependBody() in response.php
Prepend content to the body content
Method prependButton
Get a value
Method prependMetaTag
Deprecated, use JDocument->setMetaData instead
Method printf
JText::printf() in language.php
Passes a string thru an printf
Method publish
JTable::publish() in table.php
Generic Publish/Unpublish function
Method PublishedProcessing
Method purge
JTableSession::purge() in session.php
Purge old sessions
Method pushErrorHandling
Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
Method pushExpect
patErrorManager::pushExpect() in patErrorManager.php
add expected errors to stack
Method pushStep
JInstaller::pushStep() in installer.php
Pushes a step onto the installer stack for rolling back steps
Method put_cache
gacl::put_cache() in gacl.php
Uses PEAR's Cache_Lite package to write cached arrays, objects, variables etc...
Method pwd
JFTP::pwd() in ftp.php
Method to retrieve the current working directory on the FTP server
q
File QuoteLatex.php
QuoteLatex.php in QuoteLatex.php
Abstract method query
JDatabase::query() in database.php
Execute the query
Method query
Execute the query
Method query
Auth_OpenID_DatabaseConnection::query() in DatabaseConnection.php
Run an SQL query with the specified parameters, if any.
Method query
Method query
Execute the query
Method queryBatch
Execute a batch query
Method queryBatch
Execute a batch query
Abstract method queryBatch
JDatabase::queryBatch() in database.php
Execute a batch query
Method queryURL
Method Quit
SMTP::Quit() in smtp.php
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.
Method quit
JFTP::quit() in ftp.php
Method to quit and close the connection
Method Quote
JDatabase::Quote() in database.php
Get a quoted database escaped string
Function quoted_printable_encode
r
Variable $rating
Rating feed element
Variable $redirects
Variable $registerDate
Description
Variable $registerDate
Description
Variable $RELDATE
JVersion::$RELDATE in version.php
Variable $RELEASE
JVersion::$RELEASE in version.php
Variable $RELTIME
JVersion::$RELTIME in version.php
Variable $RELTZ
JVersion::$RELTZ in version.php
Variable $remove_div
Variable $replace_headers
Variable $request_charset_encoding
Variable $request_compression
Name of compression scheme to be used for sending requests.
Variable $responseFactory
Variable $response_charset_encoding
charset encoding to be used for response.
Variable $results
JSearch::$results in search.php
Variable $return_type
Decides the content of xmlrpcresp objects returned by calls to send()
Variable $rgt
JTableAroGroup::$rgt in authorization.php
Variable $rgt
JTableMenu::$rgt in menu.php
Variable $rMargin
TCPDF::$rMargin in tcpdf.php
Variable $rss_url
SimplePie::$rss_url in simplepie.php
File router.php
router.php in router.php
File recordset.php
recordset.php in recordset.php
File rss.php
rss.php in rss.php
File raw.php
raw.php in raw.php
File renderer.php
renderer.php in renderer.php
File request.php
request.php in request.php
File response.php
response.php in response.php
File radio.php
radio.php in radio.php
File registry.php
registry.php in registry.php
File Reader.php
Reader.php in Reader.php
Method radioList
Generates an HTML radio list
Method raise
JError::raise() in error.php
Create a new JException object given the passed arguments
Method raise
patErrorManager::raise() in patErrorManager.php
creates a new patError object given the specified information.
Method raiseError
PEAR::raiseError() in PEAR.php
This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. If the $mode and $options parameters are not specified, the object's defaults are used.
Method raiseError
Wrapper method for the raise() method with predefined error level of E_ERROR and backtrace set to true.
Method raiseError
patErrorManager::raiseError() in patErrorManager.php
wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_ERROR will be returned.
Method raiseError
Trigger a PEAR error
Method raiseNotice
patErrorManager::raiseNotice() in patErrorManager.php
wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_NOTICE will be returned.
Method raiseNotice
Wrapper method for the raise() method with predefined error level of E_NOTICE and backtrace set to false.
Method raiseWarning
Wrapper method for the raise() method with predefined error level of E_WARNING and backtrace set to false.
Method raiseWarning
patErrorManager::raiseWarning() in patErrorManager.php
wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_WARNING will be returned.
Method randomString
Produce a string of length random bytes, chosen from chrs. If $chrs is null, the resulting string may contain any characters.
Abstract method read
JSessionStorage::read() in sessionstorage.php
Read the data for a particular session identifier from the SessionHandler backend.
Method read
Read the data for a particular session identifier from the SessionHandler backend.
Method read
JFTP::read() in ftp.php
Method to read a file from the FTP server's contents into a buffer
Method read
JFile::read() in file.php
Read the contents of a file
Method read
Read the data for a particular session identifier from the SessionHandler backend.
Method read
Read the data for a particular session identifier from the SessionHandler backend.
Method readAuthKey
Read the auth key from the auth key file. Will return None if there is currently no key.
Method readTemplates
read templates from any input
Method readTemplates
read templates from the database
Abstract method readTemplates
read templates from any input
Method readTemplates
read templates from any input
Method readTemplates
Read templates from a string
Method readTemplatesFromFile
open a file and parse for patTemplate tags
Method readTemplatesFromInput
open any input and parse for patTemplate tags
Method real_cdata_in_cdata
Method rebuild_tree
gacl_api::rebuild_tree() in gacl_api.php
rebuild_tree ()
Method Recipient
SMTP::Recipient() in smtp.php
Sends the command RCPT to the SMTP server with the TO: argument of $to.
Method RecordCount
JRecordSet::RecordCount() in recordset.php
Method Rect
TCPDF::Rect() in tcpdf.php
Outputs a rectangle. It can be drawn (border only), filled (with no border) or both.
Method redirect
JApplication::redirect() in application.php
Redirect to another URL.
Method redirect
JController::redirect() in controller.php
Redirects the browser or returns false if no redirect is set.
Method redirectURL
Compute the appropriate redirection URL for this request based on a specified trust root and return-to.
Method register
Registers an event handler to the event dispatcher
Method register
Register the functions of this class with PHP's session handler
Method register
JSessionStorage::register() in sessionstorage.php
Register the functions of this class with PHP's session handler
Method registerDefaultTask
Register the default task to perform if a mapping is not found.
Method registerErrorLevel
Method to register a new error level for handling errors
Method registerErrorLevel
register a new error level
Method registerEvent
Registers a handler to a particular event group.
Method registerNamespace
Method registerNamespace
Register a namespace with the XML parser. This should be overridden by subclasses.
Method registerNamespace
Method registerShutdownFunc
Use this function to register a shutdown method for static classes.
Method registerTask
JController::registerTask() in controller.php
Register (map) a task to a method in the class.
Method reinit
JFTP::reinit() in ftp.php
Method to reinitialize the server, ie. need to login again
Method relMatches
Method remove
Remove a cached data entry by id and group
Method remove
Remove a cached data entry by id and group
Method remove
Remove a cached data file by id and group
Abstract method remove
Remove a cached data entry by id and group
Method remove
Remove a cache file
Abstract method remove
JCache::remove() in cache.php
Remove a cached data entry by id and group
Method removeAssociation
This implementation always returns false.
Method removeAssociation
Method removeAssociation
Remove an association if it exists. Do nothing if it does not.
Method removeAssociation
This method removes the matching association if it's found, and returns whether the association was removed or not.
Method removeAttribute
Removes an attribute from the element
Method removeChild
Method removeFiles
JInstaller::removeFiles() in installer.php
Method to parse through a files element of the installation manifest and remove the files that were installed
Method removeIgnore
patErrorManager::removeIgnore() in patErrorManager.php
removeIgnore
Method removeQuotes
Method remove_div
Method remove_div
SimplePie::remove_div() in simplepie.php
Function remove_dot_segments
remove_dot_segments() in URINorm.php
Method remove_keyword
Removes a keyword from a keyword group
Method remove_keyword_group
Removes a keyword group
Method rename
JFTP::rename() in ftp.php
Method to rename a file/folder on the FTP server
Method render
Render the document.
Method render
Outputs the template to the browser.
Method render
Renders the document head and returns the results as a string
Abstract method render
Renders a script and returns the results as a string
Method render
Render the feed
Method render
Render the document
Method render
JDocument::render() in document.php
Outputs the document
Method render
JElement::render() in element.php
Method render
JToolBar::render() in toolbar.php
Render
Method render
JButton::render() in button.php
Method render
Renders a component script and returns the results as a string
Method render
Render the feed
Method render
JParameter::render() in parameter.php
Render
Abstract method render
JApplication::render() in application.php
Render the application.
Method render
Method render
Renders multiple modules script and returns the results as a string
Method render
Renders a module script and returns the results as a string
Method render
Render the document
Method render
Renders the error stack and returns the results as a string
Method render
Render the document.
Method renderBacktrace
Method renderButton
Render a parameter type
Method renderComponent
Method renderModule
Method renderToArray
Render all parameters to an array
Method reorder
JTable::reorder() in table.php
Compacts the ordering sequence of the selected records
Method replaceEntities
Method replacePrefix
This function replaces a string identifier $prefix with the string held is the _table_prefix class variable.
Method replace_headers
Method replace_headers
Method replace_num_entity
Method replace_urls
Method requiredKeys
Method requiredKeys
Method reset
Method reset
Removes all entries from the store; implementation is optional.
Method Reset
SMTP::Reset() in smtp.php
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
Method reset
JTable::reset() in table.php
Resets the default properties
Method reset
JTree::reset() in tree.php
Method reset
Resets the store by removing all records from the store's tables.
Method restart
JSession::restart() in session.php
restart an expired or locked session
Method restart
JFTP::restart() in ftp.php
Method to restart data transfer at a given byte
Method resultToBool
Converts a query result to a boolean. If the result is a database error according to $this->isError(), this returns false; otherwise, this returns true.
Method rollback
Performs a rollback on this connection, if supported.
Method RollbackTrans
ADODB compatability function
Abstract method route
JApplication::route() in application.php
Route the applicaiton.
Method rtrim
JString::rtrim() in string.php
UTF-8 aware replacement for rtrim()
s
Variable $sanitize
SimplePie::$sanitize in simplepie.php
Variable $scope
JTableSection::$scope in section.php
Variable $search_string
Variable $secret
Variable $SECRET_LIFETIME
Variable $section
JTableCategory::$section in category.php
Variable $sectionid
Variable $section_value
JTableARO::$section_value in authorization.php
Variable $sendEmail
Description
Variable $sendEmail
JUser::$sendEmail in user.php
Description
Variable $Sender
PHPMailer::$Sender in phpmailer.php
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.
Variable $Sendmail
PHPMailer::$Sendmail in phpmailer.php
Sets the path of the sendmail program.
Variable $sendmail
Variable $server
Variable $session_id
Variable $session_type
Variable $session_type
An object that knows how to handle association requests with no session type.
Variable $session_type
Variable $session_type
An object that knows how to handle association requests with the Diffie-Hellman session type.
Variable $showtitle
Variable $skipDays
Skipdays feed element
Variable $skipHours
Skiphours feed element
Variable $smtpauth
Variable $SMTPAuth
PHPMailer::$SMTPAuth in phpmailer.php
Sets SMTP authentication. Utilizes the Username and Password variables.
Variable $SMTPDebug
PHPMailer::$SMTPDebug in phpmailer.php
Sets SMTP class debugging on or off.
Variable $smtphost
Variable $SMTPKeepAlive
PHPMailer::$SMTPKeepAlive in phpmailer.php
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().
Variable $smtppass
Variable $smtpuser
Variable $SMTP_PORT
SMTP::$SMTP_PORT in smtp.php
SMTP server port
Variable $source
JFeedItem::$source in feed.php
Source element
Variable $state
JTableContent::$state in content.php
Variable $state
TCPDF::$state in tcpdf.php
Variable $status
Variable $status
Variable $status
JAuthenticateResponse::$status in authenticate.php
Response status (see status codes)
Variable $status
Variable $status
Variable $status
Variable $strip_ads
Variable $strip_attributes
Variable $strip_htmltags
Variable $Subject
PHPMailer::$Subject in phpmailer.php
Sets the Subject of the message.
Variable $subject
TCPDF::$subject in tcpdf.php
Variable $sublevel
Variable $success
SimplePie_File::$success in simplepie.php
Variable $syndicationURL
Syndication URL feed element
File sql.php
sql.php in sql.php
File search.php
search.php in search.php
File storage.php
storage.php in storage.php
File section.php
section.php in section.php
File session.php
session.php in session.php
File session.php
session.php in session.php
File sessionstorage.php
sessionstorage.php in sessionstorage.php
File section.php
section.php in section.php
File spacer.php
spacer.php in spacer.php
File sql.php
sql.php in sql.php
File separator.php
separator.php in separator.php
File standard.php
standard.php in standard.php
File Sef.php
Sef.php in Sef.php
File SEF.php
SEF.php in SEF.php
File simplexml.php
simplexml.php in simplexml.php
File string.php
string.php in string.php
File Server.php
Server.php in Server.php
File ServerRequest.php
ServerRequest.php in ServerRequest.php
File SQLiteStore.php
SQLiteStore.php in SQLiteStore.php
File SQLStore.php
SQLStore.php in SQLStore.php
File Strip.php
Strip.php in Strip.php
File ShortModifiers.php
ShortModifiers.php in ShortModifiers.php
File StripComments.php
StripComments.php in StripComments.php
File Surround.php
Surround.php in Surround.php
File StripWhitespace.php
StripWhitespace.php in StripWhitespace.php
File String.php
String.php in String.php
File Stat.php
Stat.php in Stat.php
File smtp.php
smtp.php in smtp.php
File strlen.php
strlen.php in strlen.php
File strlen.php
strlen.php in strlen.php
File strcasecmp.php
strcasecmp.php in strcasecmp.php
File strcspn.php
strcspn.php in strcspn.php
File stristr.php
stristr.php in stristr.php
File strrev.php
strrev.php in strrev.php
File strspn.php
strspn.php in strspn.php
File str_ireplace.php
str_ireplace.php in str_ireplace.php
File str_split.php
str_split.php in str_split.php
File substr_replace.php
substr_replace.php in substr_replace.php
File specials.php
specials.php in specials.php
Method sanitize
Method save
JTable::save() in table.php
Generic save function
Method save
SimplePie_Cache::save() in simplepie.php
Method save
JEditor::save() in editor.php
Save the editor content
Method save
Cache_Lite::save() in Lite.php
Save some data in a cache file
Method saveMemoryCachingState
Save the state of the caching memory array into a cache file cache
Method saveorderButton
Method scalartyp
Returns the type of the xmlrpcval.
Method scalarval
Returns the value of a scalar xmlrpcval
Method Script
JHTML::Script() in html.php
Write a <script></script> element
Method search
JLDAP::search() in ldap.php
Perform an LDAP search
Method search_acl
gacl_api::search_acl() in gacl_api.php
search_acl()
Method search_technorati
Method SelectLimit
JDatabase::SelectLimit() in database.php
ADODB compatability function
Method SelectSection
Select list of active sections
Method selectState
Method Send
SMTP::Send() in smtp.php
Starts a mail transaction from the email address specified in
Method Send
JMail::Send() in mail.php
Method send
xmlrpc_client::send() in xmlrpc.php
Send an xmlrpc request
Method Send
PHPMailer::Send() in phpmailer.php
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.
Method sendAdminMail
Sends mail to administrator for approval of a user submission
Method SendAndMail
Starts a mail transaction from the email address specified in
Method sendHeaders
JResponse::sendHeaders() in response.php
Send all headers
Method sendMail
JUtility::sendMail() in utility.php
Mail function (uses phpMailer)
Method SendOrMail
SMTP::SendOrMail() in smtp.php
Starts a mail transaction from the email address specified in
Method serialize
Method serialize
Return xml representation of the value
Method serialize
Return xml representation of the response
Method serialize
Convert an association to KV form.
Method serializedata
Method serializeDebug
Return a string with the serialized representation of all debug info
Method serializeval
Method serverOffset
Method service
Execute the xmlrpc request, printing the response
Method services
Returns a list of service objects which correspond to <Service> elements in the XRDS XML document for this object.
Method services
Returns the list of service objects as described by the XRDS document, if this yadis object represents a successful Yadis discovery.
Class Services_Yadis_Discovery
State management for discovery.
Constructor Services_Yadis_Discovery
Initialize a discovery object.
Class Services_Yadis_dom
This concrete implementation of Services_Yadis_XMLParser implements
Constructor Services_Yadis_dom
Class Services_Yadis_domxml
This concrete implementation of Services_Yadis_XMLParser implements
Constructor Services_Yadis_domxml
Function Services_Yadis_escapeForIRI
Function Services_Yadis_getCanonicalID
Function Services_Yadis_getXMLParser
Returns an instance of a Services_Yadis_XMLParser subclass based on the availability of PHP extensions for XML parsing. If Services_Yadis_setDefaultParser has been called, the parser used in that call will be returned instead.
Class Services_Yadis_HTTPResponse
Services_Yadis_HTTPResponse in HTTPFetcher.php
This module contains the HTTP fetcher interface
Constructor Services_Yadis_HTTPResponse
Function Services_Yadis_identifierScheme
Function Services_Yadis_iriToURI
Class Services_Yadis_Manager
Services_Yadis_Manager in Manager.php
The Yadis service manager which stores state in a session and iterates over <Service> elements in a Yadis XRDS document and lets a caller attempt to use each one. This is used by the Yadis library internally.
Class Services_Yadis_ManagerLoader
A session helper class designed to translate between arrays and
Constant SERVICES_YADIS_MATCH_ALL
This match mode means a given service must match ALL filters passed to the Services_Yadis_XRDS::services() call.
Constant SERVICES_YADIS_MATCH_ANY
This match mode means a given service must match ANY filters (at least one) passed to the Services_Yadis_XRDS::services() call.
Constant SERVICES_YADIS_MAX_PRIORITY
Constructor Services_Yadis_ParanoidHTTPFetcher
Class Services_Yadis_ParanoidHTTPFetcher
Services_Yadis_ParanoidHTTPFetcher in ParanoidHTTPFetcher.php
A paranoid Services_Yadis_HTTPFetcher class which uses CURL for fetching.
Class Services_Yadis_ParseHTML
Services_Yadis_ParseHTML in ParseHTML.php
This class is responsible for scanning an HTML string to find META tags and their attributes. This is used by the Yadis discovery process. This class must be instantiated to be used.
Constructor Services_Yadis_ParseHTML
Class Services_Yadis_PHPSession
The base session class used by the Services_Yadis_Manager. This class wraps the default PHP session machinery and should be subclassed if your application doesn't use PHP sessioning.
Class Services_Yadis_PlainHTTPFetcher
Services_Yadis_PlainHTTPFetcher in PlainHTTPFetcher.php
This class implements a plain, hand-built socket-based fetcher which will be used in the event that CURL is unavailable.
Function Services_Yadis_providerIsAuthoritative
Constructor Services_Yadis_ProxyResolver
Class Services_Yadis_ProxyResolver
Function Services_Yadis_rootAuthority
Class Services_Yadis_Service
This class represents a <Service> element in an XRDS document.
Constructor Services_Yadis_Service
Creates an empty service object.
Class Services_Yadis_SessionLoader
A session helper class designed to translate between arrays and
Function Services_Yadis_setDefaultParser
Set a default parser to override the extension-driven selection of available parser classes. This is helpful in a test environment or one in which multiple parsers can be used but one is more desirable.
Function Services_Yadis_toIRINormal
Function Services_Yadis_toURINormal
Class Services_Yadis_XMLParser
The base class for wrappers for available PHP XML-parsing
Class Services_Yadis_XRDS
This class performs parsing of XRDS documents.
Constructor Services_Yadis_XRDS
Instantiate a Services_Yadis_XRDS object. Requires an XPath instance which has been used to parse a valid XRDS document.
Function Services_Yadis_XRI
Function Services_Yadis_XRIAppendArgs
Constructor Services_Yadis_Yadis
Instantiates an empty Services_Yadis_Yadis object. This constructor should not be used by any user of the library.
Class Services_Yadis_Yadis
This is the core of the PHP Yadis library. This is the only class a user needs to use to perform Yadis discovery. This class performs the discovery AND stores the result of the discovery.
Method set
JObject::set() in object.php
Modifies a property of the object, creating it if it does not already exist.
Method set
JSession::set() in session.php
Set data into the session store
Method set
JRequest::set() in request.php
Method set
Set a session key/value pair.
Method set
JParameter::set() in parameter.php
Set a value
Method setAcceptedCompression
Enables/disables reception of compressed xmlrpc responses.
Method setAccessControl
Sets the access control levels.
Method setActive
JMenu::setActive() in menu.php
Set the default item by id
Method setAdapter
JInstaller::setAdapter() in installer.php
Set an installer adapter by name
Method setAddress
vCard::setAddress() in vcard.php
Method setAttribute
patTemplate::setAttribute() in patTemplate.php
Sets an attribute of a template
Method setAttributes
patTemplate::setAttributes() in patTemplate.php
Sets several attribute of a template
Method SetAuthor
TCPDF::SetAuthor() in tcpdf.php
Defines the author of the document.
Method SetAutoPageBreak
Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
Method setBarcode
TCPDF::setBarcode() in tcpdf.php
Set document barcode.
Method setBasedir
patTemplate::setBasedir() in patTemplate.php
sets name of directory where templates are stored
Method setBirthday
Method setBody
JMail::setBody() in mail.php
Set the E-Mail body
Method setBody
JResponse::setBody() in response.php
Set body content
Method setBrowser
JBrowser::setBrowser() in browser.php
Sets the current browser.
Method setBuffer
Set the contents a document include
Method setBuffer
JDocument::setBuffer() in document.php
Set the contents of the document buffer
Method setCaCertificate
Method setCacheValidation
Set cache validation
Method setCaching
Set caching enabled state
Method setCertificate
Method setCharset
JDocument::setCharset() in document.php
Sets the document charset
Method SetCompression
Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
Method setContent
JEditor::setContent() in editor.php
Set the editor contents
Method setCookie
Adds a cookie to list of cookies that will be sent to server.
Method SetCreator
TCPDF::SetCreator() in tcpdf.php
Defines the creator of the document. This is typically the name of the application that generates the PDF.
Method setCredentials
Method setCredentials
Method to set client login credentials
Method setCredentialsFromRequest
Determine wether input fields for client settings need to be shown
Method setData
Set the contents of the document buffer
Method setData
Set the data of the element
Method setDBO
JTable::setDBO() in table.php
Set the internal database object
Method setDebug
Set debug level of server.
Method setDebug
JLanguage::setDebug() in language.php
Set the Debug property
Method setDebug
Method setDefault
JLanguage::setDefault() in language.php
Set the default language code
Method setDefault
Set the default item by id
Method setDefaultAttribute
set default attribute
Method setDefaultAttributes
set default attributes
Method setDescription
Sets the description of the document
Method setDirection
Sets the global document direction declaration. Default is left-to-right (ltr).
Method SetDisplayMode
Defines the way the document is to be displayed by the viewer. The zoom level can be set: pages can be displayed entirely on screen, occupy the full width of the window, use real size, be scaled by a specific zooming factor or use viewer default (configured in the Preferences menu of Acrobat). The page layout can be specified too: single at once, continuous display, two columns or viewer default. By default, documents use the full width mode with continuous display.
Method setDN
JLDAP::setDN() in ldap.php
Sets the DN with some template replacements
Method SetDrawColor
Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
Method setEmail
vCard::setEmail() in vcard.php
Method setEnclosure
Set the JFeedEnclosure for this item
Method setError
JModel::setError() in model.php
Sets the error message
Method setError
JController::setError() in controller.php
Set the error message.
Method setError
JTable::setError() in table.php
Sets the internal error message
Method setError
Set error object
Method setErrorClass
patErrorManager::setErrorClass() in patErrorManager.php
setErrorClass
Method setErrorHandling
sets the way the patErrorManager will handle teh different error levels. Use this if you want to override the default settings.
Method setErrorHandling
Sets how errors generated by this object should be handled.
Method setErrorHandling
Method to set the way the JError will handle different error levels. Use this if you want to override the default settings.
Method setErrorNum
Sets the internal error number
Method setEscape
JView::setEscape() in view.php
Clears then sets the callbacks to use when calling JView::escape().
Method setFeature
JBrowser::setFeature() in browser.php
Set capabilities for the current browser.
Method SetFillColor
Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
Method SetFont
TCPDF::SetFont() in tcpdf.php
Sets the font used to print character strings. It is mandatory to call this method at least once before printing text or the resulting document would not be valid.
Method SetFontSize
Defines the size of the current font.
Method setFooterFont
Set footer font.
Method setFooterMargin
Set footer margin.
Method setFormattedName
Method setFragment
Set the URI anchor string everything after the "#"
Method setGenerator
Sets the document generator
Method setHeadData
JDocument::setHeadData() in document.php
Set the document head data
Method setHeadData
Set the document head data
Method setHeader
JResponse::setHeader() in response.php
Set a header
Method setHeader
Sets the document header string
Method setHeaderData
Set header data.
Method setHeaderFont
Set header font.
Method setHeaderMargin
Set header margin.
Method setHost
JURI::setHost() in uri.php
Set URI host
Method setImageScale
Set the image scale.
Method setItemName
Set item name.
Method setKey
Method SetKeywords
Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
Method setLabel
vCard::setLabel() in vcard.php
Method setLanguage
JLanguage::setLanguage() in language.php
Set the language attributes to the given language
Method SetLanguage
PHPMailer::SetLanguage() in phpmailer.php
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
Method setLanguage
JDocument::setLanguage() in document.php
Sets the global document language declaration. Default is English (en).
Method setLanguageArray
Set language array.
Method setLastVisit
Updates last visit time of user
Method setLastVisit
Pass through method to the table for setting the last visit date
Method setLayout
JView::setLayout() in view.php
Sets the layout name to use
Method SetLeftMargin
Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
Method setLifeTime
Set a new life time
Method setLifeTime
Set cache lifetime
Method setLimit
JSearch::setLimit() in search.php
Method setLimitStart
Method setLineEnd
JDocument::setLineEnd() in document.php
Sets the line end style to Windows, Mac, Unix or a custom string.
Method SetLineWidth
Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
Method setLink
JDocument::setLink() in document.php
Sets the document link
Method SetLink
TCPDF::SetLink() in tcpdf.php
Defines the page and position a link points to
Method SetMargins
TCPDF::SetMargins() in tcpdf.php
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
Method setMessage
JController::setMessage() in controller.php
Sets the internal message that is passed with a redirect
Method setMetaData
JDocument::setMetaData() in document.php
Sets or alters a meta tag.
Method setMimeEncoding
Sets the document MIME encoding that is sent to the browser.
Method setModel
JView::setModel() in view.php
Method to add a model to the view. We support a multiple model single
Method setModifiedDate
Sets the document modified date
Method setName
Sets the document name
Method setName
vCard::setName() in vcard.php
Method setNamespace
patTemplate::setNamespace() in patTemplate.php
sets namespace of patTemplate tags
Method setNote
vCard::setNote() in vcard.php
Method setOffset
JDate::setOffset() in date.php
Set the date offset (in hours)
Method setOption
patTemplate::setOption() in patTemplate.php
sets an option
Method setOption
Generic way to set a Cache_Lite option
Method setOptions
Set client options
Method setOptions
set options
Method setOptions
Set log file options
Method setOptions
set options
Method setOverwrite
Set the allow overwrite switch
Method setParam
JUser::setParam() in user.php
Method to set a parameter
Method setParameters
Method to set the user parameters
Method setParams
sets parameters of the module
Method setParams
Net_IDNA_php4::setParams() in idna_convert.class.php
Sets a new option value. Available options and values:
Method setParent
JNode::setParent() in tree.php
Method setParser
JSimpleXML::setParser() in simplexml.php
Set the parser
Method setPass
JURI::setPass() in uri.php
Set URI password
Method setPath
JInstaller::setPath() in installer.php
Sets an installer path by name
Method setPath
JURI::setPath() in uri.php
Set the URI path string
Method setPermissions
Chmods files and directories recursivly to given permissions
Method setPhoneNumber
Method setPhoto
vCard::setPhoto() in vcard.php
Method setPort
JURI::setPort() in uri.php
Set URI port
Method setProxy
Set proxy info
Method setQuery
JDatabase::setQuery() in database.php
Sets the SQL query string for later execution.
Method setQuery
JURI::setQuery() in uri.php
Sets the query to a supplied string in format: foo=bar&x=y
Method setQuirk
JBrowser::setQuirk() in browser.php
Set unique behavior for the current browser.
Method setReader
set the reference to the reader object
Method setRedirect
JController::setRedirect() in controller.php
Set a URL for browser redirection.
Method setRequestCompression
Enables/disables http compression of xmlrpc request.
Method SetRightMargin
Defines the right margin. The method can be called before creating the first page.
Method setRoot
patTemplate::setRoot() in patTemplate.php
sets root base for the template
Method setRootAttributes
set the root attributes
Method setScheme
Set URI scheme (protocol) ie. http, https, ftp, etc...
Method setSender
JMail::setSender() in mail.php
Set the E-Mail sender
Method setSQL
Method setSQL
This method should be overridden by subclasses. This method is called by the constructor to set values in $this->sql, which is an array keyed on sql name.
Method setSSLVerifyHost
Method setSSLVerifyPeer
Method setState
JModel::setState() in model.php
Method to set model state variables
Method SetSubject
TCPDF::SetSubject() in tcpdf.php
Defines the subject of the document.
Method setSubject
Set the E-Mail subject
Method setTab
JDocument::setTab() in document.php
Sets the string used to indent HTML
Method setTags
patTemplate::setTags() in patTemplate.php
set the start and end tag for variables
Method setTemplateCachePrefix
Set the prefix of the template cache
Method setTemplateReference
set a reference to the patTemplate object that instantiated the reader
Method setTemplateReference
set a reference to the patTemplate object that instantiated the reader
Method setTemplateReference
set a reference to the patTemplate object that instantiated the reader
Method setTemplateReference
set a reference to the patTemplate object that instantiated the reader
Method setTemplateReference
set the template reference
Method SetTextColor
Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
Method setTitle
JDocument::setTitle() in document.php
Sets the title of the document
Method SetTitle
TCPDF::SetTitle() in tcpdf.php
Defines the title of the document.
Method setToDebug
Set to debug mode
Method SetTopMargin
Defines the top margin. The method can be called before creating the first page.
Method setType
patTemplate::setType() in patTemplate.php
set the type for the templates
Method setupInstall
Prepare for installation: this method sets the installation directory, finds and checks the installation file and verifies the installation type
Method setURL
vCard::setURL() in vcard.php
Method setUser
JURI::setUser() in uri.php
Set URI username
Method setUserState
JApplication::setUserState() in application.php
Sets the value of a user state variable.
Method setUTF
Custom settings for UTF support
Abstract method setUTF
JDatabase::setUTF() in database.php
Custom settings for UTF support
Method setUTF
Custom settings for UTF support
Method setValue
JRegistry::setValue() in registry.php
Set a registry value
Method setVar
JURI::setVar() in uri.php
Adds a query variable and value, replacing the value if it already exists and returning the old value.
Method setVar
JRequest::setVar() in request.php
Method SetX
TCPDF::SetX() in tcpdf.php
Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.
Method setXML
Method setXML
Method setXML
Set this parser object's XML payload. This should be overridden by subclasses.
Method setXML
JParameter::setXML() in parameter.php
Sets the XML object from custom xml files
Method SetXY
TCPDF::SetXY() in tcpdf.php
Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.
Method SetY
TCPDF::SetY() in tcpdf.php
Moves the current abscissa back to the left margin and sets the ordinate. If the passed value is negative, it is relative to the bottom of the page.
Method set_author_class
Method set_author_class
Method set_brackets_highlighting
Turns highlighting on/off for brackets
Method set_brackets_style
Sets the styles for brackets. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_cache_class
Method set_cache_name_type
Method set_case_keywords
Sets the case that keywords should use when found. Use the constants:
Method set_case_sensitivity
Sets whether a set of keywords are checked for in a case sensitive manner
Method set_code_style
Sets the style for the actual code. This should be a string
Method set_comments_highlighting
Turns highlighting on/off for comment groups
Method set_comments_style
Sets the styles for comment groups. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_enclosure_class
Method set_enclosure_class
Method set_encoding
Sets the encoding used for htmlspecialchars(), for international support.
Method set_escape_characters_highlighting
Turns highlighting on/off for escaped characters
Method set_escape_characters_style
Sets the styles for escaped characters. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_file
SimplePie::set_file() in simplepie.php
Method set_file_class
Method set_footer_content
Sets the content of the footer block
Method set_footer_content_style
Sets the style for the footer content
Method set_header_content
Sets the content of the header block
Method set_header_content_style
Sets the style for the header content
Method set_header_type
Sets the type of header to be used.
Method set_highlight_lines_extra_style
Sets the style for extra-highlighted lines
Method set_important_styles
Sets styles for important parts of the code
Method set_item_class
Method set_item_class
Method set_keyword_group_highlighting
Turns highlighting on/off for a keyword group
Method set_keyword_group_style
Sets the style for a keyword group. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_language
Sets the language for this object
Method set_language_path
Sets the path to the directory containing the language files. Note that this path is relative to the directory of the script that included geshi.php, NOT geshi.php itself.
Method set_line_style
Sets the styles for the line numbers.
Method set_link_styles
Sets styles for links in code
Method set_link_target
Sets the target for links in code
Method set_locator_class
Method set_methods_highlighting
Turns highlighting on/off for methods
Method set_methods_style
Sets the styles for methods. $key is a number that references the
Method set_numbers_highlighting
Turns highlighting on/off for numbers
Method set_numbers_style
Sets the styles for numbers. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_overall_class
Sets the overall classname for this block of code. This class can then be used in a stylesheet to style this object's output
Method set_overall_id
Sets the overall id for this block of code. This id can then be used in a stylesheet to style this object's output
Method set_overall_style
Sets the styles for the code that will be outputted when this object is parsed. The style should be a string of valid stylesheet declarations
Method set_parameter
idna_convert::set_parameter() in idna_convert.class.php
Sets a new option value. Available options and values:
Method set_parser_class
Method set_raw_data
SimplePie::set_raw_data() in simplepie.php
Method set_regexps_highlighting
Turns highlighting on/off for regexps
Method set_regexps_style
Sets the styles for regexps. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_sanitize_class
Method set_source
GeSHi::set_source() in geshi.php
Sets the source code for this object
Method set_strings_highlighting
Turns highlighting on/off for strings
Method set_strings_style
Sets the styles for strings. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_symbols_highlighting
Turns highlighting on/off for symbols
Method set_symbols_style
Sets the styles for symbols. If $preserve_defaults is true, then styles are merged with the default styles, with the user defined styles having priority
Method set_tab_width
Sets how many spaces a tab is substituted for
Method set_timeout
SimplePie::set_timeout() in simplepie.php
Method set_url_for_keyword_group
Sets the base URL to be used for keywords
Method set_useragent
Method shift_acl
gacl_api::shift_acl() in gacl_api.php
shift_acl()
Method shouldMaintainBc
tests whether the reader should maintain backwards compatibility
Method showarray
gacl_api::showarray() in gacl_api.php
showarray()
Method sign
Given a response, sign the fields in the response's 'signed' list, and insert the signature into the response.
Class SimplePie
SimplePie in simplepie.php
**************************************************
Constructor SimplePie
SimplePie::SimplePie() in simplepie.php
File sp_compatibility_test.php
sp_compatibility_test.php in sp_compatibility_test.php
File simplepie.inc
simplepie.inc in simplepie.inc
File simplepie.php
simplepie.php in simplepie.php
Constructor SimplePie_Author
Class SimplePie_Author
SimplePie_Author in simplepie.php
Constructor SimplePie_Cache
Class SimplePie_Cache
SimplePie_Cache in simplepie.php
Constructor SimplePie_Enclosure
Class SimplePie_Enclosure
SimplePie_Enclosure in simplepie.php
Constructor SimplePie_File
Class SimplePie_File
SimplePie_File in simplepie.php
Constructor SimplePie_Item
Class SimplePie_Item
SimplePie_Item in simplepie.php
Class SimplePie_Locator
SimplePie_Locator in simplepie.php
Constructor SimplePie_Locator
Class SimplePie_Misc
SimplePie_Misc in simplepie.php
Class SimplePie_Parser
SimplePie_Parser in simplepie.php
Constructor SimplePie_Parser
Class SimplePie_Sanitize
SimplePie_Sanitize in simplepie.php
Method simple_search
Perform an LDAP search using comma seperated search strings
Constructor SMTP
SMTP::SMTP() in smtp.php
Initialize the class so that the data is in a known state.
Class SMTP
SMTP in smtp.php
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
Method SmtpClose
PHPMailer::SmtpClose() in phpmailer.php
Closes the active SMTP session if one exists.
Method sortObjects
Utility function to sort an array of objects on a given field
Method sort_groups
gacl_api::sort_groups() in gacl_api.php
sort_groups()
Method SpecificOrdering
build the select list for Ordering of a specified Table
Method splitSql
Splits contents of a sql file into array of discreet queries
Method sprintf
JText::sprintf() in language.php
Passes a string thru an sprintf
Method start
JCacheOutput::start() in output.php
Start the cache
Method start
Start the cache
Method startPane
Creates a pane and creates the javascript object for it
Abstract method startPane
JPane::startPane() in pane.php
Creates a pane and creates the javascript object for it
Method startPane
Creates a pane and creates the javascript object for it
Method startPanel
Creates a tab panel with title text and starts that panel
Abstract method startPanel
Creates a panel with title text and starts that panel
Method startPanel
Creates a tab panel with title text and starts that panel
Method start_handler
Method start_line_numbers_at
Sets what number line numbers should start at. Should be a positive integer, and will be converted to one.
Method start_name_space
Method staticPopErrorHandling
Method staticPushErrorHandling
Method stderr
JDatabase::stderr() in database.php
Print out an error statement
Method store
JCache::store() in cache.php
Store the cached data by id and group
Abstract method store
JCacheStorage::store() in storage.php
Store the data to cache by id and group
Method store
Store the data to a file by id and group
Method store
JTable::store() in table.php
Inserts a new row if id is zero or updates an existing row in the database table
Method store
JFTP::store() in ftp.php
Method to store a file to the FTP server
Method store
Store the data to eAccelerator by id and group
Method store
Store the data to APC by id and group
Method store
Stop the cache buffer and store the cached data
Method store
Method storeAssociation
This implementation does nothing.
Method storeAssociation
Store an association in the association directory.
Method storeAssociation
Method storeAssociation
This method puts an Association object into storage, retrievable by server URL and handle.
Method storeNonce
Stores a nonce. This is used by the consumer to prevent replay attacks.
Method storeNonce
This implementation does nothing.
Method storeNonce
Mark this nonce as present.
Method strcasecmp
JString::strcasecmp() in string.php
UTF-8 aware alternative to strcasecmp A case insensivite string comparison
Method strcspn
JString::strcspn() in string.php
UTF-8 aware alternative to strcspn Find length of initial segment not matching mask
Method stream_eof
Method stream_open
Method stream_read
Method stream_seek
Method stream_tell
Method stream_write
Method strendpos
Abstract method stringToObject
Converts an XML formatted string into an object
Method stringToObject
Placeholder method
Method stringToObject
Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function
Method stringToObject
Converts an XML formatted string into an object
Method stringURLSafe
This method processes a string all replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents", whitespaces are replaced by hyphens and the string is lowercased.
Method stripExt
JFile::stripExt() in file.php
Strips the last extension off a file name
Method strip_ads
SimplePie::strip_ads() in simplepie.php
Method strip_ads
Method strip_attributes
Method strip_attributes
Method strip_htmltags
Method strip_htmltags
Method stristr
JString::stristr() in string.php
UTF-8 aware alternative to stristr Returns all of haystack from the first occurrence of needle to the end.
Method strlen
JString::strlen() in string.php
UTF-8 aware alternative to strlen Returns the number of characters in the string (NOT THE NUMBER OF BYTES),
Method strpos
JString::strpos() in string.php
UTF-8 aware alternative to strpos Find position of first occurrence of a string
Method strrev
JString::strrev() in string.php
UTF-8 aware alternative to strrev Reverse a string
Method strrpos
JString::strrpos() in string.php
UTF-8 aware alternative to strrpos Finds position of last occurrence of a string
Method strspn
JString::strspn() in string.php
UTF-8 aware alternative to strspn Find length of initial segment matching mask
Method strtolower
JString::strtolower() in string.php
UTF-8 aware alternative to strtlower
Method strtoupper
JString::strtoupper() in string.php
UTF-8 aware alternative to strtoupper
Method structeach
Method structmem
Method structmemexists
Checks wheter a struct member with a given name is present.
Method structreset
Method structsize
Returns the number of members in an xmlrpcval of struct type
Method str_ireplace
UTF-8 aware alternative to str_ireplace Case-insensitive version of str_replace
Method str_split
JString::str_split() in string.php
UTF-8 aware alternative to str_split Convert a string to an array
Method subscribe_aol
Method subscribe_bloglines
Method subscribe_eskobo
Method subscribe_feed
Method subscribe_feedfeeds
Method subscribe_feedlounge
Method subscribe_feedster
Method subscribe_google
Method subscribe_gritwire
Method subscribe_msn
Method subscribe_netvibes
Method subscribe_newsburst
Method subscribe_newsgator
Method subscribe_odeo
Method subscribe_outlook
Method subscribe_pluck
Method subscribe_podcast
Method subscribe_podnova
Method subscribe_rojo
Method subscribe_url
Method subscribe_yahoo
Method substr
JString::substr() in string.php
UTF-8 aware alternative to substr Return part of a string given character offset (and optionally length)
Method substr_replace
UTF-8 aware substr_replace Replace text within a portion of a string
Method syst
JFTP::syst() in ftp.php
Method to system string from the FTP server
t
Variable $tagBlacklist
Variable $tagsArray
Variable $tagsMethod
Variable $tag_name
Variable $text
JPaginationObject::$text in pagination.php
Variable $TextColor
TCPDF::$TextColor in tcpdf.php
Variable $time
JTableSession::$time in session.php
Variable $timeout
Variable $Timeout
PHPMailer::$Timeout in phpmailer.php
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
Variable $timeout
SimplePie::$timeout in simplepie.php
Variable $timezone
ASCII string from TimeZone database
Variable $title
JDocument::$title in document.php
Document title
Variable $title
TCPDF::$title in tcpdf.php
Variable $title
JFeedItem::$title in feed.php
Title item element
Variable $title
JFeedImage::$title in feed.php
Title image attribute
Variable $title
JTableSection::$title in section.php
Variable $title
JTableCategory::$title in category.php
Variable $title
JTableModule::$title in module.php
Variable $title
JTableMenuTypes::$title in menutypes.php
Variable $title
JTableContent::$title in content.php
Variable $title_alias
Variable $tMargin
TCPDF::$tMargin in tcpdf.php
Variable $tmp_path
Variable $total
JPagination::$total in pagination.php
Total number of rows
Variable $ttl
TTL feed attribute
Variable $type
JTableMenu::$type in menu.php
Variable $type
function type
Variable $type
Type enclosure element
Variable $type
Variable $type
JAuthenticateResponse::$type in authenticate.php
User type (refers to the authentication method used)
Variable $type
JException::$type in error.php
Error type
File tree.php
tree.php in tree.php
File table.php
table.php in table.php
File tar.php
tar.php in tar.php
File text.php
text.php in text.php
File textarea.php
textarea.php in textarea.php
File timezones.php
timezones.php in timezones.php
File toolbar.php
toolbar.php in toolbar.php
File tooltips.php
tooltips.php in tooltips.php
File template.php
template.php in template.php
File Translate.php
Translate.php in Translate.php
File Translate.php
Translate.php in Translate.php
File template.php
template.php in template.php
File TrustRoot.php
TrustRoot.php in TrustRoot.php
File Time.php
Time.php in Time.php
File Truncate.php
Truncate.php in Truncate.php
File Tidy.php
Tidy.php in Tidy.php
File TemplateCache.php
TemplateCache.php in TemplateCache.php
File trim.php
trim.php in trim.php
File test.php
test.php in test.php
Method tableExists
Method tableOrdering
Method tableOrdering_img
Method tagMatcher
Returns a regular expression that will match a given tag in an SGML string.
Class TCPDF
TCPDF in tcpdf.php
This is a PHP4 class for generating PDF files on-the-fly without requiring external extensions.
Constructor TCPDF
TCPDF::TCPDF() in tcpdf.php
This is the class constructor.
File tcpdf_config.php
tcpdf_config.php in tcpdf_config.php
File tcpdf.php
tcpdf.php in tcpdf.php
Abstract method test
JCacheStorage::test() in storage.php
Test to see if the storage handler is available.
Method test
Test to see if the cache storage is available.
Method test
Test to see if the SessionHandler is available.
Method test
Test to see if the SessionHandler is available.
Abstract method test
JSessionStorage::test() in sessionstorage.php
Test to see if the SessionHandler is available.
Method test
Test to see if the cache storage is available.
Method test
Test to see if the cache storage is available.
Method Text
TCPDF::Text() in tcpdf.php
Prints a character string. The origin is on the left of the first charcter, on the baseline. This method allows to place a string precisely on the page, but it is usually easier to use Cell(), MultiCell() or Write() which are the standard methods to print text.
Method throwError
PEAR::throwError() in PEAR.php
Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
Method toArray
JRegistry::toArray() in registry.php
Transforms a namespace to an array
Method toFormat
JDate::toFormat() in date.php
Gets the date in a specific format
Method toInteger
Function to convert array to integer values
Method toISO8601
JDate::toISO8601() in date.php
Gets the date as an ISO 8601 date.
Method toMySQL
JDate::toMySQL() in date.php
Gets the date as in MySQL datetime format
Method toObject
Utility function to map an array to a stdClass object.
Method toObject
JRegistry::toObject() in registry.php
Transforms a namespace to an object
Method ToolTip
Method toRFC822
JDate::toRFC822() in date.php
Gets the date as an RFC 822 date.
Method toSession
Returns an array of keys and values built from the attributes of $obj. If $this->prepareForSave($obj) returns an array, its keys and values are used to update the $data array of attributes from $obj.
Method toString
Make a string representation of this object.
Method toString
JURI::toString() in uri.php
Returns full uri string
Method toString
JObject::toString() in object.php
Object-to-string conversion.
Method toString
Returns this error message.
Method toString
Method toString
JResponse::toString() in response.php
Sends all headers prior to returning the string
Method toString
Method toString
JRegistry::toString() in registry.php
Get a namespace in a given string format
Method touch
SimplePie_Cache::touch() in simplepie.php
Method toUnix
JDate::toUnix() in date.php
Gets the date as UNIX time stamp.
Method toXML
JTableContent::toXML() in content.php
Converts record to XML
Method toXML
JTable::toXML() in table.php
Export item list to xml
Method transcode
JString::transcode() in string.php
Transcode a string.
Method translateErrorLevel
Translate an error level integer to a human readable string e.g. E_ERROR will be translated to 'Error'
Method translateErrorLevel
translate an error level
Method trigger
Triggers an event by dispatching arguments to all observers that handle the event and returning their return values.
Method triggerEvent
JApplication::triggerEvent() in application.php
Calls all handlers associated with an event group.
Method trim
JString::trim() in string.php
UTF-8 aware replacement for trim()
Method Turn
SMTP::Turn() in smtp.php
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
u
Variable $underline
TCPDF::$underline in tcpdf.php
Variable $url
JFeedImage::$url in feed.php
URL image attribute
Variable $url
URL enclosure element
Variable $url
SimplePie::$url in simplepie.php
Variable $url
SimplePie_File::$url in simplepie.php
Variable $URL
JVersion::$URL in version.php
Variable $urls
JTableContent::$urls in content.php
Variable $useCookies
JPane::$useCookies in pane.php
Variable $user
Variable $useragent
SimplePie::$useragent in simplepie.php
Variable $useragent
Variable $useragent
Variable $userid
JTableSession::$userid in session.php
Variable $userinfo
Variable $username
The login name
Variable $username
Any UTF-8 string that the End User wants to use as a username.
Variable $username
JLDAP::$username in ldap.php
Variable $Username
PHPMailer::$Username in phpmailer.php
Sets SMTP username.
Variable $username
Variable $username
Variable $username
JUser::$username in user.php
The login name
Variable $users_dn
JLDAP::$users_dn in ldap.php
Variable $usertype
Description
Variable $usertype
Variable $usertype
JUser::$usertype in user.php
Description
Variable $use_ldapV3
JLDAP::$use_ldapV3 in ldap.php
Variable $utaccess
File user.php
user.php in user.php
File uri.php
uri.php in uri.php
File user.php
user.php in user.php
File utility.php
utility.php in utility.php
File URINorm.php
URINorm.php in URINorm.php
File ucfirst.php
ucfirst.php in ucfirst.php
File ucwords.php
ucwords.php in ucwords.php
File utf8.php
utf8.php in utf8.php
File unicode.php
unicode.php in unicode.php
Method ucfirst
JString::ucfirst() in string.php
UTF-8 aware alternative to ucfirst Make a string's first character uppercase
Method ucwords
JString::ucwords() in string.php
UTF-8 aware alternative to ucwords Uppercase the first character of each word in a string
Method unhtmlentities
Reverse function for htmlentities.
Method uninstall
Custom uninstall method for components
Method uninstall
Custom uninstall method
Method uninstall
Custom uninstall method
Method uninstall
Custom uninstall method
Method uninstall
JInstaller::uninstall() in installer.php
Package uninstallation method
Method uninstall
Custom uninstall method
Method unlink
SimplePie_Cache::unlink() in simplepie.php
Method unNbsp
TCPDF::unNbsp() in tcpdf.php
Method unpack
Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip
Method update
JInstaller::update() in installer.php
Package update method
Method update
Method update
JPlugin::update() in plugin.php
Method to trigger events based upon the JAuthenticate object
Abstract method update
JObserver::update() in observer.php
Method to update the state of observable objects
Method updateObject
Document::db_updateObject()
Abstract method updateObject
Update ab object in the database
Method updateObject
Document::db_updateObject()
Method upload
JFile::upload() in file.php
Moves an uploaded file to a destination folder
Method useNonce
Method useNonce
In a system truly limited to dumb mode, nonces must all be accepted. This therefore always returns true, which makes replay attacks feasible.
Method useNonce
Return whether this nonce is present. As a side effect, mark it as no longer present.
Method useNonce
This method is called when the library is attempting to use a nonce. If the nonce is in the store, this method removes it and returns a value which evaluates as true. Otherwise it returns a value which evaluates as false.
Method UserSelect
Select list of active users
Method useSendmail
Use sendmail for sending the e-mail
Method usesExtension
Method useSMTP
JMail::useSMTP() in mail.php
Use SMTP for sending the e-mail
Method useTemplateCache
enable a template cache
Constant UTF8
UTF8 in utf8.php
Put the current directory in this constant
Method UTF8StringToArray
Converts UTF-8 strings to codepoints array.
Method UTF8ToUTF16BE
Converts UTF-8 strings to UTF16-BE.
Function utf8_accents_to_ascii
Replace accented UTF-8 characters by unaccented ASCII-7 "equivalents".
Constant UTF8_BAD_5OCTET
UTF8_BAD_5OCTET in bad.php
Return code from utf8_bad_identify() when a five octet sequence is detected.
Constant UTF8_BAD_6OCTET
UTF8_BAD_6OCTET in bad.php
Return code from utf8_bad_identify() when a six octet sequence is detected.
Function utf8_bad_explain
Takes a return code from utf8_bad_identify() are returns a message (in English) explaining what the problem is.
Function utf8_bad_find
utf8_bad_find() in bad.php
Locates the first bad byte in a UTF-8 string returning it's
Function utf8_bad_findall
Locates all bad bytes in a UTF-8 string and returns a list of their
Function utf8_bad_identify
Reports on the type of bad byte found in a UTF-8 string. Returns a
Constant UTF8_BAD_NONSHORT
Return code from utf8_bad_identify().
Function utf8_bad_replace
Replace bad bytes with an alternative character - ASCII character
Method utf8_bad_replace
Replace bad bytes
Constant UTF8_BAD_SEQID
UTF8_BAD_SEQID in bad.php
Return code from utf8_bad_identify().
Constant UTF8_BAD_SEQINCOMPLETE
Return code from utf8_bad_identify().
Function utf8_bad_strip
utf8_bad_strip() in bad.php
Strips out any bad bytes from a UTF-8 string and returns the rest
Constant UTF8_BAD_SURROGATE
Return code from utf8_bad_identify().
Constant UTF8_BAD_UNIOUTRANGE
Return code from utf8_bad_identify().
Constant UTF8_CASE
UTF8_CASE in case.php
Define UTF8_CASE as required
Function utf8_compliant
utf8_compliant() in validation.php
Tests whether a string complies as UTF-8. This will be much
Constant UTF8_CORE
UTF8_CORE in core.php
Define UTF8_CORE as required
Function utf8_from_unicode
utf8_from_unicode() in unicode.php
Takes an array of ints representing the Unicode characters and returns a UTF-8 string. Astral planes are supported ie. the ints in the input can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
Function utf8_ireplace
utf8_ireplace() in str_ireplace.php
UTF-8 aware alternative to str_ireplace
Function utf8_is_ascii
utf8_is_ascii() in ascii.php
Tests whether a string contains only 7bit ASCII bytes.
Function utf8_is_ascii_ctrl
Tests whether a string contains only 7bit ASCII bytes with device control codes omitted. The device control codes can be found on the second table here: http://www.w3schools.com/tags/ref_ascii.asp
Function utf8_is_valid
utf8_is_valid() in validation.php
Tests a string as to whether it's valid UTF-8 and supported by the
Function utf8_is_word_chars
utf8_is_word_chars() in specials.php
Checks a string for whether it contains only word characters. This
Function utf8_ltrim
utf8_ltrim() in trim.php
UTF-8 aware replacement for ltrim()
Function utf8_rtrim
utf8_rtrim() in trim.php
UTF-8 aware replacement for rtrim()
Function utf8_specials_pattern
utf8_specials_pattern() in specials.php
Used internally. Builds a PCRE pattern from the $UTF8_SPECIAL_CHARS
Function utf8_strcasecmp
utf8_strcasecmp() in strcasecmp.php
UTF-8 aware alternative to strcasecmp
Function utf8_strcspn
utf8_strcspn() in strcspn.php
UTF-8 aware alternative to strcspn
Function utf8_strip_non_ascii
Strip out all non-7bit ASCII bytes If you need to transmit a string to system which you know can only support 7bit ASCII, you could use this function.
Function utf8_strip_non_ascii_ctrl
Strip out all non 7bit ASCII bytes and ASCII device control codes.
Function utf8_strip_specials
utf8_strip_specials() in specials.php
Removes special characters (nonalphanumeric) from a UTF-8 string
Function utf8_stristr
utf8_stristr() in stristr.php
UTF-8 aware alternative to stristr
Constant UTF8_STRLEN
UTF8_STRLEN in strlen.php
Define UTF8_STRLEN as required
Function utf8_strlen
utf8_strlen() in strlen.php
Wrapper round mb_strlen
Function utf8_strpos
utf8_strpos() in core.php
Assumes mbstring internal encoding is set to UTF-8
Function utf8_strrev
utf8_strrev() in strrev.php
UTF-8 aware alternative to strrev
Function utf8_strrpos
utf8_strrpos() in core.php
Assumes mbstring internal encoding is set to UTF-8
Function utf8_strspn
utf8_strspn() in strspn.php
UTF-8 aware alternative to strspn
Function utf8_strtolower
utf8_strtolower() in case.php
Assumes mbstring internal encoding is set to UTF-8
Function utf8_strtoupper
utf8_strtoupper() in case.php
Assumes mbstring internal encoding is set to UTF-8
Function utf8_str_split
utf8_str_split() in str_split.php
UTF-8 aware alternative to str_split
Function utf8_substr
utf8_substr() in core.php
Assumes mbstring internal encoding is set to UTF-8
Function utf8_substr_replace
utf8_substr_replace() in substr_replace.php
UTF-8 aware substr_replace.
Function utf8_to_unicode
utf8_to_unicode() in unicode.php
Takes an UTF-8 string and returns an array of ints representing the Unicode characters. Astral planes are supported ie. the ints in the output can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
Function utf8_trim
utf8_trim() in trim.php
UTF-8 aware replacement for trim()
Function utf8_ucfirst
utf8_ucfirst() in ucfirst.php
UTF-8 aware alternative to ucfirst
Function utf8_ucwords
utf8_ucwords() in ucwords.php
UTF-8 aware alternative to ucwords
Function utf8_ucwords_callback
Callback function for preg_replace_callback call in utf8_ucwords
v
Variable $val
xmlrpcresp::$val in xmlrpc.php
Variable $valtyp
xmlrpcresp::$valtyp in xmlrpc.php
Variable $value
JTableARO::$value in authorization.php
Variable $value
JTableAroGroup::$value in authorization.php
Variable $verifyhost
Variable $verifypeer
Variable $version
SimplePie::$version in simplepie.php
Variable $Version
PHPMailer::$Version in phpmailer.php
Holds PHPMailer version.
Variable $version
File vcard.php
vcard.php in vcard.php
File view.php
view.php in view.php
File view.php
view.php in view.php
File version.php
version.php in version.php
File validation.php
validation.php in validation.php
File var_export.php
var_export.php in var_export.php
File version_compare.php
version_compare.php in version_compare.php
File vera.php
vera.php in vera.php
File verab.php
verab.php in verab.php
File verabi.php
verabi.php in verabi.php
File verai.php
verai.php in verai.php
File veramo.php
veramo.php in veramo.php
File veramob.php
veramob.php in veramob.php
File veramobi.php
veramobi.php in veramobi.php
File veramoi.php
veramoi.php in veramoi.php
File verase.php
verase.php in verase.php
File veraseb.php
veraseb.php in veraseb.php
Method value
xmlrpcresp::value() in xmlrpc.php
Function var_export
var_export() in var_export.php
Replace var_export()
Class vCard
vCard in vcard.php
Method verify
Verify, using a given association handle, a signature with signed key-value pairs from an HTTP request.
Method Verify
SMTP::Verify() in smtp.php
Verifies that the name is recognized by the server.
Function version_compare
version_compare() in version_compare.php
Replace version_compare()
w
Variable $w
TCPDF::$w in tcpdf.php
Variable $webmaster
Webmaster email feed element
Variable $width
JFeedImage::$width in feed.php
witdh image attribute
Variable $WordWrap
PHPMailer::$WordWrap in phpmailer.php
Sets word wrapping on the body of the message to a given number of characters.
Variable $wPt
TCPDF::$wPt in tcpdf.php
Variable $ws
TCPDF::$ws in tcpdf.php
File Wordwrapper.php
Wordwrapper.php in Wordwrapper.php
Method whichEncoding
Returns one of $_Auth_OpenID_Encode_Url, $_Auth_OpenID_Encode_Kvform, or null, depending on the type of encoding expected for this error's payload.
Function wrap_php_function
wrap_php_function() in xmlrpc.php
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.
Function wrap_xmlrpc_method
wrap_xmlrpc_method() in xmlrpc.php
Given an xmlrpc client and a method name, register a php wrapper function
Method Write
TCPDF::Write() in tcpdf.php
This method prints text from the current position. When the right margin is reached (or the \n character is met) a line break occurs and text continues from the left margin. Upon method exit, the current position is left just at the end of the text. It is possible to put a link on the text.
Method write
write template to cache
Method write
Write session data to the SessionHandler backend.
Method write
JFTP::write() in ftp.php
Method to write a string to the FTP server
Method write
Write session data to the SessionHandler backend.
Method write
Write session data to the SessionHandler backend.
Method write
write template to cache
Abstract method write
JSessionStorage::write() in sessionstorage.php
Write session data to the SessionHandler backend.
Method write
write template to cache
Method write
write template to cache
Method write
JFile::write() in file.php
Write contents to a file
Method writeHTML
TCPDF::writeHTML() in tcpdf.php
Allows to preserve some HTML formatting.
Method writeHTMLCell
Prints a cell (rectangular area) with optional borders, background color and html text string. The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
x
Variable $x
TCPDF::$x in tcpdf.php
Variable $xml
SimplePie_Parser::$xml in simplepie.php
Variable $xmlrpc_curl_handle
CURL handle: used for keep-alive connections (PHP 4.3.8 up, see:
Variable $xml_dump
SimplePie::$xml_dump in simplepie.php
Variable $xssAuto
File xml.php
xml.php in xml.php
File xml.php
xml.php in xml.php
File XML.php
XML.php in XML.php
File XRDS.php
XRDS.php in XRDS.php
File XRI.php
XRI.php in XRI.php
File XRIRes.php
XRIRes.php in XRIRes.php
File XUL.php
XUL.php in XUL.php
File xmlrpc.php
xmlrpc.php in xmlrpc.php
File xmlrpcs.php
xmlrpcs.php in xmlrpcs.php
Constructor xmlrpcmsg
Class xmlrpcmsg
xmlrpcmsg in xmlrpc.php
Constructor xmlrpcresp
Class xmlrpcresp
xmlrpcresp in xmlrpc.php
Constructor xmlrpcval
Class xmlrpcval
xmlrpcval in xmlrpc.php
Function xmlrpc_cd
xmlrpc_cd() in xmlrpc.php
Constructor xmlrpc_client
Class xmlrpc_client
xmlrpc_client in xmlrpc.php
Function xmlrpc_debugmsg
xmlrpc_debugmsg() in xmlrpcs.php
Add a string to the debug info that can be later seralized by the server as part of the response message.
Function xmlrpc_dh
xmlrpc_dh() in xmlrpc.php
Function xmlrpc_ee
xmlrpc_ee() in xmlrpc.php
Function xmlrpc_ee_fast
xmlrpc_ee_fast() in xmlrpc.php
Function xmlrpc_encode_entitites
Convert a string to the correct XML representation in a target charset
Constant XMLRPC_EPI_ENABLED
XMLRPC_EPI_ENABLED in xmlrpc.php
Function xmlrpc_se
xmlrpc_se() in xmlrpc.php
Class xmlrpc_server
xmlrpc_server in xmlrpcs.php
Constructor xmlrpc_server
Method xml_footer
Method xml_header
Method xml_header
y
Variable $y
TCPDF::$y in tcpdf.php
File Yadis.php
Yadis.php in Yadis.php
Method yesnoList
Generates a yes/no radio list
z
Variable $ZoomMode
TCPDF::$ZoomMode in tcpdf.php
File zip.php
zip.php in zip.php
_
Variable $_accept
JBrowser::$_accept in browser.php
HTTP_ACCEPT string
Variable $_acoSection
JController::$_acoSection in controller.php
ACO Section for the controller.
Variable $_acoSectionValue
Default ACO Section value for the controller.
Variable $_adapters
JInstaller::$_adapters in installer.php
Associative array of package installer handlers
Variable $_addedTemplates
Variable $_agent
JBrowser::$_agent in browser.php
Full user agent string.
Variable $_allow_overlong
idna_convert::$_allow_overlong in idna_convert.class.php
Variable $_api_encoding
idna_convert::$_api_encoding in idna_convert.class.php
Variable $_attributes
Array with the attributes of this XML element
Variable $_attr_find
Variable $_automaticCleaningFactor
Disable / Tune the automatic cleaning process
Variable $_automaticSerialization
Enable / disable automatic serialization
Variable $_base
idna_convert::$_base in idna_convert.class.php
Variable $_browser
JBrowser::$_browser in browser.php
Browser name.
Variable $_buffer
JProfiler::$_buffer in profiler.php
Variable $_buffers
Buffer hash
Variable $_cacheDir
Directory where to put the cache files (make sure to add a trailing slash)
Variable $_cache_dir
gacl::$_cache_dir in gacl.php
Variable $_cache_expire_time
Variable $_caching
Enable / disable caching
Variable $_caching
gacl::$_caching in gacl.php
Variable $_chars
Variable $_children
Array of references to the objects of all direct children of this XML object
Variable $_children
JNode::$_children in tree.php
Array of Children
Variable $_clientId
JApplication::$_clientId in application.php
The client identifier.
Variable $_cookies
xmlrpcresp::$_cookies in xmlrpc.php
Variable $_ctrlDirEnd
End of central directory record.
Variable $_ctrlDirHeader
Beginning of central directory record.
Variable $_current
JTree::$_current in tree.php
Current working node
Variable $_cursor
JDatabase::$_cursor in database.php
Variable $_damp
idna_convert::$_damp in idna_convert.class.php
Variable $_data
Gzip file data buffer
Variable $_data
Tar file data buffer
Variable $_data
Bzip2 file data buffer
Variable $_data
JSimpleXMLElement::$_data in simplexml.php
The data the element contains
Variable $_data
ZIP file data buffer
Variable $_date
JDate::$_date in date.php
Unix timestamp
Variable $_db
gacl::$_db in gacl.php
Variable $_db
JInstaller::$_db in installer.php
A database connector object
Variable $_db
JModel::$_db in model.php
Database Connector
Variable $_db
JTable::$_db in table.php
Database connector
Variable $_db_host
gacl::$_db_host in gacl.php
Variable $_db_name
gacl::$_db_name in gacl.php
Variable $_db_password
Variable $_db_table_prefix
Variable $_db_type
gacl::$_db_type in gacl.php
Variable $_db_user
gacl::$_db_user in gacl.php
Variable $_debug
JLanguage::$_debug in language.php
Debug language, If true, highlights if string isn't found
Variable $_debug
JDatabase::$_debug in database.php
Variable $_debug
gacl::$_debug in gacl.php
Variable $_debugCacheLiteFunction
Debug the Cache_Lite_Function caching process
Variable $_debugLog
gacl::$_debugLog in gacl.php
Joomla usage
Variable $_default
JLanguage::$_default in language.php
The default language
Variable $_defaultGroup
Default cache group for function caching
Variable $_defaultModel
The default model
Variable $_defaultNameSpace
Default NameSpace
Variable $_defaults
defaults for some tags
Variable $_dn
JLDAP::$_dn in ldap.php
Variable $_doc
Variable $_doc
JDocumentRenderer::$_doc in renderer.php
reference to the JDocument object that instantiated the renderer
Variable $_dontCacheWhenTheOutputContainsNOCACHE
Don't cache the method call when its output contains the string "NOCACHE"
Variable $_dontCacheWhenTheResultIsFalse
Don't cache the method call when its result is false
Variable $_dontCacheWhenTheResultIsNull
Don't cache the method call when its result is null
Variable $_doTask
JController::$_doTask in controller.php
The mapped task that was performed.
Variable $_editor
JEditor::$_editor in editor.php
Editor Plugin object
Variable $_engine
Variable $_error
JModel::$_error in model.php
An error message
Variable $_error
JTable::$_error in table.php
Error message
Variable $_error
Error Object
Variable $_error
JController::$_error in controller.php
An error message.
Variable $_error
idna_convert::$_error in idna_convert.class.php
Variable $_errorHandlingAPIBreak
API break for error handling in CACHE_LITE_ERROR_RETURN mode
Variable $_errorMsg
JDatabase::$_errorMsg in database.php
Variable $_errorMsg
JUser::$_errorMsg in user.php
Error message
Variable $_errorNum
JTable::$_errorNum in table.php
Error number
Variable $_errorNum
JDatabase::$_errorNum in database.php
Variable $_expire
JSession::$_expire in session.php
Maximum age of unused session
Variable $_features
JBrowser::$_features in browser.php
Features.
Variable $_file
JLog::$_file in log.php
Log File Pointer
Variable $_file
Cache_Lite::$_file in Lite.php
File name (with path)
Variable $_fileHeader
Beginning of file contents.
Variable $_fileLocking
Enable / disable fileLocking
Variable $_fileName
File name (without path)
Variable $_fileNameProtection
File Name protection
Variable $_flags
Gzip file flags.
Variable $_flags
Tar file flags.
Variable $_force_cache_expire
Variable $_format
JLog::$_format in log.php
Log Format
Variable $_fragment
JURI::$_fragment in uri.php
Anchor
Variable $_generator
JDocument::$_generator in document.php
Document generator
Variable $_group
Current cache group
Variable $_group_switch
Variable $_hashedDirectoryLevel
Nested directory level
Variable $_hashedDirectoryUmask
Umask for hashed directory structure
Variable $_hasQuoted
JDatabase::$_hasQuoted in database.php
Variable $_header
Variable $_host
JURI::$_host in uri.php
Host
Variable $_id
Cache_Lite::$_id in Lite.php
Current cache id
Variable $_identifyer
JLanguage::$_identifyer in language.php
Identifying string of the language
Variable $_images
JBrowser::$_images in browser.php
List of viewable image MIME subtypes.
Variable $_image_scale
Variable $_initial_bias
idna_convert::$_initial_bias in idna_convert.class.php
Variable $_initial_n
idna_convert::$_initial_n in idna_convert.class.php
Variable $_invalid_ucs
idna_convert::$_invalid_ucs in idna_convert.class.php
Variable $_lang
JLanguage::$_lang in language.php
The language to load
Variable $_layout
JView::$_layout in view.php
Layout name
Variable $_lbase
idna_convert::$_lbase in idna_convert.class.php
Variable $_lcount
idna_convert::$_lcount in idna_convert.class.php
Variable $_level
The level of this XML element
Variable $_lifeTime
Cache lifetime (in seconds)
Variable $_limit
JDatabase::$_limit in database.php
Variable $_link
JPagination::$_link in pagination.php
Base URL for pagination output
Variable $_log
JDatabase::$_log in database.php
Variable $_lowerAgent
JBrowser::$_lowerAgent in browser.php
Lower-case user agent string.
Variable $_majorVersion
Major version number.
Variable $_manifest
JInstaller::$_manifest in installer.php
The installation manifest XML object
Variable $_margin_bottom
Variable $_margin_footer
Variable $_margin_header
Variable $_margin_left
Variable $_margin_right
Variable $_margin_top
Variable $_masterFile
Complete path of the file used for controlling the cache lifetime
Variable $_masterFile_mtime
Masterfile mtime
Variable $_max_ucs
idna_convert::$_max_ucs in idna_convert.class.php
Variable $_memoryCaching
Enable / Disable "Memory Caching"
Variable $_memoryCachingArray
Memory caching array
Variable $_memoryCachingCounter
Memory caching counter
Variable $_memoryCachingLimit
Memory caching limit
Variable $_message
JController::$_message in controller.php
Redirect message.
Variable $_messageQueue
JApplication::$_messageQueue in application.php
The application message queue.
Variable $_messageType
JController::$_messageType in controller.php
Redirect message type.
Variable $_metadata
ZIP file metadata array
Variable $_metadata
Tar file metadata array
Variable $_metadata
JLanguage::$_metadata in language.php
Array holding the language metadata
Variable $_methods
JController::$_methods in controller.php
Array of class methods
Variable $_methods
ZIP compression methods.
Variable $_minorVersion
Minor version number.
Variable $_mobile
JBrowser::$_mobile in browser.php
Is this a mobile browser?
Variable $_mode
JRouter::$_mode in router.php
The rewrite mode
Variable $_models
JView::$_models in view.php
Registered models
Variable $_name
JButtonSeparator::$_name in separator.php
Button type
Variable $_name
Button type
Variable $_name
Element type
Variable $_name
filter name
Variable $_name
Element name
Variable $_name
Element name
Variable $_name
JButtonStandard::$_name in standard.php
Button type
Variable $_name
filter name
Variable $_name
JElementPassword::$_name in password.php
Element name
Variable $_name
Button type
Variable $_name
filter name
Variable $_name
JSimpleXMLElement::$_name in simplexml.php
The name of the element
Variable $_name
Variable $_name
module name
Variable $_name
JElementTextarea::$_name in textarea.php
Element name
Variable $_name
JElementImageList::$_name in imagelist.php
Element name
Variable $_name
JElementMenuItem::$_name in menuitem.php
Element name
Variable $_name
JElementTimezones::$_name in timezones.php
Element name
Variable $_name
Element name
Variable $_name
Element name
Variable $_name
Element name
Variable $_name
filter name
Variable $_name
filter name
Variable $_name
JModel::$_name in model.php
The model (base) name
Variable $_name
Element name
Variable $_name
JElementLanguages::$_name in languages.php
Element name
Variable $_name
JButton::$_name in button.php
element name
Variable $_name
JButtonConfirm::$_name in confirm.php
Button type
Variable $_name
JElement::$_name in element.php
element name
Variable $_name
filter name
Variable $_name
JView::$_name in view.php
The name of the view
Variable $_name
JElementFilelist::$_name in filelist.php
Element name
Variable $_name
JController::$_name in controller.php
The name of the controller
Variable $_name
JElementFolderlist::$_name in folderlist.php
Element name
Variable $_name
Element name
Variable $_name
JEditor::$_name in editor.php
Editor Plugin name
Variable $_name
JElementHelpsites::$_name in helpsites.php
Element name
Variable $_name
Button type
Variable $_name
filter name
Variable $_name
JElementCategory::$_name in category.php
Element name
Variable $_name
JButtonCustom::$_name in custom.php
Button type
Variable $_name
Element name
Variable $_nameQuote
JDatabase::$_nameQuote in database.php
Variable $_nameQuote
Variable $_nameQuote
Variable $_ncount
idna_convert::$_ncount in idna_convert.class.php
Variable $_nullDate
Variable $_nullDate
Variable $_nullDate
JDatabase::$_nullDate in database.php
Variable $_offset
JDate::$_offset in date.php
Timeoffset (in hours)
Variable $_offset
JDatabase::$_offset in database.php
Variable $_onlyMemoryCaching
Enable / Disable "Only Memory Caching" (be carefull, memory caching is "beta quality")
Variable $_orphans
JLanguage::$_orphans in language.php
An array of orphaned text
Variable $_overwrite
JInstaller::$_overwrite in installer.php
True if existing files can be overwritten
Variable $_params
module parameters
Variable $_params
Variable $_params
JUser::$_params in user.php
User parameters
Variable $_parent
JNode::$_parent in tree.php
Parent node
Variable $_parent
JElement::$_parent in element.php
reference to the object that instantiated the element
Variable $_parent
JButton::$_parent in button.php
reference to the object that instantiated the element
Variable $_parser
JSimpleXML::$_parser in simplexml.php
The XML parser
Variable $_pass
JURI::$_pass in uri.php
Password
Variable $_path
JController::$_path in controller.php
The set of search directories for resources (views or models).
Variable $_path
JView::$_path in view.php
The set of search directories for resources (templates)
Variable $_path
JLog::$_path in log.php
Log File Path
Variable $_path
path to the template
Variable $_path
JURI::$_path in uri.php
Path
Variable $_paths
JInstaller::$_paths in installer.php
Array of paths needed by the installer
Variable $_pearErrorMode
Pear error mode (when raiseError is called)
Variable $_php_class
Variable $_platform
JBrowser::$_platform in browser.php
Platform the browser is running on.
Variable $_port
JURI::$_port in uri.php
Port
Variable $_prefix
JProfiler::$_prefix in profiler.php
Variable $_punycode_prefix
idna_convert::$_punycode_prefix in idna_convert.class.php
Variable $_query
JURI::$_query in uri.php
Query
Variable $_quirks
JBrowser::$_quirks in browser.php
Quirks
Variable $_quoted
JDatabase::$_quoted in database.php
Variable $_readControl
Enable / disable read control
Variable $_readControlType
Type of read control (only if read control is enabled)
Variable $_redirect
JController::$_redirect in controller.php
URL for redirection.
Variable $_refreshTime
Timestamp of the last valid cache
Variable $_registry
JRegistry::$_registry in registry.php
Registry Object
Variable $_removed_re
Stuff to remove before we start looking for tags
Variable $_resource
JLDAP::$_resource in ldap.php
Variable $_resource
JDatabase::$_resource in database.php
Variable $_re_flags
Specify some flags for use with regex matching.
Variable $_robots
JBrowser::$_robots in browser.php
Known robots.
Variable $_root
Variable $_root
JTree::$_root in tree.php
Root node
Variable $_router
JApplication::$_router in application.php
The router object
Variable $_sbase
idna_convert::$_sbase in idna_convert.class.php
Variable $_scheme
JURI::$_scheme in uri.php
Protocol
Variable $_scount
idna_convert::$_scount in idna_convert.class.php
Variable $_security
JSession::$_security in session.php
security policy
Variable $_skew
idna_convert::$_skew in idna_convert.class.php
Variable $_sql
JDatabase::$_sql in database.php
Variable $_stack
JSimpleXML::$_stack in simplexml.php
Current object depth
Variable $_start
JProfiler::$_start in profiler.php
Variable $_state
JModel::$_state in model.php
An state object
Variable $_state
JSession::$_state in session.php
internal state
Variable $_stepStack
JInstaller::$_stepStack in installer.php
Stack of installation steps
Variable $_store
JSession::$_store in session.php
The session store object
Variable $_strict_mode
idna_convert::$_strict_mode in idna_convert.class.php
Variable $_strings
JLanguage::$_strings in language.php
Transaltions
Variable $_systemVars
patTemplate::$_systemVars in patTemplate.php
standard system vars that identify pat tools
Variable $_table_prefix
Variable $_tag_expr
Starts with the tag name at a word boundary, where the tag name
Variable $_task
JController::$_task in controller.php
Current or most recent task to be performed.
Variable $_taskMap
JController::$_taskMap in controller.php
Array of class methods to call for a given task.
Variable $_tbase
idna_convert::$_tbase in idna_convert.class.php
Variable $_tbl
JTable::$_tbl in table.php
Name of the table in the db schema relating to child class
Variable $_tbl_key
JTable::$_tbl_key in table.php
Name of the primary key field in the table
Variable $_tcount
idna_convert::$_tcount in idna_convert.class.php
Variable $_templates
Variable $_templates
templates that have been found
Variable $_ticker
JDatabase::$_ticker in database.php
Variable $_tmax
idna_convert::$_tmax in idna_convert.class.php
Variable $_tmin
idna_convert::$_tmin in idna_convert.class.php
Variable $_tmpl
reference to the patTemplate object that instantiated the module
Variable $_tmpl
reference to the patTemplate object that instantiated the module
Variable $_tmpl
reference to the patTemplate object that instantiated the module
Variable $_tmpl
reference to the patTemplate object that instantiated the module
Variable $_types
Tar file types.
Variable $_uri
JURI::$_uri in uri.php
Original URI
Variable $_useBorders
Variable $_user
JURI::$_user in uri.php
Username
Variable $_utf
JDatabase::$_utf in database.php
Variable $_vars
JURI::$_vars in uri.php
Query variable hash
Variable $_vars
Variable $_vbase
idna_convert::$_vbase in idna_convert.class.php
Variable $_vcount
idna_convert::$_vcount in idna_convert.class.php
Variable $_viewall
JPagination::$_viewall in pagination.php
View all flag
Variable $_writeControl
Enable / disable write control (the cache is read just after writing to detect corrupt entries)
Variable $_xml
JSimpleXML::$_xml in simplexml.php
The XML document
Method _
JLanguage::_() in language.php
Translator function, mimics the php gettext (alias _) function
Method _
JText::_() in language.php
Translates a string into the current language
Method _
JRoute::_() in router.php
Translates an internal Joomla URL to a humanly readible URL.
Method _addPath
JView::_addPath() in view.php
Adds to the search path for templates and resources.
Method _addPath
JController::_addPath() in controller.php
Adds to the search path for templates and resources.
Method _addToCode
add a line to the compiled code
Method _addToTree
Method _ampReplaceCallback
Callback method for replacing & with &amp; in a string
Function _Auth_OpenID_discoverServiceList
Function _Auth_OpenID_discoverXRI
Function _Auth_OpenID_discoverXRIServiceList
Method _begindoc
TCPDF::_begindoc() in tcpdf.php
Start document
Method _beginpage
TCPDF::_beginpage() in tcpdf.php
_beginpage
Method _bind
JUser::_bind() in user.php
Binds a named array/hash to this object
Method _buildApplicationRoute
Build the application specific route
Method _buildComponentRoute
Build the component specific route
Method _buildDataObject
Create and return the pagination data object
Method _characterData
Handler function for the character data within a tag
Method _cleanArray
Adds an array to the GLOBALS array and checks that the GLOBALS variable is not being attacked
Method _cleanAttributes
Internal method to strip a tag of certain attributes
Method _cleanTags
Internal method to strip a string of certain tags
Method _cleanVar
JRequest::_cleanVar() in request.php
Method _closeLog
Close the log file pointer
Method _compress
JResponse::_compress() in response.php
Compress the data
Method _createToken
Create a token-string
Method _decode
Try to convert to plaintext
Method _decodeSegments
Method _defaultGenID
Calculates the start number for a sequence table
Method _displayConditions
Method _displayTemplateState
Method _displayVariables
Method _dochecks
TCPDF::_dochecks() in tcpdf.php
Check for locale-related bug
Method _dounderline
Underline text
Method _encodeSegments
Method _encoding_converter
Method _enddoc
TCPDF::_enddoc() in tcpdf.php
_enddoc
Method _endElement
JSimpleXML::_endElement() in simplexml.php
Handler function for the end of a tag
Method _endpage
TCPDF::_endpage() in tcpdf.php
End of page contents
Method _escape
TCPDF::_escape() in tcpdf.php
Add \ before \, ( and )
Method _escapetext
Format a text string
Function _escape_xref
_escape_xref() in XRI.php
Method _freadint
TCPDF::_freadint() in tcpdf.php
Read a 4-byte integer from file
Method _generateReplace
generate the <patTemplate:var/> tag
Method _getBelow
JAuthorization::_getBelow() in authorization.php
Method _getClassName
Method _getFilePosition
Get file data offset for archive
Method _getfontpath
Return fonts path
Method _getGroup
JAuthorization::_getGroup() in authorization.php
Method _getList
JModel::_getList() in model.php
Returns an object list
Method _getListCount
Returns a record count for the query
Method _getStackLocation
Gets the reference to the current direct parent
Method _getStorageHandler
Method _getTemplate
Method _gfc
get value as hex-string
Method _handleError
Handles an XML parsing error
Method _implode_assoc
Method _item_active
JPagination::_item_active() in pagination.php
Method _item_inactive
Method _list_footer
JPagination::_list_footer() in pagination.php
Method _list_render
JPagination::_list_render() in pagination.php
Method _load
JMenu::_load() in menu.php
Loads the entire menu table into memory
Abstract method _loadBehavior
Load the javascript behavior and attach it to the document
Method _loadBehavior
Load the javascript behavior and attach it to the document
Method _loadBehavior
Load the javascript behavior and attach it to the document
Method _loadTemplate
Load a template file
Method _loadTemplate
Load a template file
Method _mos_add_acl
JAuthorization::_mos_add_acl() in authorization.php
This is a temporary function to allow 3PD's to add basic ACL checks for their
Method _newobj
TCPDF::_newobj() in tcpdf.php
Begin a new object
Constant _OPENID_1_0_NS
_OPENID_1_0_NS in Discover.php
Constant _OPENID_1_0_TYPE
_OPENID_1_0_TYPE in Discover.php
Constant _OPENID_1_1_TYPE
_OPENID_1_1_TYPE in Discover.php
Constant _OPENID_1_2_TYPE
_OPENID_1_2_TYPE in Discover.php
Method _openLog
JLog::_openLog() in log.php
Open the log file pointer and create the file if it doesn't exist
Method _out
TCPDF::_out() in tcpdf.php
Add a line to the document
Method _parse
JSimpleXML::_parse() in simplexml.php
Start parsing an XML document
Method _parseApplicationRoute
Parse a application specific route
Method _parseComponentRoute
Parse a component specific route
Method _parseHost
Method _parseINILanguageFiles
Parses INI type of files for language information
Method _parsejpg
TCPDF::_parsejpg() in tcpdf.php
Extract info from a JPEG file
Method _parseLanguageFiles
Searches for language directories within a certain base dir
Method _parsepng
TCPDF::_parsepng() in tcpdf.php
Extract info from a PNG file
Method _parseTemplate
Parse a document template
Method _parseXMLLanguageFile
Parse XML file for language information
Method _parseXMLLanguageFiles
Parses XML files for language information
Function _pct_encoded_replace
_pct_encoded_replace() in URINorm.php
Function _pct_encoded_replace_unreserved
Function _pct_escape_unicode
Miscellaneous utility values and functions for OpenID and Yadis.
Method _PEAR
PEAR::_PEAR() in PEAR.php
Destructor (the emulated type of...). Does nothing right now, but is included for forward compatibility, so subclass destructors should always call it.
Function _PEAR_call_destructors
Method _putcatalog
_putcatalog
Method _putfonts
TCPDF::_putfonts() in tcpdf.php
Adds fonts
Method _putheader
TCPDF::_putheader() in tcpdf.php
_putheader
Method _putimages
TCPDF::_putimages() in tcpdf.php
_putimages
Method _putinfo
TCPDF::_putinfo() in tcpdf.php
_putinfo
Method _putpages
TCPDF::_putpages() in tcpdf.php
_putpages
Method _putresourcedict
_putresourcedict
Method _putresources
_putresources
Method _putstream
TCPDF::_putstream() in tcpdf.php
Method _puttrailer
_puttrailer
Method _puttruetypeunicode
Adds unicode fonts.
Method _putxobjectdict
_putxobjectdict
Method _rebuild_tree
_rebuild_tree ()
Method _remove
Internal method to iteratively remove all unwanted tags and attributes
Method _rollback_menu
Custom rollback method
  • Roll back the menu item
Method _rollback_menu
Custom rollback method
  • Roll back the component menu item
Method _rollback_module
Custom rollback method
  • Roll back the module item
Method _rollback_plugin
Custom rollback method
  • Roll back the plugin item
Method _setCounter
Set counter of session usage
Method _setOptions
set additional session options
Method _setPath
JView::_setPath() in view.php
Sets an entire array of search paths for templates or resources.
Method _setPath
JController::_setPath() in controller.php
Sets an entire array of search paths for resources.
Method _setPlatform
Match the platform of the browser.
Method _setTimers
JSession::_setTimers() in session.php
Set the session timers
Method _sortObjects
Private callback function for sorting an array of objects on a key
Method _startElement
Handler function for the start of a tag
Function _startswith
_startswith() in Misc.php
Method _stripSlashesRecursive
Strips slashes recursively on an array
Method _textstring
Format a text string
Method _validate
JSession::_validate() in session.php
Do some checks for security reason
Function _xmlrpcs_errorHandler
Error handler used to track errors that occur during server-side execution of PHP code.
Function _xmlrpcs_listMethods
_xmlrpcs_listMethods() in xmlrpcs.php
Function _xmlrpcs_methodHelp
_xmlrpcs_methodHelp() in xmlrpcs.php
Function _xmlrpcs_methodSignature
Function _xmlrpcs_multicall
_xmlrpcs_multicall() in xmlrpcs.php
Function _xmlrpcs_multicall_do_call
Function _xmlrpcs_multicall_do_call_phpvals
Function _xmlrpcs_multicall_error
Constructor __construct
Constructor.
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
JTemplate::__construct() in template.php
Class constructor
Constructor __construct
Constructor __construct
Constructor __construct
Constructor __construct
Constructor activating the default information of the language
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
Class constructor
Constructor __construct
Constructor
Constructor __construct
Class constructor
Constructor __construct
Constructor
  • used to set up the error with all needed error details.
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
constructor
Constructor __construct
Constructor
Constructor __construct
JFTP object constructor
Constructor __construct
JLanguage::__construct() in language.php
Constructor activating the default information of the language
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
JInstaller::__construct() in installer.php
Constructor
Constructor __construct
Class constructor
Constructor __construct
Constructor for inputFilter class. Only first parameter is required.
Constructor __construct
JDocument::__construct() in document.php
Class constructor
Constructor __construct
Creates a new instance of JDate representing a given date.
Constructor __construct
JTableARO::__construct() in authorization.php
Constructor __construct
JTableAroGroup::__construct() in authorization.php
Constructor __construct
Create a browser instance (Constructor).
Constructor __construct
Constructor
Constructor __construct
JAuthenticate::__construct() in authenticate.php
Constructor
Constructor __construct
Constructor
Constructor __construct
JApplication::__construct() in application.php
Class constructor.
Constructor __construct
Constructor
Constructor __construct
Constructor tries to load the bz2 extension of not loaded
Constructor __construct
Constructor __construct
JController::__construct() in controller.php
Constructor.
Constructor __construct
JDatabase::__construct() in database.php
Database object constructor
Constructor __construct
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
Constructor __construct
Object constructor to set table and key field
Constructor __construct
Class constructor
Constructor __construct
Class constructore
Constructor __construct
JRegistry::__construct() in registry.php
Constructor
Constructor __construct
Class constructor
Constructor __construct
JProfiler::__construct() in profiler.php
Constructor
Constructor __construct
Constructor
Constructor __construct
Class constructor
Constructor __construct
Class constructore
Constructor __construct
Constructor __construct
Class constructor
Constructor __construct
Constructor
Constructor __construct
JSimpleXML::__construct() in simplexml.php
Constructor.
Constructor __construct
Constructor, sets up all the default values
Constructor __construct
Constructor
Constructor __construct
JSessionStorage::__construct() in sessionstorage.php
Constructor
Constructor __construct
Constructor
Constructor __construct
Constructor __construct
Constructor
Constructor __construct
patError::__construct() in patError.php
constructor - used to set up the error with all needed error details.
Constructor __construct
JParameter::__construct() in parameter.php
Constructor
Constructor __construct
Database object constructor
Constructor __construct
Constructor
Constructor __construct
Database object constructor
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
Contructore
Constructor __construct
Constructor
Constructor __construct
Class constructor, overridden in descendant classes.
Constructor __construct
JObserver::__construct() in observer.php
Constructor
Constructor __construct
Constructor __construct
JPagination::__construct() in pagination.php
Constructor
Constructor __construct
Constructor
Constructor __construct
Constructor
Constructor __construct
Constructor
Method __destruct
Database object destructor
Method __destruct
Database object destructor
Method __destruct
JFTP object destructor
0 a b c d e f g h i j k l m n o p q r s t u v w x y z _

Documentation generated on Mon, 05 Mar 2007 20:51:50 +0000 by phpDocumentor 1.3.1