WACT_VALIDATION
[ class tree: WACT_VALIDATION ] [ index: WACT_VALIDATION ] [ 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 ] [ y ] [ _ ]

a

$about
in file rss_writer_class.php, variable rss_writer_class::$about
$Age
in file cachecontroller.inc.php, variable ServerCachedPageController::$Age
    * Last file modification time (Unix Timestamp)
$AllowableSchemes
in file url.inc.php, variable UrlRule::$AllowableSchemes
    Array of allowable URL schemes e.g.
$allownoitems
in file rss_writer_class.php, variable rss_writer_class::$allownoitems
$AnchorSize
in file pager.inc.php, variable PageNavigatorComponent::$AnchorSize
    The Number of page numbers anchored at each side of the page list.
$arg
in file expression.inc.php, variable ExpressionFilterParser::$arg
    Current argument
$args
in file delegate.inc.php, variable Handle::$args
$Args
in file expression.inc.php, variable ExpressionFilterParser::$Args
    List of arguments
$asArray
in file select_date.inc.php, variable FormSelectDateComponent::$asArray
$asArray
in file select_time.inc.php, variable FormSelectTimeComponent::$asArray
$attribs
in file data_table.inc.php, variable DataColumnComponent::$attribs
$attribute
in file attribute.inc.php, variable AttributeProperty::$attribute
$attributeNodes
in file compilercomponent.inc.php, variable CompilerComponent::$attributeNodes
    XML attributes of the tag
$attributes
in file template.inc.php, variable TagComponent::$attributes
    Array of XML attributes
$autocompletelist
in file inputautocomplete.inc.php, variable InputAutoCompleteComponent::$autocompletelist
a
in file expressionlexer.test.php, method TestParser::a()
accept
in file expressionlexer.test.php, method TestParser::accept()
accept
in file expression.inc.php, method ExpressionFilterParser::accept()
    Lexer callback - accepts a single argument
acceptDatabinding
in file expression.inc.php, method ExpressionValueParser::acceptDatabinding()
    Lexer callback - accepts the default data binding expression - called if no constants found
acceptFilter
in file expression.inc.php, method ExpressionFilterFindingParser::acceptFilter()
    Lexer callback - called for value strings
acceptFloat
in file expression.inc.php, method ExpressionValueParser::acceptFloat()
    Lexer callback - called for float constants
acceptInteger
in file expression.inc.php, method ExpressionValueParser::acceptInteger()
    Lexer callback - called for integer constants
acceptString
in file expression.inc.php, method ExpressionValueParser::acceptString()
    Lexer callback - called for string constants
activate
in file property.inc.php, method CompilerProperty::activate()
add
in file base.tag.php, method CssWriter::add()
addArg
in file expression.inc.php, method ExpressionFilterParser::addArg()
    Lexer callback - if the , delimiter is found, adds the current arg to the Args array
addAttributeFragment
in file attributenode.inc.php, method CompoundAttribute::addAttributeFragment()
    Add a fragment of an attribute
addchannel
in file rss_writer_class.php, method rss_writer_class::addchannel()
addChild
in file template.inc.php, method Component::addChild()
    Adds a reference to a child component to this component, using it's ID attribute as the child array key
addChild
in file widgets.inc.php, method TextWidget::addChild()
    Override parent method to prevent use of children
addChild
in file widgets.inc.php, method TagWidget::addChild()
    Override parent method to prevent use of children
addChild
in file graft.tag.php, method CoreGraftTag::addChild()
    Adds a child component, by reference, to the array of children of the placeholder node (overrides parent class method)
addChild
in file controller.inc.php, method Controller::addChild()
    Add a child controller
addChild
in file compilercomponent.inc.php, method CompilerComponent::addChild()
    Adds a child component, by reference, to the array of children
addChildAttribute
in file compilercomponent.inc.php, method CompilerComponent::addChildAttribute()
    Sets the XML attributes for this component (as extracted from the template)
addchildattribute
in file treebuilder.test.php, method MyMockComponent::addchildattribute()
addColumn
in file data_table.inc.php, method DataTableComponent::addColumn()
    will register a column component with the table if none exists
addContent
in file treebuilder.inc.php, method TreeBuilder::addContent()
    Handles the CDATA content within any tag
adddata
in file xml_writer_class.php, method xml_writer_class::adddata()
adddatatag
in file xml_writer_class.php, method xml_writer_class::adddatatag()
addEntryPattern
in file expressionlexer.inc.php, method ExpressionLexer::addEntryPattern()
    Adds a pattern that will enter a new parsing mode.
addError
in file errorlist.inc.php, method ErrorList::addError()
    Add an error code to the error list.
addError
in file responsemodel.inc.php, method ResponseModel::addError()
addErrorMessage
in file errorlist.inc.php, method ErrorList::addErrorMessage()
    Add an error message to the error list.
addErrorMessage
in file responsemodel.inc.php, method ResponseModel::addErrorMessage()
addExitPattern
in file expressionlexer.inc.php, method ExpressionLexer::addExitPattern()
    Adds a pattern that will exit the current mode and re-enter the previous one.
addFilter
in file expression.inc.php, method ExpressionFilterFindingParser::addFilter()
    Lexer callback - called every time a filter delimiter is found.
addFooterFunct
in file data_table.inc.php, method DataColumnComponent::addFooterFunct()
    add a footer render function for this column
addimage
in file rss_writer_class.php, method rss_writer_class::addimage()
additem
in file rss_writer_class.php, method rss_writer_class::additem()
addPattern
in file expressionlexer.inc.php, method ExpressionLexer::addPattern()
    Adds a token search pattern for a particular parsing mode.
addPattern
in file expressionlexer.inc.php, method ExpressionLexerParallelRegex::addPattern()
    Adds a pattern with an optional label.
addProcessingInstructionNode
in file treebuilder.inc.php, method TreeBuilder::addProcessingInstructionNode()
    Deals with XML processing instructions.
addrssproperties
in file rss_writer_class.php, method rss_writer_class::addrssproperties()
addRule
in file validator.inc.php, method Validator::addRule()
    Registers a Rule
addRule
in file form.inc.php, method FormController::addRule()
    Registers a Validation Rule
addSpecialPattern
in file expressionlexer.inc.php, method ExpressionLexer::addSpecialPattern()
    Adds a pattern that has a special mode.
addtag
in file xml_writer_class.php, method xml_writer_class::addtag()
addTestCasesFromDirectory
in file testmanager.php, method TestManager::addTestCasesFromDirectory()
addtextinput
in file rss_writer_class.php, method rss_writer_class::addtextinput()
addTextNode
in file treebuilder.inc.php, method TreeBuilder::addTextNode()
    Creates TextNodes for plain text
addView
in file controller.inc.php, method Controller::addView()
    Add a single mapping
AdodbConnection
in file adodb.inc.php, method AdodbConnection::AdodbConnection()
    Create a ADOdb database connection.
AdodbConnection
in file adodb.inc.php, class AdodbConnection
    Encapsulates a database connection.
AdodbConnectionTestCase
in file adodb.test.php, method AdodbConnectionTestCase::AdodbConnectionTestCase()
AdodbConnectionTestCase
in file adodb.test.php, class AdodbConnectionTestCase
AdodbRecord
in file adodb.inc.php, class AdodbRecord
    Encapsulates operations on a database via ADOdb.
AdodbRecord
in file adodb.inc.php, method AdodbRecord::AdodbRecord()
    Construct a record
AdodbRecordSet
in file adodb.inc.php, method AdodbRecordSet::AdodbRecordSet()
    Construct a record set.
AdodbRecordSet
in file adodb.inc.php, class AdodbRecordSet
    Encapsulates the results of a SELECT, SHOW, DESCRIBE or EXPLAIN sql statement
