Support Joomla!

Packages

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.
Element index for all packages

Individual package element indexes


a b c d e f g h i j k l m n o p q r s t u v w x y z _
a
Variable $accepted_charset_encodings
Variable $accepted_charset_encodings
Variable $accepted_compression
List of http compression methods accepted by the server for requests.
Variable $accepted_compression
List of http compression methods accepted by the client for responses.
Variable $access
JTableCategory::$access in category.php
Variable $access
JTableModule::$access in module.php
Variable $access
JTablePlugin::$access in plugin.php
Variable $access
JTableSection::$access in section.php
Variable $access
Variable $access
JTableContent::$access in content.php
Variable $acl
JAuthorization::$acl in authorization.php
Access control list
Variable $acl_count
JAuthorization::$acl_count in authorization.php
Internal counter
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 $alias
JTableCategory::$alias in category.php
Variable $alias
JTableContent::$alias in content.php
Variable $alias
JTableMenu::$alias in menu.php
Variable $alias
JTableSection::$alias in section.php
Variable $AliasNbPages
Variable $allowed_assoc_types
Variable $allowed_assoc_types
Variable $allowed_assoc_types
Variable $allowed_assoc_types
Variable $allowed_assoc_types
Variable $allowed_assoc_types
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 exception.php
Arguments recieved by the method the error occurred in [Available if backtrace is enabled]
Variable $attachment
PHPMailer::$attachment in phpmailer.php
Variable $attrArray
JFilterInput::$attrArray in filterinput.php
Variable $attrBlacklist
JFilterInput::$attrBlacklist in filterinput.php
Variable $attribs
Variable $attrMethod
JFilterInput::$attrMethod in filterinput.php
Variable $author
Variable $author
JFeedItem::$author in feed.php
Author item element
Variable $authorEmail
Author email element
Variable $authtype
Variable $auth_method
Variable $AutoPageBreak
Method abort
JInstaller::abort() in installer.php
Installation abort method
Method absolutepage
TODO: Remove for 1.6. Deprecated
Method absolutize
Create a new IRI object by resolving a relative IRI
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
Method accesslevel
Build the select list for access level
Method acl_check
gacl::acl_check() in gacl.php
Wraps the actual acl_query() function.
Method acl_check
JAuthorization::acl_check() in authorization.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 add
Archive_Tar::add() in Archive_Tar.php
This method add the files / directories that are listed in $p_filelist in the archive. If the archive does not exist it is created.
Method add
JLDAP::add() in ldap.php
Add an attribute to the given DN Note: DN has to exist already
Method add
Method add
Add an attribute to this attribute exchange request.
Method addACL
JAuthorization::addACL() in authorization.php
This is a temporary function to allow 3PD's to add basic ACL checks for their modules and components. NOTE: this information will be compiled in the db in future versions
Method AddAddress
PHPMailer::AddAddress() in phpmailer.php
Adds a "To" address.
Method addAlias
Method addArray
xmlrpcval::addArray() in xmlrpc.php
Add an array of xmlrpcval objects to an xmlrpcval
Method AddAttachment
Adds an attachment from a path on the filesystem.
Method addAttachment
Add file attachments to the email
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 addButtonPath
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
Adds a direct child to the element
Method addChild
JNode::addChild() in tree.php
Method addChild
JTree::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 addElementPath
Add a directory where JParameter should search for element types
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 addExtension
Add an extension to this checkid request.
Method addExtension
Method addExtensionArg
Add an extension argument to this OpenID authentication request.
Method addFavicon
Adds a shortcut icon (favicon)
Method AddFont
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 K_PATH_FONTS 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 addHelperPath
Adds to the stack of helper script paths in LIFO order.
Method addHtmlLink
Output anchor link.
Method addIgnore
patErrorManager::addIgnore() in patErrorManager.php
add error codes to be ingored
Method addIncludePath
Add a directory where JTable should search for table types. You may either pass a string or an array of directories.
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 JHTML should search for helpers. 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
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 model paths in LIFO order.
Method addModify
Archive_Tar::addModify() in Archive_Tar.php
This method add the files / directories listed in $p_filelist at the end of the existing archive. If the archive does not yet exists it is created.
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
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
Add a parameter to the list of parameters to be used upon method invocation
Method addPolicyURI
Add a authentication policy to this response
Method addPolicyURI
Add an acceptable authentication policy URI to this request
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
Add Reply to e-mail address(es) to the e-mail
Method AddReplyTo
PHPMailer::AddReplyTo() in phpmailer.php
Adds a "Reply-To" address.
Method addRows
patTemplate::addRows() in patTemplate.php
Adds several rows of variables to a template
Method addScalar
Add a single php value to an (unitialized) xmlrpcval
Method addScript
JDocument::addScript() in document.php
Adds a linked script to the page
Method addScriptDeclaration
Adds a script to the page
Method addString
Archive_Tar::addString() in Archive_Tar.php
This method add a single string as a file at the end of the existing archive. If the archive does not yet exists it is created.
Method AddStringAttachment
Adds a string or binary attachment (non-filesystem) to the list.
Method addStruct
Add an array of named xmlrpcval objects to an xmlrpcval
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 addValue
Add a single value for the given attribute type to the message. If there are already values specified for this type, this value will be sent in addition to the values already specified.
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_callback
Add a callback method to parse a date
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_spurl
Method add_to_wists
Method administrator
Checks to see if an image exists in the current templates image directory if it does it loads this image. Otherwise the default image is loaded.
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
Method allRequestedFields
A list of all of the simple registration fields that were requested, whether they were required or optional.
Method ampReplace
JFilterOutput::ampReplace() in filteroutput.php
Replaces &amp; with & for xhtml compliance
Method anonymous_bind
Anonymously Binds to LDAP Directory
Method answer
Method answer
Method answer
Method answer
Method answer
Respond to this request. Return either an Auth_OpenID_ServerResponse or Auth_OpenID_ServerError.
Method answerUnsupported
Method appendBody
JResponse::appendBody() in response.php
Append content to the body content
Method appendButton
Set a value
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
compress the data
Method apply
apply the filter
Method apply
remove all whitespace from the output
Method apply
tidy the data
Method apply
apply the filter
Method apply
remove all whitespace from the output
Method apply
* tidy the data
Method apply
replace the variables
Method apply
compress the data
Method apply
remove all whitespace from the output
Method applyInputFilter
enable an input filter
Method applyInputFilters
apply input filters that have been set
Method applyOutputFilter
enable an output filter
Class Archive_Tar
Archive_Tar in Archive_Tar.php
Creates a (compressed) Tar archive
Constructor Archive_Tar
Archive_Tar::Archive_Tar() in Archive_Tar.php
Archive_Tar Class constructor. This flavour of the constructor only declare a new Archive_Tar object, identifying it by the name of the tar file.
Constant ARCHIVE_TAR_ATT_SEPARATOR
ARCHIVE_TAR_ATT_SEPARATOR in Archive_Tar.php
Constant ARCHIVE_TAR_END_BLOCK
ARCHIVE_TAR_END_BLOCK in Archive_Tar.php
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 array_unique
Method arrUTF8ToUTF16BE
Converts array of UTF-8 characters to UTF16-BE string.
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 associationKey
Memcache key is prefixed with 'openid_association_' string.
Method associationServerKey
Memcache key is prefixed with 'openid_association_' string.
Method atfirstpage
JRecordSet::atfirstpage() in recordset.php
TODO: Remove for 1.6. Deprecated
Method atlastpage
JRecordSet::atlastpage() in recordset.php
TODO: Remove for 1.6. Deprecated
Method atom_03_construct_type
Method atom_10_construct_type
Method atom_10_content_construct_type
Method attach
JObservable::attach() in observable.php
Attach an observer object
Method attachBuildRule
Attach a build rule
Method attachHandler
Method that attaches the error handler to JError
Method attachParseRule
Attach a parse rule
Method attributes
Method attributes
Return the attributes of a specified node.
Method attributes
Get the an attribute of the element
Method attributes
Method authenticate
JAuthentication::authenticate() in authentication.php
Finds out if a set of login credentials are valid by asking all obvserving objects to run their respective authentication routines.
Method Authenticate
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
Method authorize
JUser::authorize() in user.php
Method to check JUser object authorization against an access control object and optionally an access extension object
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
Class Auth_OpenID_AlreadySigned
An error that indicates that a response was already signed.
Function Auth_OpenID_arrangeByType
Class Auth_OpenID_AssociateRequest
A request to associate with the server.
Constructor Auth_OpenID_AssociateRequest
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.
Class Auth_OpenID_AX
Auth_OpenID_AX in AX.php
AX utility class.
Constructor Auth_OpenID_AX_AttrInfo
Construct an attribute information object. Do not call this directly; call make(...) instead.
Class Auth_OpenID_AX_AttrInfo
Represents a single attribute in an attribute exchange request. This should be added to an AXRequest object in order to request the attribute.
Function Auth_OpenID_AX_checkAlias
Check an alias for invalid characters; raise AXError if any are found. Return None if the alias is valid.
Constructor Auth_OpenID_AX_Error
Class Auth_OpenID_AX_Error
Results from data that does not meet the attribute exchange 1.0 specification
Constructor Auth_OpenID_AX_FetchRequest
Class Auth_OpenID_AX_FetchRequest
An attribute exchange 'fetch_request' message. This message is sent by a relying party when it wishes to obtain attributes about the subject of an OpenID authentication request.
Class Auth_OpenID_AX_FetchResponse
A fetch_response attribute exchange message.
Constructor Auth_OpenID_AX_FetchResponse
Class Auth_OpenID_AX_KeyValueMessage
An abstract class that implements a message that has attribute keys and values. It contains the common code between fetch_response and store_request.
Constructor Auth_OpenID_AX_KeyValueMessage
Class Auth_OpenID_AX_Message
Abstract class containing common code for attribute exchange messages.
Constant Auth_OpenID_AX_MINIMUM_SUPPORTED_ALIAS_LENGTH
Constant Auth_OpenID_AX_NS_URI
Class Auth_OpenID_AX_StoreRequest
A store request attribute exchange message representation.
Constructor Auth_OpenID_AX_StoreResponse
Class Auth_OpenID_AX_StoreResponse
An indication that the store request was processed along with this OpenID transaction. Use make(), NOT the constructor, to create response objects.
Function Auth_OpenID_AX_toTypeURIs
Given a namespace mapping and a string containing a comma-separated list of namespace aliases, return a list of type URIs that correspond to those aliases.
Constant Auth_OpenID_AX_UNLIMITED_VALUES
Constant Auth_OpenID_BARE_NS
Auth_OpenID_BARE_NS in Message.php
Function Auth_OpenID_bestMatchingService
Constant Auth_OpenID_CANCEL
Auth_OpenID_CANCEL in Consumer.php
Status to indicate cancellation of OpenID authentication.
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_CancelResponse
Constructor Auth_OpenID_CheckAuthRequest
Class Auth_OpenID_CheckAuthRequest
A request to verify the validity of a previous response.
Function Auth_OpenID_checkFieldName
Check to see that the given value is a valid simple registration data field name. Return true if so, false if not.
Constructor Auth_OpenID_CheckIDRequest
Class Auth_OpenID_CheckIDRequest
A request to confirm the identity of a user.
Function Auth_OpenID_checkSessionType
Function Auth_OpenID_checkTimestamp
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
Class Auth_OpenID_Decoder
Auth_OpenID_Decoder in Server.php
Decode an incoming query into an Auth_OpenID_Request.
Constructor Auth_OpenID_Decoder
Constructor Auth_OpenID_DiffieHellmanSHA1ConsumerSession
Class Auth_OpenID_DiffieHellmanSHA1ConsumerSession
A class implementing HMAC/DH-SHA1 consumer sessions.
Class Auth_OpenID_DiffieHellmanSHA1ServerSession
A class implementing DH-SHA1 server sessions.
Constructor Auth_OpenID_DiffieHellmanSHA1ServerSession
Class Auth_OpenID_DiffieHellmanSHA256ConsumerSession
A class implementing HMAC/DH-SHA256 consumer sessions.
Class Auth_OpenID_DiffieHellmanSHA256ServerSession
A class implementing DH-SHA256 server sessions.
Constant Auth_OpenID_digits
Auth_OpenID_digits in OpenID.php
Function Auth_OpenID_discover
Auth_OpenID_discover() in Discover.php
Function Auth_OpenID_discoverURI
Function Auth_OpenID_discoverWithoutYadis
Function Auth_OpenID_discoverWithYadis
Function Auth_OpenID_discoverXRI
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
Constructor Auth_OpenID_EncodingError
Class Auth_OpenID_EncodingError
An error that indicates an encoding problem occurred.
Class Auth_OpenID_Extension
Auth_OpenID_Extension in Extension.php
A base class for accessing extension request and response data for the OpenID 2 protocol.
Function Auth_OpenID_extractReturnURL
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.
Constructor Auth_OpenID_FailureResponse
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:
Constant Auth_OpenID_FETCHER_MAX_RESPONSE_KB
Class Auth_OpenID_FileStore
Auth_OpenID_FileStore in FileStore.php
This is a filesystem-based store for OpenID associations and
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.
Function Auth_OpenID_findOPLocalIdentifier
Class Auth_OpenID_GenericConsumer
This class is the interface to the OpenID consumer logic.
Constructor Auth_OpenID_GenericConsumer
This method initializes a new Auth_OpenID_Consumer instance to access the library.
Function Auth_OpenID_getAllAssociationTypes
Function Auth_OpenID_getAllowedReturnURLs
Function Auth_OpenID_getAuthorityPattern
Function Auth_OpenID_getAvailableSessionTypes
Returns available session types.
Function Auth_OpenID_getDefaultAssociationOrder
Function Auth_OpenID_getDefaultNegotiator
Function Auth_OpenID_getEncodedPattern
Function Auth_OpenID_getEncryptedNegotiator
Function Auth_OpenID_getEscapeRE
Function Auth_OpenID_getOnlyEncryptedOrder
Function Auth_OpenID_getOpenIDTypeURIs
Function Auth_OpenID_getOPOrUserServices
Function Auth_OpenID_getSecretSize
Auth_OpenID_getSecretSize() in Association.php
Function Auth_OpenID_getSessionTypes
Function Auth_OpenID_getSupportedAssociationTypes
Function Auth_OpenID_getUnreserved
Function Auth_OpenID_getURIPattern
Function Auth_OpenID_getURLIllegalCharRE
Constant AUTH_OPENID_HTTP_ERROR
Constant AUTH_OPENID_HTTP_OK
AUTH_OPENID_HTTP_OK in Server.php
Constant AUTH_OPENID_HTTP_REDIRECT
Constant Auth_OpenID_IDENTIFIER_SELECT
Function Auth_OpenID_isOpenID1
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
Constructor Auth_OpenID_MalformedTrustRoot
Class Auth_OpenID_MalformedTrustRoot
This error is returned when the trust_root value is malformed.
Class Auth_OpenID_Mapping
Auth_OpenID_Mapping in Message.php
An Auth_OpenID_Mapping maintains a mapping from arbitrary keys to arbitrary values. (This is unlike an ordinary PHP array, whose keys may be only simple scalars.)
Constructor Auth_OpenID_Mapping
Initialize a mapping. If $classic_array is specified, its keys and values are used to populate the mapping.
Constructor Auth_OpenID_MemcachedStore
Initializes a new Auth_OpenID_MemcachedStore instance.
Class Auth_OpenID_MemcachedStore
Auth_OpenID_MemcachedStore in MemcachedStore.php
This is a memcached-based store for OpenID associations and nonces.
Class Auth_OpenID_Message
Auth_OpenID_Message in Message.php
In the implementation of this object, null represents the global namespace as well as a namespace with no key.
Constructor Auth_OpenID_Message
Function Auth_OpenID_mkNonce
Class Auth_OpenID_MySQLStore
Auth_OpenID_MySQLStore in MySQLStore.php
An SQL store that uses MySQL as its backend.
Constructor Auth_OpenID_NamespaceMap
Class Auth_OpenID_NamespaceMap
Maintains a bijective map between namespace uris and aliases.
Constant Auth_OpenID_Nonce_CHRS
This is the characters that the nonces are made from.
Constant Auth_OpenID_Nonce_REGEX
Constant Auth_OpenID_Nonce_TIME_FMT
Constructor Auth_OpenID_NoReturnToError
Class Auth_OpenID_NoReturnToError
Error returned by the server code when a return_to is absent from a request.
Constant Auth_OpenID_NO_DEFAULT
Auth_OpenID_NO_DEFAULT in Message.php
Constant Auth_OpenID_NULL_NAMESPACE
Constant Auth_OpenID_OPENID1_NS
Auth_OpenID_OPENID1_NS in Message.php
Constant Auth_OpenID_OPENID1_URL_LIMIT
Constant Auth_OpenID_OPENID2_NS
Auth_OpenID_OPENID2_NS in Message.php
Class Auth_OpenID_OpenIDStore
Auth_OpenID_OpenIDStore in Interface.php
This is the interface for the store objects the OpenID library
Constant Auth_OpenID_OPENID_NS
Auth_OpenID_OPENID_NS in Message.php
Constant Auth_OpenID_PAPE_NS_URI
Class Auth_OpenID_PAPE_Request
A Provider Authentication Policy request, sent from a relying party to a provider
Constructor Auth_OpenID_PAPE_Request
Class Auth_OpenID_PAPE_Response
A Provider Authentication Policy response, sent from a provider to
Constructor Auth_OpenID_PAPE_Response
Class Auth_OpenID_Parse
Auth_OpenID_Parse in Parse.php
Constructor Auth_OpenID_Parse
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.
Function Auth_OpenID_pct_encoded_replace
Function Auth_OpenID_pct_encoded_replace_unreserved
Class Auth_OpenID_PlainTextConsumerSession
A class implementing plaintext consumer sessions.
Class Auth_OpenID_PlainTextServerSession
A class implementing plaintext server sessions.
Class Auth_OpenID_PostgreSQLStore
Auth_OpenID_PostgreSQLStore in PostgreSQLStore.php
An SQL store that uses PostgreSQL as its backend.
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.
Function Auth_OpenID_registerNamespaceAlias
Registers a (namespace URI, alias) mapping in a global namespace
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.
Function Auth_OpenID_removeNamespaceAlias
Removes a (namespace_uri, alias) registration from the global namespace alias map. Returns true if the removal succeeded; false if not (if the mapping did not exist).
Function Auth_OpenID_remove_dot_segments
Class Auth_OpenID_Request
Auth_OpenID_Request in Server.php
The base class for all server request classes.
Function Auth_OpenID_returnToMatches
Constant Auth_OpenID_RP_RETURN_TO_URL_TYPE
Class Auth_OpenID_Server
Auth_OpenID_Server in Server.php
I handle requests for an OpenID server.
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.
Constructor Auth_OpenID_ServerErrorContainer
Class Auth_OpenID_ServerErrorContainer
Exception that is raised when the server returns a 400 response code to a direct request.
Constructor Auth_OpenID_ServerRequest
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_ServerResponse
Class Auth_OpenID_ServerResponse
This class encapsulates the response to an OpenID server request.
Constructor Auth_OpenID_ServiceEndpoint
Class Auth_OpenID_ServiceEndpoint
Object representing an OpenID service endpoint.
Class Auth_OpenID_ServiceEndpointLoader
A concrete loader implementation for Auth_OpenID_ServiceEndpoints.
Constructor Auth_OpenID_SessionNegotiator
Class Auth_OpenID_SessionNegotiator
A session negotiator controls the allowed and preferred association types and association session types. Both the Auth_OpenID_Consumer and Auth_OpenID_Server use negotiators when creating associations.
Constructor Auth_OpenID_SetupNeededResponse
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.
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.
Class Auth_OpenID_Signatory
Auth_OpenID_Signatory in Server.php
Responsible for the signature of query data and the verification of OpenID signature values.
Constructor Auth_OpenID_Signatory
Create a new signatory using a given store.
Class Auth_OpenID_SigningEncoder
An encoder which also takes care of signing fields when required.
Constructor Auth_OpenID_SigningEncoder
Function Auth_OpenID_splitNonce
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.
Class Auth_OpenID_SRegBase
A base class for classes dealing with Simple Registration protocol messages.
Class Auth_OpenID_SRegRequest
An object to hold the state of a simple registration request.
Class Auth_OpenID_SRegResponse
Represents the data returned in a simple registration response inside of an OpenID C{id_res} response. This object will be created by the OpenID server, added to the C{id_res} response object, and then extracted from the C{id_res} message by the Consumer.
Constructor Auth_OpenID_SRegResponse
Constant Auth_OpenID_SREG_NS_URI
Constant Auth_OpenID_SREG_NS_URI_1_0
Constant Auth_OpenID_SREG_NS_URI_1_1
Constant Auth_OpenID_SREG_URI
Auth_OpenID_SREG_URI in Message.php
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
Function Auth_OpenID_supportsSReg
Does the given endpoint advertise support for simple registration?
Constant Auth_OpenID_THE_OTHER_OPENID1_NS
Class Auth_OpenID_TrustRoot
Auth_OpenID_TrustRoot in TrustRoot.php
A wrapper for trust-root related functions
Class Auth_OpenID_TypeURIMismatch
A specific, internal failure used to detect type URI mismatch.
Constant Auth_OpenID_TYPE_1_0
Auth_OpenID_TYPE_1_0 in Discover.php
Constant Auth_OpenID_TYPE_1_1
Auth_OpenID_TYPE_1_1 in Discover.php
Constant Auth_OpenID_TYPE_1_2
Auth_OpenID_TYPE_1_2 in Discover.php
Constant Auth_OpenID_TYPE_2_0
Auth_OpenID_TYPE_2_0 in Discover.php
Constant Auth_OpenID_TYPE_2_0_IDP
Auth_OpenID_TYPE_2_0_IDP in Discover.php
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
Constant Auth_OpenID_USER_AGENT
Auth_OpenID_USER_AGENT in HTTPFetcher.php
Function Auth_OpenID_verifyReturnTo
Constant Auth_OpenID_VERSION
Auth_OpenID_VERSION in OpenID.php
The library version string
Constructor Auth_OpenID_WebResponse
Class Auth_OpenID_WebResponse
A web-capable response object which you can use to generate a user-agent response.
Constant Auth_OpenID_XMLNS_1_0
Auth_OpenID_XMLNS_1_0 in Discover.php
Constant Auth_OpenID___HostSegmentRe
Constant Auth_Yadis_CONTENT_TYPE
XRDS (yadis) content type
Constructor Auth_Yadis_Discovery
Initialize a discovery object.
Class Auth_Yadis_Discovery
Auth_Yadis_Discovery in Manager.php
State management for discovery.
Constructor Auth_Yadis_DiscoveryResult
Class Auth_Yadis_DiscoveryResult
Contains the result of performing Yadis discovery on a URI.
Class Auth_Yadis_dom
Auth_Yadis_dom in XML.php
This concrete implementation of Auth_Yadis_XMLParser implements
Constructor Auth_Yadis_dom
Constructor Auth_Yadis_domxml
Class Auth_Yadis_domxml
This concrete implementation of Auth_Yadis_XMLParser implements
Function Auth_Yadis_escapeForIRI
Function Auth_Yadis_getCanonicalID
Function Auth_Yadis_getDefaultProxy
Function Auth_Yadis_getEscapeRE
Function Auth_Yadis_getIPrivateChars
Function Auth_Yadis_getNSMap
Function Auth_Yadis_getServiceEndpoints
Perform the Yadis protocol on the input URL and return an iterable of resulting endpoint objects.
Function Auth_Yadis_getSupportedExtensions
Function Auth_Yadis_getUCSChars
Miscellaneous utility values and functions for OpenID and Yadis.
Function Auth_Yadis_getXMLParser
Returns an instance of a Auth_Yadis_XMLParser subclass based on the availability of PHP extensions for XML parsing. If Auth_Yadis_setDefaultParser has been called, the parser used in that call will be returned instead.
Function Auth_Yadis_getXRDExpiration
Function Auth_Yadis_getXrefRE
Function Auth_Yadis_getXRIAuthorities
Constant Auth_Yadis_HEADER_NAME
Yadis header
Class Auth_Yadis_HTTPResponse
Auth_Yadis_HTTPResponse in HTTPFetcher.php
Constructor Auth_Yadis_HTTPResponse
Function Auth_Yadis_identifierScheme
Function Auth_Yadis_iriToURI
Class Auth_Yadis_Manager
Auth_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 Auth_Yadis_ManagerLoader
A concrete loader implementation for Auth_Yadis_Managers.
Class Auth_Yadis_ParanoidHTTPFetcher
Auth_Yadis_ParanoidHTTPFetcher in ParanoidHTTPFetcher.php
A paranoid Auth_Yadis_HTTPFetcher class which uses CURL for fetching.
Constructor Auth_Yadis_ParanoidHTTPFetcher
Class Auth_Yadis_ParseHTML
Auth_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 Auth_Yadis_ParseHTML
Function Auth_Yadis_pct_escape_unicode
Class Auth_Yadis_PHPSession
Auth_Yadis_PHPSession in Manager.php
The base session class used by the Auth_Yadis_Manager. This class wraps the default PHP session machinery and should be subclassed if your application doesn't use PHP sessioning.
Class Auth_Yadis_PlainHTTPFetcher
Auth_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 Auth_Yadis_providerIsAuthoritative
Constructor Auth_Yadis_ProxyResolver
Class Auth_Yadis_ProxyResolver
Function Auth_Yadis_rootAuthority
Class Auth_Yadis_Service
Auth_Yadis_Service in XRDS.php
This class represents a <Service> element in an XRDS document.
Constructor Auth_Yadis_Service
Creates an empty service object.
Class Auth_Yadis_SessionLoader
A session helper class designed to translate between arrays and
Function Auth_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 Auth_Yadis_startswith
Function Auth_Yadis_toIRINormal
Function Auth_Yadis_toURINormal
Constant Auth_Yadis_XMLNS_XRDS
XRDS XML namespace
Constant Auth_Yadis_XMLNS_XRD_2_0
XRD XML namespace
Class Auth_Yadis_XMLParser
The base class for wrappers for available PHP XML-parsing
Constructor Auth_Yadis_XRDS
Instantiate a Auth_Yadis_XRDS object. Requires an XPath instance which has been used to parse a valid XRDS document.
Class Auth_Yadis_XRDS
Auth_Yadis_XRDS in XRDS.php
This class performs parsing of XRDS documents.
Function Auth_Yadis_XRI
Auth_Yadis_XRI() in XRI.php
Function Auth_Yadis_XRIAppendArgs
Class Auth_Yadis_Yadis
Auth_Yadis_Yadis in Yadis.php
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 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 aro.php
aro.php in aro.php
File arogroup.php
arogroup.php in arogroup.php
File atom.php
atom.php in atom.php
File archive.php
archive.php in archive.php
File apc.php
apc.php in apc.php
File authentication.php
authentication.php in authentication.php
File authorization.php
authorization.php in authorization.php
File arrayhelper.php
arrayhelper.php in arrayhelper.php
File Association.php
Association.php in Association.php
File AX.php
AX.php in AX.php
File Alias.php
Alias.php in Alias.php
File Attribute.php
Attribute.php in Attribute.php
File Archive_Tar.php
Archive_Tar.php in Archive_Tar.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
JException::$backtrace in exception.php
Backtrace information
Variable $base
JDocument::$base in document.php
Document base URL
Variable $base
SimplePie_Locator::$base in simplepie.php
Variable $base
JPaginationObject::$base in pagination.php
Variable $base
SimplePie_Sanitize::$base in simplepie.php
Variable $base_dn
JLDAP::$base_dn in ldap.php
Variable $base_location
Variable $bcc
PHPMailer::$bcc in phpmailer.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 $bitrate
Variable $block
JTableUser::$block in user.php
Description
Variable $block
JUser::$block in user.php
Description
Variable $bMargin
Variable $Body
PHPMailer::$Body in phpmailer.php
Sets the Body of the message. This can be either an HTML or text body.
Variable $body
SimplePie_File::$body in simplepie.php
Variable $body
Body of the response
Variable $body
Variable $boundary
PHPMailer::$boundary in phpmailer.php
Variable $browserNav
Variable $buffer
Variable $BUILD
JVersion::$BUILD in version.php
Method base
JURI::base() in uri.php
Returns the base URI for the request.
Method before_version_name
Method begin
Start the OpenID authentication process. See steps 1-2 in the overview at the top of this file.
Method begin
Auth_OpenID_DatabaseConnection::begin() in DatabaseConnection.php
Starts a transaction on this connection, if supported.
Method BeginTrans
JDatabase::BeginTrans() in database.php
ADODB compatability function
Method beginWithoutDiscovery
Start OpenID verification without doing OpenID server
Method bind
JTable::bind() in table.php
Binds a named array/hash to this object
Method bind
JParameter::bind() in parameter.php
Bind data to the parameter
Method bind
JUser::bind() in user.php
Method to bind an associative array of data to a user object
Method bind
JTableComponent::bind() in component.php
Overloaded bind function
Method bind
JTableUser::bind() in user.php
Overloaded bind function
Method bind
JLDAP::bind() in ldap.php
Binds to the LDAP directory
Method bind
JTableMenu::bind() in menu.php
Overloaded bind function
Method bind
JTableSection::bind() in section.php
Overloaded bind function
Method bind
JTablePlugin::bind() in plugin.php
Overloaded bind function
Method bind
JTableModule::bind() in module.php
Overloaded bind function
Method blobDecode
Method blobEncode
Method body
SimplePie_Locator::body() in simplepie.php
Method Bookmark
Method booleanlist
Generates a yes/no radio list
Method build
JRouter::build() in router.php
Function to convert an internal URI to a route
Method build
Initialize an empty simple registration request.
Method buildDiscoveryURL
Method buildQuery
Build a query from a array (reverse of the PHP parse_str())
Method Button
File browser.php
browser.php in browser.php
File bzip2.php
bzip2.php in bzip2.php
File behavior.php
behavior.php in behavior.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
Variable $cache_location
Variable $cache_name_function
Variable $caching
Variable $captions
Variable $categories
Variable $category
Category feed element
Variable $category
Category element
Variable $catid
JTableContent::$catid in content.php
Variable $cc
PHPMailer::$cc in phpmailer.php
Variable $cert
xmlrpc_client::$cert in xmlrpc.php
Variable $certpass
Variable $channels
Variable $CharSet
PHPMailer::$CharSet in phpmailer.php
Sets the CharSet of the message.
Variable $checked_feeds
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 exception.php
Name of the class the error occurred in [Available if backtrace is enabled]
Variable $client_id
Variable $client_id
Variable $client_id
Variable $cMargin
Variable $code
PEAR_Error::$code in PEAR.php
Variable $code
Variable $code
JException::$code in exception.php
Error code
Variable $CODENAME
JVersion::$CODENAME in version.php
Variable $ColorFlag
Variable $colors
Variable $comment
Human readable comment
Variable $comments
Comments element
Variable $componentid
Variable $compress
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 $content_type
Variable $content_type_sniffer_class
Variable $control
Variable $cookies
Variable $copyright
Copyright feed elememnt
Variable $COPYRIGHT
JVersion::$COPYRIGHT in version.php
Variable $copyright
Variable $CoreFonts
Variable $count
JRecordSet::$count in recordset.php
Variable $country
JAuthenticationResponse::$country in authentication.php
The End User's country of residence as specified by ISO3166.
Variable $created
Variable $created_by
Variable $created_by_alias
Variable $creator
Variable $credits
Variable $CRLF
SMTP::$CRLF in smtp.php
SMTP reply line ending
Variable $CurOrientation
Variable $CurrentFont
Variable $current_byte
Variable $current_column
Variable $current_line
Variable $current_xhtml_construct
Variable $CustomHeader
PHPMailer::$CustomHeader in phpmailer.php
Method calendar
JHTML::calendar() in html.php
Displays a calendar control field
Method calendar
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
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
Method call
call the function
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 caption
JHTMLBehavior::caption() in behavior.php
Method category
Select list of active categories for components
Method cdata
SimplePie_Parser::cdata() in simplepie.php
Method Cell
TCPDF::Cell() in TCPDF
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
JTableModule::check() in module.php
Overloaded check function
Method check
JTableSection::check() in section.php
Overloaded check function
Method check
Validation and filtering
Method check
Method check
Overloaded check function
Method check
JPath::check() in path.php
Checks for snooping outside of the file system root
Method check
Method check
JTable::check() in table.php
Generic check method
Method check
JTableMenuTypes::check() in menutypes.php
Method check
JTableCategory::check() in category.php
Overloaded check function
Method check
JTableContent::check() in content.php
Overloaded check function
Method check
JTableComponent::check() in component.php
Validate and filter fields
Method checkAttribute
Function to determine if contents of an attribute is safe
Method CheckBox
Method checkedOut
Method checkin
JTable::checkin() in table.php
Checks in a row
Method checkIPv6
Checks an IPv6 address
Method checkout
JTable::checkout() in table.php
Checks out a row
Method checkToken
JRequest::checkToken() in request.php
Checks for a form token in the request
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 Circle
Draws a circle.
Method clean
Clean cache for a group given a mode.
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
JRequest::clean() in request.php
Cleans the request from script injection.
Method clean
Method clean
Clean cache for a group given a mode.
Method clean
JFilterInput::clean() in filterinput.php
Method to be called by another php script. Processes for XSS and specified bad code.
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 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
JFilterOutput::cleanText() in filteroutput.php
Cleans text of all formating and scripting code
Method cleanText
Cleans multi-line inputs.
Method cleanup
Clean up Yadis-related services in the session and return the most-recently-attempted service from the manager, if one exists.
Method cleanup
Method cleanupAssociations
Method cleanupAssociations
Method cleanupAssociations
Method cleanupInstall
Clean up temporary uploaded package and unpacked extension
Method cleanupNonces
Method cleanupNonces
Method cleanupNonces
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 cloak
JHTMLEmail::cloak() in email.php
Simple Javascript email Cloaker
Method Close
JRecordSet::Close() in recordset.php
TODO: Remove for 1.6. Deprecated
Method close
Close the SessionHandler backend.
Method close
Close the SessionHandler backend.
Method close
JApplication::close() in application.php
Exit the application.
Method close
Close the SessionHandler backend.
Method Close
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 close
Close the SessionHandler backend.
Method close
JSession::close() in session.php
Writes session data and ends session
Method close
JLDAP::close() in ldap.php
Close the connection
Method Close
SMTP::Close() in smtp.php
Closes the socket and cleans up the state of the class.
Method close
Close the SessionHandler backend.
Abstract method close
Close the SessionHandler backend.
Method closeTag
Method codepoint_to_utf8
Converts a unicode codepoint to a UTF-8 character
Function code_to_utf8
code_to_utf8() in html_entity_decode_php4.php
Returns the UTF-8 string corresponding to unicode value.
Method combobox
Method ComboBox
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 compatibilityMode
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 compress_parse_url
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 connected
Determines if the connection to the server is active.
Method connected
Determines if the connection to the server is active.
Method connected
JDatabase::connected() in database.php
Determines if the connection to the server is active.
Method consolidated_edit_acl
consolidated_edit_acl()
Method contains
Returns true if the specified value has a key in the mapping; false if not.
Method contains
Was this field in the request?
Method contains
Is the given type URI present in this fetch_request?
Method contains
Method content
Method content
Method content
Return the textual content of a specified node.
Method contents
Return the contents of the session in array form.
Method contents
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
Copy a folder.
Method copy
Method copy
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 count
Get the number of responses for a particular attribute in this fetch_response message.
Method countMenuChildren
Count the number of child menu items
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
JLDAP::create() in ldap.php
Create a new DN
Method create
JFolder::create() in folder.php
Create a folder -- and all necessary parent folders.
Method create
Archive_Tar::create() in Archive_Tar.php
This method creates the archive file and add the files / directories that are listed in $p_filelist.
Method create
SimplePie_Cache::create() in simplepie.php
Create a new SimplePie_Cache object
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
JArchive::create() in archive.php
Method createAssociation
Make a new association.
Method createLanguageList
Builds a list of the system languages which can be used in a select option
Method createModify
Archive_Tar::createModify() in Archive_Tar.php
This method creates the archive file and add the files / directories that are listed in $p_filelist.
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
Constant CRLF
CRLF in ftp.php
Error Codes:
Method curlPresent
Method current
JURI::current() in uri.php
Returns the URL for the request, minus the query
Method Curve
Draws a Bezier curve.
Method customErrorHandler
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 content.php
content.php in content.php
File calendar.php
calendar.php in calendar.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
JRecordSet::$data in recordset.php
Variable $data
SimplePie_Source::$data in simplepie.php
Variable $data
SimplePie_Item::$data in simplepie.php
Variable $data
SimplePie_Parser::$data in simplepie.php
Variable $data
JTableSession::$data in session.php
Variable $data
SimplePie_gzdecode::$data in simplepie.php
Uncompressed data
Variable $datas
SimplePie_Parser::$datas in simplepie.php
Variable $date
Input data
Variable $day
List of days, calendar day name => ordinal day number in the week
Variable $day_pcre
Cached PCRE for SimplePie_Parse_Date::$day
Variable $db
JFrameworkConfig::$db in config.php
Variable $dbprefix
Variable $dbtype
Variable $debug
Variable $debug
xmlrpc_server::$debug in xmlrpcs.php
Variable $debug
xmlrpc_client::$debug in xmlrpc.php
Variable $debug
xmlrpcmsg::$debug in xmlrpc.php
Variable $debug_info
Variable $defaults
Variable $DefOrientation
Variable $description
Title feed attribute
Variable $description
Variable $description
Variable $description
Variable $description
Description item element
Variable $description
Variable $description
JDocument::$description in document.php
Document 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
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 $do_verp
SMTP::$do_verp in smtp.php
Sets VERP use on/off (default is off)
Variable $DrawColor
Variable $dumb_key
Variable $duration
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 date
JHTML::date() in html.php
Returns formated date according to current local and adds time offset
Method date_asctime
Parse C99's asctime()'s date format
Method date_rfc850
Parse RFC850's date format
Method date_rfc2822
Parse RFC2822's date format
Method date_strtotime
Parse dates using strtotime()
Method date_w3cdtf
Parse a superset of W3C-DTF (allows hyphens and colons to be omitted, as well as allowing any of upper or lower case "T", horizontal tabs, or spaces to be used as the time seperator (including more than one))
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 decrypt
JSimpleCrypt::decrypt() in simplecrypt.php
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 del
Deletes a key-value pair from the mapping with the specified key.
Method delArg
Method delete
JFTP::delete() in ftp.php
Method to delete a path [file/folder] on the FTP server
Method delete
JUser::delete() in user.php
Method to delete the JUser object from the database
Method delete
Overloaded delete method
Method delete
JLDAP::delete() in ldap.php
Deletes a given DN from the tree
Method delete
JFolder::delete() in folder.php
Delete a folder.
Method delete
JTable::delete() in table.php
Default delete method
Method delete
JFile::delete() in file.php
Delete a file or array of files
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
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Abstract 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 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 destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroys the pesisting session
Method destroy
JSession::destroy() in session.php
Frees all session variables and destroys all data registered to a session
Method detach
JObservable::detach() in observable.php
Detach an observer object
Method detachHandler
Method that dettaches the error handler from JError
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
JTemplate::display() in template.php
Execute and display a the template
Method display
JView::display() in view.php
Execute and display a template script.
Method display
JEditor::display() in editor.php
Present a text area
Method display
JController::display() in controller.php
Typical view method for MVC based architecture
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_cached_file
If a file has been cached, retrieve and display it.
Method downloadPackage
Downloads a package
Method do_strip_htmltags
Constant DS
DS in loader.php
Method dump
patTemplate::dump() in patTemplate.php
Displays useful information about all or named templates
Method dump
xmlrpcval::dump() in xmlrpc.php
Method dump
JUtility::dump() in utility.php
Method to dump the structure of a variable for debugging purposes
Method dumpGlobals
dump the global variables
Method dumpGlobals
dump the global variables
Abstract method dumpGlobals
dump the global variables
Method dumpTemplates
dump the templates
Abstract method dumpTemplates
dump the templates
Method dumpTemplates
dump the templates
File diff.php
diff.php in diff.php
File database.php
database.php in database.php
File document.php
document.php in document.php
File dispatcher.php
dispatcher.php in dispatcher.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
Variable $editor
Editor feed element
Variable $editorEmail
Editor email feed element
Variable $element
Variable $element
Variable $elsewhere
Variable $email
JUser::$email in user.php
The email
Variable $email
JTableUser::$email in user.php
The email
Variable $email
SimplePie_Author::$email in simplepie.php
Variable $email
JAuthenticationResponse::$email in authentication.php
The email address of the End User as specified in section 3.4.1 of [RFC2822]
Variable $enabled
JTableComponent::$enabled in component.php
Variable $enable_cache
Variable $enclosure
Enclosure element
Variable $encode_instead_of_strip
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 $encoding
Encoding
Variable $encoding
Variable $endTime
Variable $errno
xmlrpcresp::$errno in xmlrpc.php
Variable $errno
xmlrpc_client::$errno in xmlrpc.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_count
PHPMailer::$error_count in phpmailer.php
Variable $error_message
The error message
Variable $error_message_prefix
Variable $error_string
Variable $errstr
Variable $errstr
xmlrpcresp::$errstr in xmlrpc.php
Variable $expression
Variable $extension
Variable $extra_field
Extra field content
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 Ellipse
Draws an ellipse.
Method embed
Method enableTemplateCache
enable a template cache
Method enable_cache
SimplePie::enable_cache() in simplepie.php
Enables/disables caching in SimplePie.
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_keyword_links
Turns linking of keywords on or off.
Method enable_line_numbers
Sets whether line numbers should be displayed.
Method enable_order_by_date
Determines whether feed items should be sorted into reverse chronological order.
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_xml_dump
Outputs the raw XML content of the feed, after it has gone through SimplePie's filters.
Function encode
encode() in vcard.php
*************************************************************************
Method encode
Method encode
Method encode
idna_convert::encode() in idna_convert.class.php
Encode a given UTF-8 domain name
Method encodeResponse
Encodes as response in the appropriate format suitable for sending to the user agent.
Method encodeToKVForm
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
Method encodeToURL
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 encoding_equals
Method encoding_name
Method encoding_value
Method encrypt
JSimpleCrypt::encrypt() in simplecrypt.php
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 enqueueMessage
Enqueue a system message.
Method entities_decode
Decode HTML entities
Method equal
This checks to see if two Auth_OpenID_Association instances represent the same association.
Method equals
Method Error
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
GeSHi::error() in geshi.php
Returns an error message associated with the last GeSHi operation, or false if no error has occured
Method error
SimplePie::error() in simplepie.php
Return the error message for the occured error
Method error
SimplePie_Misc::error() in simplepie.php
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
Escapes a value for output in a view script.
Function escape
escape() in vcard.php
Method evalXPath
Method evalXPath
Evaluate an XPath expression and return the resulting node list. This should be overridden by subclasses.
Method evalXPath
Method execute
JController::execute() in controller.php
Execute a task by triggering a method in the derived class.
Method Execute
JDatabase::Execute() in database.php
ADODB compatability function
Method exists
Find out if a user has a one or more active sessions
Method exists
patTemplate::exists() in patTemplate.php
checks wether a template exists
Method exists
JFolder::exists() in folder.php
Wrapper for the standard file_exists function
Method exists
JFile::exists() in file.php
Wrapper for the standard file_exists function
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.
Method explain
Diagnostic function
Method explain
Diagnostic function
Abstract method explain
JDatabase::explain() in database.php
Diagnostic function
Method extension
Method extensionResponse
Extract signed extension data from the server's response.
Method extract
Extract a ZIP compressed file to a given path
Method extract
Archive_Tar::extract() in Archive_Tar.php
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 extractInString
This method extract from the archive one file identified by $p_filename.
Method extractList
Archive_Tar::extractList() in Archive_Tar.php
This method extract from the archive only the files indicated in the $p_filelist. These files are extracted in the current directory or in the directory indicated by the optional $p_path parameter.
Method extractModify
Archive_Tar::extractModify() in Archive_Tar.php
This method extract all the content of the archive in the directory indicated by $p_path. When relevant the memorized path of the files/dir can be modified by removing the $p_remove_path path at the beginning of the file/dir path.
Method extractResponse
Take a C{L{SRegRequest}} and a dictionary of simple registration values and create a C{L{SRegResponse}} object containing that data.
Method extractSecret
Method extractSecret
File eaccelerator.php
eaccelerator.php in eaccelerator.php
File error.php
error.php in error.php
File error.php
error.php in error.php
File exception.php
exception.php in exception.php
File event.php
event.php in event.php
File editor.php
editor.php in editor.php
File email.php
email.php in email.php
File editors.php
editors.php in editors.php
File element.php
element.php in element.php
File eaccelerator.php
eaccelerator.php in eaccelerator.php
File Extension.php
Extension.php in Extension.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 $failed
Variable $FAILURE_MODE
Variable $feed
SimplePie_Item::$feed in simplepie.php
Variable $fh
TCPDF::$fh in TCPDF
Variable $fhPt
TCPDF::$fhPt in TCPDF
Variable $file
JException::$file in exception.php
Name of the file the error occurred in [Available if backtrace is enabled]
Variable $file
SimplePie_Locator::$file in simplepie.php
Variable $filename
vCard::$filename in vcard.php
Variable $filename
Variable $filename
Original filename
Variable $file_class
Variable $file_class
Variable $FillColor
Variable $folder
JTablePlugin::$folder in plugin.php
Variable $FontFamily
Variable $FontFiles
Variable $fonts
TCPDF::$fonts in TCPDF
Variable $FontSize
Variable $FontSizePt
Variable $FontStyle
Variable $force_fsockopen
Variable $framerate
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 $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
JException::$function in exception.php
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
Variable $fwPt
TCPDF::$fwPt in TCPDF
Method fail
Method faultCode
Returns the error code of the response.
Method faultString
Returns the error code of the response.
Method fetch
JTemplate::fetch() in template.php
Returns a parsed template
Abstract method fetchButton
Get the button
Method fetchButton
Method fetchButton
Method fetchButton
Method fetchButton
Method fetchButton
Method fetchButton
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 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 id
Method fetchId
Get the button id
Method fetchId
Get the button CSS Id
Method fetchId
Get the button CSS Id
Method fetchId
JButton::fetchId() in button.php
Get the button id
Method fetchId
Get the button CSS Id
Method FetchRow
JRecordSet::FetchRow() in recordset.php
Method fetchTooltip
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_extractReturnURL
filter_extractReturnURL() in TrustRoot.php
Function filter_MatchesAnyOpenIDType
Method find
SimplePie_Locator::find() in simplepie.php
Method find
JPath::find() in path.php
Searches the directory paths for a given file.
Method findFirstHref
Method findLinksRel
Method fixLinks
Method fix_protocol
Method folders
JFolder::folders() in folder.php
Utility function to read the folders in a folder.
Method Footer
This method is used to render the page footer.
Method force_feed
SimplePie::force_feed() in simplepie.php
Force the given data/URL to be treated as a feed no matter what it appears like
Method force_fsockopen
Forces SimplePie to use fsockopen() instead of the preferred cURL functions.
Abstract method fork
JSession::fork() in session.php
Create a new session and copy variables from the old one
Method format_groups
format_groups()
Method formMarkup
Get html for a form to submit this request to the IDP.
Method formvalidation
Method freeAllTemplates
frees all templates
Method freeTemplate
patTemplate::freeTemplate() in patTemplate.php
frees a template
Method fromDiscoveryResult