[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

a

$a
in file textile.php, variable Textile::$a
$addr
in file Socket.php, variable Net_Socket::$addr
    The IP address to connect to.
$address
in file RFC822.php, variable Mail_RFC822::$address
    The address being parsed by the RFC822 object.
$addresses
in file RFC822.php, variable Mail_RFC822::$addresses
    The array of raw addresses built up as we parse.
$admin_cookie
in file cookie.class.php, variable Utility_Cookie::$admin_cookie
    Reference to admin cookie
$anchor
in file URL.php, variable Net_URL::$anchor
    Anchor
$arIndent
in file Dump.php, variable XML_RPC_Dump::$arIndent
    The indentation array cache
$attributes
in file Object.php, variable QuickformForm::$attributes
    Attributes for form tag
$attrs
in file wcom_plugin_textconverter_xhtml.php, variable HtmlTag::$attrs
$auth
in file smtp.php, variable Mail_smtp::$auth
    Should SMTP authentication be used?
$auth_methods
in file SMTP.php, variable Net_SMTP::$auth_methods
    List of supported authentication methods, in preferential order.
$autoload_filters
in file Smarty.class.php, variable Smarty::$autoload_filters
    This indicates which filters are automatically loaded into Smarty.
abbreviationBelongsToCurrentProject
in file abbreviation.class.php, method Content_Abbreviation::abbreviationBelongsToCurrentProject()
    Tests whether given abbreviation belongs to current project. Takes the abbreviation id as first argument. Returns bool.
abbreviationBelongsToCurrentUser
in file abbreviation.class.php, method Content_Abbreviation::abbreviationBelongsToCurrentUser()
    Test whether abbreviation belongs to current user or not. Takes the abbreviation id as first argument. Returns bool.
accept
in file group.php, method HTML_QuickForm_group::accept()
    Accepts a renderer
accept
in file date.php, method HTML_QuickForm_date::accept()
accept
in file element.php, method HTML_QuickForm_element::accept()
    Accepts a renderer
accept
in file hierselect.php, method HTML_QuickForm_hierselect::accept()
accept
in file QuickForm.php, method HTML_QuickForm::accept()
    Accepts a renderer
accept
in file html.php, method HTML_QuickForm_html::accept()
    Accepts a renderer
accept
in file header.php, method HTML_QuickForm_header::accept()
    Accepts a renderer
accept
in file hidden.php, method HTML_QuickForm_hidden::accept()
    Accepts a renderer
accept
in file hiddenselect.php, method HTML_QuickForm_hiddenselect::accept()
    This is essentially a hidden element and should be rendered as one
addAbbreviation
in file abbreviation.class.php, method Content_Abbreviation::addAbbreviation()
    Adds abbreviation to the abbreviations table. Takes a field=>value array with abbreviation data as first argument. Returns insert id.
addAntiSpamPlugin
in file antispamplugin.class.php, method Community_AntiSpamPlugin::addAntiSpamPlugin()
    Adds anti spam plugin to the anti spam plugin table. Takes a field=>value array with anti spam plugin data as first argument. Returns insert id.
addArray
in file RPC.php, method XML_RPC_Value::addArray()
addAttachment
in file mime.php, method Mail_mime::addAttachment()
    Adds a file to the list of attachments.
addBcc
in file mime.php, method Mail_mime::addBcc()
    Add an email to the Bcc (blank carbon copy) header (multiple calls to this method are allowed)
addBlogComment
in file blogcomment.class.php, method Community_BlogComment::addBlogComment()
    Adds blog comment. Takes a field=>value array with blog comment data as first argument. Returns insert id.
addBlogCommentStatus
in file blogcommentstatus.class.php, method Community_BlogCommentStatus::addBlogCommentStatus()
    Adds blog comment status to the blog comment status table. Takes a field=>value array with blog comment status data as first argument. Returns insert id.
addBlogPodcast
in file blogpodcast.class.php, method Content_BlogPodcast::addBlogPodcast()
    Adds blog podcast to the blog podcast table. Takes a field=>value array with blog podcast data as first argument. Returns insert id.
addBlogPodcastCategory
in file blogpodcastcategory.class.php, method Content_BlogPodcastCategory::addBlogPodcastCategory()
    Adds blog podcast category to the blog podcast category table. Takes a field=>value array with blog podcast category data as first argument. Returns insert id.
addBlogPosting
in file blogposting.class.php, method Content_BlogPosting::addBlogPosting()
    Adds blog posting to the blog posting table. Takes a field=>value array with blog posting data as first argument. Returns insert id.
addBlogTag
in file blogtag.class.php, method Content_BlogTag::addBlogTag()
    Inserts a blog tag into the blog tag database. Takes the page id as first argument, the blog posting that the tag will be linked to as second argument and the tag word as third argument.
addBox
in file box.class.php, method Content_Box::addBox()
    Adds box to the box table. Takes a field=>value array with box data as first argument. Returns insert id.
addCc
in file mime.php, method Mail_mime::addCc()
    Add an email to the Cc (carbon copy) header (multiple calls to this method are allowed)
addChild
in file composite.php, method Log_composite::addChild()
    Adds a Log instance to the list of children.
addCookie
in file Request.php, method HTTP_Request::addCookie()
    Appends a cookie to "Cookie:" header
addData
in file Callback.php, method HTML_QuickForm_Rule_Callback::addData()
    Adds new callbacks to the callbacks list
addData
in file Regex.php, method HTML_QuickForm_Rule_Regex::addData()
    Adds new regular expressions to the list
addElement
in file QuickForm.php, method HTML_QuickForm::addElement()
    Adds an element into the form
addEventPosting
in file eventposting.class.php, method Content_EventPosting::addEventPosting()
    Adds event posting to the event posting table. Takes a field=>value array with event posting data as first argument. Returns insert id.
addEventTag
in file eventtag.class.php, method Content_EventTag::addEventTag()
    Inserts a event tag into the event tag database. Takes the page id as first argument, the event posting that the tag will be linked to as second argument and the tag word as third argument.
addFile
in file Request.php, method HTTP_Request::addFile()
    Adds a file to upload
addFormRule
in file QuickForm.php, method HTML_QuickForm::addFormRule()
    Adds a global validation rule
addGeneratorForm
in file generatorform.class.php, method Content_GeneratorForm::addGeneratorForm()
    Adds generator form to the generator form table. Takes the page id as first argument, a field=>value array with generator form data as second argument. Returns insert id.
addGeneratorFormField
in file generatorformfield.class.php, method Content_GeneratorFormField::addGeneratorFormField()
    Adds form field to the generator form fields table. Takes a field=>value array with form field data as first argument. Returns insert id.
addGlobalBox
in file globalbox.class.php, method Content_GlobalBox::addGlobalBox()
    Adds global box to the global box table. Takes a field=>value array with global box data as first argument. Returns insert id.
addGlobalFile
in file globalfile.class.php, method Templating_GlobalFile::addGlobalFile()
    Creates new global file. Takes field=>value array with global file data as first argument. Returns insert id.
addGlobalTemplate
in file globaltemplate.class.php, method Templating_GlobalTemplate::addGlobalTemplate()
    Creates new global template. Takes field=>value array with global template data as first argument. Returns insert id.
addGroup
in file QuickForm.php, method HTML_QuickForm::addGroup()
    Adds an element group
addGroup
in file group.class.php, method User_Group::addGroup()
    Adds group to the group table. Takes a field=>value array with the group data as first argument. Returns insert id.
addGroupRule
in file QuickForm.php, method HTML_QuickForm::addGroupRule()
    Adds a validation rule for the given group of elements
addHeader
in file Request.php, method HTTP_Request::addHeader()
    Adds a request header
addHTMLImage
in file mime.php, method Mail_mime::addHTMLImage()
    Adds an image to the list of embedded images.
addLink
in file tag.class.php, method Media_Tag::addLink()
    Adds link between object and tag. Takes the object id as first
addLink
in file blogtag.class.php, method Content_BlogTag::addLink()
    Adds link between posting and tag. Takes the posting id as first
addLink
in file eventtag.class.php, method Content_EventTag::addLink()
    Adds link between posting and tag. Takes the posting id as first
addNavigation
in file navigation.class.php, method Content_Navigation::addNavigation()
    Adds navigation to the navigation table. Takes a field=>value array with navigation data as first argument. Returns insert id.
addObject
in file object.class.php, method Media_Object::addObject()
    Adds object to the object table. Takes a field=>value array with object data as first argument. Returns insert id.
addOption
in file select.php, method HTML_QuickForm_select::addOption()
    Adds a new OPTION to the SELECT
addPage
in file page.class.php, method Content_Page::addPage()
    Adds page to the page table. Takes a field=>value array with page data as first argument. Returns insert id.
addPageType
in file pagetype.class.php, method Content_PageType::addPageType()
    Adds page type to the page type table. Takes a field=>value array with page type data as first argument. Returns insert id.
addParam
in file RPC.php, method XML_RPC_Message::addParam()
addPingService
in file pingservice.class.php, method Application_PingService::addPingService()
    Adds ping service to the ping service table. Takes a field=>value array with ping service data as first argument. Returns insert id.
addPingServiceConfiguration
in file pingserviceconfiguration.class.php, method Application_PingServiceConfiguration::addPingServiceConfiguration()
    Adds ping service configuration to the ping service configuration table. Takes a field=>value array with ping service configuration data as first argument. Returns insert id.
addPostData
in file Request.php, method HTTP_Request::addPostData()
    Adds postdata items
addPostingTags
in file eventtag.class.php, method Content_EventTag::addPostingTags()
    Adds tags of a posting. Takes the page id as first argument, the posting id second argument and the tag word list as third argument.
addPostingTags
in file blogtag.class.php, method Content_BlogTag::addPostingTags()
    Adds tags of a posting. Takes the page id as first argument, the posting id second argument and the tag word list as third argument.
addProject
in file project.class.php, method Application_Project::addProject()
    Creates new project. Takes field=>value array with project data as first argument. Returns insert id.
addQueryString
in file URL.php, method Net_URL::addQueryString()
    Adds a querystring item
addQueryString
in file Request.php, method HTTP_Request::addQueryString()
    Adds a querystring parameter
addRawPostData
in file Request.php, method HTTP_Request::addRawPostData()
    Adds raw postdata (DEPRECATED)
addRawQueryString
in file Request.php, method HTTP_Request::addRawQueryString()
    Sets the querystring to literally what you supply
addRawQueryString
in file URL.php, method Net_URL::addRawQueryString()
    Sets the querystring to literally what you supply
addRight
in file right.class.php, method User_Right::addRight()
    Adds right to the right table. Takes a field=>value array with the right data as first argument. Returns insert id.
addRule
in file QuickForm.php, method HTML_QuickForm::addRule()
    Adds a validation rule for the given field
addScalar
in file RPC.php, method XML_RPC_Value::addScalar()
addSimpleDate
in file simpledate.class.php, method Content_SimpleDate::addSimpleDate()
    Adds simple date to the simple date table. Takes a field=>value array with simple date data as first argument. Returns insert id.
addSimpleForm
in file simpleform.class.php, method Content_SimpleForm::addSimpleForm()
    Adds simple form to the simple form table. Takes the page id as first argument, a field=>value array with simple form data as second argument. Returns insert id.
addSimpleGuestbook
in file simpleguestbook.class.php, method Content_SimpleGuestbook::addSimpleGuestbook()
    Adds a simple guestbook to the simple guestbook table. Takes the page id as first argument, a field=>value array with simple guestbook data as second argument. Returns insert id.
addSimpleGuestbookEntry
in file simpleguestbookentry.class.php, method Content_SimpleGuestbookEntry::addSimpleGuestbookEntry()
    Adds book field to the simple guestbook entrys table. Takes a field=>value array with book field data as first argument. Returns insert id.
addSimplePage
in file simplepage.class.php, method Content_SimplePage::addSimplePage()
    Adds simple page to the simple page table. Takes the page id as first argument and a field=>value array with simple page data as second argument. Returns insert id.
addStruct
in file RPC.php, method XML_RPC_Value::addStruct()
addStructuralTemplate
in file structuraltemplate.class.php, method Content_StructuralTemplate::addStructuralTemplate()
    Adds structural template to the structural template table. Takes a field=>value array with structural template data as first argument.
addSubPart
in file mimePart.php, method Mail_mimePart::addSubPart()
    &addSubPart()
addTag
in file tag.class.php, method Media_Tag::addTag()
    Inserts a tag into the tag table. Takes the object which the tag will be linked to as first argument and the tag word as third second.
addTags
in file tag.class.php, method Media_Tag::addTags()
    Adds tags of a object. Takes the object id as first argument, the tag list as second argument. Returns bool.
addTargetGroup
in file group.class.php, method User_Group::addTargetGroup()
    Adds group to the target project group table. Takes a field=>value array with the group data as first argument. Returns insert id.
addTemplate
in file template.class.php, method Templating_Template::addTemplate()
    Creates new template. Takes field=>value array with template data as first argument. Returns insert id.
addTemplateSet
in file templateset.class.php, method Templating_TemplateSet::addTemplateSet()
    Creates new template set. Takes field=>value array with template set data as first argument. Returns insert id.
addTemplateType
in file templatetype.class.php, method Templating_TemplateType::addTemplateType()
    Creates new template type. Takes field=>value array with template type data as first argument. Returns insert id.
addTextConverter
in file textconverter.class.php, method Application_TextConverter::addTextConverter()
    Adds text converter to the text converter table. Takes a field=>value array with text converter data as first argument. Returns insert id.
addTextMacro
in file textmacro.class.php, method Application_TextMacro::addTextMacro()
    Adds text macro to the text macro table. Takes a field=>value array with text macro data as first argument. Returns insert id.
addUser
in file user.class.php, method User_User::addUser()
    Adds user to the user table. Takes a field=>value array with user data as first argument. Returns insert id.
addUserInfo
in file PEAR.php, method PEAR_Error::addUserInfo()
adminCheckCookieData
in file cookie.class.php, method Utility_Cookie::adminCheckCookieData()
    Makes sure that the cookie data structure is an array.
adminGetCurrentProject
in file cookie.class.php, method Utility_Cookie::adminGetCurrentProject()
    Returns current project id from admin cookie. If no current project can be found, null will be returned.
adminSwitchCurrentProject
in file cookie.class.php, method Utility_Cookie::adminSwitchCurrentProject()
    Sets cookie with new default project. Takes new project id as first argument. Returns bool.
alert
in file Log.php, method Log::alert()
    A convenience function for logging an alert event. It will log a message at the PEAR_LOG_ALERT log level.
antiSpamPluginBelongsToCurrentProject
in file antispamplugin.class.php, method Community_AntiSpamPlugin::antiSpamPluginBelongsToCurrentProject()
    Tests whether given anti spam plugin belongs to current project. Takes the anti spam plugin id as first argument. Returns bool.
antiSpamPluginBelongsToCurrentUser
in file antispamplugin.class.php, method Community_AntiSpamPlugin::antiSpamPluginBelongsToCurrentUser()
    Test whether anti spam plugin belongs to current user or not. Takes the anti spam plugin id as first argument. Returns bool.
apiVersion
in file element.php, method HTML_QuickForm_element::apiVersion()
    Returns the current API version
apiVersion
in file QuickForm.php, method HTML_QuickForm::apiVersion()
    Returns the current API version
apiVersion
in file select.php, method HTML_QuickForm_select::apiVersion()
    Returns the current API version
apiVersion
in file Common.php, method HTML_Common::apiVersion()
    Returns the current API version
append
in file Smarty.class.php, method Smarty::append()
    appends values to template variables
appendAttr
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::appendAttr()
appendTag
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::appendTag()
append_by_ref
in file Smarty.class.php, method Smarty::append_by_ref()
    appends values to template variables by reference
Application_PingService
in file pingservice.class.php, function Application_PingService()
    Singleton for Application_PingService.
Application_PingService
in file pingservice.class.php, class Application_PingService
Application_PingServiceConfiguration
in file pingserviceconfiguration.class.php, class Application_PingServiceConfiguration
Application_PingServiceConfiguration
in file pingserviceconfiguration.class.php, function Application_PingServiceConfiguration()
    Singleton for Application_PingServiceConfiguration.
Application_PingServiceConfigurationException
in file pingserviceconfiguration.class.php, class Application_PingServiceConfigurationException
Application_PingServiceException
in file pingservice.class.php, class Application_PingServiceException
Application_Project
in file project.class.php, class Application_Project
Application_Project
in file project.class.php, function Application_Project()
    Singleton for Application_Project.
Application_ProjectException
in file project.class.php, class Application_ProjectException
Application_Sitemap
in file sitemap.class.php, function Application_Sitemap()
    Singleton for Application_Sitemap.
Application_Sitemap
in file sitemap.class.php, class Application_Sitemap
Application_SitemapException
in file sitemap.class.php, class Application_SitemapException
Application_TextConverter
in file textconverter.class.php, function Application_TextConverter()
    Singleton for Application_TextConverter.
Application_TextConverter
in file textconverter.class.php, class Application_TextConverter
Application_TextConverterException
in file textconverter.class.php, class Application_TextConverterException
Application_TextMacro
in file textmacro.class.php, class Application_TextMacro
Application_TextMacro
in file textmacro.class.php, function Application_TextMacro()
    Singleton for Application_TextMacro.
Application_TextMacroException
in file textmacro.class.php, class Application_TextMacroException
apply
in file wcom_plugin_textconverter_textile.php, method TextConverter_Textile::apply()
apply
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::apply()
apply
in file wcom_plugin_textconverter_markdown.php, method TextConverter_Markdown::apply()
applyFilter
in file QuickForm.php, method HTML_QuickForm::applyFilter()
    Applies a data filter for the given field(s)
applyMarkdown
in file helper.class.php, method Utility_Helper::applyMarkdown()
    Applies markdown on given string. Takes the string to convert as first argument, the information if HTML should be stripped before using markdown as second argument. Returns the converted string.
applyPageBoxes
in file page.class.php, method Content_Page::applyPageBoxes()
    Apply the page boxes of the selected page. Takes the id of the just created page as first and the the id of the page to apply as second argument. Fails silently if no boxes found.
applyPageContents
in file page.class.php, method Content_Page::applyPageContents()
    Prepares sql Data to apply for the selected page types. This task has to be executed within the page creation. Takes the id of the page to apply as first argument. Returns array.
applyTextConverter
in file textconverter.class.php, method Application_TextConverter::applyTextConverter()
    Applies text converter to the given text. Takes the text converter id as first argument, the string with the text to convert as second argument. Returns converted string.
applyTextile
in file helper.class.php, method Utility_Helper::applyTextile()
    Applies Textile on given string. Takes the string to convert as first argument, the information if HTML should be stripped before using markdown as second argument. Returns the converted string.
applyTextMacros
in file textmacro.class.php, method Application_TextMacro::applyTextMacros()
    Applies text macro to the given text. Takes the text macro id as first argument, the string with the text to convert as second argument. Returns converted string.
approximateCount
in file RFC822.php, method Mail_RFC822::approximateCount()
    Returns an approximate count of how many addresses are in the
arraymem
in file RPC.php, method XML_RPC_Value::arraymem()
arrayMerge
in file QuickForm.php, method HTML_QuickForm::arrayMerge()
    Merges two arrays
arraysize
in file RPC.php, method XML_RPC_Value::arraysize()
assign
in file Smarty.class.php, method Smarty::assign()
    assigns values to template variables
assignUsersToInitProject
in file project.class.php, method Application_Project::assignUsersToInitProject()
    Assign one or more user to the initialized project. All neccessary data like groups and rights will be assigned or copied to the new project. Takes the users array as first and the project id as second argument. Returns bool.
assign_by_ref
in file Smarty.class.php, method Smarty::assign_by_ref()
    assigns values to template variables by reference
attach
in file Log.php, method Log::attach()
    Adds a Log_observer instance to the list of observers that are listening for messages emitted by this Log instance.
attach
in file Request.php, method HTTP_Request::attach()
    Adds a Listener to the list of listeners that are notified of the object's events
auth
in file SMTP.php, method Net_SMTP::auth()
    Attempt to do SMTP authentication.
autoMeasurize
in file Text.php, method Image_Text::autoMeasurize()
    Auto measurize text
antispamplugin.class.php
procedural page antispamplugin.class.php
abbreviation.class.php
procedural page abbreviation.class.php
admin_navigation.inc.php
procedural page admin_navigation.inc.php
advcheckbox.php
procedural page advcheckbox.php
autocomplete.php
procedural page autocomplete.php
Array.php
procedural page Array.php
ArraySmarty.php
procedural page ArraySmarty.php
antispam.interface.php
procedural page antispam.interface.php
top

b

$backtrace
in file PEAR.php, variable PEAR_Error::$backtrace
$base
in file chmod.class.php, variable Utility_Chmod::$base
    Reference to base class
$base
in file captcha.class.php, variable Utility_Captcha::$base
    Reference to base class
$base
in file pluginutility.class.php, variable Utility_PluginUtility::$base
    Reference to base class
$base
in file cookie.class.php, variable Utility_Cookie::$base
    Reference to base class
$base
in file pingservice.class.php, variable Application_PingService::$base
    Reference to base class
$base
in file eventatom10.class.php, variable Display_EventAtom10::$base
    Reference to base class
$base
in file abbreviation.class.php, variable Content_Abbreviation::$base
    Reference to base class
$base
in file project.class.php, variable Application_Project::$base
    Reference to base class
$base
in file pingserviceconfiguration.class.php, variable Application_PingServiceConfiguration::$base
    Reference to base class
$base
in file right.class.php, variable User_Right::$base
    Reference to base class
$base
in file page.class.php, variable Content_Page::$base
    Reference to base class
$base
in file simpledateindex.class.php, variable Display_SimpleDateIndex::$base
    Reference to base class
$base
in file simpledatelogin.class.php, variable Display_SimpleDateLogin::$base
    Reference to base class
$base
in file blogrss20.class.php, variable Display_BlogRss20::$base
    Reference to base class
$base
in file simpledate.class.php, variable Content_SimpleDate::$base
    Reference to base class
$base
in file box.class.php, variable Content_Box::$base
    Reference to base class
$base
in file settings.class.php, variable Community_Settings::$base
    Reference to base class
$base
in file blogtag.class.php, variable Content_BlogTag::$base
    Reference to base class
$base
in file eventindex.class.php, variable Display_EventIndex::$base
    Reference to base class
$base
in file eventlogin.class.php, variable Display_EventLogin::$base
    Reference to base class
$base
in file helper.class.php, variable Utility_Helper::$base
    Reference to base class
$base
in file group.class.php, variable User_Group::$base
    Reference to base class
$base
in file globaltemplate.class.php, variable Templating_GlobalTemplate::$base
    Reference to base class
$base
in file pagetype.class.php, variable Content_PageType::$base
    Reference to base class
$base
in file login.class.php, variable User_Login::$base
    Reference to base class
$base
in file object.class.php, variable Media_Object::$base
    Reference to base class
$base
in file nestedset.class.php, variable Utility_NestedSet::$base
    Reference to base class
$base
in file navigation.class.php, variable Content_Navigation::$base
    Reference to base class
$base
in file globalfile.class.php, variable Templating_GlobalFile::$base
    Reference to base class
$base
in file globalbox.class.php, variable Content_GlobalBox::$base
    Reference to base class
$base
in file eventtag.class.php, variable Content_EventTag::$base
    Reference to base class
$base
in file eventrss20.class.php, variable Display_EventRss20::$base
    Reference to base class
$base
in file eventposting.class.php, variable Content_EventPosting::$base
    Reference to base class
$base
in file flickr.class.php, variable Media_Flickr::$base
    Reference to base class
$base
in file generatorform.class.php, variable Content_GeneratorForm::$base
    Reference to base class
$base
in file generatorformlogin.class.php, variable Display_GeneratorFormLogin::$base
    Reference to base class
$base
in file generatorformindex.class.php, variable Display_GeneratorFormIndex::$base
    Reference to base class
$base
in file generatorformfield.class.php, variable Content_GeneratorFormField::$base
    Reference to base class
$base
in file simpledaterss20.class.php, variable Display_SimpleDateRss20::$base
    Reference to base class
$base
in file simpledateatom10.class.php, variable Display_SimpleDateAtom10::$base
    Reference to base class
$base
in file tag.class.php, variable Media_Tag::$base
    Reference to base class
$base
in file blogcommentsrss20.class.php, variable Display_BlogCommentsRss20::$base
    Reference to base class
$base
in file template.class.php, variable Templating_Template::$base
    Reference to base class
$base
in file blogcommentsatom10.class.php, variable Display_BlogCommentsAtom10::$base
    Reference to base class
$base
in file blogcommentstatus.class.php, variable Community_BlogCommentStatus::$base
    Reference to base class
$base
in file systemlogin.class.php, variable Display_SystemLogin::$base
    Reference to base class
$base
in file blogindex.class.php, variable Display_BlogIndex::$base
    Reference to base class
$base
in file blogposting.class.php, variable Content_BlogPosting::$base
    Reference to base class
$base
in file structuraltemplate.class.php, variable Content_StructuralTemplate::$base
    Reference to base class
$base
in file templateset.class.php, variable Templating_TemplateSet::$base
    Reference to base class
$base
in file blogcomment.class.php, variable Community_BlogComment::$base
    Reference to base class
$base
in file blogarchivemonth.class.php, variable Display_BlogArchiveMonth::$base
    Reference to base class
$base
in file urlgenerator.class.php, variable Utility_UrlGenerator::$base
    Reference to base class
$base
in file user.class.php, variable User_User::$base
    Reference to base class
$base
in file textmacro.class.php, variable Application_TextMacro::$base
    Reference to base class
$base
in file blogarchiveyear.class.php, variable Display_BlogArchiveYear::$base
    Reference to base class
$base
in file templatetype.class.php, variable Templating_TemplateType::$base
    Reference to base class
$base
in file blogatom10.class.php, variable Display_BlogAtom10::$base
    Reference to base class
$base
in file textconverter.class.php, variable Application_TextConverter::$base
    Reference to base class
$base
in file blogitem.class.php, variable Display_BlogItem::$base
    Reference to base class
$base
in file sitemap.class.php, variable Application_Sitemap::$base
    Reference to base class
$base
in file simpleguestbookentry.class.php, variable Content_SimpleGuestbookEntry::$base
    Reference to base class
$base
in file simpleguestbookindex.class.php, variable Display_SimpleGuestbookIndex::$base
    Reference to base class
$base
in file simpleguestbooklogin.class.php, variable Display_SimpleGuestbookLogin::$base
    Reference to base class
$base
in file simplepage.class.php, variable Content_SimplePage::$base
    Reference to base class
$base
in file blogpodcastcategory.class.php, variable Content_BlogPodcastCategory::$base
    Reference to base class
$base
in file simpleguestbook.class.php, variable Content_SimpleGuestbook::$base
    Reference to base class
$base
in file simpleform.class.php, variable Content_SimpleForm::$base
    Reference to base class
$base
in file blogpodcastitms.class.php, variable Display_BlogPodcastItms::$base
    Reference to base class
$base
in file simpleformindex.class.php, variable Display_SimpleFormIndex::$base
    Reference to base class
$base
in file simpleformlogin.class.php, variable Display_SimpleFormLogin::$base
    Reference to base class
$base
in file antispamplugin.class.php, variable Community_AntiSpamPlugin::$base
    Reference to base class
$base
in file blogpodcast.class.php, variable Content_BlogPodcast::$base
    Reference to base class
$base
in file simplepagelogin.class.php, variable Display_SimplePageLogin::$base
    Reference to base class
$base
in file bloglogin.class.php, variable Display_BlogLogin::$base
    Reference to base class
$base
in file simplepageindex.class.php, variable Display_SimplePageIndex::$base
    Reference to base class
$blocking
in file Socket.php, variable Net_Socket::$blocking
    Whether the socket is blocking. Defaults to true.
$booleanize
in file Config_File.class.php, variable Config_File::$booleanize
    Controls whether config values of on/true/yes and off/false/no get converted to boolean values automatically.
Base_Base
in file base.class.php, class Base_Base
Base_Base
in file base.class.php, function Base_Base()
    Singleton for Application_PingService.
base.class.php
procedural page base.class.php
Base_Cnc
in file cnc.class.php, class Base_Cnc
    Project: Welcompose File: cnc.class.php
Base_Compat
in file compat.class.php, class Base_Compat
    Project: Welcompose File: compat.class.php
Base_Cookie
in file cookie.class.php, class Base_Cookie
    Project: Welcompose File: cookie.class.php
Base_CookieException
in file cookie.class.php, class Base_CookieException
Base_Database
in file pdo.class.php, class Base_Database
    Project: Welcompose File: pdo.class.php
Base_DatabaseException
in file pdo.class.php, class Base_DatabaseException
Base_Error
in file error.class.php, function Base_Error()
    Singleton for Base_Error.
Base_Error
in file error.class.php, class Base_Error
Base_ErrorException
in file error.class.php, class Base_ErrorException
BASE_ERROR_DEBUG
in file error.class.php, constant BASE_ERROR_DEBUG
BASE_ERROR_ERROR
in file error.class.php, constant BASE_ERROR_ERROR
BASE_ERROR_NOTICE
in file error.class.php, constant BASE_ERROR_NOTICE
BASE_ERROR_WARNING
in file error.class.php, constant BASE_ERROR_WARNING
Base_Imagemagick
in file imagemagick.class.php, class Base_Imagemagick
    Project: Welcompose File: imagemagick.class.php
Base_ImagemagickException
in file imagemagick.class.php, class Base_ImagemagickException
Base_Session
in file session.class.php, class Base_Session
Base_Session
in file session.class.php, function Base_Session()
    Singleton for Base_Session.
Base_SessionException
in file session.class.php, class Base_SessionException
Base_Utility
in file utility.class.php, class Base_Utility
    Project: Welcompose File: utility.class.php
Base_UtilityException
in file utility.class.php, class Base_UtilityException
begin
in file pdo.class.php, method Base_Database::begin()
    Begin transaction
block
in file textile.php, method Textile::block()
blockLite
in file textile.php, method Textile::blockLite()
blogCommentStatusBelongsToCurrentProject
in file blogcommentstatus.class.php, method Community_BlogCommentStatus::blogCommentStatusBelongsToCurrentProject()
    Tests whether given blog comment status belongs to current project. Takes the blog comment status id as first argument. Returns bool.
blogCommentStatusBelongsToCurrentUser
in file blogcommentstatus.class.php, method Community_BlogCommentStatus::blogCommentStatusBelongsToCurrentUser()
    Test whether blog comment status belongs to current user or not. Takes the blog comment status id as first argument. Returns bool.
blogPodcastBelongsToCurrentProject
in file blogpodcast.class.php, method Content_BlogPodcast::blogPodcastBelongsToCurrentProject()
    Tests whether given blog podcast belongs to current project. Takes the blog podcast id as first argument. Returns bool.
blogPodcastBelongsToCurrentUser
in file blogpodcast.class.php, method Content_BlogPodcast::blogPodcastBelongsToCurrentUser()
    Test whether blog podcast belongs to current user or not. Takes the blog podcast id as first argument. Returns bool.
blogPodcastCategoryBelongsToCurrentProject
in file blogpodcastcategory.class.php, method Content_BlogPodcastCategory::blogPodcastCategoryBelongsToCurrentProject()
    Tests whether given blog podcast category belongs to current project. Takes the blog podcast category id as first argument. Returns bool.
blogPodcastCategoryBelongsToCurrentUser
in file blogpodcastcategory.class.php, method Content_BlogPodcastCategory::blogPodcastCategoryBelongsToCurrentUser()
    Test whether box belongs to current user or not. Takes the box id as first argument. Returns bool.
blogPodcastExists
in file blogpodcast.class.php, method Content_BlogPodcast::blogPodcastExists()
    Test whether blog podcast exists. Takes the podcast id as first argument, returns bool.
blogPostingBelongsToCurrentProject
in file blogposting.class.php, method Content_BlogPosting::blogPostingBelongsToCurrentProject()
    Tests whether given blog posting belongs to current project. Takes the blog posting id as first argument. Returns bool.
blogPostingBelongsToCurrentUser
in file blogposting.class.php, method Content_BlogPosting::blogPostingBelongsToCurrentUser()
    Test whether blog posting belongs to current user or not. Takes the blog posting id as first argument. Returns bool.
blogPostingExists
in file blogposting.class.php, method Content_BlogPosting::blogPostingExists()
    Tests if blog posting exists. Takes the id of the blog posting as first argument. Returns bool.
boxBelongsToCurrentProject
in file box.class.php, method Content_Box::boxBelongsToCurrentProject()
    Tests whether given box belongs to current project. Takes the box id as first argument. Returns bool.
boxBelongsToCurrentUser
in file box.class.php, method Content_Box::boxBelongsToCurrentUser()
    Test whether box belongs to current user or not. Takes the box id as first argument. Returns bool.
blogcomment.class.php
procedural page blogcomment.class.php
blogcommentstatus.class.php
procedural page blogcommentstatus.class.php
blogpodcast.class.php
procedural page blogpodcast.class.php
blogpodcastcategory.class.php
procedural page blogpodcastcategory.class.php
blogposting.class.php
procedural page blogposting.class.php
blogtag.class.php
procedural page blogtag.class.php
box.class.php
procedural page box.class.php
blogarchivemonth.class.php
procedural page blogarchivemonth.class.php
blogarchiveyear.class.php
procedural page blogarchiveyear.class.php
blogatom10.class.php
procedural page blogatom10.class.php
blogcommentsatom10.class.php
procedural page blogcommentsatom10.class.php
blogcommentsrss20.class.php
procedural page blogcommentsrss20.class.php
blogindex.class.php
procedural page blogindex.class.php
blogitem.class.php
procedural page blogitem.class.php
bloglogin.class.php
procedural page bloglogin.class.php
blogpodcastitms.class.php
procedural page blogpodcastitms.class.php
blogrss20.class.php
procedural page blogrss20.class.php
button.php
procedural page button.php
block.textformat.php
procedural page block.textformat.php
top

c

$c
in file textile.php, variable Textile::$c
$cache
in file flickr.class.php, variable flickrClient::$cache
    Container for the PEAR Cache_Lite object
$cache_dir
in file Smarty.class.php, variable Smarty::$cache_dir
    The name of the directory for cache files.
$cache_handler_func
in file Smarty.class.php, variable Smarty::$cache_handler_func
    The function used for cache file handling. If not set, built-in caching is used.
$cache_lifetime
in file Smarty.class.php, variable Smarty::$cache_lifetime
    This is the number of seconds cached content will persist.
$cache_modified_check
in file Smarty.class.php, variable Smarty::$cache_modified_check
    Only used when $caching is enabled. If true, then If-Modified-Since headers are respected with cached content, and appropriate HTTP headers are sent.
$caching
in file Smarty.class.php, variable Smarty::$caching
    This enables template caching.
$captcha
in file simpleguestbookindex.class.php, variable Display_SimpleGuestbookIndex::$captcha
    Reference to captcha class
$captcha
in file generatorformindex.class.php, variable Display_GeneratorFormIndex::$captcha
    Reference to captcha class
$captcha
in file simpleformindex.class.php, variable Display_SimpleFormIndex::$captcha
    Reference to captcha class
$captcha
in file blogitem.class.php, variable Display_BlogItem::$captcha
    Reference to captcha class
$childs
in file wcom_plugin_textconverter_xhtml.php, variable HtmlTag::$childs
$clas
in file textile.php, variable Textile::$clas
$code
in file PEAR.php, variable PEAR_Error::$code
$colors
in file Text.php, variable Image_Text::$colors
    Color indeces returned by imagecolorallocatealpha.
$compiler
in file Smarty_GettextHelper.class.php, variable Smarty_GettextHelper::$compiler
    Smarty_Compiler instance
$compiler_class
in file Smarty.class.php, variable Smarty::$compiler_class
    The class used for compiling templates.
$compiler_file
in file Smarty.class.php, variable Smarty::$compiler_file
    The file that contains the compiler class. This can a full pathname, or relative to the php_include path.
$compile_check
in file Smarty.class.php, variable Smarty::$compile_check
    This tells Smarty whether to check for recompiling or not. Recompiling does not need to happen unless a template or config file is changed.
$compile_dir
in file Smarty.class.php, variable Smarty::$compile_dir
    The directory where compiled templates are located.
$compile_id
in file Smarty.class.php, variable Smarty::$compile_id
    Set this if you want different sets of compiled files for the same templates. This is useful for things like different languages.
$config_booleanize
in file Smarty.class.php, variable Smarty::$config_booleanize
    This tells whether or not to automatically booleanize config file variables.
$config_class
in file Smarty.class.php, variable Smarty::$config_class
    The class used to load config vars.
$config_dir
in file Smarty.class.php, variable Smarty::$config_dir
    The directory where config files are located.
$config_fix_newlines
in file Smarty.class.php, variable Smarty::$config_fix_newlines
    This tells whether or not automatically fix newlines in config files.
$config_overwrite
in file Smarty.class.php, variable Smarty::$config_overwrite
    This tells if config file vars of the same name overwrite each other or not.
$config_read_hidden
in file Smarty.class.php, variable Smarty::$config_read_hidden
    This tells whether hidden sections [.foobar] are readable from the tempalates or not. Normally you would never allow this since that is the point behind hidden sections: the application can access them, but the templates cannot.
$content
in file wcom_plugin_textconverter_xhtml.php, variable HtmlTag::$content
$convert_payload_encoding
in file RPC.php, variable XML_RPC_Message::$convert_payload_encoding
    Should the payload's content be passed through mb_convert_encoding()?
$convert_payload_encoding
in file Server.php, variable XML_RPC_Server::$convert_payload_encoding
    Should the payload's content be passed through mb_convert_encoding()?
$counter
in file Smarty_GettextHelper.class.php, variable Smarty_GettextHelper::$counter
    Template var counter
$cspn
in file textile.php, variable Textile::$cspn
cnc.class.php
procedural page cnc.class.php
compat.class.php
procedural page compat.class.php
cookie.class.php
procedural page cookie.class.php
cacheFlickrResponse
in file flickr.class.php, method flickrClient::cacheFlickrResponse()
    Caches the Flickr response as supplied by the http_response body.
Cache_Lite
in file Lite.php, class Cache_Lite
Cache_Lite
in file Lite.php, method Cache_Lite::Cache_Lite()
    Constructor
CACHE_LITE_ERROR_DIE
in file Lite.php, constant CACHE_LITE_ERROR_DIE
CACHE_LITE_ERROR_RETURN
in file Lite.php, constant CACHE_LITE_ERROR_RETURN
Cache_Lite_File
in file File.php, class Cache_Lite_File
Cache_Lite_File
in file File.php, method Cache_Lite_File::Cache_Lite_File()
    Constructor
Cache_Lite_Function
in file Function.php, method Cache_Lite_Function::Cache_Lite_Function()
    Constructor
Cache_Lite_Function
in file Function.php, class Cache_Lite_Function
Cache_Lite_Output
in file Output.php, class Cache_Lite_Output
Cache_Lite_Output
in file Output.php, method Cache_Lite_Output::Cache_Lite_Output()
    Constructor
calculatePageIndex
in file helper.class.php, method Utility_Helper::calculatePageIndex()
    Calculates a page index on basis of the total item count and the number of items per page. Tasks the total item count as first argument, the number of items per page as second argument. Returns array.
call
in file Function.php, method Cache_Lite_Function::call()
    Calls a cacheable function or method (or not if there is already a cache for it)
captchaValue
in file captcha.class.php, method Utility_Captcha::captchaValue()
    Returns the current captcha value that the user input should match.
changeNavigationOfNodeInTree
in file nestedset.class.php, method Utility_NestedSet::changeNavigationOfNodeInTree()
    Takes node out of a navigation and puts it at the end of
changeNavigationOfRootNode
in file nestedset.class.php, method Utility_NestedSet::changeNavigationOfRootNode()
    Takes root node out of a navigation and puts it at the end of
charset
in file Common.php, method HTML_Common::charset()
    Sets the charset to use by htmlspecialchars() function
check
in file antispam.interface.php, method Welcompose_AntiSpam_Comment::check()
    Executes spam check. Returns boolean true if the spam check was successfully executed. Note that this says nothing about the comment being spam or not.
checkAccess
in file page.class.php, method Content_Page::checkAccess()
    Checks if current user has access to given page. Takes the page id as first argument, the flag, if the page has to be protected or not, as second argument. Returns bool.
checkDateOnEmpty
in file simpledate.class.php, method Content_SimpleDate::checkDateOnEmpty()
    Tests given date array wether the values are not null and in workable format.
chmodDirDefault
in file chmod.class.php, method Utility_Chmod::chmodDirDefault()
    Changes rights to dir to fit the default dir mask definition.
chmodDirWritable
in file chmod.class.php, method Utility_Chmod::chmodDirWritable()
    Changes rights to dir to fit the writable dir mask definition.
chmodFileDefault
in file chmod.class.php, method Utility_Chmod::chmodFileDefault()
    Changes rights to files to fit the default file mask definition.
chmodFileWritable
in file chmod.class.php, method Utility_Chmod::chmodFileWritable()
    Changes rights to files to fit the writable file mask definition.
clean
in file Lite.php, method Cache_Lite::clean()
    Clean the cache
cleanWhiteSpace
in file textile.php, method Textile::cleanWhiteSpace()
clear
in file session.class.php, method Base_Session::clear()
    Clear Session
clear
in file Config_File.class.php, method Config_File::clear()
    Clear loaded config data for a certain file or all files.
clearAllTemplates
in file Default.php, method HTML_QuickForm_Renderer_Default::clearAllTemplates()
    Clears all the HTML out of the templates that surround notes, elements, etc.
clearCookies
in file Request.php, method HTTP_Request::clearCookies()
    Clears any cookies that have been added (DEPRECATED).
clearPostData
in file Request.php, method HTTP_Request::clearPostData()
    Clears any postdata that has been added (DEPRECATED).
clear_all_assign
in file Smarty.class.php, method Smarty::clear_all_assign()
    clear all the assigned template variables.
clear_all_cache
in file Smarty.class.php, method Smarty::clear_all_cache()
    clear the entire contents of cache (all templates)
clear_assign
in file Smarty.class.php, method Smarty::clear_assign()
    clear the given assigned template variable.
clear_cache
in file Smarty.class.php, method Smarty::clear_cache()
    clear cached content for the given template and cache id
clear_compiled_tpl
in file Smarty.class.php, method Smarty::clear_compiled_tpl()
    clears compiled version of specified template resource, or all compiled template files if one is not specified.
clear_config
in file Smarty.class.php, method Smarty::clear_config()
    clear configuration values
close
in file file.php, method Log_file::close()
    Closes the log file if it is open.
close
in file mdb2.php, method Log_mdb2::close()
    Closes the connection to the database if it is still open and we were the ones that opened it. It is the caller's responsible to close an existing connection that was passed to us via $conf['db'].
close
in file mcal.php, method Log_mcal::close()
    Closes the calendar stream, if it is open.
close
in file Log.php, method Log::close()
    Abstract implementation of the close() method.
close
in file firebug.php, method Log_firebug::close()
    Closes the firebug handler.
close
in file mail.php, method Log_mail::close()
    Closes the message, if it is open, and sends the mail.
close
in file error_log.php, method Log_error_log::close()
    Closes the handler.
close
in file null.php, method Log_null::close()
    Closes the handler.
close
in file display.php, method Log_display::close()
    Closes the display handler.
close
in file daemon.php, method Log_daemon::close()
    Closes the connection to the system logger, if it is open.
close
in file console.php, method Log_console::close()
    Closes the output stream.
close
in file composite.php, method Log_composite::close()
    Closes all of the child instances.
close
in file win.php, method Log_win::close()
    Closes the output stream if it is open. If there are still pending lines in the output buffer, the output window will be opened so that the buffer can be drained.
close
in file session.class.php, method Base_Session::close()
    Close Session
close
in file sqlite.php, method Log_sqlite::close()
    Closes the connection to the database if it is still open and we were the ones that opened it. It is the caller's responsible to close an existing connection that was passed to us via $conf['db'].
close
in file syslog.php, method Log_syslog::close()
    Closes the connection to the system logger, if it is open.
close
in file sql.php, method Log_sql::close()
    Closes the connection to the database if it is still open and we were the ones that opened it. It is the caller's responsible to close an existing connection that was passed to us via $conf['db'].
cmap
in file textile.php, method Textile::cmap()
code
in file textile.php, method Textile::code()
commit
in file pdo.class.php, method Base_Database::commit()
    Commit transaction
Community_AntiSpamPlugin
in file antispamplugin.class.php, function Community_AntiSpamPlugin()
    Singleton for Community_AntiSpamPlugin.
Community_AntiSpamPlugin
in file antispamplugin.class.php, class Community_AntiSpamPlugin
Community_AntiSpamPluginException
in file antispamplugin.class.php, class Community_AntiSpamPluginException
Community_BlogComment
in file blogcomment.class.php, class Community_BlogComment
Community_BlogComment
in file blogcomment.class.php, function Community_BlogComment()
    Singleton for Community_BlogComment.
Community_BlogCommentException
in file blogcomment.class.php, class Community_BlogCommentException
Community_BlogCommentStatus
in file blogcommentstatus.class.php, function Community_BlogCommentStatus()
    Singleton for Community_BlogCommentStatus.
Community_BlogCommentStatus
in file blogcommentstatus.class.php, class Community_BlogCommentStatus
Community_BlogCommentStatusException
in file blogcommentstatus.class.php, class Community_BlogCommentStatusException
Community_Settings
in file settings.class.php, class Community_Settings
Community_Settings
in file settings.class.php, function Community_Settings()
    Singleton for Community_Settings.
Community_SettingsException
in file settings.class.php, class Community_SettingsException
configureLocales
in file base.class.php, method Base_Base::configureLocales()
    Configure locales
Config_File
in file Config_File.class.php, class Config_File
    Config file reading class
Config_File
in file Config_File.class.php, method Config_File::Config_File()
    Constructs a new config file class.
config_load
in file Smarty.class.php, method Smarty::config_load()
    load configuration values
connect
in file SMTP.php, method Net_SMTP::connect()
    Attempt to connect to the SMTP server.
connect
in file Socket.php, method Net_Socket::connect()
    Connect to the specified port. If called when the socket is already connected, it disconnects and connects again.
construct
in file Text.php, method Image_Text::construct()
    Construct and initialize an Image_Text in one step.
Content_Abbreviation
in file abbreviation.class.php, class Content_Abbreviation
Content_Abbreviation
in file abbreviation.class.php, function Content_Abbreviation()
    Singleton for Content_Abbreviation.
Content_AbbreviationException
in file abbreviation.class.php, class Content_AbbreviationException
Content_BlogPodcast
in file blogpodcast.class.php, class Content_BlogPodcast
Content_BlogPodcast
in file blogpodcast.class.php, function Content_BlogPodcast()
    Singleton for Content_BlogPodcast.
Content_BlogPodcastCategory
in file blogpodcastcategory.class.php, function Content_BlogPodcastCategory()
    Singleton for Content_BlogPodcastCategory.
Content_BlogPodcastCategory
in file blogpodcastcategory.class.php, class Content_BlogPodcastCategory
Content_BlogPodcastCategoryException
in file blogpodcastcategory.class.php, class Content_BlogPodcastCategoryException
Content_BlogPodcastException
in file blogpodcast.class.php, class Content_BlogPodcastException
Content_BlogPosting
in file blogposting.class.php, function Content_BlogPosting()
    Singleton for Content_BlogPosting.
Content_BlogPosting
in file blogposting.class.php, class Content_BlogPosting
Content_BlogPostingException
in file blogposting.class.php, class Content_BlogPostingException
Content_BlogTag
in file blogtag.class.php, function Content_BlogTag()
    Singleton for Content_BlogTag.
Content_BlogTag
in file blogtag.class.php, class Content_BlogTag
Content_BlogTagException
in file blogtag.class.php, class Content_BlogTagException
Content_Box
in file box.class.php, function Content_Box()
    Singleton for Content_Box.
Content_Box
in file box.class.php, class Content_Box
Content_BoxException
in file box.class.php, class Content_BoxException
Content_EventPosting
in file eventposting.class.php, class Content_EventPosting
Content_EventPosting
in file eventposting.class.php, function Content_EventPosting()
    Singleton for Content_EventPosting.
Content_EventPostingException
in file eventposting.class.php, class Content_EventPostingException
Content_EventTag
in file eventtag.class.php, class Content_EventTag
Content_EventTag
in file eventtag.class.php, function Content_EventTag()
    Singleton for Content_EventTag.
Content_EventTagException
in file eventtag.class.php, class Content_EventTagException
Content_GeneratorForm
in file generatorform.class.php, class Content_GeneratorForm
Content_GeneratorForm
in file generatorform.class.php, function Content_GeneratorForm()
    Singleton for Content_GeneratorForm.
Content_GeneratorFormException
in file generatorform.class.php, class Content_GeneratorFormException
Content_GeneratorFormField
in file generatorformfield.class.php, function Content_GeneratorFormField()
    Singleton for Content_GeneratorFormField.
Content_GeneratorFormField
in file generatorformfield.class.php, class Content_GeneratorFormField
Content_GeneratorFormFieldException
in file generatorformfield.class.php, class Content_GeneratorFormFieldException
Content_GlobalBox
in file globalbox.class.php, function Content_GlobalBox()
    Singleton for Content_GlobalBox.
Content_GlobalBox
in file globalbox.class.php, class Content_GlobalBox
Content_GlobalBoxException
in file globalbox.class.php, class Content_GlobalBoxException
Content_Navigation
in file navigation.class.php, class Content_Navigation
Content_Navigation
in file navigation.class.php, function Content_Navigation()
    Singleton for Content_Navigation.
Content_NavigationException
in file navigation.class.php, class Content_NavigationException
Content_Page
in file page.class.php, function Content_Page()
    Singleton for Content_Page.
Content_Page
in file page.class.php, class Content_Page
Content_PageException
in file page.class.php, class Content_PageException
Content_PageType
in file pagetype.class.php, class Content_PageType
Content_PageType
in file pagetype.class.php, function Content_PageType()
    Singleton for Content_PageType.
Content_PageTypeException
in file pagetype.class.php, class Content_PageTypeException
Content_SimpleDate
in file simpledate.class.php, function Content_SimpleDate()
    Singleton for Content_SimpleDate.
Content_SimpleDate
in file simpledate.class.php, class Content_SimpleDate
Content_SimpleDateException
in file simpledate.class.php, class Content_SimpleDateException
Content_SimpleForm
in file simpleform.class.php, class Content_SimpleForm
Content_SimpleForm
in file simpleform.class.php, function Content_SimpleForm()
    Singleton for Content_SimpleForm.
Content_SimpleFormException
in file simpleform.class.php, class Content_SimpleFormException
Content_SimpleGuestbook
in file simpleguestbook.class.php, function Content_SimpleGuestbook()
    Singleton for Content_SimpleGuestbook.
Content_SimpleGuestbook
in file simpleguestbook.class.php, class Content_SimpleGuestbook
Content_SimpleGuestbookEntry
in file simpleguestbookentry.class.php, class Content_SimpleGuestbookEntry
Content_SimpleGuestbookEntry
in file simpleguestbookentry.class.php, function Content_SimpleGuestbookEntry()
    Singleton for Content_SimpleGuestbookEntry.
Content_SimpleGuestbookEntryException
in file simpleguestbookentry.class.php, class Content_SimpleGuestbookEntryException
Content_SimpleGuestbookException
in file simpleguestbook.class.php, class Content_SimpleGuestbookException
Content_SimplePage
in file simplepage.class.php, class Content_SimplePage
Content_SimplePage
in file simplepage.class.php, function Content_SimplePage()
    Singleton for Content_SimplePage
Content_SimplePageException
in file simplepage.class.php, class Content_SimplePageException
Content_StructuralTemplate
in file structuraltemplate.class.php, class Content_StructuralTemplate
Content_StructuralTemplate
in file structuraltemplate.class.php, function Content_StructuralTemplate()
    Singleton for Content_StructuralTemplate.
Content_StructuralTemplateException
in file structuraltemplate.class.php, class Content_StructuralTemplateException
convert
in file imagemagick.class.php, method Base_Imagemagick::convert()
    Convert image
countAbbreviations
in file abbreviation.class.php, method Content_Abbreviation::countAbbreviations()
    Method to count abbreviations. Takes key=>value array with count params as first argument. Returns array.
countAntiSpamPlugins
in file antispamplugin.class.php, method Community_AntiSpamPlugin::countAntiSpamPlugins()
    Method to count the existing anti spam plugins. Takes key=>value array with count params as first argument. Returns array.
countBlogComments
in file blogcomment.class.php, method Community_BlogComment::countBlogComments()
    Method to count amount of saved blog postings. Takes key=>value array with select params as first argument. Returns int.
countBlogCommentStatuses
in file blogcommentstatus.class.php, method Community_BlogCommentStatus::countBlogCommentStatuses()
    Method to count the existing blog comment statuses. Takes key=>value array with count params as first argument. Returns array.
countBlogPodcastCategories
in file blogpodcastcategory.class.php, method Content_BlogPodcastCategory::countBlogPodcastCategories()
    Method to count blog podcast categories. Takes key=>value array with count params as first argument. Returns int.
countBlogPodcasts
in file blogpodcast.class.php, method Content_BlogPodcast::countBlogPodcasts()
    Method to count blog podcasts. Takes key=>value array with select params as first argument. Returns int.
countBlogPostings
in file blogposting.class.php, method Content_BlogPosting::countBlogPostings()
    Method to count blog postings. Takes key=>value array with select params as first argument. Returns int.
countBoxes
in file box.class.php, method Content_Box::countBoxes()
    Method to count boxes. Takes key=>value array with count params as first argument. Returns array.
countEventPostings
in file eventposting.class.php, method Content_EventPosting::countEventPostings()
    Method to count event postings. Takes key=>value array with select params as first argument. Returns int.
countGeneratorFormFields
in file generatorformfield.class.php, method Content_GeneratorFormField::countGeneratorFormFields()
    Method to count generator form fields. Takes key=>value array with select count as first argument. Returns array.
countGlobalBoxes
in file globalbox.class.php, method Content_GlobalBox::countGlobalBoxes()
    Method to count global boxes. Takes key=>value array with count params as first argument. Returns array.
countGlobalFiles
in file globalfile.class.php, method Templating_GlobalFile::countGlobalFiles()
    Method to count global files. Takes key=>value array with count params as first argument. Returns array.
countGlobalTemplates
in file globaltemplate.class.php, method Templating_GlobalTemplate::countGlobalTemplates()
    Method to count global templates. Takes key=>value array with count params as first argument. Returns array.
countNodes
in file nestedset.class.php, method Utility_NestedSet::countNodes()
    Method to count the nodes. Takes key=>value array with count params as first argument. Returns int.
countObjects
in file object.class.php, method Media_Object::countObjects()
    Counts objects saved in the media object table.
countPages
in file page.class.php, method Content_Page::countPages()
    Method to count pages. Takes key=>value array with counting params as first argument. Returns array.
countPingServiceConfigurations
in file pingserviceconfiguration.class.php, method Application_PingServiceConfiguration::countPingServiceConfigurations()
    Method to count ping service configurations. Takes key=>value array with count params as first argument. Returns int.
countPingServices
in file pingservice.class.php, method Application_PingService::countPingServices()
    Method to count the available ping services. Takes key=>value array with count params as first argument. Returns array.
countProjects
in file project.class.php, method Application_Project::countProjects()
    Method to count available projects. Takes key=>value array with select params as first argument. Returns int.
countRights
in file right.class.php, method User_Right::countRights()
    Method to count user rights. Takes key=>value array with counting params as first argument. Returns array.
countSimpleDates
in file simpledate.class.php, method Content_SimpleDate::countSimpleDates()
    Method to count simple dates. Takes key=>value array with select params as first argument. Returns int.
countSimpleGuestbookEntries
in file simpleguestbookentry.class.php, method Content_SimpleGuestbookEntry::countSimpleGuestbookEntries()
    Method to count simple guestbook entrys. Takes key=>value array with select count as first argument. Returns array.
countStructuralTemplates
in file structuraltemplate.class.php, method Content_StructuralTemplate::countStructuralTemplates()
    Method to count structural templates. Takes key=>value array with count params as first argument. Returns array.
countTemplates
in file template.class.php, method Templating_Template::countTemplates()
    Method to count templates. Takes key=>value with count params as first argument. Returns array.
countTextConverters
in file textconverter.class.php, method Application_TextConverter::countTextConverters()
    Method to count the existing text converters. Takes key=>value array with count params as first argument. Returns array.
countTextMacros
in file textmacro.class.php, method Application_TextMacro::countTextMacros()
    Method to count the existing text macros. Takes key=>value array with count params as first argument. Returns array.
create
in file Password.php, method Text_Password::create()
    Create a single password.
createCaptcha
in file captcha.class.php, method Utility_Captcha::createCaptcha()
    Wrapper for the different captcha generators. Takes the captcha type as first argument. Available captcha types:
createElement
in file QuickForm.php, method HTML_QuickForm::createElement()
    Creates a new form element of the given type.
createFromLogin
in file Password.php, method Text_Password::createFromLogin()
    Create password from login
createHeaders
in file RPC.php, method XML_RPC_Client::createHeaders()
    Determines the HTTP headers and puts it in the $headers property
createImageCaptcha
in file captcha.class.php, method Utility_Captcha::createImageCaptcha()
    Creates image captcha using PEAR's Text_CAPTCHA. Returns the www path from the doc root to the image.
createImageThumbnail
in file object.class.php, method Media_Object::createImageThumbnail()
    Creates thumbnail of given image. Takes the original name (as saved on
createMeaningfulString
in file helper.class.php, method Utility_Helper::createMeaningfulString()
    Replaces non-url-friendly characters like whitespaces etc. with something more url friendly to create the 'meaningful urls'. Takes the string to convert as first argument. Returns the converted string.
createMultiple
in file Password.php, method Text_Password::createMultiple()
    Create multiple, different passwords
createMultipleFromLogin
in file Password.php, method Text_Password::createMultipleFromLogin()
    Create multiple, different passwords from an array of login
createNode
in file nestedset.class.php, method Utility_NestedSet::createNode()
    Wrapper around all the other create* functions. Decides which of all the different create* functions to use.
createNodeAbove
in file nestedset.class.php, method Utility_NestedSet::createNodeAbove()
    Creates node above existing node. Takes the navigation id as first argument, the id of the reference node above that the new node will be positioned as second argument. Returns insert id.
createNodeBelow
in file nestedset.class.php, method Utility_NestedSet::createNodeBelow()
    Creates node below existing node (~ creates new branch). Takes the navigation id as first argument, the id of the reference node where the sub node will be attached to as second argument. Returns insert id.
createNumeralCaptcha
in file captcha.class.php, method Utility_Captcha::createNumeralCaptcha()
    Creates numeral captcha using PEAR's Text_CAPTCHA. Returns the captcha string.
createPayload
in file RPC.php, method XML_RPC_Message::createPayload()
    Fills the XML_RPC_Message::$payload property
createRootNode
in file nestedset.class.php, method Utility_NestedSet::createRootNode()
    Creates new root node. Takes the navigation id as first argument, the id of the reference node after or before the new node will be created as second argument and the positioning information as third argument.
createServerHeaders
in file Server.php, method XML_RPC_Server::createServerHeaders()
    Determines the HTTP headers and puts them in the $server_headers property
createServerPayload
in file Server.php, method XML_RPC_Server::createServerPayload()
    Generates the payload and puts it in the $server_payload property
crit
in file Log.php, method Log::crit()
    A convenience function for logging a critical event. It will log a message at the PEAR_LOG_CRIT log level.
crypt
in file Rc4.php, method Crypt_RC4::crypt()
    Encrypt function
Crypt_RC4
in file Rc4.php, class Crypt_RC4
    RC4 stream cipher routines implementation
Crypt_RC4
in file Rc4.php, method Crypt_RC4::Crypt_RC4()
    Constructor Pass encryption key to key()
Common.php
procedural page Common.php
checkbox.php
procedural page checkbox.php
Callback.php
procedural page Callback.php
Compare.php
procedural page Compare.php
composite.php
procedural page composite.php
console.php
procedural page console.php
CAPTCHA.php
procedural page CAPTCHA.php
Config_File.class.php
procedural page Config_File.class.php
compiler.i18n.php
procedural page compiler.i18n.php
core.assemble_plugin_filepath.php
procedural page core.assemble_plugin_filepath.php
core.assign_smarty_interface.php
procedural page core.assign_smarty_interface.php
core.create_dir_structure.php
procedural page core.create_dir_structure.php
core.display_debug_console.php
procedural page core.display_debug_console.php
core.get_include_path.php
procedural page core.get_include_path.php
core.get_microtime.php
procedural page core.get_microtime.php
core.get_php_resource.php
procedural page core.get_php_resource.php
core.is_secure.php
procedural page core.is_secure.php
core.is_trusted.php
procedural page core.is_trusted.php
core.load_plugins.php
procedural page core.load_plugins.php
core.load_resource_plugin.php
procedural page core.load_resource_plugin.php
core.process_cached_inserts.php
procedural page core.process_cached_inserts.php
core.process_compiled_include.php
procedural page core.process_compiled_include.php
core.read_cache_file.php
procedural page core.read_cache_file.php
core.rmdir.php
procedural page core.rmdir.php
core.rm_auto.php
procedural page core.rm_auto.php
core.run_insert_handler.php
procedural page core.run_insert_handler.php
core.smarty_include_php.php
procedural page core.smarty_include_php.php
core.write_cache_file.php
procedural page core.write_cache_file.php
core.write_compiled_include.php
procedural page core.write_compiled_include.php
core.write_compiled_resource.php
procedural page core.write_compiled_resource.php
core.write_file.php
procedural page core.write_file.php
compiler.assign.php
procedural page compiler.assign.php
captcha.class.php
procedural page captcha.class.php
chmod.class.php
procedural page chmod.class.php
cookie.class.php
procedural page cookie.class.php
top

d

$date
in file utility.class.php, variable Base_Utility::$date
    Reference to PEAR::Date object
$db
in file base.class.php, variable Base_Base::$db
    Reference to database class
$debug
in file Server.php, variable XML_RPC_Server::$debug
    Debug mode (0 = off, 1 = on)
$debug
in file smtp.php, variable Mail_smtp::$debug
    Turn on Net_SMTP debugging?
$debug
in file RPC.php, variable XML_RPC_Client::$debug
    The current debug mode (1 = on, 0 = off)
$debug
in file RPC.php, variable XML_RPC_Message::$debug
    The current debug mode (1 = on, 0 = off)
$debugging
in file Smarty.class.php, variable Smarty::$debugging
    If debugging is enabled, a debug console window will display when the page loads (make sure your browser allows unrequested popup windows)
$debugging_ctrl
in file Smarty.class.php, variable Smarty::$debugging_ctrl
    This determines if debugging is enable-able from the browser.
$debug_tpl
in file Smarty.class.php, variable Smarty::$debug_tpl
    This is the path to the debug console template. If not set, the default one will be used.
$default_domain
in file RFC822.php, variable Mail_RFC822::$default_domain
    The default domain to use for unqualified addresses.
$default_modifiers
in file Smarty.class.php, variable Smarty::$default_modifiers
    This is a list of the modifiers to apply to all template variables.
$default_resource_type
in file Smarty.class.php, variable Smarty::$default_resource_type
    This is the resource type to be used when not specified
$default_template_handler_func
in file Smarty.class.php, variable Smarty::$default_template_handler_func
    If a template cannot be found, this PHP function will be executed.
$dmap
in file Server.php, variable XML_RPC_Server::$dmap
    The dispatch map, listing the methods this server provides.
$doc_root
in file textile.php, variable Textile::$doc_root
defaults.inc.php
procedural page defaults.inc.php
data
in file SMTP.php, method Net_SMTP::data()
    Send the DATA command.
dateFromQuickFormDate
in file helper.class.php, method Utility_Helper::dateFromQuickFormDate()
    Creates date string as expected by MySQL's date fields from QuickForm's date element.
datesForTimeframe
in file helper.class.php, method Utility_Helper::datesForTimeframe()
    Calculates start/end dates for given timeframe. Takes the name of the timeframe as first argument. Returns array with to values: timeframe_start and timeframe end.
datetimeFromQuickFormDate
in file helper.class.php, method Utility_Helper::datetimeFromQuickFormDate()
    Creates date string as expected by MySQL's datetime fields from QuickForm's date element.
datetimeFromQuickFormDateWithNull
in file helper.class.php, method Utility_Helper::datetimeFromQuickFormDateWithNull()
    Creates date string as expected by MySQL's datetime fields from QuickForm's date element. Return null when empty.
debug
in file Log.php, method Log::debug()
    A convenience function for logging a debug event. It will log a message at the PEAR_LOG_DEBUG log level.
debug_enabled
in file base.class.php, method Base_Base::debug_enabled()
    Debug enabled
decode
in file mimeDecode.php, method Mail_mimeDecode::decode()
    Begins the decoding process. If called statically it will create an object and call the decode() method of it.
decode_high
in file textile.php, method Textile::decode_high()
decrypt
in file Rc4.php, method Crypt_RC4::decrypt()
    Decrypt function
defaultRenderer
in file QuickForm.php, method HTML_QuickForm::defaultRenderer()
    Returns a reference to default renderer object
delete
in file pdo.class.php, method Base_Database::delete()
    Delete row
deleteAbbreviation
in file abbreviation.class.php, method Content_Abbreviation::deleteAbbreviation()
    Removes abbreviation from the abbreviation table. Takes the abbreviation id as first argument. Returns amount of affected rows.
deleteAntiSpamPlugin
in file antispamplugin.class.php, method Community_AntiSpamPlugin::deleteAntiSpamPlugin()
    Removes anti spam plugin from the anti spam plugins table. Takes the anti spam plugin id as first argument. Returns amount of affected rows.
deleteBlogComment
in file blogcomment.class.php, method Community_BlogComment::deleteBlogComment()
    Removes blog comment from the blog comment table. Takes the blog comment id as first argument. Returns amount of affected rows.
deleteBlogCommentStatus
in file blogcommentstatus.class.php, method Community_BlogCommentStatus::deleteBlogCommentStatus()
    Removes blog comment status from the blog comment statuses table. Takes the blog comment status id as first argument. Returns amount of affected rows.
deleteBlogPodcast
in file blogpodcast.class.php, method Content_BlogPodcast::deleteBlogPodcast()
    Removes blog podcast from the blog podcasts table. Takes the blog podcast id as first argument. Returns amount of affected rows.
deleteBlogPodcastCategory
in file blogpodcastcategory.class.php, method Content_BlogPodcastCategory::deleteBlogPodcastCategory()
    Removes blog podcast category from the blog podcast categorys table. Takes the blog podcast category id as first argument. Returns amount of affected rows.
deleteBlogPosting
in file blogposting.class.php, method Content_BlogPosting::deleteBlogPosting()
    Removes blog posting from the blog postings table. Takes the blog posting id as first argument. Returns amount of affected rows.
deleteBlogTag
in file blogtag.class.php, method Content_BlogTag::deleteBlogTag()
    Removes tag.Takes the page id as first argument, the posting id as second argument and the tag word as third argument.
deleteBox
in file box.class.php, method Content_Box::deleteBox()
    Removes box from the box table. Takes the box id as first argument. Returns amount of affected rows.
deleteCookie
in file cookie.class.php, method Base_Cookie::deleteCookie()
    Deletes cookie.
deleteEventPosting
in file eventposting.class.php, method Content_EventPosting::deleteEventPosting()
    Removes event posting from the event postings table. Takes the event posting id as first argument. Returns amount of affected rows.
deleteEventTag
in file eventtag.class.php, method Content_EventTag::deleteEventTag()
    Removes tag.Takes the page id as first argument, the posting id as second argument and the tag word as third argument.
deleteGeneratorForm
in file generatorform.class.php, method Content_GeneratorForm::deleteGeneratorForm()
    Removes generator form from the generator forms table. Takes the generator form id as first argument. Returns amount of affected rows.
deleteGeneratorFormField
in file generatorformfield.class.php, method Content_GeneratorFormField::deleteGeneratorFormField()
    Removes generator form field from the generator form field table. Takes the generator form field id as first argument. Returns amount of affected rows.
deleteGlobalBox
in file globalbox.class.php, method Content_GlobalBox::deleteGlobalBox()
    Removes global box from the global box table. Takes the global box id as first argument. Returns amount of affected rows.
deleteGlobalFile
in file globalfile.class.php, method Templating_GlobalFile::deleteGlobalFile()
    Removes global file from the global file table. Takes the global file id as first argument. Returns amount of affected rows.
deleteGlobalTemplate
in file globaltemplate.class.php, method Templating_GlobalTemplate::deleteGlobalTemplate()
    Removes global template from the global template table. Takes the global template id as first argument. Returns amount of affected rows.
deleteGroup
in file group.class.php, method User_Group::deleteGroup()
    Removes group from the user group table. Takes the user group id as first argument. Returns amount of affected rows.
deleteLink
in file blogtag.class.php, method Content_BlogTag::deleteLink()
    Removes link between posting and tag. Takes the posting id as first argument, the tag word id as second argument. First, the function will look up, if the link exists. If it exists, it will be deleted. If it doesn't exist, nothing happens. The function always returns boolean true.
deleteLink
in file tag.class.php, method Media_Tag::deleteLink()
    Removes link between object and tag. Takes the object id as first argument, the tag word id as second argument. First, the function will look up, if the link exists. If it exists, it will be deleted. If it doesn't exist, nothing happens. The function always returns boolean true.
deleteLink
in file eventtag.class.php, method Content_EventTag::deleteLink()
    Removes link between posting and tag. Takes the posting id as first argument, the tag word id as second argument. First, the function will look up, if the link exists. If it exists, it will be deleted. If it doesn't exist, nothing happens. The function always returns boolean true.
deleteNavigation
in file navigation.class.php, method Content_Navigation::deleteNavigation()
    Removes navigation from the navigation table. Takes the navigation id as first argument. Returns amount of affected rows
deleteNode
in file nestedset.class.php, method Utility_NestedSet::deleteNode()
    Wrapper around the different delete* functions. Decides which of all the different delete functions to use.
deleteNodeInTree
in file nestedset.class.php, method Utility_NestedSet::deleteNodeInTree()
    Removes node. Takes the navigation id as first argument, the id of the node to delete as second argument. Returns amount of affected rows.
deleteObject
in file object.class.php, method Media_Object::deleteObject()
    Removes object from the object table. Takes the object id as first argument. Returns amount of affected rows.
deletePage
in file page.class.php, method Content_Page::deletePage()
    Removes page from the page table. Takes the page id as first argument. Returns amount of affected rows
deletePageType
in file pagetype.class.php, method Content_PageType::deletePageType()
    Removes page type from the page type table. Takes the page type id as first argument. Returns amount of affected rows
deletePingService
in file pingservice.class.php, method Application_PingService::deletePingService()
    Removes ping service from the ping services table. Takes the ping service id as first argument. Returns amount of affected rows.
deletePingServiceConfiguration
in file pingserviceconfiguration.class.php, method Application_PingServiceConfiguration::deletePingServiceConfiguration()
    Removes ping service configuration from the ping service configuration table. Takes the ping service configuration id as first argument. Returns amount of affected rows.
deletePostingTags
in file blogtag.class.php, method Content_BlogTag::deletePostingTags()
    Deletes all tags of a posting. Takes the page id as first argument, the posting id as second argument. Returns bool.
deletePostingTags
in file eventtag.class.php, method Content_EventTag::deletePostingTags()
    Deletes all tags of a posting. Takes the page id as first argument, the posting id as second argument. Returns bool.
deleteProject
in file project.class.php, method Application_Project::deleteProject()
    Removes project from the project table. Takes the project id as first argument. Returns amount of affected rows.
deleteRight
in file right.class.php, method User_Right::deleteRight()
    Removes right from the user right table. Takes the user right id as first argument. Returns amount of affected rows.
deleteRootNode
in file nestedset.class.php, method Utility_NestedSet::deleteRootNode()
    Removes root node. Takes the navigation id as first argument, the id of the root node to delete as second argument. Returns amount of affected rows.
deleteSimpleDate
in file simpledate.class.php, method Content_SimpleDate::deleteSimpleDate()
    Removes simple date from the simple dates table. Takes the simple date id as first argument. Returns amount of affected rows.
deleteSimpleForm
in file simpleform.class.php, method Content_SimpleForm::deleteSimpleForm()
    Removes simple form from the simple forms table. Takes the simple form id as first argument. Returns amount of affected rows.
deleteSimpleGuestbook
in file simpleguestbook.class.php, method Content_SimpleGuestbook::deleteSimpleGuestbook()
    Removes simple guestbook from the simple guestbooks table. Takes the simple guestbook id as first argument. Returns amount of affected rows.
deleteSimpleGuestbookEntry
in file simpleguestbookentry.class.php, method Content_SimpleGuestbookEntry::deleteSimpleGuestbookEntry()
    Removes simple guestbook entry from the simple guestbook entry table. Takes the simple guestbook entry id as first argument. Returns amount of affected rows.
deleteSimplePage
in file simplepage.class.php, method Content_SimplePage::deleteSimplePage()
    Removes simple page from the simple pages table. Takes the simple page id as first argument. Returns amount of affected rows.
deleteStructuralTemplate
in file structuraltemplate.class.php, method Content_StructuralTemplate::deleteStructuralTemplate()
    Removes structural template from the structural template table.
deleteTag
in file tag.class.php, method Media_Tag::deleteTag()
    Removes tag. Takes the object id as first argument and the
deleteTags
in file tag.class.php, method Media_Tag::deleteTags()
    Deletes all tags of a object. Takes the object id as first argument.
deleteTemplate
in file template.class.php, method Templating_Template::deleteTemplate()
    Removes template from the template table. Takes the template id as first argument. Returns amount of affected rows.
deleteTemplateSet
in file templateset.class.php, method Templating_TemplateSet::deleteTemplateSet()
    Removes template set from the template set table. Takes the template set id as first argument. Returns amount of affected rows.
deleteTemplateType
in file templatetype.class.php, method Templating_TemplateType::deleteTemplateType()
    Removes template type from the template type table. Takes the template type id as first argument. Returns amount of affected rows.
deleteTextConverter
in file textconverter.class.php, method Application_TextConverter::deleteTextConverter()
    Removes text converter from the text converters table. Takes the text converter id as first argument. Returns amount of affected rows.
deleteTextMacro
in file textmacro.class.php, method Application_TextMacro::deleteTextMacro()
    Removes text macro from the text macros table. Takes the text macro id as first argument. Returns amount of affected rows.
deleteUser
in file user.class.php, method User_User::deleteUser()
    Removes user from the user table. Takes the user id as first argument.
delExpect
in file PEAR.php, method PEAR::delExpect()
    This method deletes all occurences of the specified element from the expected error codes stack.
detach
in file Request.php, method HTTP_Request::detach()
    Removes a Listener from the list of listeners
detach
in file Log.php, method Log::detach()
    Removes a Log_observer instance from the list of observers.
detachUserFromProject
in file user.class.php, method User_User::detachUserFromProject()
    Detaches user from current project. Takes user id as first argument. Returns amount of affected rows.
DIR_SEP
in file Smarty.class.php, constant DIR_SEP
    DIR_SEP isn't used anymore, but third party apps might
disconnect
in file SMTP.php, method Net_SMTP::disconnect()
    Attempt to disconnect from the SMTP server.
disconnect
in file Socket.php, method Net_Socket::disconnect()
    Disconnects from the peer, closes the socket.
disconnect
in file smtp.php, method Mail_smtp::disconnect()
    Disconnect and destroy the current SMTP connection.
disconnect
in file Request.php, method HTTP_Request::disconnect()
    Disconnect the socket, if connected. Only useful if using Keep-Alive.
display
in file Text.php, method Image_Text::display()
    Display the image (send it to the browser).
display
in file Common.php, method HTML_Common::display()
    Displays the HTML to the screen
Display
in file display.interface.php, class Display
    Project: Welcompose File: display.interface.php
display
in file Smarty.class.php, method Smarty::display()
    executes & displays the template results
displayException
in file error.class.php, method Base_Error::displayException()
    Will display an exception error message using smarty. Takes the exception object as first argument, the smarty object as second argument and the name of the error template as third argument.
Display_BlogArchiveMonth
in file blogarchivemonth.class.php, function Display_BlogArchiveMonth()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogArchiveMonth
in file blogarchivemonth.class.php, class Display_BlogArchiveMonth
Display_BlogArchiveMonthException
in file blogarchivemonth.class.php, class Display_BlogArchiveMonthException
Display_BlogArchiveYear
in file blogarchiveyear.class.php, function Display_BlogArchiveYear()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogArchiveYear
in file blogarchiveyear.class.php, class Display_BlogArchiveYear
Display_BlogArchiveYearException
in file blogarchiveyear.class.php, class Display_BlogArchiveYearException
Display_BlogAtom10
in file blogatom10.class.php, function Display_BlogAtom10()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogAtom10
in file blogatom10.class.php, class Display_BlogAtom10
Display_BlogAtom10Exception
in file blogatom10.class.php, class Display_BlogAtom10Exception
Display_BlogCommentsAtom10
in file blogcommentsatom10.class.php, function Display_BlogCommentsAtom10()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogCommentsAtom10
in file blogcommentsatom10.class.php, class Display_BlogCommentsAtom10
Display_BlogCommentsAtom10ExceptionException
in file blogcommentsatom10.class.php, class Display_BlogCommentsAtom10ExceptionException
Display_BlogCommentsRss20
in file blogcommentsrss20.class.php, class Display_BlogCommentsRss20
Display_BlogCommentsRss20
in file blogcommentsrss20.class.php, function Display_BlogCommentsRss20()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogCommentsRss20Exception
in file blogcommentsrss20.class.php, class Display_BlogCommentsRss20Exception
Display_BlogIndex
in file blogindex.class.php, class Display_BlogIndex
Display_BlogIndex
in file blogindex.class.php, function Display_BlogIndex()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogIndexException
in file blogindex.class.php, class Display_BlogIndexException
Display_BlogItem
in file blogitem.class.php, class Display_BlogItem
Display_BlogItem
in file blogitem.class.php, function Display_BlogItem()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogItemException
in file blogitem.class.php, class Display_BlogItemException
Display_BlogLogin
in file bloglogin.class.php, class Display_BlogLogin
Display_BlogLogin
in file bloglogin.class.php, function Display_BlogLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogLoginException
in file bloglogin.class.php, class Display_BlogLoginException
Display_BlogPodcastItms
in file blogpodcastitms.class.php, class Display_BlogPodcastItms
Display_BlogPodcastItms
in file blogpodcastitms.class.php, function Display_BlogPodcastItms()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogPodcastItmsException
in file blogpodcastitms.class.php, class Display_BlogPodcastItmsException
Display_BlogRss20
in file blogrss20.class.php, function Display_BlogRss20()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_BlogRss20
in file blogrss20.class.php, class Display_BlogRss20
Display_BlogRss20Exception
in file blogrss20.class.php, class Display_BlogRss20Exception
display.interface.php
procedural page display.interface.php
Display_EventAtom10
in file eventatom10.class.php, class Display_EventAtom10
Display_EventAtom10
in file eventatom10.class.php, function Display_EventAtom10()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_EventAtom10Exception
in file eventatom10.class.php, class Display_EventAtom10Exception
Display_EventIndex
in file eventindex.class.php, class Display_EventIndex
Display_EventIndex
in file eventindex.class.php, function Display_EventIndex()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_EventIndexException
in file eventindex.class.php, class Display_EventIndexException
Display_EventLogin
in file eventlogin.class.php, class Display_EventLogin
Display_EventLogin
in file eventlogin.class.php, function Display_EventLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_EventLoginException
in file eventlogin.class.php, class Display_EventLoginException
Display_EventRss20
in file eventrss20.class.php, function Display_EventRss20()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_EventRss20
in file eventrss20.class.php, class Display_EventRss20
Display_EventRss20Exception
in file eventrss20.class.php, class Display_EventRss20Exception
Display_GeneratorFormIndex
in file generatorformindex.class.php, class Display_GeneratorFormIndex
Display_GeneratorFormIndex
in file generatorformindex.class.php, function Display_GeneratorFormIndex()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_GeneratorFormLogin
in file generatorformlogin.class.php, class Display_GeneratorFormLogin
Display_GeneratorFormLogin
in file generatorformlogin.class.php, function Display_GeneratorFormLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_GeneratorFormLoginException
in file generatorformlogin.class.php, class Display_GeneratorFormLoginException
Display_SimpleDateAtom10
in file simpledateatom10.class.php, class Display_SimpleDateAtom10
Display_SimpleDateAtom10
in file simpledateatom10.class.php, function Display_SimpleDateAtom10()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleDateAtom10Exception
in file simpledateatom10.class.php, class Display_SimpleDateAtom10Exception
Display_SimpleDateIndex
in file simpledateindex.class.php, class Display_SimpleDateIndex
Display_SimpleDateIndex
in file simpledateindex.class.php, function Display_SimpleDateIndex()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleDateIndexException
in file simpledateindex.class.php, class Display_SimpleDateIndexException
Display_SimpleDateLogin
in file simpledatelogin.class.php, class Display_SimpleDateLogin
Display_SimpleDateLogin
in file simpledatelogin.class.php, function Display_SimpleDateLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleDateLoginException
in file simpledatelogin.class.php, class Display_SimpleDateLoginException
Display_SimpleDateRss20
in file simpledaterss20.class.php, class Display_SimpleDateRss20
Display_SimpleDateRss20
in file simpledaterss20.class.php, function Display_SimpleDateRss20()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleDateRss20Exception
in file simpledaterss20.class.php, class Display_SimpleDateRss20Exception
Display_SimpleFormIndex
in file simpleformindex.class.php, class Display_SimpleFormIndex
Display_SimpleFormIndex
in file simpleformindex.class.php, function Display_SimpleFormIndex()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleFormIndexException
in file generatorformindex.class.php, class Display_SimpleFormIndexException
Display_SimpleFormLogin
in file simpleformlogin.class.php, function Display_SimpleFormLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleFormLogin
in file simpleformlogin.class.php, class Display_SimpleFormLogin
Display_SimpleFormLoginException
in file simpleformlogin.class.php, class Display_SimpleFormLoginException
Display_SimpleGuestbookException
in file simpleguestbookindex.class.php, class Display_SimpleGuestbookException
Display_SimpleGuestbookIndex
in file simpleguestbookindex.class.php, function Display_SimpleGuestbookIndex()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleGuestbookIndex
in file simpleguestbookindex.class.php, class Display_SimpleGuestbookIndex
Display_SimpleGuestbookLogin
in file simpleguestbooklogin.class.php, class Display_SimpleGuestbookLogin
Display_SimpleGuestbookLogin
in file simpleguestbooklogin.class.php, function Display_SimpleGuestbookLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimpleGuestbookLoginException
in file simpleguestbooklogin.class.php, class Display_SimpleGuestbookLoginException
Display_SimplePageIndex
in file simplepageindex.class.php, function Display_SimplePageIndex()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimplePageIndex
in file simplepageindex.class.php, class Display_SimplePageIndex
Display_SimplePageIndexException
in file simplepageindex.class.php, class Display_SimplePageIndexException
Display_SimplePageLogin
in file simplepagelogin.class.php, function Display_SimplePageLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SimplePageLogin
in file simplepagelogin.class.php, class Display_SimplePageLogin
Display_SimplePageLoginException
in file simplepagelogin.class.php, class Display_SimplePageLoginException
Display_SystemLogin
in file systemlogin.class.php, function Display_SystemLogin()
    Class loader compatible to loader.php. Wrapps around constructor.
Display_SystemLogin
in file systemlogin.class.php, class Display_SystemLogin
doPBr
in file textile.php, method Textile::doPBr()
doSpecial
in file textile.php, method Textile::doSpecial()
doTagBr
in file textile.php, method Textile::doTagBr()
drop
in file Function.php, method Cache_Lite_Function::drop()
    Drop a cache file
dump
in file RPC.php, method XML_RPC_Value::dump()
dump
in file textile.php, method Textile::dump()
deregister_globals.inc.php
procedural page deregister_globals.inc.php
date.php
procedural page date.php
Default.php
procedural page Default.php
daemon.php
procedural page daemon.php
display.php
procedural page display.php
Dump.php
procedural page Dump.php
top

e

$elements
in file Object.php, variable QuickformForm::$elements
    Array of QuickformElementObject elements. If there are headers in the form
$elements
in file Object.php, variable QuickformElement::$elements
    If element is a group, an array of subelements
$encoding
in file Server.php, variable XML_RPC_Server::$encoding
    The present response's encoding
$errno
in file RPC.php, variable XML_RPC_Client::$errno
    The error number, if any
$error
in file RFC822.php, variable Mail_RFC822::$error
    The current error message, if any.
$error
in file Object.php, variable QuickformElement::$error
    Error associated with the element
$error
in file base.class.php, variable Base_Base::$error
    Reference to error handling class
$errors
in file Object.php, variable QuickformForm::$errors
    Set if there were validation errors.
$error_message_prefix
in file QuickForm.php, variable HTML_QuickForm_Error::$error_message_prefix
    Prefix for all error messages
$error_message_prefix
in file PEAR.php, variable PEAR_Error::$error_message_prefix
$error_reporting
in file Smarty.class.php, variable Smarty::$error_reporting
    When set, smarty does uses this value as error_reporting-level.
$errstr
in file RPC.php, variable XML_RPC_Client::$errstr
    The error message, if any
error.class.php
procedural page error.class.php
eventposting.class.php
procedural page eventposting.class.php
eventtag.class.php
procedural page eventtag.class.php
eventatom10.class.php
procedural page eventatom10.class.php
eventindex.class.php
procedural page eventindex.class.php
eventlogin.class.php
procedural page eventlogin.class.php
eventrss20.class.php
procedural page eventrss20.class.php
echoInput
in file Server.php, method XML_RPC_Server::echoInput()
    Echos back the input packet as a string value
elementExists
in file QuickForm.php, method HTML_QuickForm::elementExists()
    Returns true if element is in the form
elementToHtml
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::elementToHtml()
    Gets the html for an element and marks it as rendered.
emerg
in file Log.php, method Log::emerg()
    A convenience function for logging a emergency event. It will log a message at the PEAR_LOG_EMERG log level.
emptyAttrs
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::emptyAttrs()
emptyTag
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::emptyTag()
encode
in file mimePart.php, method Mail_mimePart::encode()
    encode()
encodeEntities
in file textile.php, method Textile::encodeEntities()
encodeRecipients
in file mime.php, method Mail_mime::encodeRecipients()
    Since the PHP send function requires you to specifiy recipients (To: header) separately from the other headers, the To: header is not properly encoded.
encode_high
in file textile.php, method Textile::encode_high()
encode_html
in file textile.php, method Textile::encode_html()
encode_lt_gt
in file textile.php, method Textile::encode_lt_gt()
encode_raw_amp
in file textile.php, method Textile::encode_raw_amp()
end
in file Output.php, method Cache_Lite_Output::end()
    Stop the cache
eof
in file Socket.php, method Net_Socket::eof()
    Tests for end-of-file on a socket descriptor.
err
in file Log.php, method Log::err()
    A convenience function for logging a error event. It will log a message at the PEAR_LOG_ERR log level.
errorMessage
in file QuickForm.php, method HTML_QuickForm::errorMessage()
    Return a textual error message for an QuickForm error code
escapeMultiline
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::escapeMultiline()
eventPostingBelongsToCurrentProject
in file eventposting.class.php, method Content_EventPosting::eventPostingBelongsToCurrentProject()
    Tests whether given event posting belongs to current project. Takes the event posting id as first argument. Returns bool.
eventPostingBelongsToCurrentUser
in file eventposting.class.php, method Content_EventPosting::eventPostingBelongsToCurrentUser()
    Test whether event posting belongs to current user or not. Takes the event posting id as first argument. Returns bool.
eventPostingExists
in file eventposting.class.php, method Content_EventPosting::eventPostingExists()
    Tests if event posting exists. Takes the id of the event posting as first argument. Returns bool.
execute
in file pdo.class.php, method Base_Database::execute()
    Execute query
expectError
in file PEAR.php, method PEAR::expectError()
    This method is used to tell which errors you expect to get.
exportValue
in file radio.php, method HTML_QuickForm_radio::exportValue()
    Returns the value attribute if the radio is checked, null if it is not
exportValue
in file element.php, method HTML_QuickForm_element::exportValue()
    Returns a 'safe' element's value
exportValue
in file checkbox.php, method HTML_QuickForm_checkbox::exportValue()
    Return true if the checkbox is checked, null if it is not checked (getValue() returns false)
exportValue
in file xbutton.php, method HTML_QuickForm_xbutton::exportValue()
    Returns a 'safe' element's value
exportValue
in file QuickForm.php, method HTML_QuickForm::exportValue()
    Returns a 'safe' element's value
exportValue
in file static.php, method HTML_QuickForm_static::exportValue()
    We override this here because we don't want any values from static elements
exportValue
in file submit.php, method HTML_QuickForm_submit::exportValue()
    Only return the value if it is found within $submitValues (i.e. if
exportValue
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::exportValue()
    This element has a value even if it is not checked, thus we override
exportValue
in file group.php, method HTML_QuickForm_group::exportValue()
    As usual, to get the group's value we access its elements and call
exportValue
in file select.php, method HTML_QuickForm_select::exportValue()
    We check the options and return only the values that _could_ have been
exportValue
in file input.php, method HTML_QuickForm_input::exportValue()
    We don't need values from button-type elements (except submit) and files
exportValues
in file QuickForm.php, method HTML_QuickForm::exportValues()
    Returns 'safe' elements' values
extendLife
in file Lite.php, method Cache_Lite::extendLife()
    Extend the life of a valid cache file
element.php
procedural page element.php
Email.php
procedural page Email.php
error_log.php
procedural page error_log.php
Equation.php
procedural page Equation.php
top

f

$fix_newlines
in file Config_File.class.php, variable Config_File::$fix_newlines
    Controls whether or not to fix mac or dos formatted newlines.
$flickr_client
in file flickr.class.php, variable Media_Flickr::$flickr_client
    Flickr client instance
$fn
in file RPC.php, variable XML_RPC_Response::$fn
$fn
in file textile.php, variable Textile::$fn
$force_compile
in file Smarty.class.php, variable Smarty::$force_compile
    This forces templates to compile every time. Useful for development or debugging.
$fp
in file Socket.php, variable Net_Socket::$fp
    Socket file pointer.
$frozen
in file Object.php, variable QuickformElement::$frozen
    Whether the element is frozen
$frozen
in file Object.php, variable QuickformForm::$frozen
    Whether the form has been frozen
$fs
in file RPC.php, variable XML_RPC_Response::$fs
factory
in file CAPTCHA.php, method Text_CAPTCHA::factory()
    Create a new Text_CAPTCHA object
factory
in file observer.php, method Log_observer::factory()
    Attempts to return a new concrete Log_observer instance of the requested type.
factory
in file Log.php, method Log::factory()
    Attempts to return a concrete Log instance of type $handler.
factory
in file Mail.php, method Mail::factory()
    Provides an interface for generating Mail:: objects of various types
faultCode
in file RPC.php, method XML_RPC_Response::faultCode()
faultString
in file RPC.php, method XML_RPC_Response::faultString()
fBlock
in file textile.php, method Textile::fBlock()
fBr
in file textile.php, method Textile::fBr()
fCode
in file textile.php, method Textile::fCode()
fetch
in file Smarty.class.php, method Smarty::fetch()
    executes & returns or displays the template results
filterRequest
in file cnc.class.php, method Base_Cnc::filterRequest()
    Filter request vars
fImage
in file textile.php, method Textile::fImage()
finishForm
in file Default.php, method HTML_QuickForm_Renderer_Default::finishForm()
    Called when visiting a form, after processing all form elements Adds required note, form attributes, validation javascript and form content.
finishForm
in file Renderer.php, method HTML_QuickForm_Renderer::finishForm()
    Called when visiting a form, after processing all form elements
finishForm
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::finishForm()
    Called when visiting a form, after processing all form elements
finishForm
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::finishForm()
finishGroup
in file Array.php, method HTML_QuickForm_Renderer_Array::finishGroup()
finishGroup
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::finishGroup()
    Gets the html for the group element and adds it to the array by calling parent::finishGroup()
finishGroup
in file Object.php, method HTML_QuickForm_Renderer_Object::finishGroup()
finishGroup
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::finishGroup()
    Called when visiting a group, after processing all group elements
finishGroup
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::finishGroup()
finishGroup
in file Default.php, method HTML_QuickForm_Renderer_Default::finishGroup()
    Called when visiting a group, after processing all group elements
finishGroup
in file Renderer.php, method HTML_QuickForm_Renderer::finishGroup()
    Called when visiting a group, after processing all group elements
fixDirectorySeparator
in file compat.class.php, method Base_Compat::fixDirectorySeparator()
fixEntities
in file textile.php, method Textile::fixEntities()
flickrClient
in file flickr.class.php, class flickrClient
flickrClientException
in file flickr.class.php, class flickrClientException
flickrRequestIsCached
in file flickr.class.php, method flickrClient::flickrRequestIsCached()
    Tests if there's a cached result for the current request.
flickrRequestWasSuccessfull
in file flickr.class.php, method flickrClient::flickrRequestWasSuccessfull()
    Tests if flickr request was successfull. Takes the response body as first argument. Returns bool.
flickrResponseCacheId
in file flickr.class.php, method flickrClient::flickrResponseCacheId()
    Extracts the cache id from the HTTP_Request object.
flickrValue
in file flickr.class.php, method Media_Flickr::flickrValue()
    Prepares data received from flickr for internal processing. The input will be casted to string, converted from utf8 to iso and all tags will be stripped.
fLink
in file textile.php, method Textile::fLink()
fList
in file textile.php, method Textile::fList()
flush
in file Log.php, method Log::flush()
    Abstract implementation of the flush() method.
flush
in file file.php, method Log_file::flush()
    Flushes all pending data to the file handle.
flush
in file composite.php, method Log_composite::flush()
    Flushes all child instances. It is assumed that all of the children have been successfully opened.
flush
in file mail.php, method Log_mail::flush()
    Flushes the log output by forcing the email message to be sent now.
flush
in file console.php, method Log_console::flush()
    Flushes all pending ("buffered") data to the output stream.
flush
in file firebug.php, method Log_firebug::flush()
    Flushes all pending ("buffered") data.
fNoteLists
in file textile.php, method Textile::fNoteLists()
fontFileCheck
in file imagemagick.class.php, method Base_Imagemagick::fontFileCheck()
    Check font file
footnoteID
in file textile.php, method Textile::footnoteID()
footnoteRef
in file textile.php, method Textile::footnoteRef()
fParseNoteDefs
in file textile.php, method Textile::fParseNoteDefs()
fParseNoteRefs
in file textile.php, method Textile::fParseNoteRefs()
fPBr
in file textile.php, method Textile::fPBr()
fPre
in file textile.php, method Textile::fPre()
freeze
in file reset.php, method HTML_QuickForm_reset::freeze()
    Freeze the element so that only its value is returned
freeze
in file button.php, method HTML_QuickForm_button::freeze()
    Freeze the element so that only its value is returned
freeze
in file image.php, method HTML_QuickForm_image::freeze()
    Freeze the element so that only its value is returned
freeze
in file element.php, method HTML_QuickForm_element::freeze()
    Freeze the element so that only its value is returned
freeze
in file xbutton.php, method HTML_QuickForm_xbutton::freeze()
freeze
in file hidden.php, method HTML_QuickForm_hidden::freeze()
    Freeze the element so that only its value is returned
freeze
in file QuickForm.php, method HTML_QuickForm::freeze()
    Displays elements without HTML input tags
freeze
in file submit.php, method HTML_QuickForm_submit::freeze()
    Freeze the element so that only its value is returned
freeze
in file group.php, method HTML_QuickForm_group::freeze()
freeze
in file file.php, method HTML_QuickForm_file::freeze()
    Freeze the element so that only its value is returned
fRetrieveCloseTags
in file textile.php, method Textile::fRetrieveCloseTags()
fRetrieveOpenTags
in file textile.php, method Textile::fRetrieveOpenTags()
fSpan
in file textile.php, method Textile::fSpan()
fSpecial
in file textile.php, method Textile::fSpecial()
fTable
in file textile.php, method Textile::fTable()
fTextile
in file textile.php, method Textile::fTextile()
flickr.class.php
procedural page flickr.class.php
File.php
procedural page File.php
Function.php
procedural page Function.php
file.php
procedural page file.php
file.php
procedural page file.php
firebug.php
procedural page firebug.php
Figlet.php
procedural page Figlet.php
function.assign_debug_info.php
procedural page function.assign_debug_info.php
function.config_load.php
procedural page function.config_load.php
function.counter.php
procedural page function.counter.php
function.cycle.php
procedural page function.cycle.php
function.debug.php
procedural page function.debug.php
function.eval.php
procedural page function.eval.php
function.fetch.php
procedural page function.fetch.php
function.html_checkboxes.php
procedural page function.html_checkboxes.php
function.html_image.php
procedural page function.html_image.php
function.html_options.php
procedural page function.html_options.php
function.html_radios.php
procedural page function.html_radios.php
function.html_select_date.php
procedural page function.html_select_date.php
function.html_select_time.php
procedural page function.html_select_time.php
function.html_table.php
procedural page function.html_table.php
function.mailto.php
procedural page function.mailto.php
function.math.php
procedural page function.math.php
function.popup.php
procedural page function.popup.php
function.popup_init.php
procedural page function.popup_init.php
function.breadcrumb.php
procedural page function.breadcrumb.php
function.get_glossary.php
procedural page function.get_glossary.php
function.get_path_to_object.php
procedural page function.get_path_to_object.php
function.get_tag_word.php
procedural page function.get_tag_word.php
function.get_url.php
procedural page function.get_url.php
function.get_www_path_to_object.php
procedural page function.get_www_path_to_object.php
function.global_file.php
procedural page function.global_file.php
function.global_template.php
procedural page function.global_template.php
function.mm_icon.php
procedural page function.mm_icon.php
function.mm_insert_callback.php
procedural page function.mm_insert_callback.php
function.mm_is_podcast_format.php
procedural page function.mm_is_podcast_format.php
function.page_index.php
procedural page function.page_index.php
function.select_named.php
procedural page function.select_named.php
function.select_simple.php
procedural page function.select_simple.php
function.social_bookmarks.php
procedural page function.social_bookmarks.php
function.tag_cloud.php
procedural page function.tag_cloud.php
top

g

$GLOBALS['XML_RPC_Array']
in file RPC.php, global variable $GLOBALS['XML_RPC_Array']
    Data types
$GLOBALS['XML_RPC_auto_base64']
in file RPC.php, global variable $GLOBALS['XML_RPC_auto_base64']
    Should we automatically base64 encode strings that contain characters
$GLOBALS['XML_RPC_backslash']
in file RPC.php, global variable $GLOBALS['XML_RPC_backslash']
    Compose backslashes for escaping regexp
$GLOBALS['XML_RPC_Base64']
in file RPC.php, global variable $GLOBALS['XML_RPC_Base64']
    Data types
$GLOBALS['XML_RPC_Boolean']
in file RPC.php, global variable $GLOBALS['XML_RPC_Boolean']
    Data types
$GLOBALS['XML_RPC_DateTime']
in file RPC.php, global variable $GLOBALS['XML_RPC_DateTime']
    Data types
$GLOBALS['XML_RPC_defencoding']
in file RPC.php, global variable $GLOBALS['XML_RPC_defencoding']
    Default XML encoding (ISO-8859-1, UTF-8 or US-ASCII)
$GLOBALS['XML_RPC_Double']
in file RPC.php, global variable $GLOBALS['XML_RPC_Double']
    Data types
$GLOBALS['XML_RPC_err']
in file RPC.php, global variable $GLOBALS['XML_RPC_err']
    Error message numbers
$GLOBALS['XML_RPC_erruser']
in file RPC.php, global variable $GLOBALS['XML_RPC_erruser']
    User error codes start at 800
$GLOBALS['XML_RPC_errxml']
in file RPC.php, global variable $GLOBALS['XML_RPC_errxml']
    XML parse error codes start at 100
$GLOBALS['XML_RPC_func_ereg']
in file RPC.php, global variable $GLOBALS['XML_RPC_func_ereg']
$GLOBALS['XML_RPC_func_ereg_replace']
in file RPC.php, global variable $GLOBALS['XML_RPC_func_ereg_replace']
$GLOBALS['XML_RPC_func_split']
in file RPC.php, global variable $GLOBALS['XML_RPC_func_split']
$GLOBALS['XML_RPC_I4']
in file RPC.php, global variable $GLOBALS['XML_RPC_I4']
    Data types
$GLOBALS['XML_RPC_Int']
in file RPC.php, global variable $GLOBALS['XML_RPC_Int']
    Data types
$GLOBALS['XML_RPC_Server_debuginfo']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_debuginfo']
$GLOBALS['XML_RPC_Server_dmap']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_dmap']
    dispatch map for the automatically declared XML-RPC methods.
$GLOBALS['XML_RPC_Server_listMethods_doc']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_listMethods_doc']
    docstring for system.listMethods
$GLOBALS['XML_RPC_Server_listMethods_sig']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_listMethods_sig']
    signature for system.listMethods: return = array,
$GLOBALS['XML_RPC_Server_methodHelp_doc']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodHelp_doc']
    docstring for methodHelp
$GLOBALS['XML_RPC_Server_methodHelp_sig']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodHelp_sig']
    signature for system.methodHelp: return = string,
$GLOBALS['XML_RPC_Server_methodSignature_doc']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodSignature_doc']
    docstring for system.methodSignature
$GLOBALS['XML_RPC_Server_methodSignature_sig']
in file Server.php, global variable $GLOBALS['XML_RPC_Server_methodSignature_sig']
    signature for system.methodSignature: return = array,
$GLOBALS['XML_RPC_str']
in file RPC.php, global variable $GLOBALS['XML_RPC_str']
    Error message strings
$GLOBALS['XML_RPC_String']
in file RPC.php, global variable $GLOBALS['XML_RPC_String']
    Data types
$GLOBALS['XML_RPC_Struct']
in file RPC.php, global variable $GLOBALS['XML_RPC_Struct']
    Data types
$GLOBALS['XML_RPC_Types']
in file RPC.php, global variable $GLOBALS['XML_RPC_Types']
    Data type meta-types
$GLOBALS['XML_RPC_valid_parents']
in file RPC.php, global variable $GLOBALS['XML_RPC_valid_parents']
    Valid parents of XML elements
$GLOBALS['XML_RPC_xh']
in file RPC.php, global variable $GLOBALS['XML_RPC_xh']
    Stores state during parsing
$glyph
in file textile.php, variable Textile::$glyph
generatorform.class.php
procedural page generatorform.class.php
generatorformfield.class.php
procedural page generatorformfield.class.php
globalbox.class.php
procedural page globalbox.class.php
generatorformindex.class.php
procedural page generatorformindex.class.php
generatorformlogin.class.php
procedural page generatorformlogin.class.php
genArray
in file Dump.php, method XML_RPC_Dump::genArray()
    Returns the dump of an array
generateDump
in file Dump.php, method XML_RPC_Dump::generateDump()
    Returns the dump in XML format without printing it out
generateExternalLink
in file urlgenerator.class.php, method Utility_UrlGenerator::generateExternalLink()
    Generates external links with protocol using the provided arguments.
generateInternalLink
in file urlgenerator.class.php, method Utility_UrlGenerator::generateInternalLink()
    Generates internal link using the provided arguments. The required arguments depend on the page someone likes to link to.
generateSitemap
in file sitemap.class.php, method Application_Sitemap::generateSitemap()
    Generates the sitemap. Write file to file system.
generatorFormBelongsToCurrentProject
in file generatorform.class.php, method Content_GeneratorForm::generatorFormBelongsToCurrentProject()
    Tests whether given generator form belongs to current project. Takes the generator form id as first argument. Returns bool.
generatorFormBelongsToCurrentUser
in file generatorform.class.php, method Content_GeneratorForm::generatorFormBelongsToCurrentUser()
    Test whether generator form belongs to current user or not. Takes the generator form id as first argument. Returns bool.
generatorFormFieldBelongsToCurrentProject
in file generatorformfield.class.php, method Content_GeneratorFormField::generatorFormFieldBelongsToCurrentProject()
    Tests whether given generator form field belongs to current project. Takes the generator form id as first argument.
generatorFormFieldBelongsToCurrentUser
in file generatorformfield.class.php, method Content_GeneratorFormField::generatorFormFieldBelongsToCurrentUser()
    Test whether generator form field belongs to current user or not.
genericTypesToMimeTypes
in file object.class.php, method Media_Object::genericTypesToMimeTypes()
    Returns list of mime types that belong to the given generic type. Valid generic types:
genScalar
in file Dump.php, method XML_RPC_Dump::genScalar()
    Returns the scalar value dump
genStruct
in file Dump.php, method XML_RPC_Dump::genStruct()
    Returns the dump of a struct
get
in file mime.php, method Mail_mime::get()
    Builds the multipart message from the list ($this->_parts) and returns the mime content.
get
in file Config_File.class.php, method Config_File::get()
    Retrieves config info based on the file, section, and variable name.
get
in file File.php, method Cache_Lite_File::get()
    Test if a cache is available and (if yes) return it
get
in file Lite.php, method Cache_Lite::get()
    Test if a cache is available and (if yes) return it
getAbbreviation
in file abbreviation.class.php, method Content_Abbreviation::getAbbreviation()
    Builds abbreviation internal syntax. Takes key=>value array with count params as first argument. Returns string.
getApiVersion
in file antispam.interface.php, method Welcompose_AntiSpam_Comment::getApiVersion()
    Returns the api version used by the anti spam plugin.
getAttribute
in file Common.php, method HTML_Common::getAttribute()
    Returns the value of the given attribute
getAttributes
in file Common.php, method HTML_Common::getAttributes()
    Returns the assoc array (default) or string of attributes
getBacktrace
in file PEAR.php, method PEAR_Error::getBacktrace()
    Get the call backtrace from where the error was generated.
getBusinessMailTemplateName
in file simpleformindex.class.php, method Display_SimpleFormIndex::getBusinessMailTemplateName()
    Returns the name of the business mail template.
getCachedFlickrRequest
in file flickr.class.php, method flickrClient::getCachedFlickrRequest()
    Returns cached response body from cache. Taktes the HTTP_Request object (where the cache id will be extracted from) as first argument. Returns string on success or false on failure.
getCallback
in file PEAR.php, method PEAR_Error::getCallback()
    Get the callback function/method from an error object.
getCAPTCHA
in file Equation.php, method Text_CAPTCHA_Driver_Equation::getCAPTCHA()
    Returns the CAPTCHA (as a string)
getCAPTCHA
in file Numeral.php, method Text_CAPTCHA_Driver_Numeral::getCAPTCHA()
    Get operation
getCAPTCHA
in file Image.php, method Text_CAPTCHA_Driver_Image::getCAPTCHA()
    Return CAPTCHA as image resource
getCAPTCHA
in file Word.php, method Text_CAPTCHA_Driver_Word::getCAPTCHA()
    Return CAPTCHA as a string
getCAPTCHA
in file Figlet.php, method Text_CAPTCHA_Driver_Figlet::getCAPTCHA()
    Return CAPTCHA in the specified format
getCAPTCHAAsGIF
in file Image.php, method Text_CAPTCHA_Driver_Image::getCAPTCHAAsGIF()
    Return CAPTCHA as GIF
getCAPTCHAAsHTML
in file Figlet.php, method Text_CAPTCHA_Driver_Figlet::getCAPTCHAAsHTML()
    Return CAPTCHA as HTML
getCAPTCHAAsJavascript
in file Figlet.php, method Text_CAPTCHA_Driver_Figlet::getCAPTCHAAsJavascript()
    Return CAPTCHA as Javascript version of HTML
getCAPTCHAAsJPEG
in file Image.php, method Text_CAPTCHA_Driver_Image::getCAPTCHAAsJPEG()
    Return CAPTCHA as JPEG
getCAPTCHAAsPNG
in file Image.php, method Text_CAPTCHA_Driver_Image::getCAPTCHAAsPNG()
    Return CAPTCHA as PNG
getChecked
in file radio.php, method HTML_QuickForm_radio::getChecked()
    Returns whether radio button is checked
getChecked
in file checkbox.php, method HTML_QuickForm_checkbox::getChecked()
    Returns whether a checkbox is checked
getCode
in file PEAR.php, method PEAR_Error::getCode()
    Get error code from an error object
getComment
in file Common.php, method HTML_Common::getComment()
    Returns the HTML comment
getCookieData
in file cookie.class.php, method Base_Cookie::getCookieData()
    Returns cookie data. If Base_Cookie::setCookieData() has been called before, you'll get the data created by the last Base_Cookie::setCookieData() call. To retrieve the original cookie data, use Base_Cookie::getInitialCookieData().
getDebugInfo
in file PEAR.php, method PEAR_Error::getDebugInfo()
    Get additional debug information supplied by the application.
getElement
in file QuickForm.php, method HTML_QuickForm::getElement()
    Returns a reference to the element
getElementError
in file QuickForm.php, method HTML_QuickForm::getElementError()
    Returns error corresponding to validated element
getElementName
in file group.php, method HTML_QuickForm_group::getElementName()
    Returns the element name inside the group such as found in the html form
getElements
in file group.php, method HTML_QuickForm_group::getElements()
    Gets the grouped elements
getElementType
in file QuickForm.php, method HTML_QuickForm::getElementType()
    Returns the type of the given element
getElementValue
in file QuickForm.php, method HTML_QuickForm::getElementValue()
    Returns the element's raw value
getEncoding
in file RPC.php, method XML_RPC_Message::getEncoding()
    Determine the XML's encoding via the encoding attribute in the XML declaration
getEntryMailTemplateName
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::getEntryMailTemplateName()
    Returns the name of the entry mail template.
getFlickrRequestError
in file flickr.class.php, method flickrClient::getFlickrRequestError()
    Extracts error message from flickr response. Returns string.
getFrozenHtml
in file checkbox.php, method HTML_QuickForm_checkbox::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file password.php, method HTML_QuickForm_password::getFrozenHtml()
    Returns the value of field without HTML tags (in this case, value is changed to a mask)
getFrozenHtml
in file radio.php, method HTML_QuickForm_radio::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getFrozenHtml()
    Unlike checkbox, this has to append a hidden input in both
getFrozenHtml
in file link.php, method HTML_QuickForm_link::getFrozenHtml()
    Returns the value of field without HTML tags (in this case, value is changed to a mask)
getFrozenHtml
in file select.php, method HTML_QuickForm_select::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file xbutton.php, method HTML_QuickForm_xbutton::getFrozenHtml()
getFrozenHtml
in file group.php, method HTML_QuickForm_group::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file element.php, method HTML_QuickForm_element::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file textarea.php, method HTML_QuickForm_textarea::getFrozenHtml()
    Returns the value of field without HTML tags (in this case, value is changed to a mask)
getFrozenHtml
in file static.php, method HTML_QuickForm_static::getFrozenHtml()
    Returns the value of field without HTML tags
getGenericTypes
in file object.class.php, method Media_Object::getGenericTypes()
    Returns list of generic image types.
getGroupsFromSkeleton
in file project.class.php, method Application_Project::getGroupsFromSkeleton()
    Returns array of groups configured in the skeleton.
getGroupType
in file group.php, method HTML_QuickForm_group::getGroupType()
    Gets the group type based on its elements Will return 'mixed' if elements contained in the group are of different types.
getHtml
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::getHtml()
getId
in file Listener.php, method HTTP_Request_Listener::getId()
    Returns the listener's identifier
getId
in file session.class.php, method Base_Session::getId()
    Get Id
getIdent
in file Log.php, method Log::getIdent()
    Returns the current identification string.
getImageCaptchaFilename
in file captcha.class.php, method Utility_Captcha::getImageCaptchaFilename()
    Returns file name of the current image captcha.
getImageCaptchaSavePath
in file captcha.class.php, method Utility_Captcha::getImageCaptchaSavePath()
    Returns full path to the directory where the image captchas will be saved.
getImageCaptchaWwwPath
in file captcha.class.php, method Utility_Captcha::getImageCaptchaWwwPath()
    Returns full www path from the doc root to the image captcha.
getImg
in file Text.php, method Image_Text::getImg()
    Return the image ressource.
getIndent
in file Dump.php, method XML_RPC_Dump::getIndent()
    Returns the indent for a specific level and caches it for faster use
getInitialCookieData
in file cookie.class.php, method Base_Cookie::getInitialCookieData()
    Returns initial cookie data (from startup).
getLabel
in file element.php, method HTML_QuickForm_element::getLabel()
    Returns display text for the element
getLocationSelf
in file blogarchivemonth.class.php, method Display_BlogArchiveMonth::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogarchiveyear.class.php, method Display_BlogArchiveYear::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file simpledaterss20.class.php, method Display_SimpleDateRss20::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogcommentsatom10.class.php, method Display_BlogCommentsAtom10::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogatom10.class.php, method Display_BlogAtom10::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogcommentsrss20.class.php, method Display_BlogCommentsRss20::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogitem.class.php, method Display_BlogItem::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file generatorformindex.class.php, method Display_GeneratorFormIndex::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file simpledateatom10.class.php, method Display_SimpleDateAtom10::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogindex.class.php, method Display_BlogIndex::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file simpledateindex.class.php, method Display_SimpleDateIndex::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogpodcastitms.class.php, method Display_BlogPodcastItms::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file simplepageindex.class.php, method Display_SimplePageIndex::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file eventindex.class.php, method Display_EventIndex::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file eventatom10.class.php, method Display_EventAtom10::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file display.interface.php, method Display::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file eventrss20.class.php, method Display_EventRss20::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file systemlogin.class.php, method Display_SystemLogin::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file blogrss20.class.php, method Display_BlogRss20::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getLocationSelf
in file simpleformindex.class.php, method Display_SimpleFormIndex::getLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
getMailTemplateName
in file generatorformindex.class.php, method Display_GeneratorFormIndex::getMailTemplateName()
    Returns the name of the mail template.
getMainTemplateCacheLifetime
in file blogarchiveyear.class.php, method Display_BlogArchiveYear::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file systemlogin.class.php, method Display_SystemLogin::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file simpledaterss20.class.php, method Display_SimpleDateRss20::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogcommentsrss20.class.php, method Display_BlogCommentsRss20::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogindex.class.php, method Display_BlogIndex::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogpodcastitms.class.php, method Display_BlogPodcastItms::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogcommentsatom10.class.php, method Display_BlogCommentsAtom10::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file display.interface.php, method Display::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogarchivemonth.class.php, method Display_BlogArchiveMonth::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file simplepageindex.class.php, method Display_SimplePageIndex::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogatom10.class.php, method Display_BlogAtom10::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file eventatom10.class.php, method Display_EventAtom10::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file simpledateatom10.class.php, method Display_SimpleDateAtom10::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file eventindex.class.php, method Display_EventIndex::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file simpleformindex.class.php, method Display_SimpleFormIndex::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file simpledateindex.class.php, method Display_SimpleDateIndex::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file eventrss20.class.php, method Display_EventRss20::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogitem.class.php, method Display_BlogItem::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file blogrss20.class.php, method Display_BlogRss20::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheLifetime
in file generatorformindex.class.php, method Display_GeneratorFormIndex::getMainTemplateCacheLifetime()
    Returns the cache lifetime of the current template.
getMainTemplateCacheMode
in file display.interface.php, method Display::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file eventrss20.class.php, method Display_EventRss20::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogcommentsatom10.class.php, method Display_BlogCommentsAtom10::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file simpledaterss20.class.php, method Display_SimpleDateRss20::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file systemlogin.class.php, method Display_SystemLogin::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file simpledateindex.class.php, method Display_SimpleDateIndex::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogitem.class.php, method Display_BlogItem::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogcommentsrss20.class.php, method Display_BlogCommentsRss20::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file simplepageindex.class.php, method Display_SimplePageIndex::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file generatorformindex.class.php, method Display_GeneratorFormIndex::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogindex.class.php, method Display_BlogIndex::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file simpleformindex.class.php, method Display_SimpleFormIndex::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogarchivemonth.class.php, method Display_BlogArchiveMonth::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogrss20.class.php, method Display_BlogRss20::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogarchiveyear.class.php, method Display_BlogArchiveYear::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file simpledateatom10.class.php, method Display_SimpleDateAtom10::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file eventatom10.class.php, method Display_EventAtom10::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogatom10.class.php, method Display_BlogAtom10::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file eventindex.class.php, method Display_EventIndex::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateCacheMode
in file blogpodcastitms.class.php, method Display_BlogPodcastItms::getMainTemplateCacheMode()
    Returns the cache mode for the current template.
getMainTemplateName
in file blogcommentsrss20.class.php, method Display_BlogCommentsRss20::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogitem.class.php, method Display_BlogItem::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file eventrss20.class.php, method Display_EventRss20::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file simpledaterss20.class.php, method Display_SimpleDateRss20::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogrss20.class.php, method Display_BlogRss20::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file simpledateindex.class.php, method Display_SimpleDateIndex::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file eventindex.class.php, method Display_EventIndex::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file eventatom10.class.php, method Display_EventAtom10::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogpodcastitms.class.php, method Display_BlogPodcastItms::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file simpleformindex.class.php, method Display_SimpleFormIndex::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file display.interface.php, method Display::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file generatorformindex.class.php, method Display_GeneratorFormIndex::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogarchiveyear.class.php, method Display_BlogArchiveYear::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogatom10.class.php, method Display_BlogAtom10::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogcommentsatom10.class.php, method Display_BlogCommentsAtom10::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file systemlogin.class.php, method Display_SystemLogin::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file simplepageindex.class.php, method Display_SimplePageIndex::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogindex.class.php, method Display_BlogIndex::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file simpledateatom10.class.php, method Display_SimpleDateAtom10::getMainTemplateName()
    Returns the name of the current template.
getMainTemplateName
in file blogarchivemonth.class.php, method Display_BlogArchiveMonth::getMainTemplateName()
    Returns the name of the current template.
getMask
in file Log.php, method Log::getMask()
    Returns the current level mask.
getMaxFileSize
in file QuickForm.php, method HTML_QuickForm::getMaxFileSize()
    Returns the value of MAX_FILE_SIZE hidden element
getMemoryCachingState
in file Lite.php, method Cache_Lite::getMemoryCachingState()
    Load the state of the caching memory array from a given cache file cache
getMessage
in file PEAR.php, method PEAR_Error::getMessage()
    Get the error message from an error object.
getMessage
in file mime.php, method Mail_mime::getMessage()
    Returns the complete e-mail, ready to send using an alternative
getMimeNumbers
in file mimeDecode.php, method Mail_mimeDecode::getMimeNumbers()
    Given the output of the above function, this will return an array of references to the parts, indexed by mime number.
getMimeTypeConfigurations
in file object.class.php, method Media_Object::getMimeTypeConfigurations()
    Returns list with mime type configurations.
getMode
in file PEAR.php, method PEAR_Error::getMode()
    Get the error mode from an error object.
getMultiple
in file select.php, method HTML_QuickForm_select::getMultiple()
    Returns the select mutiple attribute
getName
in file group.php, method HTML_QuickForm_group::getName()
    Returns the group name
getName
in file static.php, method HTML_QuickForm_static::getName()
    Returns the element name
getName
in file input.php, method HTML_QuickForm_input::getName()
    Returns the element name
getName
in file link.php, method HTML_QuickForm_link::getName()
    Returns the element name
getName
in file session.class.php, method Base_Session::getName()
    Get Name
getName
in file element.php, method HTML_QuickForm_element::getName()
    Returns the element name
getName
in file textarea.php, method HTML_QuickForm_textarea::getName()
    Returns the element name
getName
in file xbutton.php, method HTML_QuickForm_xbutton::getName()
getName
in file select.php, method HTML_QuickForm_select::getName()
    Returns the element name
getNumParams
in file RPC.php, method XML_RPC_Message::getNumParams()
getOnclickJs
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getOnclickJs()
    Create the javascript for the onclick event which will set the value of the hidden field
getPageTypesFromSkeleton
in file project.class.php, method Application_Project::getPageTypesFromSkeleton()
    Returns array of page types configured in the skeleton.
getParam
in file RPC.php, method XML_RPC_Message::getParam()
    Obtains an XML_RPC_Value object for the given parameter
getPathToGlobalFile
in file globalfile.class.php, method Templating_GlobalFile::getPathToGlobalFile()
    Returns full path to global file object. Takes global file object name on disk as first argument. Please note that the object doesn't have to exist to get the path to a object.
getPathToGlobalFileUsingId
in file globalfile.class.php, method Templating_GlobalFile::getPathToGlobalFileUsingId()
    Takes global file object id as first argument. Returns full disk path to global file object.
getPathToObject
in file object.class.php, method Media_Object::getPathToObject()
    Returns full path to media object. Takes media object name on disk as first argument. Please note that the object doesn't have to exist to get the path to a object.
getPathToObjectUsingId
in file object.class.php, method Media_Object::getPathToObjectUsingId()
    Takes media object id as first argument. Returns full disk path to media object.
getPathToThumbnail
in file object.class.php, method Media_Object::getPathToThumbnail()
    Returns full path to media thumbnail. Takes the media object name on disk as first argument. Please note that the thumbnail doesn't have to exist to get the path to the thumbnail.
getPersonalMailTemplateName
in file simpleformindex.class.php, method Display_SimpleFormIndex::getPersonalMailTemplateName()
    Returns the name of the personal mail template.
getPhrase
in file Equation.php, method Text_CAPTCHA_Driver_Equation::getPhrase()
    Return the solution to the equation.
getPhrase
in file CAPTCHA.php, method Text_CAPTCHA::getPhrase()
    Return secret CAPTCHA phrase
getPluginName
in file antispam.interface.php, method Welcompose_AntiSpam_Comment::getPluginName()
    Returns the plugin name.
getPodcastCategoriesFromSkeleton
in file project.class.php, method Application_Project::getPodcastCategoriesFromSkeleton()
    Returns array of podcast categories configured in the skeleton.
getPriority
in file Log.php, method Log::getPriority()
    Returns the current default priority.
getPrivateName
in file select.php, method HTML_QuickForm_select::getPrivateName()
    Returns the element name (possibly with brackets appended)
getPrivateName
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getPrivateName()
    Gets the private name for the element
getQueryString
in file URL.php, method Net_URL::getQueryString()
    Returns flat querystring
getRedirectLocationSelf
in file blogcommentsatom10.class.php, method Display_BlogCommentsAtom10::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogpodcastitms.class.php, method Display_BlogPodcastItms::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file simplepageindex.class.php, method Display_SimplePageIndex::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file systemlogin.class.php, method Display_SystemLogin::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogatom10.class.php, method Display_BlogAtom10::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogarchiveyear.class.php, method Display_BlogArchiveYear::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogrss20.class.php, method Display_BlogRss20::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file generatorformindex.class.php, method Display_GeneratorFormIndex::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file eventatom10.class.php, method Display_EventAtom10::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file eventindex.class.php, method Display_EventIndex::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogarchivemonth.class.php, method Display_BlogArchiveMonth::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file display.interface.php, method Display::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file simpleformindex.class.php, method Display_SimpleFormIndex::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file eventrss20.class.php, method Display_EventRss20::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file simpledaterss20.class.php, method Display_SimpleDateRss20::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogindex.class.php, method Display_BlogIndex::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file simpledateatom10.class.php, method Display_SimpleDateAtom10::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogitem.class.php, method Display_BlogItem::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file simpledateindex.class.php, method Display_SimpleDateIndex::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRedirectLocationSelf
in file blogcommentsrss20.class.php, method Display_BlogCommentsRss20::getRedirectLocationSelf()
    Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
getRefs
in file textile.php, method Textile::getRefs()
getRegisteredRules
in file QuickForm.php, method HTML_QuickForm::getRegisteredRules()
    Returns an array of registered validation rules
getRegisteredTypes
in file QuickForm.php, method HTML_QuickForm::getRegisteredTypes()
    Returns an array of registered element types
getRegisteredUser
in file antispam.interface.php, method Welcompose_AntiSpam_Comment::getRegisteredUser()
    Returns current state of registered user flag.
getReport
in file antispam.interface.php, method Welcompose_AntiSpam_Comment::getReport()
    Returns string with detailed spam report.
getRequiredNote
in file QuickForm.php, method HTML_QuickForm::getRequiredNote()
    Returns the required note
getRequiredTemplate
in file blogitem.class.php, method Display_BlogItem::getRequiredTemplate()
    Returns QuickForm template to indicate required field.
getRequiredTemplate
in file simpleformindex.class.php, method Display_SimpleFormIndex::getRequiredTemplate()
    Returns QuickForm template to indicate required field.
getRequiredTemplate
in file generatorformindex.class.php, method Display_GeneratorFormIndex::getRequiredTemplate()
    Returns QuickForm template to indicate required field.
getRequiredTemplate
in file systemlogin.class.php, method Display_SystemLogin::getRequiredTemplate()
    Returns QuickForm template to indicate required field.
getRequiredTemplate
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::getRequiredTemplate()
    Returns QuickForm template to indicate required field.
getResponse
in file SMTP.php, method Net_SMTP::getResponse()
    Return a 2-tuple containing the last response from the SMTP server.
getResponseBody
in file Request.php, method HTTP_Request::getResponseBody()
    Returns the body of the response
getResponseCode
in file Request.php, method HTTP_Request::getResponseCode()
    Returns the response code
getResponseCookies
in file Request.php, method HTTP_Request::getResponseCookies()
    Returns cookies set in response
getResponseHeader
in file Request.php, method HTTP_Request::getResponseHeader()
    Returns either the named header or all if no name given
getResult
in file antispam.interface.php, method Welcompose_AntiSpam_Comment::getResult()
    Returns result of previously executed spam check.
getRightsFromSkeleton
in file project.class.php, method Application_Project::getRightsFromSkeleton()
    Returns array of rights configured in the skeleton.
getRule
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::getRule()
    Returns a reference to the requested rule object
gets
in file Socket.php, method Net_Socket::gets()
    Get a specified line of data
getSelected
in file select.php, method HTML_QuickForm_select::getSelected()
    Returns an array of the selected values
getSendArray
in file mimeDecode.php, method Mail_mimeDecode::getSendArray()
    getSendArray() returns the arguments required for Mail::send() used to build the arguments for a mail::send() call
getSerializedTagArrayFromTagArray
in file eventtag.class.php, method Content_EventTag::getSerializedTagArrayFromTagArray()
getSerializedTagArrayFromTagArray
in file blogtag.class.php, method Content_BlogTag::getSerializedTagArrayFromTagArray()
getSettings
in file settings.class.php, method Community_Settings::getSettings()
    Returns array with community settings of the current project.
getSize
in file file.php, method HTML_QuickForm_file::getSize()
    Returns size of file element
getSize
in file select.php, method HTML_QuickForm_select::getSize()
    Returns the select field size
getStandardPort
in file URL.php, method Net_URL::getStandardPort()
    Returns the standard port number for a protocol
getStaticProperty
in file PEAR.php, method PEAR::getStaticProperty()
    If you have a class that's mostly/entirely static, and you need static
getStatus
in file Socket.php, method Net_Socket::getStatus()
    Returns information about an existing socket resource.
getSubmitValue
in file QuickForm.php, method HTML_QuickForm::getSubmitValue()
    Returns the elements value after submit and filter
getSubmitValues
in file QuickForm.php, method HTML_QuickForm::getSubmitValues()
    Returns the values submitted by the form
getTabOffset
in file Common.php, method HTML_Common::getTabOffset()
    Returns the tabOffset
getTagStringFromSerializedArray
in file blogtag.class.php, method Content_BlogTag::getTagStringFromSerializedArray()
getTagStringFromSerializedArray
in file eventtag.class.php, method Content_EventTag::getTagStringFromSerializedArray()
getTagWordUrlArrayFromSerializedArray
in file eventtag.class.php, method Content_EventTag::getTagWordUrlArrayFromSerializedArray()
getTagWordUrlArrayFromSerializedArray
in file blogtag.class.php, method Content_BlogTag::getTagWordUrlArrayFromSerializedArray()
getTemplateTypesFromSkeleton
in file project.class.php, method Application_Project::getTemplateTypesFromSkeleton()
    Returns array of template types configured in the skeleton.
getText
in file checkbox.php, method HTML_QuickForm_checkbox::getText()
    Returns the checkbox text
getText
in file radio.php, method HTML_QuickForm_radio::getText()
    Returns the radio text
getTextConverterListForForm
in file textconverter.class.php, method Application_TextConverter::getTextConverterListForForm()
    Returns list of text converters for usage in quickform selects.
getTextConvertersFromSkeleton
in file project.class.php, method Application_Project::getTextConvertersFromSkeleton()
    Returns array of text converters configured in the skeleton.
gettextInitSoftware
in file gettext.inc.php, function gettextInitSoftware()
getTextMacrosFromSkeleton
in file project.class.php, method Application_Project::getTextMacrosFromSkeleton()
    Returns array of text macros configured in the skeleton.
getTextMacroTagArgs
in file pluginutility.class.php, method Utility_PluginUtility::getTextMacroTagArgs()
    Creates key=>value array from a text macro tag string. Takes array with preg_replace_callback() output as first argument. The second argument is a switch to enable/disable key/value security/sanitizing. Returns array.
getTextMacroTagPattern
in file pluginutility.class.php, method Utility_PluginUtility::getTextMacroTagPattern()
    Returns PCRE search pattern for extraction of a text macro tag. Takes the name of the text macro tag as first argument. The second argument is a switch to enable/disable multi line tags.
getTimeframes
in file helper.class.php, method Utility_Helper::getTimeframes()
    Returns array with available timeframes.
getType
in file element.php, method HTML_QuickForm_element::getType()
    Returns element type
getType
in file PEAR.php, method PEAR_Error::getType()
    Get the name of this error/exception.
getTypeListForForm
in file generatorformfield.class.php, method Content_GeneratorFormField::getTypeListForForm()
    Returns list of available from field types for form definition.
getUrl
in file Request.php, method HTTP_Request::getUrl()
    Returns the current request URL
getURL
in file URL.php, method Net_URL::getURL()
    Returns full url
getUserInfo
in file PEAR.php, method PEAR_Error::getUserInfo()
    Get additional user-supplied information.
getUsersFromSkeleton
in file project.class.php, method Application_Project::getUsersFromSkeleton()
    Returns array of users configured in the skeleton.
getval
in file RPC.php, method XML_RPC_Value::getval()
getValidationScript
in file Rule.php, method HTML_QuickForm_Rule::getValidationScript()
    Returns the javascript test (the test should return true if the value is INVALID)
getValidationScript
in file Required.php, method HTML_QuickForm_Rule_Required::getValidationScript()
getValidationScript
in file Compare.php, method HTML_QuickForm_Rule_Compare::getValidationScript()
getValidationScript
in file Callback.php, method HTML_QuickForm_Rule_Callback::getValidationScript()
getValidationScript
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::getValidationScript()
    Returns the validation test in javascript code
getValidationScript
in file Email.php, method HTML_QuickForm_Rule_Email::getValidationScript()
getValidationScript
in file Range.php, method HTML_QuickForm_Rule_Range::getValidationScript()
getValidationScript
in file Regex.php, method HTML_QuickForm_Rule_Regex::getValidationScript()
getValidationScript
in file QuickForm.php, method HTML_QuickForm::getValidationScript()
    Returns the client side validation script
getValue
in file link.php, method HTML_QuickForm_link::getValue()
    Returns the value of the form element
getValue
in file select.php, method HTML_QuickForm_select::getValue()
    Returns an array of the selected values
getValue
in file textarea.php, method HTML_QuickForm_textarea::getValue()
    Returns the value of the form element
getValue
in file file.php, method HTML_QuickForm_file::getValue()
    Returns information about the uploaded file
getValue
in file checkbox.php, method HTML_QuickForm_checkbox::getValue()
    Returns the value of the form element
getValue
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getValue()
    Returns the element's value
getValue
in file xbutton.php, method HTML_QuickForm_xbutton::getValue()
getValue
in file group.php, method HTML_QuickForm_group::getValue()
    Returns the value of the group
getValue
in file input.php, method HTML_QuickForm_input::getValue()
    Returns the value of the form element
getValue
in file element.php, method HTML_QuickForm_element::getValue()
    Returns the value of the form element
getWwwPathToObject
in file object.class.php, method Media_Object::getWwwPathToObject()
    Returns full www path to media object. Takes media object name on disk as first argument. Please note that the object doesn't have to exist to get the path to a object.
getWwwPathToObjectUsingId
in file object.class.php, method Media_Object::getWwwPathToObjectUsingId()
    Takes media object id as first argument. Returns full www path to media object.
getXML
in file mimeDecode.php, method Mail_mimeDecode::getXML()
    Returns a xml copy of the output of Mail_mimeDecode::decode. Pass the output in as the argument. This function can be called statically. Eg:
get_config_vars
in file Smarty.class.php, method Smarty::get_config_vars()
    Returns an array containing config variables
get_file_names
in file Config_File.class.php, method Config_File::get_file_names()
    Get all loaded config file names.
get_key
in file Config_File.class.php, method Config_File::get_key()
    Retrieves config info based on the key.
get_registered_object
in file Smarty.class.php, method Smarty::get_registered_object()
    return a reference to a registered object
get_section_names
in file Config_File.class.php, method Config_File::get_section_names()
    Get all section names from a loaded file.
get_template_vars
in file Smarty.class.php, method Smarty::get_template_vars()
    Returns an array containing template variables
get_var_names
in file Config_File.class.php, method Config_File::get_var_names()
    Get all global or section variable names.
globalBoxBelongsToCurrentProject
in file globalbox.class.php, method Content_GlobalBox::globalBoxBelongsToCurrentProject()
    Tests whether given global box belongs to current project. Takes the global box id as first argument. Returns bool.
globalBoxBelongsToCurrentUser
in file globalbox.class.php, method Content_GlobalBox::globalBoxBelongsToCurrentUser()
    Test whether box belongs to current user or not. Takes the box id as first argument. Returns bool.
globalFileBelongsToCurrentProject
in file globalfile.class.php, method Templating_GlobalFile::globalFileBelongsToCurrentProject()
    Checks whether the given global file belongs to the current project or not.
globalFileBelongsToCurrentUser
in file globalfile.class.php, method Templating_GlobalFile::globalFileBelongsToCurrentUser()
    Tests whether global file belongs to current user or not. Takes the global file id as first argument. Returns bool.
globalTemplateBelongsToCurrentProject
in file globaltemplate.class.php, method Templating_GlobalTemplate::globalTemplateBelongsToCurrentProject()
    Checks whether the given global template belongs to the current project or not.
globalTemplateBelongsToCurrentUser
in file globaltemplate.class.php, method Templating_GlobalTemplate::globalTemplateBelongsToCurrentUser()
    Tests whether global template belongs to current user or not. Takes the global template id as first argument. Returns bool.
glyphs
in file textile.php, method Textile::glyphs()
graf
in file textile.php, method Textile::graf()
groupBelongsToCurrentProject
in file group.class.php, method User_Group::groupBelongsToCurrentProject()
    Tests whether given group belongs to current project. Takes the group id as first argument. Returns boolean true or false.
groupBelongsToCurrentUser
in file group.class.php, method User_Group::groupBelongsToCurrentUser()
    Tests whether group belongs to current user or not. Takes the group id as first argument. Returns bool.
groupBelongsToSomeUser
in file group.class.php, method User_Group::groupBelongsToSomeUser()
    Tests whether given group belongs to one user at least. Takes the group id as first argument. Returns boolean true or false.
gettext.inc.php
procedural page gettext.inc.php
group.php
procedural page group.php
globalfile.class.php
procedural page globalfile.class.php
globaltemplate.class.php
procedural page globaltemplate.class.php
group.class.php
procedural page group.class.php
top

h

$hdrs
in file RPC.php, variable XML_RPC_Response::$hdrs
$headers
in file RPC.php, variable XML_RPC_Client::$headers
    The HTTP headers for the current request.
$hidden
in file Object.php, variable QuickformForm::$hidden
    Collected html of all hidden variables
$hlgn
in file textile.php, variable Textile::$hlgn
$host
in file smtp.php, variable Mail_smtp::$host
    The SMTP host to connect to.
$host
in file URL.php, variable Net_URL::$host
    Host
$host
in file SMTP.php, variable Net_SMTP::$host
    The server to connect to.
$html
in file Object.php, variable QuickformElement::$html
    HTML for the element
$hu
in file textile.php, variable Textile::$hu
hAlign
in file textile.php, method Textile::hAlign()
hasAttrs
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::hasAttrs()
hasChilds
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::hasChilds()
hasRawText
in file textile.php, method Textile::hasRawText()
headers
in file mime.php, method Mail_mime::headers()
    Returns an array with the headers needed to prepend to the email (MIME-Version and Content-Type). Format of argument is: $array['header-name'] = 'header-value';
helo
in file SMTP.php, method Net_SMTP::helo()
    Send the HELO command.
HtmlTag
in file wcom_plugin_textconverter_xhtml.php, class HtmlTag
HtmlTagAttr
in file wcom_plugin_textconverter_xhtml.php, class HtmlTagAttr
HTML_Common
in file Common.php, class HTML_Common
    Base class for all HTML classes
HTML_Common
in file Common.php, method HTML_Common::HTML_Common()
    Class constructor
HTML_QuickForm
in file QuickForm.php, method HTML_QuickForm::HTML_QuickForm()
    Class constructor
HTML_QuickForm
in file QuickForm.php, class HTML_QuickForm
    Create, validate and process HTML forms
HTML_QuickForm_advcheckbox
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox()
    Class constructor
HTML_QuickForm_advcheckbox
in file advcheckbox.php, class HTML_QuickForm_advcheckbox
    HTML class for an advanced checkbox type field
HTML_QuickForm_autocomplete
in file autocomplete.php, method HTML_QuickForm_autocomplete::HTML_QuickForm_autocomplete()
    Class constructor
HTML_QuickForm_autocomplete
in file autocomplete.php, class HTML_QuickForm_autocomplete
    Class to dynamically create an HTML input text element that at every keypressed javascript event, check in an array of options if there's a match and autocomplete the text in case of match.
HTML_QuickForm_button
in file button.php, class HTML_QuickForm_button
    HTML class for a button type element
HTML_QuickForm_button
in file button.php, method HTML_QuickForm_button::HTML_QuickForm_button()
    Class constructor
HTML_QuickForm_checkbox
in file checkbox.php, method HTML_QuickForm_checkbox::HTML_QuickForm_checkbox()
    Class constructor
HTML_QuickForm_checkbox
in file checkbox.php, class HTML_QuickForm_checkbox
    HTML class for a checkbox type field
HTML_QuickForm_date
in file date.php, method HTML_QuickForm_date::HTML_QuickForm_date()
    Class constructor
HTML_QuickForm_date
in file date.php, class HTML_QuickForm_date
    Class for a group of elements used to input dates (and times).
HTML_QuickForm_element
in file element.php, method HTML_QuickForm_element::HTML_QuickForm_element()
    Class constructor
HTML_QuickForm_element
in file element.php, class HTML_QuickForm_element
    Base class for form elements
HTML_QuickForm_Error
in file QuickForm.php, method HTML_QuickForm_Error::HTML_QuickForm_Error()
    Creates a quickform error object, extending the PEAR_Error class
HTML_QuickForm_Error
in file QuickForm.php, class HTML_QuickForm_Error
    Standard PEAR error class for PHP 4
HTML_QuickForm_file
in file file.php, method HTML_QuickForm_file::HTML_QuickForm_file()
    Class constructor
HTML_QuickForm_file
in file file.php, class HTML_QuickForm_file
    HTML class for a file type element
HTML_QuickForm_group
in file group.php, class HTML_QuickForm_group
    HTML class for a form element group
HTML_QuickForm_group
in file group.php, method HTML_QuickForm_group::HTML_QuickForm_group()
    Class constructor
HTML_QuickForm_header
in file header.php, class HTML_QuickForm_header
    A pseudo-element used for adding headers to form
HTML_QuickForm_header
in file header.php, method HTML_QuickForm_header::HTML_QuickForm_header()
    Class constructor
HTML_QuickForm_hidden
in file hidden.php, class HTML_QuickForm_hidden
    HTML class for a hidden type element
HTML_QuickForm_hidden
in file hidden.php, method HTML_QuickForm_hidden::HTML_QuickForm_hidden()
    Class constructor
HTML_QuickForm_hiddenselect
in file hiddenselect.php, method HTML_QuickForm_hiddenselect::HTML_QuickForm_hiddenselect()
    Class constructor
HTML_QuickForm_hiddenselect
in file hiddenselect.php, class HTML_QuickForm_hiddenselect
    This class takes the same arguments as a select element, but instead
HTML_QuickForm_hierselect
in file hierselect.php, class HTML_QuickForm_hierselect
    Class to dynamically create two or more HTML Select elements The first select changes the content of the second select and so on.
HTML_QuickForm_hierselect
in file hierselect.php, method HTML_QuickForm_hierselect::HTML_QuickForm_hierselect()
    Class constructor
HTML_QuickForm_html
in file html.php, class HTML_QuickForm_html
    A pseudo-element used for adding raw HTML to form
HTML_QuickForm_html
in file html.php, method HTML_QuickForm_html::HTML_QuickForm_html()
    Class constructor
HTML_QuickForm_image
in file image.php, method HTML_QuickForm_image::HTML_QuickForm_image()
    Class constructor
HTML_QuickForm_image
in file image.php, class HTML_QuickForm_image
    HTML class for a image type element
HTML_QuickForm_input
in file input.php, class HTML_QuickForm_input
    Base class for input form elements
HTML_QuickForm_input
in file input.php, method HTML_QuickForm_input::HTML_QuickForm_input()
    Class constructor
HTML_QuickForm_link
in file link.php, method HTML_QuickForm_link::HTML_QuickForm_link()
    Class constructor
HTML_QuickForm_link
in file link.php, class HTML_QuickForm_link
    HTML class for a link type field
HTML_QuickForm_password
in file password.php, method HTML_QuickForm_password::HTML_QuickForm_password()
    Class constructor
HTML_QuickForm_password
in file password.php, class HTML_QuickForm_password
    HTML class for a password type field
HTML_QuickForm_radio
in file radio.php, class HTML_QuickForm_radio
    HTML class for a radio type element
HTML_QuickForm_radio
in file radio.php, method HTML_QuickForm_radio::HTML_QuickForm_radio()
    Class constructor
HTML_QuickForm_Renderer
in file Renderer.php, class HTML_QuickForm_Renderer
    An abstract base class for QuickForm renderers
HTML_QuickForm_Renderer
in file Renderer.php, method HTML_QuickForm_Renderer::HTML_QuickForm_Renderer()
    Constructor
HTML_QuickForm_Renderer_Array
in file Array.php, method HTML_QuickForm_Renderer_Array::HTML_QuickForm_Renderer_Array()
    Constructor
HTML_QuickForm_Renderer_Array
in file Array.php, class HTML_QuickForm_Renderer_Array
    A concrete renderer for HTML_QuickForm, makes an array of form contents
HTML_QuickForm_Renderer_ArraySmarty
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::HTML_QuickForm_Renderer_ArraySmarty()
    Constructor
HTML_QuickForm_Renderer_ArraySmarty
in file ArraySmarty.php, class HTML_QuickForm_Renderer_ArraySmarty
    A static renderer for HTML_QuickForm, makes an array of form content useful for an Smarty template
HTML_QuickForm_Renderer_Default
in file Default.php, class HTML_QuickForm_Renderer_Default
    A concrete renderer for HTML_QuickForm, based on QuickForm 2.x built-in one
HTML_QuickForm_Renderer_Default
in file Default.php, method HTML_QuickForm_Renderer_Default::HTML_QuickForm_Renderer_Default()
    Constructor
HTML_QuickForm_Renderer_ITDynamic
in file ITDynamic.php, class HTML_QuickForm_Renderer_ITDynamic
    A concrete renderer for HTML_QuickForm, using Integrated Templates.
HTML_QuickForm_Renderer_ITDynamic
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::HTML_QuickForm_Renderer_ITDynamic()
    Constructor
HTML_QuickForm_Renderer_ITStatic
in file ITStatic.php, class HTML_QuickForm_Renderer_ITStatic
    A static renderer for HTML_QuickForm compatible with HTML_Template_IT and HTML_Template_Sigma.
HTML_QuickForm_Renderer_ITStatic
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::HTML_QuickForm_Renderer_ITStatic()
    Constructor
HTML_QuickForm_Renderer_Object
in file Object.php, method HTML_QuickForm_Renderer_Object::HTML_QuickForm_Renderer_Object()
    Constructor
HTML_QuickForm_Renderer_Object
in file Object.php, class HTML_QuickForm_Renderer_Object
    A concrete renderer for HTML_QuickForm, makes an object from form contents
HTML_QuickForm_Renderer_ObjectFlexy
in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::HTML_QuickForm_Renderer_ObjectFlexy()
    Constructor
HTML_QuickForm_Renderer_ObjectFlexy
in file ObjectFlexy.php, class HTML_QuickForm_Renderer_ObjectFlexy
    QuickForm renderer for Flexy template engine, static version.
HTML_QuickForm_Renderer_QuickHtml
in file QuickHtml.php, class HTML_QuickForm_Renderer_QuickHtml
    A renderer that makes it quick and easy to create customized forms.
HTML_QuickForm_Renderer_QuickHtml
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::HTML_QuickForm_Renderer_QuickHtml()
    Constructor
HTML_QuickForm_reset
in file reset.php, method HTML_QuickForm_reset::HTML_QuickForm_reset()
    Class constructor
HTML_QuickForm_reset
in file reset.php, class HTML_QuickForm_reset
    HTML class for a reset type element
HTML_QuickForm_Rule
in file Rule.php, class HTML_QuickForm_Rule
HTML_QuickForm_RuleRegistry
in file RuleRegistry.php, class HTML_QuickForm_RuleRegistry
    Registers rule objects and uses them for validation
HTML_QuickForm_Rule_Callback
in file Callback.php, class HTML_QuickForm_Rule_Callback
    Validates values using callback functions or methods
HTML_QuickForm_Rule_Compare
in file Compare.php, class HTML_QuickForm_Rule_Compare
    Rule to compare two form fields
HTML_QuickForm_Rule_Email
in file Email.php, class HTML_QuickForm_Rule_Email
    Email validation rule
HTML_QuickForm_Rule_In_Array_Keys
in file In_Array_Keys.php, class HTML_QuickForm_Rule_In_Array_Keys
HTML_QuickForm_Rule_Is_Equal
in file Is_Equal.php, class HTML_QuickForm_Rule_Is_Equal
HTML_QuickForm_Rule_Range
in file Range.php, class HTML_QuickForm_Rule_Range
    Validates values using range comparison
HTML_QuickForm_Rule_Regex
in file Regex.php, class HTML_QuickForm_Rule_Regex
    Validates values using regular expressions
HTML_QuickForm_Rule_Required
in file Required.php, class HTML_QuickForm_Rule_Required
    Required elements validation
HTML_QuickForm_select
in file select.php, class HTML_QuickForm_select
    Class to dynamically create an HTML SELECT
HTML_QuickForm_select
in file select.php, method HTML_QuickForm_select::HTML_QuickForm_select()
    Class constructor
HTML_QuickForm_static
in file static.php, class HTML_QuickForm_static
    HTML class for static data
HTML_QuickForm_static
in file static.php, method HTML_QuickForm_static::HTML_QuickForm_static()
    Class constructor
HTML_QuickForm_submit
in file submit.php, class HTML_QuickForm_submit
    HTML class for a submit type element
HTML_QuickForm_submit
in file submit.php, method HTML_QuickForm_submit::HTML_QuickForm_submit()
    Class constructor
HTML_QuickForm_text
in file text.php, method HTML_QuickForm_text::HTML_QuickForm_text()
    Class constructor
HTML_QuickForm_text
in file text.php, class HTML_QuickForm_text
    HTML class for a text field
HTML_QuickForm_textarea
in file textarea.php, method HTML_QuickForm_textarea::HTML_QuickForm_textarea()
    Class constructor
HTML_QuickForm_textarea
in file textarea.php, class HTML_QuickForm_textarea
    HTML class for a textarea type field
HTML_QuickForm_xbutton
in file xbutton.php, method HTML_QuickForm_xbutton::HTML_QuickForm_xbutton()
    Class constructor
HTML_QuickForm_xbutton
in file xbutton.php, class HTML_QuickForm_xbutton
    Class for HTML 4.0 <button> element
HTTP_Request
in file Request.php, method HTTP_Request::HTTP_Request()
    Constructor
HTTP_Request
in file Request.php, class HTTP_Request
HTTP_REQUEST_HTTP_VER_1_0
in file Request.php, constant HTTP_REQUEST_HTTP_VER_1_0
HTTP_REQUEST_HTTP_VER_1_1
in file Request.php, constant HTTP_REQUEST_HTTP_VER_1_1
HTTP_Request_Listener
in file Listener.php, class HTTP_Request_Listener
    This class implements the Observer part of a Subject-Observer design pattern. It listens to the events sent by a HTTP_Request or HTTP_Response instance.
HTTP_Request_Listener
in file Listener.php, method HTTP_Request_Listener::HTTP_Request_Listener()
    Constructor, sets the object's identifier
HTTP_REQUEST_METHOD_DELETE
in file Request.php, constant HTTP_REQUEST_METHOD_DELETE
HTTP_REQUEST_METHOD_GET
in file Request.php, constant HTTP_REQUEST_METHOD_GET
HTTP_REQUEST_METHOD_HEAD
in file Request.php, constant HTTP_REQUEST_METHOD_HEAD
HTTP_REQUEST_METHOD_OPTIONS
in file Request.php, constant HTTP_REQUEST_METHOD_OPTIONS
HTTP_REQUEST_METHOD_POST
in file Request.php, constant HTTP_REQUEST_METHOD_POST
HTTP_REQUEST_METHOD_PUT
in file Request.php, constant HTTP_REQUEST_METHOD_PUT
HTTP_REQUEST_METHOD_TRACE
in file Request.php, constant HTTP_REQUEST_METHOD_TRACE
HTTP_Response
in file Request.php, class HTTP_Response
    Response class to complement the Request class
HTTP_Response
in file Request.php, method HTTP_Response::HTTP_Response()
    Constructor
header.php
procedural page header.php
hidden.php
procedural page hidden.php
hiddenselect.php
procedural page hiddenselect.php
hierselect.php
procedural page hierselect.php
html.php
procedural page html.php
helper.class.php
procedural page helper.class.php
top

i

$i
in file Rc4.php, variable Crypt_RC4::$i
    Real programmers...
$index
in file RFC822.php, variable Mail_RFC822::$index
    An internal counter/pointer.
$instance
in file pluginutility.class.php, variable Utility_PluginUtility::$instance
    Singleton
$instance
in file pingserviceconfiguration.class.php, variable Application_PingServiceConfiguration::$instance
    Singleton
$instance
in file abbreviation.class.php, variable Content_Abbreviation::$instance
    Singleton
$instance
in file session.class.php, variable Base_Session::$instance
    Singleton
$instance
in file pingservice.class.php, variable Application_PingService::$instance
    Singleton
$instance
in file right.class.php, variable User_Right::$instance
    Singleton
$instance
in file pagetype.class.php, variable Content_PageType::$instance
    Singleton
$instance
in file login.class.php, variable User_Login::$instance
    Singleton
$instance
in file imagemagick.class.php, variable Base_Imagemagick::$instance
    Singleton
$instance
in file navigation.class.php, variable Content_Navigation::$instance
    Singleton
$instance
in file nestedset.class.php, variable Utility_NestedSet::$instance
    Singleton
$instance
in file page.class.php, variable Content_Page::$instance
    Singleton
$instance
in file object.class.php, variable Media_Object::$instance
    Singleton
$instance
in file settings.class.php, variable Community_Settings::$instance
    Singleton
$instance
in file simpledate.class.php, variable Content_SimpleDate::$instance
    Singleton
$instance
in file templatetype.class.php, variable Templating_TemplateType::$instance
    Singleton
$instance
in file templateset.class.php, variable Templating_TemplateSet::$instance
    Singleton
$instance
in file template.class.php, variable Templating_Template::$instance
    Singleton
$instance
in file textconverter.class.php, variable Application_TextConverter::$instance
    Singleton
$instance
in file textmacro.class.php, variable Application_TextMacro::$instance
    Singleton
$instance
in file user.class.php, variable User_User::$instance
    Singleton
$instance
in file urlgenerator.class.php, variable Utility_UrlGenerator::$instance
    Singleton
$instance
in file tag.class.php, variable Media_Tag::$instance
    Singleton
$instance
in file structuraltemplate.class.php, variable Content_StructuralTemplate::$instance
    Singleton
$instance
in file simpleguestbook.class.php, variable Content_SimpleGuestbook::$instance
    Singleton
$instance
in file simpleform.class.php, variable Content_SimpleForm::$instance
    Singleton
$instance
in file simpleguestbookentry.class.php, variable Content_SimpleGuestbookEntry::$instance
    Singleton
$instance
in file simpleguestbookindex.class.php, variable Display_SimpleGuestbookIndex::$instance
    Singleton
$instance
in file sitemap.class.php, variable Application_Sitemap::$instance
    Singleton
$instance
in file simplepage.class.php, variable Content_SimplePage::$instance
    Singleton
$instance
in file helper.class.php, variable Utility_Helper::$instance
    Singleton
$instance
in file project.class.php, variable Application_Project::$instance
    Singleton
$instance
in file generatorformfield.class.php, variable Content_GeneratorFormField::$instance
    Singleton
$instance
in file cookie.class.php, variable Utility_Cookie::$instance
    Singleton
$instance
in file chmod.class.php, variable Utility_Chmod::$instance
    Singleton
$instance
in file globalbox.class.php, variable Content_GlobalBox::$instance
    Singleton
$instance
in file globalfile.class.php, variable Templating_GlobalFile::$instance
    Singleton
$instance
in file base.class.php, variable Base_Base::$instance
    Singleton
$instance
in file blogpodcastcategory.class.php, variable Content_BlogPodcastCategory::$instance
    Singleton
$instance
in file flickr.class.php, variable Media_Flickr::$instance
    Singleton
$instance
in file eventtag.class.php, variable Content_EventTag::$instance
    Singleton
$instance
in file generatorform.class.php, variable Content_GeneratorForm::$instance
    Singleton
$instance
in file eventposting.class.php, variable Content_EventPosting::$instance
    Singleton
$instance
in file globaltemplate.class.php, variable Templating_GlobalTemplate::$instance
    Singleton
$instance
in file blogpodcast.class.php, variable Content_BlogPodcast::$instance
    Singleton
$instance
in file blogcommentstatus.class.php, variable Community_BlogCommentStatus::$instance
    Singleton
$instance
in file group.class.php, variable User_Group::$instance
    Singleton
$instance
in file captcha.class.php, variable Utility_Captcha::$instance
    Singleton
$instance
in file box.class.php, variable Content_Box::$instance
    Singleton
$instance
in file error.class.php, variable Base_Error::$instance
    Singleton
$instance
in file blogitem.class.php, variable Display_BlogItem::$instance
    Singleton
$instance
in file antispamplugin.class.php, variable Community_AntiSpamPlugin::$instance
    Singleton
$instance
in file blogtag.class.php, variable Content_BlogTag::$instance
    Singleton
$instance
in file blogposting.class.php, variable Content_BlogPosting::$instance
    Singleton
$instance
in file blogcomment.class.php, variable Community_BlogComment::$instance
    Singleton
imagemagick.class.php
procedural page imagemagick.class.php
iAlign
in file textile.php, method Textile::iAlign()
identifySender
in file SMTP.php, method Net_SMTP::identifySender()
    Backwards-compatibility method. identifySender()'s functionality is now handled internally.
ifsetor
in file cnc.class.php, method Base_Cnc::ifsetor()
    Ifsetor
image
in file textile.php, method Textile::image()
imageCaptchaCleanup
in file captcha.class.php, method Utility_Captcha::imageCaptchaCleanup()
    Cleanup function to remove captcha images older than one hour.
imageStoreIsReady
in file object.class.php, method Media_Object::imageStoreIsReady()
    Tests if the image store is ready to save some files there.
Image_Text
in file Text.php, method Image_Text::Image_Text()
    Constructor
Image_Text
in file Text.php, class Image_Text
    Image_Text - Advanced text maipulations in images
IMAGE_TEXT_ALIGN_BOTTOM
in file Text.php, constant IMAGE_TEXT_ALIGN_BOTTOM
    Defines vertical alignment to the to the bottom of the text box.
IMAGE_TEXT_ALIGN_CENTER
in file Text.php, constant IMAGE_TEXT_ALIGN_CENTER
    Defines horizontal alignment to the center of the text box.
IMAGE_TEXT_ALIGN_JUSTIFY
in file Text.php, constant IMAGE_TEXT_ALIGN_JUSTIFY
    TODO: This constant is useless until now, since justified alignment does not work yet
IMAGE_TEXT_ALIGN_LEFT
in file Text.php, constant IMAGE_TEXT_ALIGN_LEFT
    Defines horizontal alignment to the left of the text box. (This is standard.)
IMAGE_TEXT_ALIGN_MIDDLE
in file Text.php, constant IMAGE_TEXT_ALIGN_MIDDLE
    Defines vertical alignment to the to the middle of the text box.
IMAGE_TEXT_ALIGN_RIGHT
in file Text.php, constant IMAGE_TEXT_ALIGN_RIGHT
    Defines horizontal alignment to the center of the text box.
IMAGE_TEXT_ALIGN_TOP
in file Text.php, constant IMAGE_TEXT_ALIGN_TOP
    Defines vertical alignment to the to the top of the text box. (This is standard.)
IMAGE_TEXT_REGEX_HTMLCOLOR
in file Text.php, constant IMAGE_TEXT_REGEX_HTMLCOLOR
    Regex to match HTML style hex triples.
incomingEntities
in file textile.php, method Textile::incomingEntities()
inflateAttrs
in file wcom_plugin_textconverter_xhtml.php, method HtmlTag::inflateAttrs()
info
in file Log.php, method Log::info()
    A convenience function for logging a information event. It will log a message at the PEAR_LOG_INFO log level.
init
in file Figlet.php, method Text_CAPTCHA_Driver_Figlet::init()
    init function
init
in file Equation.php, method Text_CAPTCHA_Driver_Equation::init()
    Initialize the driver.
init
in file Numeral.php, method Text_CAPTCHA_Driver_Numeral::init()
init
in file Word.php, method Text_CAPTCHA_Driver_Word::init()
    init function
init
in file Text.php, method Image_Text::init()
    Initialiaze the Image_Text object.
init
in file Image.php, method Text_CAPTCHA_Driver_Image::init()
    init function
initFromSkeleton
in file project.class.php, method Application_Project::initFromSkeleton()
    Initializes project using the provided skeleton definition.
initPageContents
in file page.class.php, method Content_Page::initPageContents()
    Prepares and executes table structure for the selected page types. This task has to
initProjectAdmin
in file project.class.php, method Application_Project::initProjectAdmin()
    Makes sure that a user session is always attached to a project. Returns id of the current project.
initProjectPublicArea
in file project.class.php, method Application_Project::initProjectPublicArea()
    Sets WCOM_CURRENT_PROJECT constant. Returns id of the current project.
initUserAdmin
in file user.class.php, method User_User::initUserAdmin()
    Sets WCOM_CURRENT_USER constant using the user id saved in the open session. Returns user id.
initUserPublicArea
in file user.class.php, method User_User::initUserPublicArea()
    Initialises "user environment" for the public area. Sets the WCOM_CURRENT_USER and the WCOM_CURRENT_USER_ANONYMOUS constants using the saved user id in the open session or the anonymous user configured for the current project. Returns user id.
insert
in file pdo.class.php, method Base_Database::insert()
    Insert new row
insertCallback
in file textconverter.class.php, method Application_TextConverter::insertCallback()
    Provides interface between media manager and insert callbacks provided by the text converter plugins. Is required to insert media objects into the pages using the text converter specific syntax.
insertElementBefore
in file QuickForm.php, method HTML_QuickForm::insertElementBefore()
    Inserts a new element right before the other element
instance
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::instance()
    Loads new instance of display driver. See the constructor for an argument description.
instance
in file base.class.php, method Base_Base::instance()
    Singleton
instance
in file template.class.php, method Templating_Template::instance()
    Singleton. Returns instance of the Templating_Template object.
instance
in file blogitem.class.php, method Display_BlogItem::instance()
    Loads new instance of display driver. See the constructor for an argument description.
instance
in file imagemagick.class.php, method Base_Imagemagick::instance()
    Singleton
isBlocking
in file Socket.php, method Net_Socket::isBlocking()
    Find out if the socket is in blocking mode.
isButton
in file Object.php, method QuickformElement::isButton()
isComposite
in file Log.php, method Log::isComposite()
    Indicates whether this is a composite class.
isComposite
in file composite.php, method Log_composite::isComposite()
    Returns true if this is a composite.
isCustomFormType
in file simpleform.class.php, method Content_SimpleForm::isCustomFormType()
    Tests if given form type is a custom form type or not. Takes the actual form type string as first argument. Returns bool.
isDeletable
in file user.class.php, method User_User::isDeletable()
    Finds out, whether a user is deletable or not. Takes the user id as first argument. Returns bool.
isElementFrozen
in file QuickForm.php, method HTML_QuickForm::isElementFrozen()
    Returns whether or not the form element is frozen
isElementRequired
in file QuickForm.php, method HTML_QuickForm::isElementRequired()
    Returns whether or not the form element is required
isError
in file RPC.php, method XML_RPC_Base::isError()
    Tell whether something is a PEAR_Error object
isError
in file PEAR.php, method PEAR::isError()
    Tell whether a value is a PEAR error.
isError
in file QuickForm.php, method HTML_QuickForm::isError()
    Tell whether a result from a QuickForm method is an error (an instance of HTML_QuickForm_Error)
isFrozen
in file QuickForm.php, method HTML_QuickForm::isFrozen()
    Returns whether or not the whole form is frozen
isFrozen
in file element.php, method HTML_QuickForm_element::isFrozen()
    Returns whether or not the element is frozen
isPodcastFormat
in file object.class.php, method Media_Object::isPodcastFormat()
    Tests if object with given mime type can be used for a podcast.
isRelURL
in file textile.php, method Textile::isRelURL()
isRuleRegistered
in file QuickForm.php, method HTML_QuickForm::isRuleRegistered()
    Returns whether or not the given rule is supported
isStarted
in file session.class.php, method Base_Session::isStarted()
    Is started
isSubmitted
in file QuickForm.php, method HTML_QuickForm::isSubmitted()
    Tells whether the form was already submitted
isType
in file Object.php, method QuickformElement::isType()
isTypeRegistered
in file QuickForm.php, method HTML_QuickForm::isTypeRegistered()
    Returns whether or not the form element type is supported
isUploadedFile
in file file.php, method HTML_QuickForm_file::isUploadedFile()
    Checks if the element contains an uploaded file
isValidInetAddress
in file RFC822.php, method Mail_RFC822::isValidInetAddress()
    This is a email validating function separate to the rest of the
isValue
in file RPC.php, method XML_RPC_Value::isValue()
    Determines if the item submitted is an XML_RPC_Value object
is_cached
in file Smarty.class.php, method Smarty::is_cached()
    test to see if valid cache exists for this template
image.php
procedural page image.php
input.php
procedural page input.php
ITDynamic.php
procedural page ITDynamic.php
ITStatic.php
procedural page ITStatic.php
In_Array_Keys.php
procedural page In_Array_Keys.php
Is_Equal.php
procedural page Is_Equal.php
Image.php
procedural page Image.php
top

j

$j
in file Rc4.php, variable Crypt_RC4::$j
    Real programmers...
$javascript
in file Object.php, variable QuickformForm::$javascript
    Javascript for client-side validation
top

k

key
in file Rc4.php, method Crypt_RC4::key()
    Assign encryption key to class
kindOf
in file RPC.php, method XML_RPC_Value::kindOf()
top

l

$label
in file ObjectFlexy.php, variable HTML_QuickForm_Renderer_ObjectFlexy::$label
    Name of template file for form labels
$label
in file Object.php, variable QuickformElement::$label
    Label for the element
$left_delimiter
in file Smarty.class.php, variable Smarty::$left_delimiter
    The left delimiter used for the template tags.
$level
in file PEAR.php, variable PEAR_Error::$level
$limit
in file RFC822.php, variable Mail_RFC822::$limit
    A limit after which processing stops
$lineLength
in file Socket.php, variable Net_Socket::$lineLength
    Number of bytes to read at a time in readLine() and readAll(). Defaults to 2048.
$lite
in file textile.php, variable Textile::$lite
$lnge
in file textile.php, variable Textile::$lnge
$localhost
in file smtp.php, variable Mail_smtp::$localhost
    Hostname or domain that will be sent to the remote SMTP server in the HELO / EHLO message.
$localhost
in file SMTP.php, variable Net_SMTP::$localhost
    The value to give when sending EHLO or HELO.
lastModified
in file Lite.php, method Cache_Lite::lastModified()
    Return the cache last modification time
links
in file textile.php, method Textile::links()
link_exists
in file tag.class.php, method Media_Tag::link_exists()
    Check for link between object id and tag word. Takes object id as first argument, tag word id as second argument. Return bool on false and int (Link id) on true.
link_exists
in file blogtag.class.php, method Content_BlogTag::link_exists()
    Check for link between posting id and tag word. Takes posting id as first argument, tag word id as second argument. Return bool on false and int (Link id) on true.
link_exists
in file eventtag.class.php, method Content_EventTag::link_exists()
    Check for link between posting id and tag word. Takes posting id as first argument, tag word id as second argument. Return bool on false and int (Link id) on true.
lists
in file textile.php, method Textile::lists()
load
in file loader.php, function load()
    Class loader
load
in file select.php, method HTML_QuickForm_select::load()
    Loads options from different types of data sources
loadArray
in file select.php, method HTML_QuickForm_select::loadArray()
    Loads the options from an associative array
loadClass
in file base.class.php, method Base_Base::loadClass()
    Load class
loadConfiguration
in file base.class.php, method Base_Base::loadConfiguration()
    Load configuration
loadConstants
in file base.class.php, method Base_Base::loadConstants()
    Load constants
loadDbResult
in file select.php, method HTML_QuickForm_select::loadDbResult()
    Loads the options from DB_result object
loadDefaults
in file base.class.php, method Base_Base::loadDefaults()
    Load defaults
loader.php
procedural page loader.php
loadExtension
in file PEAR.php, method PEAR::loadExtension()
    OS independant PHP extension load. Remember to take care on the correct extension name for case sensitive OSes.
loadQuery
in file select.php, method HTML_QuickForm_select::loadQuery()
    Queries a database and loads the options from the results
loadQuickForm
in file utility.class.php, method Base_Utility::loadQuickForm()
    Load HTML_QuickForm
loadQuickFormSmartyRenderer
in file utility.class.php, method Base_Utility::loadQuickFormSmartyRenderer()
    Load new HTML_QuickForm Smarty Renderer
loadSkeleton
in file project.class.php, method Application_Project::loadSkeleton()
    Loads skeleton from xml file and stores result in self::_skeleton. If the skeleton was already loaded once, the function will return the cached result.
loadSmarty
in file utility.class.php, method Base_Utility::loadSmarty()
    Smarty Import Function
load_file
in file Config_File.class.php, method Config_File::load_file()
    Load a configuration file manually.
load_filter
in file Smarty.class.php, method Smarty::load_filter()
    load a filter of specified type and name
log
in file mcal.php, method Log_mcal::log()
    Logs $message and associated information to the currently open calendar stream. Calls open() if necessary. Also passes the message along to any Log_observer instances that are observing this Log.
log
in file sqlite.php, method Log_sqlite::log()
    Inserts $message to the currently open database. Calls open(), if necessary. Also passes the message along to any Log_observer instances that are observing this Log.
log
in file sql.php, method Log_sql::log()
    Inserts $message to the currently open database. Calls open(), if necessary. Also passes the message along to any Log_observer instances that are observing this Log.
log
in file mail.php, method Log_mail::log()
    Writes $message to the currently open mail message.
log
in file null.php, method Log_null::log()
    Simply consumes the log event. The message will still be passed along to any Log_observer instances that are observing this Log.
log
in file syslog.php, method Log_syslog::log()
    Sends $message to the currently open syslog connection. Calls open() if necessary. Also passes the message along to any Log_observer instances that are observing this Log.
log
in file mdb2.php, method Log_mdb2::log()
    Inserts $message to the currently open database. Calls open(), if necessary. Also passes the message along to any Log_observer instances that are observing this Log.
Log
in file Log.php, class Log
    The Log:: class implements both an abstraction for various logging mechanisms and the Subject end of a Subject-Observer pattern.
log
in file composite.php, method Log_composite::log()
    Sends $message and $priority to each child of this composite. If the children aren't already open, they will be opened here.
log
in file firebug.php, method Log_firebug::log()
    Writes $message to Firebug console. Also, passes the message along to any Log_observer instances that are observing this Log.
log
in file console.php, method Log_console::log()
    Writes $message to the text console. Also, passes the message along to any Log_observer instances that are observing this Log.
log
in file file.php, method Log_file::log()
    Logs $message to the output window. The message is also passed along to any Log_observer instances that are observing this Log.
log
in file error_log.php, method Log_error_log::log()
    Logs $message using PHP's error_log() function. The message is also passed along to any Log_observer instances that are observing this Log.
log
in file daemon.php, method Log_daemon::log()
    Sends $message to the currently open syslog connection. Calls open() if necessary. Also passes the message along to any Log_observer instances that are observing this Log.
log
in file win.php, method Log_win::log()
    Logs $message to the output window. The message is also passed along to any Log_observer instances that are observing this Log.
log
in file Log.php, method Log::log()
    Abstract implementation of the log() method.
log
in file display.php, method Log_display::log()
    Writes $message to the text browser. Also, passes the message along to any Log_observer instances that are observing this Log.
loggedIntoAdmin
in file login.class.php, method User_Login::loggedIntoAdmin()
    Tests if current visitor is logged into the admin area using the user id supplied by the current session. Returns bool.
logIntoAdmin
in file login.class.php, method User_Login::logIntoAdmin()
    Proceeds user login. Compares supplied email address and secret with the email addresses and secrets stored in database. If the the combination of email address and secret is found, the user id will be stored in the current session.
logIntoPublicArea
in file login.class.php, method User_Login::logIntoPublicArea()
    Performs user login into public area. Compares supplied email address and secret with the email addresses and secrets stored in database. If the the combination of email address and secret is found, the user id will be stored in the current session.
logIntoPublicAreaAsAnonymous
in file login.class.php, method User_Login::logIntoPublicAreaAsAnonymous()
    Performs login into public area as anonymous user of the respective current project. Returns bool.
logOutFromAdmin
in file login.class.php, method User_Login::logOutFromAdmin()
    Terminates admin session.
Log_composite
in file composite.php, class Log_composite
    The Log_composite:: class implements a Composite pattern which allows multiple Log implementations to receive the same events.
Log_composite
in file composite.php, method Log_composite::Log_composite()
    Constructs a new composite Log object.
Log_console
in file console.php, class Log_console
    The Log_console class is a concrete implementation of the Log:: abstract class which writes message to the text console.
Log_console
in file console.php, method Log_console::Log_console()
    Constructs a new Log_console object.
Log_daemon
in file daemon.php, method Log_daemon::Log_daemon()
    Constructs a new syslog object.
Log_daemon
in file daemon.php, class Log_daemon
    The Log_daemon class is a concrete implementation of the Log:: abstract class which sends messages to syslog daemon on UNIX-like machines.
Log_display
in file display.php, class Log_display
    The Log_display class is a concrete implementation of the Log:: abstract class which writes message into browser in usual PHP maner.
Log_display
in file display.php, method Log_display::Log_display()
    Constructs a new Log_display object.
Log_error_log
in file error_log.php, method Log_error_log::Log_error_log()
    Constructs a new Log_error_log object.
Log_error_log
in file error_log.php, class Log_error_log
    The Log_error_log class is a concrete implementation of the Log abstract class that logs messages using PHP's error_log() function.
Log_file
in file file.php, class Log_file
    The Log_file class is a concrete implementation of the Log abstract class that logs messages to a text file.
Log_file
in file file.php, method Log_file::Log_file()
    Constructs a new Log_file object.
Log_firebug
in file firebug.php, method Log_firebug::Log_firebug()
    Constructs a new Log_firebug object.
Log_firebug
in file firebug.php, class Log_firebug
    The Log_firebug class is a concrete implementation of the Log:: abstract class which writes message into Firebug console.
Log_mail
in file mail.php, class Log_mail
    The Log_mail class is a concrete implementation of the Log:: abstract class which sends log messages to a mailbox.
Log_mail
in file mail.php, method Log_mail::Log_mail()
    Constructs a new Log_mail object.
Log_mcal
in file mcal.php, class Log_mcal
    The Log_mcal class is a concrete implementation of the Log:: abstract class which sends messages to a local or remote calendar store accessed through MCAL.
Log_mcal
in file mcal.php, method Log_mcal::Log_mcal()
    Constructs a new Log_mcal object.
Log_mdb2
in file mdb2.php, class Log_mdb2
    The Log_mdb2 class is a concrete implementation of the Log:: abstract class which sends messages to an SQL server. Each entry occupies a separate row in the database.
Log_mdb2
in file mdb2.php, method Log_mdb2::Log_mdb2()
    Constructs a new sql logging object.
Log_null
in file null.php, class Log_null
    The Log_null class is a concrete implementation of the Log:: abstract class. It simply consumes log events.
Log_null
in file null.php, method Log_null::Log_null()
    Constructs a new Log_null object.
Log_observer
in file observer.php, method Log_observer::Log_observer()
    Creates a new basic Log_observer instance.
Log_observer
in file observer.php, class Log_observer
    The Log_observer:: class implements the Observer end of a Subject-Observer pattern for watching log activity and taking actions on exceptional events.
Log_sql
in file sql.php, class Log_sql
    The Log_sql class is a concrete implementation of the Log:: abstract class which sends messages to an SQL server. Each entry occupies a separate row in the database.
Log_sql
in file sql.php, method Log_sql::Log_sql()
    Constructs a new sql logging object.
Log_sqlite
in file sqlite.php, method Log_sqlite::Log_sqlite()
    Constructs a new sql logging object.
Log_sqlite
in file sqlite.php, class Log_sqlite
    The Log_sqlite class is a concrete implementation of the Log:: abstract class which sends messages to an Sqlite database.
Log_syslog
in file syslog.php, method Log_syslog::Log_syslog()
    Constructs a new syslog object.
Log_syslog
in file syslog.php, class Log_syslog
    The Log_syslog class is a concrete implementation of the Log:: abstract class which sends messages to syslog on UNIX-like machines (PHP emulates this with the Event Log on Windows machines).
Log_win
in file win.php, method Log_win::Log_win()
    Constructs a new Log_win object.
Log_win
in file win.php, class Log_win
    The Log_win class is a concrete implementation of the Log abstract class that logs messages to a separate browser window.
lT
in file textile.php, method Textile::lT()
Lite.php
procedural page Lite.php
link.php
procedural page link.php
Listener.php
procedural page Listener.php
Log.php
procedural page Log.php
login.class.php
procedural page login.class.php
top

m

$mailRFC822
in file RFC822.php, variable Mail_RFC822::$mailRFC822
    A variable so that we can tell whether or not we're inside a Mail_RFC822 object.
$map
in file Smarty_GettextHelper.class.php, variable Smarty_GettextHelper::$map
    Temporary map for template vars
$max_span_depth
in file textile.php, variable Textile::$max_span_depth
$me
in file RPC.php, variable XML_RPC_Value::$me
$message
in file PEAR.php, variable PEAR_Error::$message
$methodname
in file RPC.php, variable XML_RPC_Message::$methodname
    The method presently being evaluated
$mode
in file PEAR.php, variable PEAR_Error::$mode
$mytype
in file RPC.php, variable XML_RPC_Value::$mytype
Mail
in file Mail.php, class Mail
    PEAR's Mail:: interface. Defines the interface for implementing mailers under the PEAR hierarchy, and provides supporting functions useful in multiple mailer backends.
mailFrom
in file SMTP.php, method Net_SMTP::mailFrom()
    Send the MAIL FROM: command.
Mail_mail
in file mail.php, method Mail_mail::Mail_mail()
    Constructor.
Mail_mail
in file mail.php, class Mail_mail
    internal PHP-mail() implementation of the PEAR Mail:: interface.
Mail_mime
in file mime.php, class Mail_mime
    The Mail_Mime class provides an OO interface to create MIME enabled email messages. This way you can create emails that contain plain-text bodies, HTML bodies, attachments, inline images and specific headers.
Mail_mime
in file mime.php, method Mail_mime::Mail_mime()
    Constructor function.
Mail_mimeDecode
in file mimeDecode.php, class Mail_mimeDecode
    The Mail_mimeDecode class is used to decode mail/mime messages
Mail_mimeDecode
in file mimeDecode.php, method Mail_mimeDecode::Mail_mimeDecode()
    Constructor.
Mail_mimePart
in file mimePart.php, method Mail_mimePart::Mail_mimePart()
    Constructor.
Mail_mimePart
in file mimePart.php, class Mail_mimePart
    The Mail_mimePart class is used to create MIME E-mail messages
Mail_null
in file null.php, class Mail_null
    Null implementation of the PEAR Mail:: interface.
Mail_RFC822
in file RFC822.php, method Mail_RFC822::Mail_RFC822()
    Sets up the object. The address must either be set here or when calling parseAddressList(). One or the other.
Mail_RFC822
in file RFC822.php, class Mail_RFC822
    RFC 822 Email address list validation Utility
Mail_sendmail
in file sendmail.php, class Mail_sendmail
    Sendmail implementation of the PEAR Mail:: interface.
Mail_sendmail
in file sendmail.php, method Mail_sendmail::Mail_sendmail()
    Constructor.
Mail_smtp
in file smtp.php, class Mail_smtp
    SMTP implementation of the PEAR Mail interface. Requires the Net_SMTP class.
Mail_smtp
in file smtp.php, method Mail_smtp::Mail_smtp()
    Constructor.
makeBackrefLink
in file textile.php, method Textile::makeBackrefLink()
mapGroupToRights
in file group.class.php, method User_Group::mapGroupToRights()
    Maps groups to one or more rights. Takes group id as first argument, a list of right ids as second argument. Returns boolean true.
mapPageToGroups
in file page.class.php, method Content_Page::mapPageToGroups()
    Maps template to template sets. Takes template id as first argument, array with list of set ids as second argument. Returns boolean true.
mapTargetGroupToRights
in file group.class.php, method User_Group::mapTargetGroupToRights()
    Maps target groups to one or more rights. Takes group id as first argument, the project id as second argument and a list of right ids as third argument.
mapTemplateToSets
in file template.class.php, method Templating_Template::mapTemplateToSets()
    Maps template to template sets. Takes template id as first argument, array with list of set ids as second argument. Returns boolean true.
mapUserToGroup
in file user.class.php, method User_User::mapUserToGroup()
    Maps user to one group. Takes user id as first argument, group id as second argument. Returns the id of the new link.
mapUserToProject
in file user.class.php, method User_User::mapUserToProject()
    Maps user to the current project. Takes user id as first argument, activity and author switch as second and third argument. Returns link id. To detach a user from a project, see User_User::detachUserFromProject().
mapUserToTargetGroup
in file user.class.php, method User_User::mapUserToTargetGroup()
    Maps user to one group. Takes user id as first argument, group id as second argument. Returns the id of the new link.
mapUserToTargetProject
in file user.class.php, method User_User::mapUserToTargetProject()
    Maps user to the target project. Takes user id as first argument, activity and author switch as second and third argument. Returns link id. To detach a user from a project, see User_User::detachUserFromProject().
Markdown
in file markdown.php, function Markdown()
MASK
in file Log.php, method Log::MASK()
    Calculate the log mask for the given priority.
MAX
in file Log.php, method Log::MAX()
    Calculate the log mask for all priorities less than or equal to the given priority. In other words, $priority will be the highests priority matched by the resulting mask.
measurize
in file Text.php, method Image_Text::measurize()
    Measurize text into the text box
Media_Flickr
in file flickr.class.php, function Media_Flickr()
    Singleton. Returns instance of the Media_Flickr object.
Media_Flickr
in file flickr.class.php, class Media_Flickr
Media_FlickrException
in file flickr.class.php, class Media_FlickrException
Media_Object
in file object.class.php, function Media_Object()
    Singleton. Returns instance of the Media_Object object.
Media_Object
in file object.class.php, class Media_Object
Media_ObjectException
in file object.class.php, class Media_ObjectException
Media_Tag
in file tag.class.php, function Media_Tag()
    Singleton. Returns instance of the Media_Tag object.
Media_Tag
in file tag.class.php, class Media_Tag
Media_TagException
in file tag.class.php, class Media_TagException
method
in file RPC.php, method XML_RPC_Message::method()
mimeTypeToIcon
in file object.class.php, method Media_Object::mimeTypeToIcon()
    Returns name of a fancy icon for the given mime type. Takes the mime type name as first argument. If the given mime type could not be found, the name of a generic icon will be returned.
mimeTypeToInsertCallBack
in file object.class.php, method Media_Object::mimeTypeToInsertCallBack()
    Returns name of text converter callback for given mime type.
mime_content_type
in file imagemagick.class.php, function mime_content_type()
    Get MIME type
MIN
in file Log.php, method Log::MIN()
    Calculate the log mask for all priorities greater than or equal to the given priority. In other words, $priority will be the lowest priority matched by the resulting mask.
mmInsertAbbreviation
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::mmInsertAbbreviation()
mmInsertDocument
in file wcom_plugin_textconverter_markdown.php, method TextConverter_Markdown::mmInsertDocument()
mmInsertDocument
in file wcom_plugin_textconverter_textile.php, method TextConverter_Textile::mmInsertDocument()
mmInsertDocument
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::mmInsertDocument()
mmInsertFlickr
in file wcom_plugin_textconverter_markdown.php, method TextConverter_Markdown::mmInsertFlickr()
mmInsertFlickr
in file wcom_plugin_textconverter_textile.php, method TextConverter_Textile::mmInsertFlickr()
mmInsertFlickr
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::mmInsertFlickr()
mmInsertImage
in file wcom_plugin_textconverter_textile.php, method TextConverter_Textile::mmInsertImage()
mmInsertImage
in file wcom_plugin_textconverter_markdown.php, method TextConverter_Markdown::mmInsertImage()
mmInsertImage
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::mmInsertImage()
mmInsertInternalLink
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::mmInsertInternalLink()
mmInsertInternalLink
in file wcom_plugin_textconverter_markdown.php, method TextConverter_Markdown::mmInsertInternalLink()
mmInsertInternalLink
in file wcom_plugin_textconverter_textile.php, method TextConverter_Textile::mmInsertInternalLink()
mmInsertInternalReference
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::mmInsertInternalReference()
mmInsertShockwave
in file wcom_plugin_textconverter_xhtml.php, method TextConverter_XHTML::mmInsertShockwave()
moveDownAcrossTrees
in file nestedset.class.php, method Utility_NestedSet::moveDownAcrossTrees()
    Moves node down across a tree. Takes the navigation id as first argument, the id of the node to move as second argument. Returns boolean true.
moveDownInTree
in file nestedset.class.php, method Utility_NestedSet::moveDownInTree()
    Moves node down in tree. Takes the navigation id as first argument, the id of the node to move as second argument. Returns boolean true.
moveGlobalFileToStore
in file globalfile.class.php, method Templating_GlobalFile::moveGlobalFileToStore()
    Moves global file to store. Takes the real name (~ file name on user's disk) as first argument, the path to the uploaded file as second argument. Returns the new name on disk (uniqid + real name).
moveNode
in file nestedset.class.php, method Utility_NestedSet::moveNode()
    Wrapper around the different move* functions. Deciedes which of all the different move functions to use.
moveObjectToStore
in file object.class.php, method Media_Object::moveObjectToStore()
    Moves object to store. Takes the real name (~ file name on user's disk) as first argument, the path to the uploaded file as second argument. Returns the new name on disk which could be former name on edit action or newly build (uniqid + real name) on initial upload.
moveUpAcrossTrees
in file nestedset.class.php, method Utility_NestedSet::moveUpAcrossTrees()
    Moves node up across two trees. Takes the navigation id as first argument, the id of the node to move as second argument. Returns boolean true.
moveUpInTree
in file nestedset.class.php, method Utility_NestedSet::moveUpInTree()
    Moves node up in tree. Takes the navigation id as first argument, the id of the node to move as second argument.
moveUploadedFile
in file file.php, method HTML_QuickForm_file::moveUploadedFile()
    Moves an uploaded file into the destination
mail.php
procedural page mail.php
mcal.php
procedural page mcal.php
mdb2.php
procedural page mdb2.php
mail.php
procedural page mail.php
mime.php
procedural page mime.php
mimeDecode.php
procedural page mimeDecode.php
mimePart.php
procedural page mimePart.php
Mail.php
procedural page Mail.php
modifier.capitalize.php
procedural page modifier.capitalize.php
modifier.cat.php
procedural page modifier.cat.php
modifier.contains.php
procedural page modifier.contains.php
modifier.count_characters.php
procedural page modifier.count_characters.php
modifier.count_paragraphs.php
procedural page modifier.count_paragraphs.php
modifier.count_sentences.php
procedural page modifier.count_sentences.php
modifier.count_words.php
procedural page modifier.count_words.php
modifier.date_format.php
procedural page modifier.date_format.php
modifier.debug_print_var.php
procedural page modifier.debug_print_var.php
modifier.default.php
procedural page modifier.default.php
modifier.escape.php
procedural page modifier.escape.php
modifier.indent.php
procedural page modifier.indent.php
modifier.lower.php
procedural page modifier.lower.php
modifier.nl2br.php
procedural page modifier.nl2br.php
modifier.regex_replace.php
procedural page modifier.regex_replace.php
modifier.replace.php
procedural page modifier.replace.php
modifier.spacify.php
procedural page modifier.spacify.php
modifier.string_format.php
procedural page modifier.string_format.php
modifier.strip.php
procedural page modifier.strip.php
modifier.strip_tags.php
procedural page modifier.strip_tags.php
modifier.truncate.php
procedural page modifier.truncate.php
modifier.upper.php
procedural page modifier.upper.php
modifier.wordwrap.php
procedural page modifier.wordwrap.php
modifier.date_atom.php
procedural page modifier.date_atom.php
modifier.date_rss20.php
procedural page modifier.date_rss20.php
modifier.increment.php
procedural page modifier.increment.php
markdown.php
procedural page markdown.php
top

n

$name
in file wcom_plugin_textconverter_xhtml.php, variable HtmlTag::$name
$name
in file wcom_plugin_textconverter_xhtml.php, variable HtmlTagAttr::$name
$name
in file Object.php, variable QuickformElement::$name
    Element name
$name
in file Rule.php, variable HTML_QuickForm_Rule::$name
    Name of the rule to use in validate method
$nestGroups
in file RFC822.php, variable Mail_RFC822::$nestGroups
    Should we return a nested array showing groups, or flatten everything?
$noimage
in file textile.php, variable Textile::$noimage
$num_groups
in file RFC822.php, variable Mail_RFC822::$num_groups
    The number of groups that have been found in the address list.
navigation.class.php
procedural page navigation.class.php
navigationBelongsToCurrentProject
in file navigation.class.php, method Content_Navigation::navigationBelongsToCurrentProject()
    Tests whether given navigation belongs to current project. Takes the navigation id as first argument. Returns bool.
navigationBelongsToCurrentUser
in file navigation.class.php, method Content_Navigation::navigationBelongsToCurrentUser()
    Test whether navigation belongs to current user or not. Takes the navigation id as first argument. Returns bool.
Net_SMTP
in file SMTP.php, class Net_SMTP
    Provides an implementation of the SMTP protocol using PEAR's Net_Socket:: class.
Net_SMTP
in file SMTP.php, method Net_SMTP::Net_SMTP()
    Instantiates a new Net_SMTP object, overriding any defaults with parameters that are passed in.
Net_Socket
in file Socket.php, class Net_Socket
    Generalized Socket class.
NET_SOCKET_ERROR
in file Socket.php, constant NET_SOCKET_ERROR
NET_SOCKET_READ
in file Socket.php, constant NET_SOCKET_READ
NET_SOCKET_WRITE
in file Socket.php, constant NET_SOCKET_WRITE
Net_URL
in file URL.php, class Net_URL
Net_URL
in file URL.php, method Net_URL::Net_URL()
    PHP4 Constructor
node_exists
in file nestedset.class.php, method Utility_NestedSet::node_exists()
    Checks whether a node exists or not. Takes the node id as first argument and the navigation id as optional second argument.
noop
in file SMTP.php, method Net_SMTP::noop()
    Send the NOOP command.
noteRef
in file textile.php, method Textile::noteRef()
noTextile
in file textile.php, method Textile::noTextile()
notFrozen
in file Object.php, method QuickformElement::notFrozen()
notice
in file Log.php, method Log::notice()
    A convenience function for logging a notice event. It will log a message at the PEAR_LOG_NOTICE log level.
notify
in file observer.php, method Log_observer::notify()
    This is a stub method to make sure that Log_Observer classes do
null.php
procedural page null.php
null.php
procedural page null.php
Numeral.php
procedural page Numeral.php
nestedset.class.php
procedural page nestedset.class.php
top

o

$omit_if_empty
in file wcom_plugin_textconverter_xhtml.php, variable HtmlTag::$omit_if_empty
$omit_if_empty
in file wcom_plugin_textconverter_xhtml.php, variable HtmlTagAttr::$omit_if_empty
$options
in file Text.php, variable Image_Text::$options
    Options array. these options can be set through the constructor or the set() method.
$overwrite
in file Config_File.class.php, variable Config_File::$overwrite
    Controls whether variables with the same name overwrite each other.
object.class.php
procedural page object.class.php
onQuickFormEvent
in file input.php, method HTML_QuickForm_input::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file hierselect.php, method HTML_QuickForm_hierselect::onQuickFormEvent()
onQuickFormEvent
in file static.php, method HTML_QuickForm_static::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file checkbox.php, method HTML_QuickForm_checkbox::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file xbutton.php, method HTML_QuickForm_xbutton::onQuickFormEvent()
onQuickFormEvent
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file radio.php, method HTML_QuickForm_radio::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file group.php, method HTML_QuickForm_group::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file element.php, method HTML_QuickForm_element::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file date.php, method HTML_QuickForm_date::onQuickFormEvent()
onQuickFormEvent
in file select.php, method HTML_QuickForm_select::onQuickFormEvent()
onQuickFormEvent
in file file.php, method HTML_QuickForm_file::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
open
in file sql.php, method Log_sql::open()
    Opens a connection to the database, if it has not already been opened. This is implicitly called by log(), if necessary.
open
in file composite.php, method Log_composite::open()
    Opens all of the child instances.
open
in file syslog.php, method Log_syslog::open()
    Opens a connection to the system logger, if it has not already been opened. This is implicitly called by log(), if necessary.
open
in file session.class.php, method Base_Session::open()
    Open New Sessions
open
in file daemon.php, method Log_daemon::open()
    Opens a connection to the system logger, if it has not already been opened. This is implicitly called by log(), if necessary.
open
in file console.php, method Log_console::open()
    Open the output stream.
open
in file null.php, method Log_null::open()
    Opens the handler.
open
in file firebug.php, method Log_firebug::open()
    Opens the firebug handler.
open
in file file.php, method Log_file::open()
    Opens the log file for output. If the specified log file does not already exist, it will be created. By default, new log entries are appended to the end of the log file.
open
in file error_log.php, method Log_error_log::open()
    Opens the handler.
open
in file display.php, method Log_display::open()
    Opens the display handler.
open
in file win.php, method Log_win::open()
    The first time open() is called, it will open a new browser window and prepare it for output.
open
in file Log.php, method Log::open()
    Abstract implementation of the open() method.
open
in file mdb2.php, method Log_mdb2::open()
    Opens a connection to the database, if it has not already been opened. This is implicitly called by log(), if necessary.
open
in file sqlite.php, method Log_sqlite::open()
    Opens a connection to the database, if it has not already been opened. This is implicitly called by log(), if necessary.
open
in file mcal.php, method Log_mcal::open()
    Opens a calendar stream, if it has not already been opened. This is implicitly called by log(), if necessary.
open
in file mail.php, method Log_mail::open()
    Starts a new mail message.
OS_UNIX
in file PEAR.php, constant OS_UNIX
OS_WINDOWS
in file PEAR.php, constant OS_WINDOWS
outputHeader
in file Object.php, method QuickformForm::outputHeader()
    Output &lt;form&gt; header
outputJavaScript
in file Object.php, method QuickformForm::outputJavaScript()
    Output form javascript
outputStyle
in file Object.php, method QuickformElement::outputStyle()
    XXX: why does it use Flexy when all other stuff here does not depend on it?
Output.php
procedural page Output.php
Object.php
procedural page Object.php
ObjectFlexy.php
procedural page ObjectFlexy.php
observer.php
procedural page observer.php
outputfilter.trimwhitespace.php
procedural page outputfilter.trimwhitespace.php
top

p

$params
in file RPC.php, variable XML_RPC_Message::$params
$password
in file RPC.php, variable XML_RPC_Client::$password
    A password for accessing the RPC server
$password
in file smtp.php, variable Mail_smtp::$password
    The password to use if the SMTP server requires authentication.
$password
in file URL.php, variable Net_URL::$password
    Password
$path
in file URL.php, variable Net_URL::$path
    Path
$path
in file RPC.php, variable XML_RPC_Client::$path
    The path and name of the RPC server script you want the request to go to
$payload
in file RPC.php, variable XML_RPC_Message::$payload
    The XML message being generated
$pdo
in file pdo.class.php, variable Base_Database::$pdo
    The pdo database handle
$persist
in file smtp.php, variable Mail_smtp::$persist
    Indicates whether or not the SMTP connection should persist over multiple calls to the send() method.
$persistent
in file Socket.php, variable Net_Socket::$persistent
    Whether the socket is persistent. Defaults to false.
$php_handling
in file Smarty.class.php, variable Smarty::$php_handling
    This determines how Smarty handles "<?php ... ?>" tags in templates.
$plugins_dir
in file Smarty.class.php, variable Smarty::$plugins_dir
    An array of directories searched for plugins.
$pnct
in file textile.php, variable Textile::$pnct
$port
in file URL.php, variable Net_URL::$port
    Port
$port
in file SMTP.php, variable Net_SMTP::$port
    The port to connect to.
$port
in file RPC.php, variable XML_RPC_Client::$port
    The port for connecting to the remote server
$port
in file smtp.php, variable Mail_smtp::$port
    The port the SMTP server is on.
$port
in file Socket.php, variable Net_Socket::$port
    The port number to connect to.
$protocol
in file URL.php, variable Net_URL::$protocol
    Protocol
$protocol
in file RPC.php, variable XML_RPC_Client::$protocol
    The protocol to use in contacting the remote server
$proxy
in file RPC.php, variable XML_RPC_Client::$proxy
    The name of the proxy server to use, if any
$proxy_pass
in file RPC.php, variable XML_RPC_Client::$proxy_pass
    A password for accessing the proxy server
$proxy_port
in file RPC.php, variable XML_RPC_Client::$proxy_port
    The port for connecting to the proxy server
$proxy_protocol
in file RPC.php, variable XML_RPC_Client::$proxy_protocol
    The protocol to use in contacting the proxy server, if any
$proxy_user
in file RPC.php, variable XML_RPC_Client::$proxy_user
    A user name for accessing the proxy server
pingservice.class.php
procedural page pingservice.class.php
pingserviceconfiguration.class.php
procedural page pingserviceconfiguration.class.php
project.class.php
procedural page project.class.php
pdo.class.php
procedural page pdo.class.php
page.class.php
procedural page page.class.php
pagetype.class.php
procedural page pagetype.class.php
pageBelongsToCurrentProject
in file page.class.php, method Content_Page::pageBelongsToCurrentProject()
    Tests whether given page belongs to current project. Takes the page id as first argument. Returns bool.
pageBelongsToCurrentUser
in file page.class.php, method Content_Page::pageBelongsToCurrentUser()
    Test whether page belongs to current user or not. Takes the page id as first argument. Returns bool.
pageExists
in file page.class.php, method Content_Page::pageExists()
    Tests whether page exists or not. Takes the page id as first argument. Returns bool.
pageTypeBelongsToCurrentProject
in file pagetype.class.php, method Content_PageType::pageTypeBelongsToCurrentProject()
    Tests whether given page type belongs to current project. Takes the page type id as first argument. Returns bool.
pageTypeBelongsToCurrentUser
in file pagetype.class.php, method Content_PageType::pageTypeBelongsToCurrentUser()
    Test whether page type belongs to current user or not. Takes the page type id as first argument. Returns bool.
parseAddressList
in file RFC822.php, method Mail_RFC822::parseAddressList()
    Starts the whole process. The address must either be set here or when creating the object. One or the other.
parseRequest
in file Server.php, method XML_RPC_Server::parseRequest()
parseResponse
in file RPC.php, method XML_RPC_Message::parseResponse()
parseResponseFile
in file RPC.php, method XML_RPC_Message::parseResponseFile()
parse_contents
in file Config_File.class.php, method Config_File::parse_contents()
    parse the source of a configuration file manually.
PATH_SEPARATOR
in file PEAR.php, constant PATH_SEPARATOR
pba
in file textile.php, method Textile::pba()
PEAR
in file PEAR.php, class PEAR
    Base class for other PEAR classes. Provides rudimentary emulation of destructors.
PEAR
in file PEAR.php, method PEAR::PEAR()
    Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
password.php
procedural page password.php
PEAR.php
procedural page PEAR.php
Password.php
procedural page Password.php
PEAR_Error
in file PEAR.php, method PEAR_Error::PEAR_Error()
    PEAR_Error constructor
PEAR_Error
in file PEAR.php, class PEAR_Error
    Standard PEAR error class for PHP 4
PEAR_ERROR_CALLBACK
in file PEAR.php, constant PEAR_ERROR_CALLBACK
    ERROR constants
PEAR_ERROR_DIE
in file PEAR.php, constant PEAR_ERROR_DIE
    ERROR constants
PEAR_ERROR_EXCEPTION
in file PEAR.php, constant PEAR_ERROR_EXCEPTION
    WARNING: obsolete
PEAR_ERROR_PRINT
in file PEAR.php, constant PEAR_ERROR_PRINT
    ERROR constants
PEAR_ERROR_RETURN
in file PEAR.php, constant PEAR_ERROR_RETURN
    ERROR constants
PEAR_ERROR_TRIGGER
in file PEAR.php, constant PEAR_ERROR_TRIGGER
    ERROR constants
PEAR_LOG_ALERT
in file Log.php, constant PEAR_LOG_ALERT
    System is unusable
PEAR_LOG_ALL
in file Log.php, constant PEAR_LOG_ALL
    Debug-level messages
PEAR_LOG_CRIT
in file Log.php, constant PEAR_LOG_CRIT
    Immediate action required
PEAR_LOG_DEBUG
in file Log.php, constant PEAR_LOG_DEBUG
    Informational
PEAR_LOG_EMERG
in file Log.php, constant PEAR_LOG_EMERG
PEAR_LOG_ERR
in file Log.php, constant PEAR_LOG_ERR
    Critical conditions
PEAR_LOG_INFO
in file Log.php, constant PEAR_LOG_INFO
    Normal but significant
PEAR_LOG_NONE
in file Log.php, constant PEAR_LOG_NONE
    All messages
PEAR_LOG_NOTICE
in file Log.php, constant PEAR_LOG_NOTICE
    Warning conditions
PEAR_LOG_TYPE_DEBUG
in file Log.php, constant PEAR_LOG_TYPE_DEBUG
    Use PHP's mail() function
PEAR_LOG_TYPE_FILE
in file Log.php, constant PEAR_LOG_TYPE_FILE
    Use PHP's debugging connection
PEAR_LOG_TYPE_MAIL
in file Log.php, constant PEAR_LOG_TYPE_MAIL
    Use PHP's system logger
PEAR_LOG_TYPE_SYSTEM
in file Log.php, constant PEAR_LOG_TYPE_SYSTEM
    No message
PEAR_LOG_WARNING
in file Log.php, constant PEAR_LOG_WARNING
    Error conditions
PEAR_MAIL_SMTP_ERROR_AUTH
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_AUTH
    Error: SMTP authentication failure
PEAR_MAIL_SMTP_ERROR_CONNECT
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_CONNECT
    Error: Failed to connect to SMTP server
PEAR_MAIL_SMTP_ERROR_CREATE
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_CREATE
    Error: Failed to create a Net_SMTP object
PEAR_MAIL_SMTP_ERROR_DATA
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_DATA
    Error: Failed to send data
PEAR_MAIL_SMTP_ERROR_FROM
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_FROM
    Error: No From: address has been provided
PEAR_MAIL_SMTP_ERROR_RECIPIENT
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_RECIPIENT
    Error: Failed to add recipient
PEAR_MAIL_SMTP_ERROR_SENDER
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_SENDER
    Error: Failed to set sender
PEAR_OS
in file PEAR.php, constant PEAR_OS
PEAR_ZE2
in file PEAR.php, constant PEAR_ZE2
peopleFindByUsername
in file flickr.class.php, method Media_Flickr::peopleFindByUsername()
    Implemens flickr.people.findByUsername and returns user's nsid and name. Takes the username as first argument. Returns hash with the following elements:
photosetsGetList
in file flickr.class.php, method Media_Flickr::photosetsGetList()
    Implements flickr.photosets.getList and returns list of photosets.
photosetsGetPhotos
in file flickr.class.php, method Media_Flickr::photosetsGetPhotos()
    Implements flickr.photosets.getPhotos. Takes the photoset id as first
photosSearch
in file flickr.class.php, method Media_Flickr::photosSearch()
    Implements flickr.photos.search and returns an array with the found photos. Takes an array with search options as first argument. The function supports the following official params:
phpErrorHandler
in file error.class.php, method Base_Error::phpErrorHandler()
    Error handler for php to be used through set_error_handler(). Takes the error code/level as first argument, the error message as second argument and the file and line where the error occurred as third and fourth argument.
pingService
in file pingservice.class.php, method Application_PingService::pingService()
    Notifies ping service. Takes the id of the ping service configuration to use as first argument. Returns true.
pingServiceBelongsToCurrentProject
in file pingservice.class.php, method Application_PingService::pingServiceBelongsToCurrentProject()
    Tests whether given ping service belongs to current project. Takes the ping service id as first argument. Returns bool.
pingServiceBelongsToCurrentUser
in file pingservice.class.php, method Application_PingService::pingServiceBelongsToCurrentUser()
    Test whether ping service belongs to current user or not. Takes the ping service id as first argument. Returns bool.
pingServiceConfigurationBelongsToCurrentProject
in file pingserviceconfiguration.class.php, method Application_PingServiceConfiguration::pingServiceConfigurationBelongsToCurrentProject()
    Tests whether given ping service configuration belongs to current project.
pingServiceConfigurationBelongsToCurrentUser
in file pingserviceconfiguration.class.php, method Application_PingServiceConfiguration::pingServiceConfigurationBelongsToCurrentUser()
    Test whether ping service configuration belongs to current user or not.
placeNoteLists
in file textile.php, method Textile::placeNoteLists()
popErrorHandling
in file PEAR.php, method PEAR::popErrorHandling()
    Pop the last error handler used
popExpect
in file PEAR.php, method PEAR::popExpect()
    This method pops one element off the expected error codes stack.
preg_collector_callback
in file Smarty_GettextHelper.class.php, method Smarty_GettextHelper::preg_collector_callback()
    Callback for preg_replace_callback(). Searches preg matches for template vars.
preg_translator_callback
in file Smarty_GettextHelper.class.php, method Smarty_GettextHelper::preg_translator_callback()
    Callback for preg_replace_callback(). Searches preg matches for template vars and replaces them with sprintf() placeholders. Takes array with preg matches as first argument, returns string.
prepareBindParams
in file pdo.class.php, method Base_Database::prepareBindParams()
    Prepare bind params for where clause
prepareInsertData
in file pdo.class.php, method Base_Database::prepareInsertData()
    Prepare data for insert
prepareTagsForCloud
in file eventtag.class.php, method Content_EventTag::prepareTagsForCloud()
    Prepares tags for tag cloud generation. Calculates relevance for every tag.
prepareTagsForCloud
in file blogtag.class.php, method Content_BlogTag::prepareTagsForCloud()
    Prepares tags for tag cloud generation. Calculates relevance for every tag.
prepareUpdateData
in file pdo.class.php, method Base_Database::prepareUpdateData()
    Prepare data for update
printExceptionMessage
in file error.class.php, method Base_Error::printExceptionMessage()
    Will print an exception error message while returning ajax callbacks. Takes the exception object as first argument.
priorityToString
in file Log.php, method Log::priorityToString()
    Returns the string representation of a PEAR_LOG_* integer constant.
process
in file Request.php, method HTTP_Response::process()
    Processes a HTTP response
process
in file QuickForm.php, method HTML_QuickForm::process()
    Performs the form data processing
projectExists
in file project.class.php, method Application_Project::projectExists()
    Checks if a project with the given id exists or not. Takes the project id as first argument, returns bool.
pushErrorHandling
in file PEAR.php, method PEAR::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.
pluginutility.class.php
procedural page pluginutility.class.php
top

q

$querystring
in file URL.php, variable Net_URL::$querystring
    Query string
QuickHtml.php
procedural page QuickHtml.php
QuickForm.php
procedural page QuickForm.php
QuickformElement
in file Object.php, class QuickformElement
    Convenience class describing a form element.
QuickformFlexyElement
in file ObjectFlexy.php, class QuickformFlexyElement
    Adds nothing to QuickformElement, left for backwards compatibility
QuickformFlexyForm
in file ObjectFlexy.php, class QuickformFlexyForm
    Adds nothing to QuickformForm, left for backwards compatibility
QuickformForm
in file Object.php, class QuickformForm
    Convenience class for the form object passed to outputObject()
QUICKFORM_DEPRECATED
in file QuickForm.php, constant QUICKFORM_DEPRECATED
QUICKFORM_ERROR
in file QuickForm.php, constant QUICKFORM_ERROR
QUICKFORM_INVALID_DATASOURCE
in file QuickForm.php, constant QUICKFORM_INVALID_DATASOURCE
QUICKFORM_INVALID_ELEMENT_NAME
in file QuickForm.php, constant QUICKFORM_INVALID_ELEMENT_NAME
QUICKFORM_INVALID_FILTER
in file QuickForm.php, constant QUICKFORM_INVALID_FILTER
QUICKFORM_INVALID_PROCESS
in file QuickForm.php, constant QUICKFORM_INVALID_PROCESS
QUICKFORM_INVALID_RULE
in file QuickForm.php, constant QUICKFORM_INVALID_RULE
QUICKFORM_NONEXIST_ELEMENT
in file QuickForm.php, constant QUICKFORM_NONEXIST_ELEMENT
QUICKFORM_OK
in file QuickForm.php, constant QUICKFORM_OK
QUICKFORM_UNREGISTERED_ELEMENT
in file QuickForm.php, constant QUICKFORM_UNREGISTERED_ELEMENT
quote
in file pdo.class.php, method Base_Database::quote()
    Quotes string for usage in query. Wrapps around PDO::quote. See the PHP manual for usage instructions.
quotedata
in file SMTP.php, method Net_SMTP::quotedata()
    Quote the data so that it meets SMTP standards.
top

r

$rc4
in file cookie.class.php, variable Base_Cookie::$rc4
    PEAR::Crypt_RC4 object
$rc4
in file flickr.class.php, variable flickrClient::$rc4
    Container for the PEAR Crypt_RC4 object
$read_hidden
in file Config_File.class.php, variable Config_File::$read_hidden
    Controls whether hidden config sections/vars are read from the file.
$regex
in file Email.php, variable HTML_QuickForm_Rule_Email::$regex
$rel
in file textile.php, variable Textile::$rel
$remove_extra_lines
in file RPC.php, variable XML_RPC_Message::$remove_extra_lines
    Should extra line breaks be removed from the payload?
$renderedElements
in file QuickHtml.php, variable HTML_QuickForm_Renderer_QuickHtml::$renderedElements
    The array of rendered elements
$request_use_auto_globals
in file Smarty.class.php, variable Smarty::$request_use_auto_globals
    Indicates wether $HTTP_*_VARS[] (request_use_auto_globals=false)
$request_vars_order
in file Smarty.class.php, variable Smarty::$request_vars_order
    The order in which request variables are registered, similar to variables_order in php.ini E = Environment, G = GET, P = POST, C = Cookies, S = Server
$required
in file Object.php, variable QuickformElement::$required
    Whether element is required
$requirednote
in file Object.php, variable QuickformForm::$requirednote
    Note about required elements
$response_payload
in file RPC.php, variable XML_RPC_Message::$response_payload
    The XML response from the remote server
$restricted
in file textile.php, variable Textile::$restricted
$rev
in file textile.php, variable Textile::$rev
$right_delimiter
in file Smarty.class.php, variable Smarty::$right_delimiter
    The right delimiter used for the template tags.
$rspn
in file textile.php, variable Textile::$rspn
regex.inc.php
procedural page regex.inc.php
Rc4.php
procedural page Rc4.php
radio.php
procedural page radio.php
Renderer.php
procedural page Renderer.php
reset.php
procedural page reset.php
Range.php
procedural page Range.php
Regex.php
procedural page Regex.php
Required.php
procedural page Required.php
Rule.php
procedural page Rule.php
RuleRegistry.php
procedural page RuleRegistry.php
Request.php
procedural page Request.php
RFC822.php
procedural page RFC822.php
RPC.php
procedural page RPC.php
raiseError
in file Lite.php, method Cache_Lite::raiseError()
    Trigger a PEAR error
raiseError
in file RPC.php, method XML_RPC_Base::raiseError()
    PEAR Error handling
raiseError
in file PEAR.php, method PEAR::raiseError()
    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.
randomString
in file cnc.class.php, method Base_Cnc::randomString()
    Random string
rcptTo
in file SMTP.php, method Net_SMTP::rcptTo()
    Send the RCPT TO: command.
read
in file Socket.php, method Net_Socket::read()
    Read a specified amount of data. This is guaranteed to return, and has the added benefit of getting everything in one fread() chunk; if you know the size of the data you're getting beforehand, this is definitely the way to go.
readAll
in file Socket.php, method Net_Socket::readAll()
    Read until the socket closes, or until there is no more data in
readByte
in file Socket.php, method Net_Socket::readByte()
    Reads a byte of data
readCookieData
in file cookie.class.php, method Base_Cookie::readCookieData()
    Reads data from cookie and stores retrived data to Base_Cookie::_data.
readInt
in file Socket.php, method Net_Socket::readInt()
    Reads an int of data
readIPAddress
in file Socket.php, method Net_Socket::readIPAddress()
    Reads an IP Address and returns it in a dot formated string
readLine
in file Socket.php, method Net_Socket::readLine()
    Read until either the end of the socket or a newline, whichever comes first. Strips the trailing newline from the returned data.
readString
in file Socket.php, method Net_Socket::readString()
    Reads a zero-terminated string of data
readWord
in file Socket.php, method Net_Socket::readWord()
    Reads a word of data
reconfigureLocales
in file base.class.php, method Base_Base::reconfigureLocales()
    Reconfigure Locales
refs
in file textile.php, method Textile::refs()
regenerateId
in file session.class.php, method Base_Session::regenerateId()
    Regenerate Id
registerElementType
in file QuickForm.php, method HTML_QuickForm::registerElementType()
    Registers a new element type
registerRule
in file QuickForm.php, method HTML_QuickForm::registerRule()
    Registers a new validation rule
registerRule
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::registerRule()
    Registers a new validation rule
registerShutdownFunc
in file PEAR.php, method PEAR::registerShutdownFunc()
    Use this function to register a shutdown method for static classes.
register_block
in file Smarty.class.php, method Smarty::register_block()
    Registers block function to be used in templates
register_compiler_function
in file Smarty.class.php, method Smarty::register_compiler_function()
    Registers compiler function
register_function
in file Smarty.class.php, method Smarty::register_function()
    Registers custom function to be used in templates
register_modifier
in file Smarty.class.php, method Smarty::register_modifier()
    Registers modifier to be used in templates
register_object
in file Smarty.class.php, method Smarty::register_object()
    Registers object to be used in templates
register_outputfilter
in file Smarty.class.php, method Smarty::register_outputfilter()
    Registers an output filter function to apply to a template output
register_postfilter
in file Smarty.class.php, method Smarty::register_postfilter()
    Registers a postfilter function to apply to a compiled template after compilation
register_prefilter
in file Smarty.class.php, method Smarty::register_prefilter()
    Registers a prefilter function to apply to a template before compiling
register_resource
in file Smarty.class.php, method Smarty::register_resource()
    Registers a resource to fetch a template
reloadConfiguration
in file base.class.php, method Base_Base::reloadConfiguration()
    Public interface to Base_Base::loadConfiguration();
relURL
in file textile.php, method Textile::relURL()
remove
in file Lite.php, method Cache_Lite::remove()
    Remove a cache file
removeAttribute
in file Common.php, method HTML_Common::removeAttribute()
    Removes an attribute
removeChild
in file composite.php, method Log_composite::removeChild()
    Removes a Log instance from the list of children.
removeElement
in file QuickForm.php, method HTML_QuickForm::removeElement()
    Removes an element
removeGlobalFileFromStore
in file globalfile.class.php, method Templating_GlobalFile::removeGlobalFileFromStore()
    Removes global file form store. Takes the id of the global file as first argument. Returns bool.
removeHeader
in file Request.php, method HTTP_Request::removeHeader()
    Removes a request header
removeImageThumbnail
in file object.class.php, method Media_Object::removeImageThumbnail()
    Remove thumbnail. Takes the object id as first argument.
removeObjectFromStore
in file object.class.php, method Media_Object::removeObjectFromStore()
    Removes object form store. Takes the id of the object as first argument. Returns bool.
removeQueryString
in file URL.php, method Net_URL::removeQueryString()
    Removes a querystring item
removeSlashesArray
in file cnc.class.php, method Base_Cnc::removeSlashesArray()
    Remove slashes array
removeSlashesString
in file cnc.class.php, method Base_Cnc::removeSlashesString()
    Remove slashes string
removeTrailingSlash
in file cnc.class.php, method Base_Cnc::removeTrailingSlash()
    Remove trailing slash
render
in file blogcommentsrss20.class.php, method Display_BlogCommentsRss20::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file simpleguestbookindex.class.php, method Display_SimpleGuestbookIndex::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogitem.class.php, method Display_BlogItem::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file simpledateatom10.class.php, method Display_SimpleDateAtom10::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file simpledaterss20.class.php, method Display_SimpleDateRss20::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogcommentsatom10.class.php, method Display_BlogCommentsAtom10::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file systemlogin.class.php, method Display_SystemLogin::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file simpleformindex.class.php, method Display_SimpleFormIndex::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogarchivemonth.class.php, method Display_BlogArchiveMonth::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogpodcastitms.class.php, method Display_BlogPodcastItms::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogrss20.class.php, method Display_BlogRss20::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file simplepageindex.class.php, method Display_SimplePageIndex::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogarchiveyear.class.php, method Display_BlogArchiveYear::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file Text.php, method Image_Text::render()
    Render the text in the canvas using the given options.
render
in file eventindex.class.php, method Display_EventIndex::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file generatorformindex.class.php, method Display_GeneratorFormIndex::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogindex.class.php, method Display_BlogIndex::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file eventatom10.class.php, method Display_EventAtom10::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file display.interface.php, method Display::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file simpledateindex.class.php, method Display_SimpleDateIndex::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file blogatom10.class.php, method Display_BlogAtom10::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
render
in file eventrss20.class.php, method Display_EventRss20::render()
    Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
renderBusinessForm
in file simpleformindex.class.php, method Display_SimpleFormIndex::renderBusinessForm()
    Renderer for the business form.
renderElement
in file Renderer.php, method HTML_QuickForm_Renderer::renderElement()
    Called when visiting an element
renderElement
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::renderElement()
    Gets the html for an element and adds it to the array by calling parent::renderElement()
renderElement
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderElement()
    Called when visiting an element
renderElement
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderElement()
renderElement
in file Array.php, method HTML_QuickForm_Renderer_Array::renderElement()
renderElement
in file Object.php, method HTML_QuickForm_Renderer_Object::renderElement()
renderElement
in file Default.php, method HTML_QuickForm_Renderer_Default::renderElement()
    Renders an element Html Called when visiting an element
renderHeader
in file Renderer.php, method HTML_QuickForm_Renderer::renderHeader()
    Called when visiting a header element
renderHeader
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::renderHeader()
    Called when visiting a header element
renderHeader
in file Array.php, method HTML_QuickForm_Renderer_Array::renderHeader()
renderHeader
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHeader()
    Called when visiting a header element
renderHeader
in file Object.php, method HTML_QuickForm_Renderer_Object::renderHeader()
renderHeader
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderHeader()
renderHeader
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderHeader()
    Called when visiting a header element
renderHeader
in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::renderHeader()
renderHidden
in file Object.php, method HTML_QuickForm_Renderer_Object::renderHidden()
renderHidden
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::renderHidden()
    Gets the html for a hidden element and adds it to the array.
renderHidden
in file Array.php, method HTML_QuickForm_Renderer_Array::renderHidden()
renderHidden
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHidden()
    Renders an hidden element Called when visiting a hidden element
renderHidden
in file Renderer.php, method HTML_QuickForm_Renderer::renderHidden()
    Called when visiting a hidden element
renderHidden
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderHidden()
renderHidden
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderHidden()
    Called when visiting a hidden element
renderHtml
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHtml()
    Called when visiting a raw HTML/text pseudo-element
renderHtml
in file Renderer.php, method HTML_QuickForm_Renderer::renderHtml()
    Called when visiting a raw HTML/text pseudo-element
renderPersonalForm
in file simpleformindex.class.php, method Display_SimpleFormIndex::renderPersonalForm()
    Renderer for the personal form.
replaceGlyphs
in file textile.php, method Textile::replaceGlyphs()
reset
in file Request.php, method HTTP_Request::reset()
    Resets the object to its initial state (DEPRECATED).
resetAffectedRows
in file pdo.class.php, method Base_Database::resetAffectedRows()
    Reset affected rows
resolveBlogPosting
in file blogposting.class.php, method Content_BlogPosting::resolveBlogPosting()
    Resolves blog posting using the available url params. Returns the blog posting id on success or throws an exception on failure.
resolveEventPosting
in file eventposting.class.php, method Content_EventPosting::resolveEventPosting()
    Resolves event posting using the available url params. Returns the event posting id on success or throws an exception on failure.
resolvePage
in file page.class.php, method Content_Page::resolvePage()
    Resolves page using the available url params. Returns the page id on success or throws an exception on failure.
resolvePath
in file URL.php, method Net_URL::resolvePath()
    Resolves //, ../ and ./ from a path and returns the result. Eg:
retrieve
in file textile.php, method Textile::retrieve()
retrieveTags
in file textile.php, method Textile::retrieveTags()
retrieveURL
in file textile.php, method Textile::retrieveURL()
retrieveURLs
in file textile.php, method Textile::retrieveURLs()
rightBelongsToCurrentProject
in file right.class.php, method User_Right::rightBelongsToCurrentProject()
    Tests whether given right belongs to current project. Takes the right id as first argument. Returns boolean true or false.
rightBelongsToCurrentUser
in file right.class.php, method User_Right::rightBelongsToCurrentUser()
    Tests whether right belongs to current user or not. Takes the right id as first argument. Returns bool.
rollback
in file pdo.class.php, method Base_Database::rollback()
    Rollback transaction
root_node
in file nestedset.class.php, method Utility_NestedSet::root_node()
    Tests whether a node is a root node or not. Takes the node id as first argument and the navigation id as optional second argument.
rotate
in file imagemagick.class.php, method Base_Imagemagick::rotate()
    Rotate image
rset
in file SMTP.php, method Net_SMTP::rset()
    Send the RSET command.
r_encode_html
in file textile.php, method Textile::r_encode_html()
resource.wcom.php
procedural page resource.wcom.php
resource.wcomgtpl.php
procedural page resource.wcomgtpl.php
right.class.php
procedural page right.class.php
top

s

$s
in file textile.php, variable Textile::$s
$s
in file Rc4.php, variable Crypt_RC4::$s
    Real programmers...
$sections
in file Object.php, variable QuickformForm::$sections
    Array of sections contained in the document
$secure_dir
in file Smarty.class.php, variable Smarty::$secure_dir
    This is the list of template directories that are considered secure. This is used only if $security is enabled. One directory per array element. $template_dir is in this list implicitly.
$security
in file Smarty.class.php, variable Smarty::$security
    This enables template security. When enabled, many things are restricted
$security_settings
in file Smarty.class.php, variable Smarty::$security_settings
    These are the security settings for Smarty. They are used only when $security is enabled.
$sendmail_args
in file sendmail.php, variable Mail_sendmail::$sendmail_args
    Any extra command-line parameters to pass to the sendmail or sendmail wrapper binary.
$sendmail_path
in file sendmail.php, variable Mail_sendmail::$sendmail_path
    The location of the sendmail or sendmail wrapper binary on the filesystem.
$send_encoding
in file RPC.php, variable XML_RPC_Message::$send_encoding
    The encoding to be used for outgoing messages
$sep
in file Mail.php, variable Mail::$sep
    Line terminator used for separating header lines.
$separator
in file Object.php, variable QuickformElement::$separator
    If element is a group, the group separator
$server
in file RPC.php, variable XML_RPC_Client::$server
    The name of the remote server to connect to
$server_headers
in file Server.php, variable XML_RPC_Server::$server_headers
    The response's HTTP headers
$server_payload
in file Server.php, variable XML_RPC_Server::$server_payload
    The response's XML payload
$session
in file simpleguestbookindex.class.php, variable Display_SimpleGuestbookIndex::$session
    Reference to session class
$session
in file generatorformindex.class.php, variable Display_GeneratorFormIndex::$session
    Reference to session class
$session
in file blogitem.class.php, variable Display_BlogItem::$session
    Reference to session class
$session
in file simpleformindex.class.php, variable Display_SimpleFormIndex::$session
    Reference to session class
$shelf
in file textile.php, variable Textile::$shelf
$smarty
in file utility.class.php, variable Base_Utility::$smarty
    Reference to Smarty
$staticLabels
in file Array.php, variable HTML_QuickForm_Renderer_Array::$staticLabels
    true: render an array of labels to many labels, $key 0 named 'label', the rest "label_$key"
$strBaseIndent
in file Dump.php, variable XML_RPC_Dump::$strBaseIndent
    The spaces used for indenting the XML
$structure
in file RFC822.php, variable Mail_RFC822::$structure
    The final array of parsed address information that we build up.
$styl
in file textile.php, variable Textile::$styl
$style
in file Object.php, variable QuickformElement::$style
    Some information about element style
sitemap.class.php
procedural page sitemap.class.php
session.class.php
procedural page session.class.php
settings.class.php
procedural page settings.class.php
smarty_admin.inc.php
procedural page smarty_admin.inc.php
smarty_public.inc.php
procedural page smarty_public.inc.php
sys.inc.php
procedural page sys.inc.php
simpledate.class.php
procedural page simpledate.class.php
simpleform.class.php
procedural page simpleform.class.php
simpleguestbook.class.php
procedural page simpleguestbook.class.php
simpleguestbookentry.class.php
procedural page simpleguestbookentry.class.php
simplepage.class.php
procedural page simplepage.class.php
structuraltemplate.class.php
procedural page structuraltemplate.class.php
simpledateatom10.class.php
procedural page simpledateatom10.class.php
simpledateindex.class.php
procedural page simpledateindex.class.php
simpledatelogin.class.php
procedural page simpledatelogin.class.php
simpledaterss20.class.php
procedural page simpledaterss20.class.php
simpleformindex.class.php
procedural page simpleformindex.class.php
simpleformlogin.class.php
procedural page simpleformlogin.class.php
simpleguestbookindex.class.php
procedural page simpleguestbookindex.class.php
simpleguestbooklogin.class.php
procedural page simpleguestbooklogin.class.php
simplepageindex.class.php
procedural page simplepageindex.class.php
simplepagelogin.class.php
procedural page simplepagelogin.class.php
systemlogin.class.php
procedural page systemlogin.class.php
select.php
procedural page select.php
static.php
procedural page static.php
submit.php
procedural page submit.php
sql.php
procedural page sql.php
sqlite.php
procedural page sqlite.php
syslog.php
procedural page syslog.php
sendmail.php
procedural page sendmail.php
smtp.php
procedural page smtp.php
SMTP.php
procedural page SMTP.php
Socket.php
procedural page Socket.php
Server.php
procedural page Server.php
samlFrom
in file SMTP.php, method Net_SMTP::samlFrom()
    Send the SAML FROM: command.
saml_from
in file SMTP.php, method Net_SMTP::saml_from()
    Backwards-compatibility wrapper for samlFrom().
save
in file Text.php, method Image_Text::save()
    Save image canvas.
save
in file session.class.php, method Base_Session::save()
    Save Session
save
in file Lite.php, method Cache_Lite::save()
    Save some data in a cache file
saveMemoryCachingState
in file Lite.php, method Cache_Lite::saveMemoryCachingState()
    Save the state of the caching memory array into a cache file cache
saveSettings
in file settings.class.php, method Community_Settings::saveSettings()
    Saves community settings. Takes an array with the new settings as first argument. Returns amount of affected rows.
scalartyp
in file RPC.php, method XML_RPC_Value::scalartyp()
scalarval
in file RPC.php, method XML_RPC_Value::scalarval()
scale
in file imagemagick.class.php, method Base_Imagemagick::scale()
    Scale image
select
in file Socket.php, method Net_Socket::select()
    Runs the equivalent of the select() system call on the socket with a timeout specified by tv_sec and tv_usec.
select
in file pdo.class.php, method Base_Database::select()
    Run a select
selectAbbreviation
in file abbreviation.class.php, method Content_Abbreviation::selectAbbreviation()
    Selects one abbreviation. Takes the abbreviation id as first argument.
selectAbbreviations
in file abbreviation.class.php, method Content_Abbreviation::selectAbbreviations()
    Method to select one or more abbreviations. Takes key=>value array with select params as first argument. Returns array.
selectAnonymousUser
in file user.class.php, method User_User::selectAnonymousUser()
    Returns anonymous user of the current project. Throws exception if no anonymous user can be found.
selectAntiSpamPlugin
in file antispamplugin.class.php, method Community_AntiSpamPlugin::selectAntiSpamPlugin()
    Selects one anti spam plugin. Takes the anti spam plugin id as first argument. Returns array with anti spam plugin information.
selectAntiSpamPlugins
in file antispamplugin.class.php, method