AdodbRecordSetTestCase
in file adodb.test.php, method AdodbRecordSetTestCase::AdodbRecordSetTestCase()
AdodbRecordSetTestCase
in file adodb.test.php, class AdodbRecordSetTestCase
AdodbRecordTestCase
in file adodb.test.php, class AdodbRecordTestCase
AdodbRecordTestCase
in file adodb.test.php, method AdodbRecordTestCase::AdodbRecordTestCase()
ADODB_LIBRARY_PATH
in file adodb.inc.php, constant ADODB_LIBRARY_PATH
    Include External Library ADOdb
ADSTestFilter
in file arraydataset.test.php, class ADSTestFilter
ALL_BUT_WEB_TESTS
in file all-but-db-web.group.php, class ALL_BUT_WEB_TESTS
ALL_BUT_WEB_TESTS
in file all-but-db-web.group.php, method ALL_BUT_WEB_TESTS::ALL_BUT_WEB_TESTS()
append
in file textnode.inc.php, method TextNode::append()
    Appends a further string to the text node
ApplyDefault
in file default_filter.inc.php, function ApplyDefault()
applyRule
in file responsemodel.inc.php, method ResponseModel::applyRule()
ArrayDataSet
in file arraydataset.inc.php, method ArrayDataSet::ArrayDataSet()
ArrayDataSet
in file arraydataset.inc.php, class ArrayDataSet
    Provides an Iterator over a Recordset of DataSpaces.
ArrayDataSetIterationTestCase
in file arraydataset.test.php, class ArrayDataSetIterationTestCase
ArrayDataSetIterationTestCase
in file arraydataset.test.php, method ArrayDataSetIterationTestCase::ArrayDataSetIterationTestCase()
ArrayDataSetTestCase
in file arraydataset.test.php, method ArrayDataSetTestCase::ArrayDataSetTestCase()
ArrayDataSetTestCase
in file arraydataset.test.php, class ArrayDataSetTestCase
array_change_key_case
in file array_change_key_case.php, function array_change_key_case()
assertNormalPage
in file web.inc.php, method WACTWebTestCase::assertNormalPage()
assertNoUnWantedLiteral
in file web.inc.php, method WACTWebTestCase::assertNoUnWantedLiteral()
assertWactError
in file wacterror.php, function assertWactError()
assertWantedLiteral
in file web.inc.php, method WACTWebTestCase::assertWantedLiteral()
attachToParent
in file common.inc.php, method TestingController::attachToParent()
attachToParent
in file controller.inc.php, method Controller::attachToParent()
    Part of the protocol whereby a controller is added to the tree of controllers
AttributeExpression
in file attributenode.inc.php, method AttributeExpression::AttributeExpression()
AttributeExpression
in file attributenode.inc.php, class AttributeExpression
    Used to store attribute expressions found inside tag components
AttributeExpressionTestCase
in file attributenode.test.php, class AttributeExpressionTestCase
AttributeExpressionTestCase
in file attributenode.test.php, method AttributeExpressionTestCase::AttributeExpressionTestCase()
AttributeNode
in file attributenode.inc.php, class AttributeNode
    Stores literal attributes found inside tag components
AttributeNode
in file attributenode.inc.php, method AttributeNode::AttributeNode()
AttributeNodeTestCase
in file attributenode.test.php, method AttributeNodeTestCase::AttributeNodeTestCase()
AttributeNodeTestCase
in file attributenode.test.php, class AttributeNodeTestCase
AttributeProperty
in file attribute.inc.php, class AttributeProperty
    A property linked to the value of an attribute.
AttributeProperty
in file attribute.inc.php, method AttributeProperty::AttributeProperty()
AttributePropertyTestCase
in file attribute.test.php, method AttributePropertyTestCase::AttributePropertyTestCase()
AttributePropertyTestCase
in file attribute.test.php, class AttributePropertyTestCase
autoPrepare
in file databinding.inc.php, method DataBindingExpression::autoPrepare()
adodb.inc.php
procedural page adodb.inc.php
attributenode.inc.php
procedural page attributenode.inc.php
attribute.inc.php
procedural page attribute.inc.php
anchor.tag.php
procedural page anchor.tag.php
arraydataset.inc.php
procedural page arraydataset.inc.php
array_change_key_case.php
procedural page array_change_key_case.php
adodb.test.php
procedural page adodb.test.php
attributenode.test.php
procedural page attributenode.test.php
attribute.test.php
procedural page attribute.test.php
arraydataset.test.php
procedural page arraydataset.test.php
all-but-db-web.group.php
procedural page all-but-db-web.group.php
all-but-db.group.php
procedural page all-but-db.group.php
all-but-web.group.php
procedural page all-but-web.group.php
top

b

$base
in file filter.inc.php, variable CompilerFilter::$base
$base
in file requestfilter.inc.php, variable RequestFilter::$base
$baseUrl
in file pager.inc.php, variable PageNavigatorComponent::$baseUrl
    The Url used to display individual pages of the list.
$baseUrl
in file calendar_month.inc.php, variable CalendarMonthComponent::$baseUrl
b
in file expressionlexer.test.php, method TestParser::b()
BadHtmlTestCase
in file template_badhtml.test.php, class BadHtmlTestCase
    These tests are all malformed HTML.
BadHtmlTestCase
in file template_badhtml.test.php, method BadHtmlTestCase::BadHtmlTestCase()
BareBonesErrorHandler
in file debug.inc.php, function BareBonesErrorHandler()
    This function is called only when an error has occured in the error handler.
BaseParsingState
in file parserstate.inc.php, class BaseParsingState
    Base state handler for the SourceFileParser.
BaseParsingState
in file parserstate.inc.php, method BaseParsingState::BaseParsingState()
BaseParsingStateTestCase
in file parserstate.test.php, class BaseParsingStateTestCase
BaseSaxFilter
in file basesaxfilter.inc.php, class BaseSaxFilter
    BaseSaxFilter - handler methods are declared so concrete SaxFilters do not need to explicity declare them when not required.
beginFunction
in file codewriter.inc.php, method CodeWriter::beginFunction()
    Begins writing a PHP function to the compiled template, using the FunctionPrefix and the FunctionSuffix, the latter being post incremented by one.
BlockComponent
in file block.inc.php, class BlockComponent
    The block tag can be used to show or hide the contents of the block.
buildAssignmentList
in file adodb.inc.php, method AdodbRecord::buildAssignmentList()
    Build a list of values to assign to columns
buildAssignmentList
in file mdb.inc.php, method MDBRecord::buildAssignmentList()
    Build a list of values to assign to columns
buildAssignmentList
in file mdb2.inc.php, method MDB2Record::buildAssignmentList()
    Build a list of values to assign to columns
buildAssignmentList
in file pear.inc.php, method PearRecord::buildAssignmentList()
    Build a list of values to assign to columns
buildAssignmentSQL
in file mysql.inc.php, method MySqlRecord::buildAssignmentSQL()
    Build SQL fragment to assign values to columns
buildAttributes
in file treebuilder.inc.php, method TreeBuilder::buildAttributes()
    Create AttributeNodes or ArtributeVariableReferences
buildDictionary
in file dictionary.inc.php, method CompilerArtifactDictionary::buildDictionary()
buildFilterChain
in file sourcefileparser.inc.php, method SourceFileParser::buildFilterChain()
    Creates Build a filter chain
ButtonController
in file form.inc.php, method ButtonController::ButtonController()
ButtonController
in file form.inc.php, class ButtonController
ButtonTag
in file button.tag.php, class ButtonTag
    Compile time component for button tags
