-
$_apiCache
-
Hash storing all of the known services and callbacks.
-
$_apis
-
The list of APIs.
-
$_app
-
The name of the configured application.
-
$_appStack
-
Stack of in-use applications.
-
$_buffer
-
String buffer to hold the XML help source.
-
$_charset
-
String containing the charset of the XML data source.
-
$_client
-
Instance of XML_RPC_Client object
-
$_confCache
-
Cache of application configurations.
-
$_configBegin
-
The line marking the begin of the generated configuration.
-
$_configEnd
-
The line marking the end of the generated configuration.
-
$_curEntry
-
String containing the ID of the current help entry.
-
$_currentApp
-
Quick pointer to the current application.
-
$_currentConfig
-
The current $conf array of the configured application.
-
$_entries
-
Hash containing an index of all of the help entries.
-
$_files
-
The list of script files to add.
-
$_fromhorde
-
The list of javascript files to always load from Horde.
-
$_handlers
-
Hash of user-defined function handlers for the XML elements.
-
$_ignored
-
The list of deprecated files.
-
$_imgDir
-
Cached values of the image directories.
-
$_inBlock
-
Boolean indicating whether we're inside the requested block.
-
$_included
-
The list of files we have already included.
-
$_inHeading
-
Boolean indicating whether we're inside a heading block.
-
$_inHelp
-
Boolean indicating whether we're inside a <help> block.
-
$_interfaces
-
Hash storing all of the registered interfaces that applications provide.
-
$_inTitle
-
Boolean indicating whether we're inside a <title> block.
-
$_keyword
-
String containing the keyword for the search.
-
$_loadhordejs
-
Auto load horde.js/horde-prototype.js?
-
$_mask
-
Mask defining what general Horde links are shown in this Menu.
-
$_menu
-
Menu array.
-
$_nocache
-
Don't update cache at end of request?
-
$_oldConfig
-
The content of the old configuration file.
-
$_output
-
String containing the formatted output.
-
$_params
-
Local copy of config params.
-
$_parser
-
Handle for the XML parser object.
-
$_phpConfig
-
The content of the generated configuration file.
-
$_postConfig
-
The manual configuration after the generated configuration.
-
$_preConfig
-
The manual configuration in front of the generated configuration.
-
$_ptversions
-
The list of javscript files in Horde that have prototypejs'd versions.
-
$_reqEntry
-
String containing the ID of the requested help entry.
-
$_search
-
Hash containing an index of all of the search results.
-
$_themeCache
-
Cached values of theme information.
-
$_typeCache
-
Hash storing all known data types.
-
$_updatecache
-
Update these cache entries on shutdown.
-
$_usecache
-
Are we using registry caching?
-
$_useFormToken
-
Don't use form tokens for the configuration form - while generating configuration info, things like the Token system might not work correctly. This saves some headaches.
-
$_vars
-
Contains the Variables object of this form.
-
$_versionTag
-
The CVS version tag of the conf.xml file which will be copied into the conf.php file.
-
$_xmlConfig
-
Contains the Horde_Config object that this form represents.
-
$_xmlConfigTree
-
The XML tree of the configuration file traversed to an associative array.
-
_add
-
Helper function to determine if given file needs to be output.
-
_fmVerify
-
check if freshmeat announcement was successful.
-
_listQueues
-
Perform a listQueue api call.
-
__call
-
-
__clone
-
Clone should never be called on Registry objects. If it is, die.
-
__construct
-
-
__get
-
-
$api
-
-
$applications
-
Hash storing information on each registry-aware application.
-
add
-
Adds the javascript code to the output (if output has already started) or to the list of script files to include.
-
add
-
Add an item to the menu array.
-
addAppLinks
-
Any links to other Horde applications defined in an application's config file by the $conf['menu']['apps'] array are added to the menu array.
-
addArray
-
Add an item to the menu array.
-
addNewVersion
-
Add a new version to the current modules queue.
-
addScriptFile
-
Adds the javascript code to the output (if output has already started) or to the list of script files to include via includeScriptFiles().
-
addSiteLinks
-
Add any other links found in $this->_menufile to be included in the menu.
-
addWhupsVersion
-
Add the new version to bugs.horde.org
-
allowOutputCompression
-
Determines if output compression can be used.
-
announce
-
announce release to mailing lists and freshmeat.
-
applicationFilePath
-
Replace any %application% strings with the filesystem path to the application.
-
applicationUrl
-
Returns a session-id-ified version of $uri, using the current application's webroot setting.
-
applicationWebPath
-
Replace any %application% strings with the web path to the application.
-
assertDriverConfig
-
Checks if all necessary parameters for a driver configuration are set and throws a fatal error with a detailed explanation how to fix this, if something is missing.
-
authenticationFailureRedirect
-
Redirects to the main Horde login page on authentication failure.
-
$changelogVersion
-
Revision number of CHANGES file.
-
call
-
Return the hook corresponding to the default package that provides the functionality requested by the $method parameter. $method is a string consisting of "packagetype/methodname".
-
callByPackage
-
Output the hook corresponding to the specific package named.
-
callHook
-
Provides a standardised function to call a Horde hook, checking whether a hook config file exists and whether the function itself exists. If these two conditions are not satisfied it will return the specified value (by default a PEAR error).
-
checkArguments
-
Check the command-line arguments and set some internal defaults
-
checkOutFramework
-
Checkout and install framework
-
checkOutTag
-
Check out the tag we've been given to work with and move it to the
-
checkRequestToken
-
Check if a token for a form is valid.
-
checkSetSystem
-
Check the command-line arguments and set some internal defaults
-
cleanDirectories
-
work through the source directory given, cleaning things up by removing
-
clearCache
-
Clear the registry cache.
-
compressOutput
-
Starts output compression, if requested.
-
ConfigForm
-
Constructor.
-
ConfigForm
-
A Horde_Form:: form that implements a user interface for the config system.
-
Config.php
-
-
generatePHPConfig
-
Generates the content of the application's configuration file.
-
get
-
Return the requested configuration parameter for the specified
-
getAccessKey
-
Returns an un-used access key from the label given.
-
getAccessKeyAndTitle
-
Returns the appropriate "accesskey" and "title" attributes for an HTML tag and the given label.
-
getApp
-
Return the current application - the app at the top of the application stack.
-
getArguments
-
Get all of the command-line arguments from the user
-
getCleanSession
-
Destroys any existing session on login and make sure to use a new session ID, to avoid session fixation issues. Should be called before checking a login.
-
getDriverConfig
-
Returns the driver parameters for the specified backend.
-
getImageDir
-
Function to work out an application's graphics URI, taking into account any themes directories that may be set up.
-
getInitialPage
-
Query the initial page for an application - the webroot, if there is no initial_page set, and the initial_page, if it is set.
-
getLogger
-
Get an instantiated instance of the configured logger, if enabled.
-
getMailerConfig
-
Return the driver and parameters for the current mailer configuration.
-
getPHPConfig
-
Returns the file content of the current configuration file.
-
getQueueId
-
Look up the queue id for the requested module name.
-
getRequestToken
-
Get a token for protecting a form.
-
getServiceLink
-
Checks if link should be shown and return the necessary code.
-
getSignature
-
Returns a method's signature.
-
getStylesheets
-
Return the list of base stylesheets to display.
-
getTempDir
-
Determines the location of the system temporary directory. If a specific setting cannot be found, it defaults to /tmp.
-
getTempFile
-
Creates a temporary filename for the lifetime of the script, and (optionally) registers it to be deleted at request shutdown.
-
getVFSConfig
-
Returns the VFS driver parameters for the specified backend.
-
$hordeVersionString
-
Major version number of Horde compatible to this release.
-
hasInterface
-
Determine if an interface is implemented by an active application.
-
hasMethod
-
Determine if a method has been registered with the registry.
-
hasPermission
-
Check permissions on an application.
-
hasPermission
-
Returns the specified permission for the current user.
-
Help
-
Constructor
-
Help
-
The Help:: class provides an interface to the online help subsystem.
-
HELP_SOURCE_FILE
-
Help text is in a file.
-
HELP_SOURCE_RAW
-
Raw help in the string.
-
highlightAccessKey
-
Highlights an access key in a label.
-
Horde
-
The Horde:: class provides the functionality shared by all Horde applications.
-
Help.php
-
-
Horde.php
-
-
Horde_Config
-
Constructor.
-
Horde_Config
-
The Config:: package provides a framework for managing the configuration of Horde applications, writing conf.php files from conf.xml source files, generating user interfaces, etc.
-
HORDE_MENU_MASK_ALL
-
-
HORDE_MENU_MASK_HELP
-
-
HORDE_MENU_MASK_LOGIN
-
-
HORDE_MENU_MASK_NONE
-
-
HORDE_MENU_MASK_PREFS
-
-
HORDE_MENU_MASK_PROBLEM
-
-
HORDE_MENU_POS_LAST
-
-
Horde_Release
-
Class to make an "official" Horde or application release.
-
Horde_Release
-
Load the configuration
-
Horde_Release_Whups
-
Class for interfacing with the tickets api
-
Horde_Release_Whups
-
-
Horde_Script_Files
-
The Horde_Script_Files:: class provides a coherent way to manage script files for inclusion in Horde output. This class is meant to be used internally by Horde:: only.
-
HORDE_SESSION_NONE
-
Do not start a session.
-
HORDE_SESSION_READONLY
-
Do not write changes to session.
-
$latest
-
Whether or not this is a final release version.
-
label
-
Returns a label element including an access key for usage in conjuction with a form field. User preferences regarding access keys are respected.
-
link
-
Generates the HTML link that will pop up a help window for the requested topic.
-
link
-
Return the hook corresponding to the default package that provides the functionality requested by the $method parameter. $method is a string consisting of "packagetype/methodname".
-
link
-
Returns an anchor tag with the relevant parameters
-
linkByPackage
-
Output the hook corresponding to the specific package named.
-
linkTooltip
-
Uses DOM Tooltips to display the 'title' attribute for Horde::link() calls.
-
listAPIs
-
Returns all available registry APIs.
-
listApps
-
Return a list of the installed and registered applications.
-
listFiles
-
Prepares the list of javascript files to include.
-
listMethods
-
Returns all of the available registry methods, or alternately only those for a specified API.
-
listScriptFiles
-
Provide a list of script files to be included in the current page.
-
listTypes
-
Returns all of the available registry data types.
-
loadConfiguration
-
Loads global and vhost specific configuration files.
-
loadPrefs
-
Loads the preferences for the current user for the current application and imports them into the global $prefs variable.
-
logMessage
-
Logs a message to the global Horde log backend.
-
lookup
-
Looks up the requested entry in the XML help buffer.