ButtonTagTestCase
in file button.test.php, class ButtonTagTestCase
ButtonTagTestCase
in file button.test.php, method ButtonTagTestCase::ButtonTagTestCase()
basesaxfilter.inc.php
procedural page basesaxfilter.inc.php
block.inc.php
procedural page block.inc.php
bbcode.inc.php
procedural page bbcode.inc.php
block.tag.php
procedural page block.tag.php
button.tag.php
procedural page button.tag.php
base.tag.php
procedural page base.tag.php
bbcode.tag.php
procedural page bbcode.tag.php
block.test.php
procedural page block.test.php
button.test.php
procedural page button.test.php
bbcode.test.php
procedural page bbcode.test.php
bbcode.test.php
procedural page bbcode.test.php
block.test.php
procedural page block.test.php
button.test.php
procedural page button.test.php
badselfnestingtag.php
procedural page badselfnestingtag.php
top

c

$cache
in file outputcache.inc.php, variable OutputCacheComponent::$cache
    Instance of PEAR::Cache_Lite
$cacheby
in file outputcache.inc.php, variable OutputCacheComponent::$cacheby
    Name of a DataSource variable which defines seperate cacheable content such as the contents of $_GET['page']
$cacheDir
in file outputcache.inc.php, variable OutputCacheComponent::$cacheDir
    Store name of cache directory for error reporting
$cachegroup
in file outputcache.inc.php, variable OutputCacheComponent::$cachegroup
    A group by which to identify to the file
$CachePath
in file cachecontroller.inc.php, variable ServerCachedPageController::$CachePath
    *
$caching
in file outputcache.inc.php, variable OutputCacheComponent::$caching
    Whether caching is on or off
$calComponent
in file month.tag.php, variable CalendarTitleStyleTag::$calComponent
    Name of the runtime calendar component reference
$calComponent
in file month.tag.php, variable CalendarDayHeaderStyleTag::$calComponent
    Name of the runtime calendar component reference
$calculated
in file decorators.inc.php, variable NestedDataSetDecorator::$calculated
$calDayObjectRefCode
in file month.tag.php, variable CalendarEmptyDayStyleTag::$calDayObjectRefCode
    Used to refer to the runtime instance of PEAR::Calendar used to render the calendar
$calDayObjectRefCode
in file month.tag.php, variable CalendarSelectedDayStyleTag::$calDayObjectRefCode
    Used to refer to the runtime instance of PEAR::Calendar used to render the calendar
$calDayObjectRefCode
in file month.tag.php, variable CalendarDayStyleTag::$calDayObjectRefCode
    Used to refer to the runtime instance of PEAR::Calendar used to render the calendar
$Calendar
in file calendar_month.inc.php, variable CalendarMonthComponent::$Calendar
    Instance of PEAR::Calendar_Month_Weekdays
$calMonthObjectRefCode
in file month.tag.php, variable CalendarTitleStyleTag::$calMonthObjectRefCode
    Used to refer to the runtime instance of PEAR::Calendar used to render the calendar
$channel
in file rss_writer_class.php, variable rss_writer_class::$channel
$CheckingCode
in file link.tag.php, variable HtmlLinkTag::$CheckingCode
$children
in file controller.inc.php, variable Controller::$children
    Array of child controllers
$children
in file template.inc.php, variable Component::$children
    Array of child components
$children
in file compilercomponent.inc.php, variable CompilerComponent::$children
    Child compile-time components
$ChildSaxFilter
in file basesaxfilter.inc.php, variable BaseSaxFilter::$ChildSaxFilter
    Child Sax filter
$choiceList
in file select.inc.php, variable SelectSingleComponent::$choiceList
    A associative array of choices to build the option list with
$choiceList
in file select.inc.php, variable SelectMultipleComponent::$choiceList
    A associative array of choices to build the option list with
$class
in file delegate.inc.php, variable Handle::$class
$class
in file delegate.inc.php, variable StaticDelegate::$class
$clickField
in file html_anchor.inc.php, variable HtmlAnchorComponent::$clickField
    Name of GET variable to "watch" for "clicks"
$clickHandler
in file html_anchor.inc.php, variable HtmlAnchorComponent::$clickHandler
    Name of call back function to respond to "clicks"
$closing
in file widgets.inc.php, variable TagWidget::$closing
    Whether the tag is closing or not
$code
in file codewriter.inc.php, variable CodeWriter::$code
    String containing the compiled template
$codefile
in file template.inc.php, variable Template::$codefile
    Stored the name of the compiled template file
$codefile
in file outputcache.inc.php, variable OutputCacheComponent::$codefile
    Name of compiled template file
$col
in file data_table_tag.test.php, variable WarnTestCssClassColFilter::$col
$colCssClassFilter
in file data_table.inc.php, variable DataColumnComponent::$colCssClassFilter
$columnCount
in file data_table.inc.php, variable DataGroupComponent::$columnCount
$columns
in file data_table.inc.php, variable DataTableComponent::$columns
$CompilerAttributes
in file tagdictionary.inc.php, variable TagInfo::$CompilerAttributes
$Component
in file treebuilder.inc.php, variable TreeBuilder::$Component
    Current Component
$ComponentParsingState
in file sourcefileparser.inc.php, variable SourceFileParser::$ComponentParsingState
    Initial instance of ComponentParsingState
$config
in file mdb.inc.php, variable MDBConnection::$config
    Configuration information
$config
in file mdb2.inc.php, variable MDB2Connection::$config
    Configuration information
$config
in file mysql.inc.php, variable MySQLConnection::$config
    Configuration information
$config
in file adodb.inc.php, variable AdodbConnection::$config
    Configuration information
$config
in file pear.inc.php, variable PearConnection::$config
    Configuration information
$config_name
in file mdbc.inc.php, variable MDBC_ConnectionConfiguration::$config_name
$Connection
in file pear.inc.php, variable PearRecord::$Connection
    Database connection encasulated in PearConnection
$Connection
in file mdb2.inc.php, variable MDB2Record::$Connection
    Database connection encasulated in MDB2Connection
$Connection
in file adodb.inc.php, variable AdodbRecord::$Connection
    Database connection encasulated in AdodbConnection
$Connection
in file mysql.inc.php, variable MySqlRecord::$Connection
    Connection to MySQL
$connection
in file driver.inc.php, variable DriverConnectionTestCase::$connection
$Connection
in file mdb.inc.php, variable MDBRecord::$Connection
    Database connection encasulated in PearConnection
$ConnectionId
in file mysql.inc.php, variable MySQLConnection::$ConnectionId
    Resource representing connection to MySQL database
$ConnectionId
in file mdb2.inc.php, variable MDB2Connection::$ConnectionId
    PEAR MDB2 Connection object
$ConnectionId
in file adodb.inc.php, variable AdodbConnection::$ConnectionId
    ADOdb DB Connection object
$ConnectionId
in file pear.inc.php, variable PearConnection::$ConnectionId
    PEAR DB Connection object
$ConnectionId
in file mdb.inc.php, variable MDBConnection::$ConnectionId
    PEAR MDB Connection object
$contentref
in file outputcache.tag.php, variable CacheOutputCacheTag::$contentref
    Name of runtime variable reference where cached content is stored
$contents
in file textnode.inc.php, variable TextNode::$contents
    A text string to write
$contents
in file phpnode.inc.php, variable PHPNode::$contents
    A PHP string to write
$context
in file databinding.inc.php, variable DataBindingExpression::$context
$context
in file pagenumber.prop.php, variable PageNumberProperty::$context
$context
in file totalpages.prop.php, variable TotalPagesProperty::$context
$Control
in file label.test.php, variable LabelTagTestCase::$Control
$Control
in file errorsummary.test.php, variable ErrorSummaryTagTestCase::$Control
$Control
in file textarea.test.php, variable TextareaTagTestCase::$Control
$Control
in file button.test.php, variable ButtonTagTestCase::$Control
$Control
in file form.test.php, variable FormComponentTestCase::$Control
$Control
in file input.test.php, variable InputTagTestCase::$Control
$Control
in file select.test.php, variable SelectTagTestCase::$Control
$count
in file stats_filter.inc.php, variable StatFilter::$count
$css
in file base.tag.php, variable CssWriter::$css
$css
in file css.inc.php, variable CoreCssComponent::$css
$css
in file css.tag.php, variable CoreCssTag::$css
    Compile time CSS to write to template
$CssWriter
in file base.tag.php, variable HtmlBaseTag::$CssWriter
    Instance of CssWriter
$currentError
in file errorlist.inc.php, variable ErrorList::$currentError
    The current ErrorMessage from the array
$CurrentPage
in file pager.inc.php, variable PageNavigatorComponent::$CurrentPage
    The page number of the current page in the list.
cache
in file outputcache.inc.php, method OutputCacheComponent::cache()
    Cache output for this template
CacheOutputCacheTag
in file outputcache.tag.php, class CacheOutputCacheTag
    Compile time component for instructing output to be cached in a file at runtime.
CalendarDayHeaderStyleTag
in file month.tag.php, class CalendarDayHeaderStyleTag
    Handles generation of the calendar day headers
CalendarDayStyleTag
in file month.tag.php, class CalendarDayStyleTag
    Handles generation of the calendar days
CalendarEmptyDayStyleTag
in file month.tag.php, class CalendarEmptyDayStyleTag
    Handles generation of "empty" calendar days
CalendarMonthComponent
in file calendar_month.inc.php, class CalendarMonthComponent
    Runtime calendar API
CalendarMonthComponent
in file calendar_month.inc.php, method CalendarMonthComponent::CalendarMonthComponent()
CalendarMonthTag
in file month.tag.php, class CalendarMonthTag
    Compile time tag for generating monthly calendars
CalendarNextPrevStyleTag
in file month.tag.php, class CalendarNextPrevStyleTag
    Handles generation of next / prev links on the calendar
CalendarSelectedDayStyleTag
in file month.tag.php, class CalendarSelectedDayStyleTag
    Handles generation of selected calendar days
CalendarTitleStyleTag
in file month.tag.php, class CalendarTitleStyleTag
    Handles generation of the calendar title
CALENDAR_ROOT
in file calendar_month.inc.php, constant CALENDAR_ROOT
    Include PEAR::Calendar
CapitalizeFilter
in file capitalize.filter.php, class CapitalizeFilter
CapitalizeFilterTestCase
in file capitalize.test.php, method CapitalizeFilterTestCase::CapitalizeFilterTestCase()
CapitalizeFilterTestCase
in file capitalize.test.php, class CapitalizeFilterTestCase
capture
in file template.inc.php, method Template::capture()
CASE_LOWER
in file array_change_key_case.php, constant CASE_LOWER
    Define case options
CASE_UPPER
in file array_change_key_case.php, constant CASE_UPPER
cdata
in file sourcefileparser.inc.php, method SourceFileParser::cdata()
    Sax CDATA Handler
cdata
in file parserstate.inc.php, method ComponentParsingState::cdata()
    Handle tag content
cdata
in file htmlparser.test.php, method ListenerInterface::cdata()
cdata
in file basesaxfilter.inc.php, method BaseSaxFilter::cdata()
    Sax cdata Handler
cdata
in file parserstate.inc.php, method LiteralParsingState::cdata()
    Handle tag content
changeToComponentParsingState
in file sourcefileparser.inc.php, method SourceFileParser::changeToComponentParsingState()
    Switch to component parsing state
changeToLiteralParsingState
in file sourcefileparser.inc.php, method SourceFileParser::changeToLiteralParsingState()
    Switch to literal parsing state
characters
in file basesaxfilter.inc.php, method BaseSaxFilter::characters()
    Sax Data Handler
characters
in file sourcefileparser.inc.php, method SourceFileParser::characters()
    Sax Data Handler
characters
in file parserstate.inc.php, method LiteralParsingState::characters()
    Handle tag content
characters
in file htmlparser.test.php, method ListenerInterface::characters()
characters
in file parserstate.inc.php, method ComponentParsingState::characters()
    Handle tag content
characters
in file whitespacesaxfilter.inc.php, method WhitespaceSaxFilter::characters()
Check
in file domain.inc.php, method DNSDomainRule::Check()
    Performs validation of a single value
Check
in file suffix.inc.php, method SuffixRule::Check()
    Performs validation of a single value
Check
in file domain.inc.php, method DomainRule::Check()
    Performs validation of a single value
Check
in file url.inc.php, method UrlRule::Check()
    Performs validation of a single value
Check
in file numeric.inc.php, method NumericRangeRule::Check()
    Performs validation of a single value
Check
in file suffix.inc.php, method ExcludeSuffixRule::Check()
    Performs validation of a single value
Check
in file member.inc.php, method MemberRule::Check()
    Performs validation of a single value
Check
in file pattern.inc.php, method PatternRule::Check()
    Performs validation of a single value
Check
in file rule.inc.php, method SingleFieldRule::Check()
    Check a Single Value to see if its valid
Check
in file rule.inc.php, method SizeRangeRule::Check()
    Performs validation of a single value
Check
in file ip.inc.php, method PartialIPAddressRule::Check()
    Performs validation of a single value
Check
in file numeric.inc.php, method NumericPrecisionRule::Check()
    Performs validation of a single value
Check
in file prefix.inc.php, method PrefixRule::Check()
    Performs validation of a single value
Check
in file fileupload.inc.php, method FileUploadPartialRule::Check()
    Check that an uploaded file was fully uploaded.
Check
in file email.inc.php, method EmailRule::Check()
    Performs validation of a single value
Check
in file ip.inc.php, method IPAddressRule::Check()
    Performs validation of a single value
Check
in file prefix.inc.php, method ExcludePrefixRule::Check()
    Performs validation of a single value
Check
in file fileupload.inc.php, method FileUploadMaxSizeRule::Check()
    Check that the uploaded file was smaller than a programmer defined size;
Check
in file pattern.inc.php, method ExcludePatternRule::Check()
    Performs validation of a single value
Check
in file fileupload.inc.php, method FileUploadMimeTypeRule::Check()
    Check that the mimetype of the uploaded file appears in the mimetypes array.
CheckableFormElement
in file form.inc.php, class CheckableFormElement
    Represents an HTML input type="radio" tag Represents an HTML input type="checkbox" tag
CheckDomain
in file email.inc.php, method DNSEmailRule::CheckDomain()
    Performs validation of a single value
CheckDomain
in file email.inc.php, method EmailRule::CheckDomain()
    Performs validation of an email domain
CheckNestingLevel
in file control.inc.php, method ControlTag::CheckNestingLevel()
CheckNestingLevel
in file item.tag.php, method ListItemTag::CheckNestingLevel()
CheckNestingLevel
in file javascript.tag.php, method EncodeJavascriptTag::CheckNestingLevel()
CheckNestingLevel
in file import.tag.php, method CoreImportTag::CheckNestingLevel()
CheckNestingLevel
in file form.tag.php, method FormTag::CheckNestingLevel()
CheckNestingLevel
in file errorsummary.tag.php, method ErrorSummaryTag::CheckNestingLevel()
CheckNestingLevel
in file first.tag.php, method PageFirstTag::CheckNestingLevel()
CheckNestingLevel
in file label.tag.php, method LabelTag::CheckNestingLevel()
CheckNestingLevel
in file wrap.tag.php, method CoreWrapTag::CheckNestingLevel()
CheckNestingLevel
in file list.tag.php, method PageListTag::CheckNestingLevel()
CheckNestingLevel
in file prev.tag.php, method PagePrevTag::CheckNestingLevel()
CheckNestingLevel
in file separator.tag.php, method ListSeparatorTag::CheckNestingLevel()
CheckNestingLevel
in file separator.tag.php, method PageSeparatorTag::CheckNestingLevel()
CheckNestingLevel
in file set.tag.php, method CoreSetTag::CheckNestingLevel()
CheckNestingLevel
in file placeholder.tag.php, method CorePlaceHolderTag::CheckNestingLevel()
CheckNestingLevel
in file comment.tag.php, method CoreCommentTag::CheckNestingLevel()
CheckNestingLevel
in file literal.tag.php, method CoreLiteralTag::CheckNestingLevel()
CheckNestingLevel
in file next.tag.php, method PageNextTag::CheckNestingLevel()
CheckNestingLevel
in file number.tag.php, method PageNumberTag::CheckNestingLevel()
CheckNestingLevel
in file compilercomponent.inc.php, method CompilerComponent::CheckNestingLevel()
    Used to perform some error checking on the source template, such as examining the tag hierarchy and triggering an error if a tag is incorrectly nested.
CheckNestingLevel
in file last.tag.php, method PageLastTag::CheckNestingLevel()
CheckNestingLevel
in file treebuilder.test.php, method MyMockComponent::CheckNestingLevel()
CheckNestingLevel
in file data_table.tag.php, method DataFooterTag::CheckNestingLevel()
CheckNestingLevel
in file default.tag.php, method ListDefaultTag::CheckNestingLevel()
CheckNestingLevel
in file data_table.tag.php, method DataHeaderTag::CheckNestingLevel()
CheckNestingLevel
in file data_table.tag.php, method DataDefaultTag::CheckNestingLevel()
CheckNestingLevel
in file data_table.tag.php, method DataGroupTag::CheckNestingLevel()
CheckNestingLevel
in file data_table.tag.php, method DataColumnTag::CheckNestingLevel()
CheckNestingLevel
in file data_table.tag.php, method DataCellTag::CheckNestingLevel()
CheckNestingLevel
in file elipses.tag.php, method PageElipsesTag::CheckNestingLevel()
checkRecord
in file driver.inc.php, method DriverRecordTestCase::checkRecord()
checkServerId
in file treebuilder.inc.php, method TreeBuilder::checkServerId()
    Make sure we never have a duplicate Server Id in the component tree we build.
CheckUser
in file email.inc.php, method EmailRule::CheckUser()
    Performs validation of an email user
clearFooters
in file data_table.inc.php, method DataColumnComponent::clearFooters()
    remove all footer render functions for this column
ClearTestingTemplates
in file runtimesupport.inc.php, function ClearTestingTemplates()
CLIReporter
in file cli_reporter.php, method CLIReporter::CLIReporter()
CLIReporter
in file cli_reporter.php, class CLIReporter
    Minimal command line test displayer. Writes fail details to STDERR.
CLITestManager
in file testmanager.php, class CLITestManager
clone_obj
in file clone.php, function clone_obj()
close
in file ini_get_all.php, method ini_get_all_handler::close()
closeBranch
in file treebuilder.inc.php, method TreeBuilder::closeBranch()
    Finishes a branch in the component tree, restoring control to the ParentComponent
CodeWriter
in file codewriter.inc.php, method CodeWriter::CodeWriter()
    Constructs CodeWriter, initializing the internal code string
CodeWriter
in file codewriter.inc.php, class CodeWriter
    Provides an API for generating the compiled template.
CodeWriterTestCase
in file codewriter.test.php, class CodeWriterTestCase
CodeWriterTestCase
in file codewriter.test.php, method CodeWriterTestCase::CodeWriterTestCase()
CODE_WRITER_MODE_HTML
in file codewriter.inc.php, constant CODE_WRITER_MODE_HTML
    Places the CodeWriter in HTML mode
CODE_WRITER_MODE_PHP
in file codewriter.inc.php, constant CODE_WRITER_MODE_PHP
    Places the CodeWriter in PHP mode
colCount
in file data_table.inc.php, method DataTableComponent::colCount()
    return the nubmer of visible columns
comment
in file parserstate.inc.php, method ComponentParsingState::comment()
    Handle XML comments
comment
in file parserstate.inc.php, method LiteralParsingState::comment()
    Handle XML comments
comment
in file sourcefileparser.inc.php, method SourceFileParser::comment()
    Sax XML Comment Handler
comment
in file htmlparser.test.php, method ListenerInterface::comment()
comment
in file basesaxfilter.inc.php, method BaseSaxFilter::comment()
    Sax XML Comment Handler
CompileAll
in file compileall.inc.php, function CompileAll()
    Invokes compiling of all templates below the directory where the function is called from.
CompileEntireFileScheme
in file compilersupport.inc.php, function CompileEntireFileScheme()
    Compiles all templates in the scheme
CompilerArtifactDictionary
in file dictionary.inc.php, method CompilerArtifactDictionary::CompilerArtifactDictionary()
CompilerArtifactDictionary
in file dictionary.inc.php, class CompilerArtifactDictionary
CompilerComponent
in file compilercomponent.inc.php, class CompilerComponent
    Base class for compile time components.
CompilerComponentTestCase
in file compilercomponent.test.php, method CompilerComponentTestCase::CompilerComponentTestCase()
CompilerComponentTestCase
in file compilercomponent.test.php, class CompilerComponentTestCase
CompilerDirectiveTag
in file compilerdirective.inc.php, class CompilerDirectiveTag
    Compiler directive tags do not have a corresponding runtime server Component, but they do render their contents into the compiled template.
CompilerDirectiveTagTestCase
in file compilerdirectivetag.test.php, method CompilerDirectiveTagTestCase::CompilerDirectiveTagTestCase()
CompilerDirectiveTagTestCase
in file compilerdirectivetag.test.php, class CompilerDirectiveTagTestCase
CompilerFilter
in file filter.inc.php, class CompilerFilter
CompilerProperty
in file property.inc.php, class CompilerProperty
CompileTemplateFile
in file templatecompiler.inc.php, function CompileTemplateFile()
    Compiles a template file.
CompileVarFile
in file varfilecompiler.inc.php, function CompileVarFile()
    Compiles a var file and calls writeTemplateFile
Component
in file template.inc.php, class Component
    Base class for runtime components.
ComponentParsingState
in file parserstate.inc.php, method ComponentParsingState::ComponentParsingState()
ComponentParsingState
in file parserstate.inc.php, class ComponentParsingState
    Handler for component parsing state
ComponentParsingStateTestCase
in file parserstate.test.php, class ComponentParsingStateTestCase
ComponentParsingStateTestCase
in file parserstate.test.php, method ComponentParsingStateTestCase::ComponentParsingStateTestCase()
ComponentParsingStateTestCase
in file parserstate.test.php, method BaseParsingStateTestCase::ComponentParsingStateTestCase()
ComponentTestCase
in file components.test.php, class ComponentTestCase
    Start Conditional Declaration *
ComponentTestCase
in file components.test.php, method ComponentTestCase::ComponentTestCase()
ComponentTree
in file componenttree.inc.php, class ComponentTree
    The root compile time component in the template hierarchy.
ComponentTreeTestCase
in file componenttree.test.php, method ComponentTreeTestCase::ComponentTreeTestCase()
ComponentTreeTestCase
in file componenttree.test.php, class ComponentTreeTestCase
CompoundAttribute
in file attributenode.inc.php, class CompoundAttribute
CompoundAttribute
in file attributenode.inc.php, method CompoundAttribute::CompoundAttribute()
CompoundAttributeTestCase
in file attributenode.test.php, method CompoundAttributeTestCase::CompoundAttributeTestCase()
CompoundAttributeTestCase
in file attributenode.test.php, class CompoundAttributeTestCase
connect
in file mdb2.inc.php, method MDB2Connection::connect()
    Connect to the the database
connect
in file adodb.inc.php, method AdodbConnection::connect()
    Connect to the the database
connect
in file pear.inc.php, method PearConnection::connect()
    Connect to the the database
connect
in file mysql.inc.php, method MySQLConnection::connect()
    Connect to the the database
connect
in file mdb.inc.php, method MDBConnection::connect()
    Connect to the the database
ConstantProperty
in file constant.inc.php, method ConstantProperty::ConstantProperty()
ConstantProperty
in file constant.inc.php, class ConstantProperty
    A property representing a constant value.
ConstantPropertyTestCase
in file constant.test.php, class ConstantPropertyTestCase
Controller
in file controller.inc.php, method Controller::Controller()
    Constructor
Controller
in file controller.inc.php, class Controller
ControlTag
in file control.inc.php, class ControlTag
    Ancester tag class for input controls
CoreBlockTag
in file block.tag.php, class CoreBlockTag
    Compile time component for block tags http://wact.sourceforge.net/index.php/CoreBlockTag
CoreBlockTagTestCase
in file block.test.php, class CoreBlockTagTestCase
CoreBlockTagTestCase
in file block.test.php, method CoreBlockTagTestCase::CoreBlockTagTestCase()
CoreCommentTag
in file comment.tag.php, class CoreCommentTag
    Prevents a section of the template from being parsed, removing the contents
CoreCssComponent
in file css.inc.php, class CoreCssComponent
    The CoreCssComponent allows CSS dynamically generated at runtime via the CoreCssTag
CoreCssTag
in file css.tag.php, class CoreCssTag
    Acts as a placeholder for writing CSS.
CoreDataSourceTag
in file datasource.tag.php, class CoreDataSourceTag
    Datasources act is "namespaces" for a template.
CoreDataSpaceTagTestCase
in file dataspace.test.php, method CoreDataSpaceTagTestCase::CoreDataSpaceTagTestCase()
CoreDataSpaceTagTestCase
in file dataspace.test.php, class CoreDataSpaceTagTestCase
CoreDefaultTag
in file default.tag.php, class CoreDefaultTag
    Allows a default action to take place at runtime, should a DataSource property have failed to be populated
CoreDefaultTagTestCase
in file default.test.php, class CoreDefaultTagTestCase
CoreDefaultTagTestCase
in file default.test.php, method CoreDefaultTagTestCase::CoreDefaultTagTestCase()
CoreGraftTag
in file graft.tag.php, class CoreGraftTag
    Grafts the tag contents into the component tree as children of the indicated <core:placeholder> component.
CoreImportTag
in file import.tag.php, class CoreImportTag
    Imports a property definition file into the DataSource (e.g.
CoreImportTagTestCase
in file import.test.php, method CoreImportTagTestCase::CoreImportTagTestCase()
CoreImportTagTestCase
in file import.test.php, class CoreImportTagTestCase
CoreIncludeTag
in file include.tag.php, class CoreIncludeTag
    Include another template into the current template
CoreIncludeTagTestCase
in file include.test.php, class CoreIncludeTagTestCase
CoreIncludeTagTestCase
in file include.test.php, method CoreIncludeTagTestCase::CoreIncludeTagTestCase()
CoreListTagTestCase
in file list.test.php, method CoreListTagTestCase::CoreListTagTestCase()
CoreListTagTestCase
in file list.test.php, class CoreListTagTestCase
CoreLiteralTag
in file literal.tag.php, class CoreLiteralTag
    Prevents a section of the template from being parsed, placing the contents directly into the compiled template
CoreLiteralTagTestCase
in file literal.test.php, method CoreLiteralTagTestCase::CoreLiteralTagTestCase()
CoreLiteralTagTestCase
in file literal.test.php, class CoreLiteralTagTestCase
CoreOptionalTag
in file optional.tag.php, class CoreOptionalTag
    Defines an action take, should a DataSource property have been set at runtime.
CoreOutputTag
in file output.tag.php, class CoreOutputTag
    Defines an action take, should a DataSource property have been set at runtime.
CoreOutputTagTestCase
in file output.test.php, method CoreOutputTagTestCase::CoreOutputTagTestCase()
CoreOutputTagTestCase
in file output.test.php, class CoreOutputTagTestCase
CorePlaceHolderTag
in file placeholder.tag.php, class CorePlaceHolderTag
    Present a named location where content can be inserted at runtime
CorePlaceHolderTagTestCase
in file placeholder.test.php, class CorePlaceHolderTagTestCase
CorePlaceHolderTagTestCase
in file placeholder.test.php, method CorePlaceHolderTagTestCase::CorePlaceHolderTagTestCase()
CoreScriptComponent
in file script.inc.php, class CoreScriptComponent
    The CoreScriptComponentallows JavaScript dynamically generated at runtime via the CoreScriptTag
CoreScriptTag
in file script.tag.php, class CoreScriptTag
    Acts as a placeholder for writing JavaScript.
CoreSetTag
in file set.tag.php, class CoreSetTag
    Sets a property in the runtime DataSource, according the attributes of this tag at compile time.
CoreSetTagTestCase
in file set.test.php, method CoreSetTagTestCase::CoreSetTagTestCase()
CoreSetTagTestCase
in file set.test.php, class CoreSetTagTestCase
CoreTestCase
in file core.test.php, method CoreTestCase::CoreTestCase()
CoreTestCase
in file core.test.php, class CoreTestCase
    Shared tests for all classes implementing the DataSpace interface.
CoreWrapTag
in file wrap.tag.php, class CoreWrapTag
    Merges the current template with a wrapper template, the current template being inserted into the wrapper at the point where the wrap tag exists.
CoreWrapTagTestCase
in file wrap.test.php, class CoreWrapTagTestCase
CoreWrapTagTestCase
in file wrap.test.php, method CoreWrapTagTestCase::CoreWrapTagTestCase()
CORE_TESTS
in file core.group.php, method CORE_TESTS::CORE_TESTS()
CORE_TESTS
in file core.group.php, class CORE_TESTS
createAttributeExpression
in file treebuilder.inc.php, method TreeBuilder::createAttributeExpression()
createComponent
in file treebuilder.inc.php, method TreeBuilder::createComponent()
    Create a new tag component
createCompoundAttribute
in file treebuilder.inc.php, method TreeBuilder::createCompoundAttribute()
createErrorList
in file validator.inc.php, method Validator::createErrorList()
    Initalize Error List
createExpression
in file attributenode.inc.php, method AttributeExpression::createExpression()
createFilterChain
in file expression.inc.php, method Expression::createFilterChain()
    Parses an expression, building a chain of filters for it
createValue
in file expression.inc.php, method Expression::createValue()
    Parses an expression and returns an object representing the expression
CssWriter
in file base.tag.php, class CssWriter
    Build a CSS string for use is style attributes
common.inc.php
procedural page common.inc.php
cachecontroller.inc.php
procedural page cachecontroller.inc.php
controller.inc.php
procedural page controller.inc.php
connection.inc.php
procedural page connection.inc.php
codewriter.inc.php
procedural page codewriter.inc.php
compileall.inc.php
procedural page compileall.inc.php
compilercomponent.inc.php
procedural page compilercomponent.inc.php
compilerdirective.inc.php
procedural page compilerdirective.inc.php
componenttree.inc.php
procedural page componenttree.inc.php
constant.inc.php
procedural page constant.inc.php
calendar_month.inc.php
procedural page calendar_month.inc.php
css.inc.php
procedural page css.inc.php
compilersupport.inc.php
procedural page compilersupport.inc.php
compilersupport.inc.php
procedural page compilersupport.inc.php
capitalize.filter.php
procedural page capitalize.filter.php
comment.tag.php
procedural page comment.tag.php
css.tag.php
procedural page css.tag.php
control.inc.php
procedural page control.inc.php
clone.php
procedural page clone.php
clone_php5.php
procedural page clone_php5.php
composite.inc.php
procedural page composite.inc.php
common.inc.php
procedural page common.inc.php
core.test.php
procedural page core.test.php
comment.test.php
procedural page comment.test.php
compileall.test.php
procedural page compileall.test.php
css.test.php
procedural page css.test.php
compileall.test.php
procedural page compileall.test.php
calendar.test.php
procedural page calendar.test.php
compileall.test.php
procedural page compileall.test.php
codewriter.test.php
procedural page codewriter.test.php
compilercomponent.test.php
procedural page compilercomponent.test.php
compilerdirectivetag.test.php
procedural page compilerdirectivetag.test.php
componenttree.test.php
procedural page componenttree.test.php
constant.test.php
procedural page constant.test.php
components.test.php
procedural page components.test.php
clip_filter.test.php
procedural page clip_filter.test.php
capitalize.test.php
procedural page capitalize.test.php
common.inc.php
procedural page common.inc.php
compileall.php
procedural page compileall.php
componentnotfound.php
procedural page componentnotfound.php
controlarrayrequired.php
procedural page controlarrayrequired.php
compilersupport.inc.php
procedural page compilersupport.inc.php
core.group.php
procedural page core.group.php
cli_reporter.php
procedural page cli_reporter.php
top

d

$data
in file data_table_tag.test.php, variable TemplateDataTableTagTestCase::$data
$dataset
in file datasetdecorator.inc.php, variable DataSpaceDecorator::$dataset
    The data set being decorated
$dataset
in file flatarraydataset.inc.php, variable FlatArrayDataSet::$dataset
$dataset
in file arraydataset.inc.php, variable ArrayDataSet::$dataset
$DataSourceReferenceVariable
in file databinding.inc.php, variable DataBindingExpression::$DataSourceReferenceVariable
$DataSourceReferenceVariable
in file serverdatacomponent.inc.php, variable ServerDataComponentTag::$DataSourceReferenceVariable
$dataspace
in file core.test.php, variable CoreTestCase::$dataspace
$dataspace
in file datasource.inc.php, variable DataSourceTestCase::$dataspace
$dayUri
in file calendar_month.inc.php, variable CalendarMonthComponent::$dayUri
    String for day GET variable
$DBE
in file default.tag.php, variable CoreDefaultTag::$DBE
$DBE
in file optional.tag.php, variable CoreOptionalTag::$DBE
$DecimalDigits
in file numeric.inc.php, variable NumericPrecisionRule::$DecimalDigits
    Allowable Number of Decimal Digits
$DefaultLocation
in file tagdictionary.inc.php, variable TagInfo::$DefaultLocation
$defaultName
in file controller.inc.php, variable Controller::$defaultName
$defaultView
in file controller.inc.php, variable Controller::$defaultView
    Default View
$directive
in file ini_get_all.php, variable ini_get_all_handler::$directive
$directiveName
in file ini_get_all.php, variable ini_get_all_handler::$directiveName
$directives
in file ini_get_all.php, variable ini_get_all_handler::$directives
$displayname
in file form.inc.php, variable FormElement::$displayname
    Human reable name of the form element determined by tag displayname attribute
$driver_name
in file db.inc.php, variable DBC_ConnectionConfiguration::$driver_name
$dtddefinition
in file xml_writer_class.php, variable xml_writer_class::$dtddefinition
$dtdtype
in file xml_writer_class.php, variable xml_writer_class::$dtdtype
$dtdurl
in file xml_writer_class.php, variable xml_writer_class::$dtdurl
data
in file ini_get_all.php, method ini_get_all_handler::data()
DataBindingExpression
in file databinding.inc.php, class DataBindingExpression
DataBindingExpression
in file databinding.inc.php, method DataBindingExpression::DataBindingExpression()
DataBindingExpressionTestCase
in file databinding.test.php, class DataBindingExpressionTestCase
DataBindingExpressionTestCase
in file databinding.test.php, method DataBindingExpressionTestCase::DataBindingExpressionTestCase()
DataCellTag
in file data_table.tag.php, class DataCellTag
    The compile time component for a cell template
DataColumnComponent
in file data_table.inc.php, class DataColumnComponent
    run-time component for the Data:Column tag
DataColumnTag
in file data_table.tag.php, class DataColumnTag
    The compile time component representing common attributes for a column of table cells
DataComponent
in file datacomponent.inc.php, class DataComponent
    The DataSpace is a container for a set of named data values (properties).
DataDefaultTag
in file data_table.tag.php, class DataDefaultTag
    The compile time component to output when the DataSet is empty
DataDumpTag
in file data_dump.tag.php, class DataDumpTag
    The compile time component to dump a result set
DataFooterTag
in file data_table.tag.php, class DataFooterTag
    The compile time component to output a footer for a column or table
DataGroupComponent
in file data_table.inc.php, class DataGroupComponent
    run-time component for the Data:Group tag
DataGroupTag
in file data_table.tag.php, class DataGroupTag
    The compile time component representing a group of columns
DataHeaderTag
in file data_table.tag.php, class DataHeaderTag
    The compile time component to output a heading for a column, group or table
DataSetDecorator
in file datasetdecorator.inc.php, method DataSetDecorator::DataSetDecorator()
    Constructs DataSetDecorator
DataSetDecorator
in file datasetdecorator.inc.php, class DataSetDecorator
    Provides a base class to use for decorating datasets
DataSetDecoratorTestCase
in file datasetdecorator.test.php, method DataSetDecoratorTestCase::DataSetDecoratorTestCase()
DataSetDecoratorTestCase
in file datasetdecorator.test.php, class DataSetDecoratorTestCase
DataSourceComponent
in file template.inc.php, class DataSourceComponent
    Base class for runtime components that hold data
DataSourceTestCase
in file datasource.inc.php, method DataSourceTestCase::DataSourceTestCase()
DataSourceTestCase
in file datasource.inc.php, class DataSourceTestCase
    Shared tests for all classes implementing the DataSpace interface.
DataSpace
in file dataspace.inc.php, class DataSpace
    The DataSpace is a container for a set of named data values (properties).
DataSpaceComponentTestCase
in file components.test.php, class DataSpaceComponentTestCase
    Shared tests for all classes implementing the DataSpace interface.
DataSpaceDecorator
in file datasetdecorator.inc.php, class DataSpaceDecorator
    Provides a base class to use for decorating DataSpaces
DataSpaceDecorator
in file datasetdecorator.inc.php, method DataSpaceDecorator::DataSpaceDecorator()
    Constructs DataSetDecorator
DataSpaceMapper
in file dataspacemapper.inc.php, method DataSpaceMapper::DataSpaceMapper()
    DataSpaceMapper constructor
DataSpaceMapper
in file dataspacemapper.inc.php, class DataSpaceMapper
    A DataSpace filter which remaps the variables in a dataspace to new names, according to an ini file containing {newname}={oldname} pairs.
DataSpaceMapperTestCase
in file dataspacemapper.test.php, method DataSpaceMapperTestCase::DataSpaceMapperTestCase()
DataSpaceMapperTestCase
in file dataspacemapper.test.php, class DataSpaceMapperTestCase
DataSpaceTestCase
in file dataspace.test.php, class DataSpaceTestCase
    Cases for dataspace are defined in shared cases/dataspace.inc.php
DataSpaceTestCase
in file dataspace.test.php, method DataSpaceTestCase::DataSpaceTestCase()
DataTableComponent
in file data_table.inc.php, class DataTableComponent
    run-time component for the Data:Table tag
DataTableTag
in file data_table.tag.php, class DataTableTag
    The compile time component to output a result set as an HTML table
DateFilterTestCase
in file date.filter.test.php, class DateFilterTestCase
DateFilterTestCase
in file date.filter.test.php, method DateFilterTestCase::DateFilterTestCase()
dayHeaders
in file calendar_month.inc.php, method CalendarMonthComponent::dayHeaders()
    Returns the headers for the days of the week
dayLink
in file calendar_month.inc.php, method CalendarMonthComponent::dayLink()
DBC
in file db.inc.php, class DBC
    Manages a single database connection to provide shortcut syntax for applications which access only a single database.
DBCQueryInterface
in file dbqueryinterface.inc.php, class DBCQueryInterface
    This class defines an interface for performing more complex queries, such as
DBC_ConnectionConfiguration
in file db.inc.php, class DBC_ConnectionConfiguration
    Define globals
DBC_ConnectionConfiguration
in file db.inc.php, method DBC_ConnectionConfiguration::DBC_ConnectionConfiguration()
DB_TESTS
in file db.group.php, method DB_TESTS::DB_TESTS()
DB_TESTS
in file db.group.php, class DB_TESTS
DeclaredInSameFile
in file handle.test.php, method DeclaredInSameFile::DeclaredInSameFile()
DeclaredInSameFile
in file handle.test.php, class DeclaredInSameFile
DefaultFieldNameDictionary
in file fielddictionary.inc.php, class DefaultFieldNameDictionary
DefaultFilter
in file default.filter.php, class DefaultFilter
DefaultFilterTestCase
in file default.filter.test.php, method DefaultFilterTestCase::DefaultFilterTestCase()
DefaultFilterTestCase
in file default.filter.test.php, class DefaultFilterTestCase
Delegate
in file delegate.inc.php, method Delegate::Delegate()
Delegate
in file delegate.inc.php, class Delegate
deleteRow
in file mutabledataset.inc.php, method MutableDataSet::deleteRow()
    Deletes the row at the current dataset index, moving the cursor back to the previous row index.
DevDataSpaceTag
in file dataspace.tag.php, class DevDataSpaceTag
    Dumps a runtime dataspace for display using print_r or var_dump
DevSourceTag
in file source.tag.php, class DevSourceTag
    Displays the source code written into the compiled template, for the
DevTreeTag
in file tree.tag.php, class DevTreeTag
    Dumps the component tree into the compiled template
disconnect
in file mdb.inc.php, method MDBConnection::disconnect()
    Disconnect from database
disconnect
in file mdb2.inc.php, method MDB2Connection::disconnect()
    Disconnect from database
disconnect
in file mysql.inc.php, method MySQLConnection::disconnect()
    Disconnect from database
disconnect
in file pear.inc.php, method PearConnection::disconnect()
    Disconnect from database
disconnect
in file adodb.inc.php, method AdodbConnection::disconnect()
    Disconnect from database
dispatchChild
in file controller.inc.php, method Controller::dispatchChild()
dispatchChild
in file pathinfo.inc.php, method PathInfoDispatchController::dispatchChild()
dispatchEvents
in file form.inc.php, method FormController::dispatchEvents()
dispatchEvents
in file controller.inc.php, method Controller::dispatchEvents()
dispatchEvents
in file form.inc.php, method ButtonController::dispatchEvents()
dispatchEvents
in file controller.inc.php, method PageController::dispatchEvents()
display
in file template.inc.php, method Template::display()
    Outputs the template, calling the compiled templates render function
display
in file formview_new.inc.php, method FormView::display()
    Output the View This method will not be called if this View is participating as a sub view in a composite view.
display
in file bbcode.inc.php, method HtmlBBCodeComponent::display()
    Returns the parsed text
DisplayCachedPage
in file cachecontroller.inc.php, method ServerCachedPageController::DisplayCachedPage()
    Echoes the page stored in the cache to the output buffer, sending the corresponding content length HTTP header as well
DisplayTraceBack
in file debug.inc.php, function DisplayTraceBack()
DNSDomainRule
in file domain.inc.php, class DNSDomainRule
    check for a valid domain name with a valid DNS Record.
DNSDomainRule
in file domain.inc.php, method DNSDomainRule::DNSDomainRule()
    Constructs a DNSDomainRule
DNSEmailRule
in file email.inc.php, class DNSEmailRule
    Check for a valid email address and verify that a mail server DNS record exists for this address.
DNSEmailRule
in file email.inc.php, method DNSEmailRule::DNSEmailRule()
    Constructs a DNSEmailRule
doctype
in file basesaxfilter.inc.php, method BaseSaxFilter::doctype()
    Sax doctype Handler
doctype
in file htmlparser.test.php, method ListenerInterface::doctype()
doctype
in file parserstate.inc.php, method LiteralParsingState::doctype()
    Handle doctype
doctype
in file sourcefileparser.inc.php, method SourceFileParser::doctype()
    Sax XML doctype Handler
doctype
in file parserstate.inc.php, method ComponentParsingState::doctype()
    Handle doctype
doFilter
in file dataspacemapper.inc.php, method DataSpaceMapper::doFilter()
    Filters a DataSpace, remapping variables.
doFilter
in file data_table_tag.test.php, method WarnTestCssClassRowFilter::doFilter()
doFilter
in file arraydataset.test.php, method ADSTestFilter::doFilter()
doFilter
in file datasource.inc.php, method Filter::doFilter()
doFilter
in file data_table_tag.test.php, method WarnTestCssClassColFilter::doFilter()
DomainRule
in file domain.inc.php, method DomainRule::DomainRule()
    Constructs a DomainRule
DomainRule
in file domain.inc.php, class DomainRule
    Check for a valid domain name.
DomainRuleTestCase
in file domain.test.php, method DomainRuleTestCase::DomainRuleTestCase()
DomainRuleTestCase
in file domain.test.php, class DomainRuleTestCase
DriverConnectionTestCase
in file driver.inc.php, method DriverConnectionTestCase::DriverConnectionTestCase()
DriverConnectionTestCase
in file driver.inc.php, class DriverConnectionTestCase
DriverMySQLSetup
in file mysql.inc.php, function DriverMySQLSetup()
DriverRecordSetTestCase
in file driver.inc.php, class DriverRecordSetTestCase
DriverRecordSetTestCase
in file driver.inc.php, method DriverRecordSetTestCase::DriverRecordSetTestCase()
DriverRecordTestCase
in file driver.inc.php, class DriverRecordTestCase
DriverRecordTestCase
in file driver.inc.php, method DriverRecordTestCase::DriverRecordTestCase()
dbqueryinterface.inc.php
procedural page dbqueryinterface.inc.php
db.inc.php
procedural page db.inc.php
debug.inc.php
procedural page debug.inc.php
dictionary.inc.php
procedural page dictionary.inc.php
databinding.inc.php
procedural page databinding.inc.php
dictionary.inc.php
procedural page dictionary.inc.php
dictionary.inc.php
procedural page dictionary.inc.php
default_filter.inc.php
procedural page default_filter.inc.php
data_table.inc.php
procedural page data_table.inc.php
datasource.tag.php
procedural page datasource.tag.php
default.filter.php
procedural page default.filter.php
default.tag.php
procedural page