Path

ez components / documentation / api reference / 1.1.2 /


eZ Components 1.1.2


[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Index of All Elements

Package Indexes


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

a

$addedFields : ezcDbSchemaTableDiff
in file table_diff.php, variable ezcDbSchemaTableDiff::$addedFields
    All added fields
$addedIndexes : ezcDbSchemaTableDiff
in file table_diff.php, variable ezcDbSchemaTableDiff::$addedIndexes
    All added indexes
$additionalParameters : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$additionalParameters
    Any additional parameters provided in the Content-Disposition header.
$additionalParametersMetaData : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$additionalParametersMetaData
    Holds language and characterset data for the additional parameters.
$autoIncrement : ezcDbSchemaField
in file field.php, variable ezcDbSchemaField::$autoIncrement
    Whether this field is an auto increment field.
$autoloadArray : ezcBase
in file base.php, variable ezcBase::$autoloadArray
$availableHandlers : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$availableHandlers
abort : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::abort()
    Aborts the PHP generating. Cleans up the file handler and the temporary file.
add : ezcQueryExpression
in file expression.php, method ezcQueryExpression::add()
    Returns the SQL to add values or expressions together.
add : ezcConsoleStatusbar
in file statusbar.php, method ezcConsoleStatusbar::add()
    Add a status to the status bar.
addAttachment : ezcMailComposer
in file composer.php, method ezcMailComposer::addAttachment()
    Adds the file $fileName to the list of attachments.
addBcc : ezcMail
in file mail.php, method ezcMail::addBcc()
    Adds the ezcMailAddress $address to the list of 'bcc' recipients.
addCc : ezcMail
in file mail.php, method ezcMail::addCc()
    Adds the ezcMailAddress $address to the list of 'cc' recipients.
addClassRepository : ezcBase
in file base.php, method ezcBase::addClassRepository()
    Adds an additional class repository.
addDependency : ezcConsoleOption
in file option.php, method ezcConsoleOption::addDependency()
addDiffReader : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::addDiffReader()
    Adds the difference read handler class $readerClass to the manager for $type
addDiffWriter : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::addDiffWriter()
    Adds the difference write handler class $writerClass to the manager for $type
addEntry : ezcConsoleProgressMonitor
in file progressmonitor.php, method ezcConsoleProgressMonitor::addEntry()
    Print a status entry.
addExclusion : ezcConsoleOption
in file option.php, method ezcConsoleOption::addExclusion()
addFilter : ezcTranslationManager
in file translation_manager.php, method ezcTranslationManager::addFilter()
    Adds a filter to the filter list.
addFilter : ezcImageTransformation
in file transformation.php, method ezcImageTransformation::addFilter()
    Add a filter to the conversion.
addGroup : ezcConfiguration
in file configuration.php, method ezcConfiguration::addGroup()
    Adds a the group $group with the comment $comment the settings.
addImplementation : ezcDbFactory
in file factory.php, method ezcDbFactory::addImplementation()
    Adds a database implementation to the list of known implementations.
addReader : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::addReader()
    Adds the read handler class $readerClass to the manager for $type
addRelatedPart : ezcMailMultipartRelated
in file multipart_related.php, method ezcMailMultipartRelated::addRelatedPart()
    Adds $part to the list of parts and returns the Content-ID of the part.
addTo : ezcMail
in file mail.php, method ezcMail::addTo()
    Adds the ezcMailAddress $address to the list of 'to' recipients.
addWriter : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::addWriter()
    Adds the write handler class $writerClass to the manager for $type
advance : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::advance()
    Advance the progress bar.
algorithmCanWrite : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::algorithmCanWrite()
algorithmCanWrite : ezcArchiveZip
in file zip.php, method ezcArchiveZip::algorithmCanWrite()
algorithmCanWrite : ezcArchive
in file archive.php, method ezcArchive::algorithmCanWrite()
    Returns true if writing to the archive is implemented, otherwise false.
algorithmCanWrite : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::algorithmCanWrite()
algorithmCanWrite : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::algorithmCanWrite()
algorithmCanWrite : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::algorithmCanWrite()
alias : ezcQuerySelectOracle
in file query_select_oracle.php, method ezcQuerySelectOracle::alias()
    Returns SQL to create an alias.
alias : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::alias()
    Returns SQL to create an alias
allowsInput : ezcImageConverter
in file converter.php, method ezcImageConverter::allowsInput()
    Returns if a handler is found, supporting the given MIME type for output.
allowsInput : ezcImageHandler
in file handler.php, method ezcImageHandler::allowsInput()
    Check wether a specific MIME type is allowed as input for this handler.
allowsOutput : ezcImageHandler
in file handler.php, method ezcImageHandler::allowsOutput()
    Checks wether a specific MIME type is allowed as output for this handler.
allowsOutput : ezcImageConverter
in file converter.php, method ezcImageConverter::allowsOutput()
    Returns if a handler is found, supporting the given MIME type for output.
analyzeExif : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeExif()
    Analyze Exif data contained in JPEG and TIFF images.
analyzeImage : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::analyzeImage()
    Analyze the image file.
analyzeImage : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeType : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::analyzeType()
    Analyzes the image type.
analyzeType : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeType()
    Analyzes the image type.
analyzeType : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::analyzeType()
    Analyze the image file's MIME type.
analyzeType : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeType()
    Analyzes the image type.
append : ezcArchive
in file archive.php, method ezcArchive::append()
    Append a file or directory to the end of the archive. Multiple files or directory can be added to the archive when an array is used as input parameter.
appendComment : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendComment()
    Inserts a comment into the generated code.
appendCustomCode : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendCustomCode()
    Inserts custom code into the generated code.
appendDefine : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendDefine()
    Defines the variable $name with the value $value in the generated code.
appendDo : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendDo()
    Inserts a do statement in the generated code.
appendElse : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendElse()
    Inserts an else or an else if statement into the generated code.
appendEmptyLines : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEmptyLines()
    Inserts $lines number of empty lines in the generated code.
appendEndDo : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndDo()
    Ends a do statement in the generated code.
appendEndForeach : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndForeach()
    Ends a foreach statement in the generated code.
appendEndIf : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndIf()
    Ends an if statement in the generated code.
appendEndWhile : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendEndWhile()
    Ends a while statement in the generated code.
appendExcludeHeaders : ezcMailPart
in file part.php, method ezcMailPart::appendExcludeHeaders()
    The array $headers will be excluded when the headers are generated.
appendForeach : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendForeach()
    Inserts a foreach statement into the generated code.
appendFunctionCall : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendFunctionCall()
    Inserts a function call in the generated code.
appendHeaderAndFileToCurrent : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendHeaderAndFileToCurrent()
    Appends the given ezcArchiveBlockFile $file and ezcArchiveEntry $entry to the archive file.
appendIf : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendIf()
    Inserts an if statement into the generated code.
appendItem : ezcConfigurationValidationResult
in file validation_result.php, method ezcConfigurationValidationResult::appendItem()
    Appends the validation item to the result list.
appendMethodCall : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendMethodCall()
    Inserts a method call on an object in the generated code.
appendMethodOrFunctionCall : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendMethodOrFunctionCall()
    Inserts a method or function call in the generated code.
appendNullBlocks : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendNullBlocks()
    Appends zero or more null blocks to the end of the archive, so that it matches the $blockFactor.
appendPart : ezcMailMultipartMixed
in file multipart_mixed.php, method ezcMailMultipartMixed::appendPart()
    Appends a part to the list of parts.
appendPart : ezcMailMultipartDigest
in file multipart_digest.php, method ezcMailMultipartDigest::appendPart()
    Appends a part to the list of parts.
appendPart : ezcMailMultipartAlternative
in file multipart_alternative.php, method ezcMailMultipartAlternative::appendPart()
    Appends a part to the list of parts.
appendRule : ezcLogFilterSet
in file filterset.php, method ezcLogFilterSet::appendRule()
    Appends a rule to the end of the filter set.
appendToCurrent : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendToCurrent()
appendToCurrent : ezcArchive
in file archive.php, method ezcArchive::appendToCurrent()
    Appends a file to the archive after the current entry.
appendToCurrent : ezcArchiveZip
in file zip.php, method ezcArchiveZip::appendToCurrent()
appendUnset : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendUnset()
    Unsets the variable $name in the generated code.
appendUnsetList : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendUnsetList()
    Unsets the variable names in $list in the generated code.
appendValueAssignment : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendValueAssignment()
    Assigns $value to the variable $name in the generated code.
appendVariableAssignment : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendVariableAssignment()
    Assigns the variable named $variable to the variable $name in the generated code.
appendWhile : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::appendWhile()
    Inserts a while statement in the generated code.
applyDiffToDb : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::applyDiffToDb()
    Applies the differences defined in $dbSchemaDiff to the database referenced by $db.
applyDiffToDb : ezcDbSchemaDiffDbWriter
in file db_diff_writer.php, method ezcDbSchemaDiffDbWriter::applyDiffToDb()
    Applies the differences contained in $schemaDiff to the database handler $db
applyFilter : ezcImageConverter
in file converter.php, method ezcImageConverter::applyFilter()
    Apply a single filter to an image.
applyFilter : ezcImageHandler
in file handler.php, method ezcImageHandler::applyFilter()
    Applies a filter to a given image.
applyToDb : ezcDbSchemaDiff
in file schema_diff.php, method ezcDbSchemaDiff::applyToDb()
    Upgrades the database $db with the differences.
archive.php
procedural page archive.php
archive_entry.php
procedural page archive_entry.php
archive_block_size.php
procedural page archive_block_size.php
archive_checksum.php
procedural page archive_checksum.php
archive_empty.php
procedural page archive_empty.php
archive_entry_prefix.php
procedural page archive_entry_prefix.php
archive_exception.php
procedural page archive_exception.php
archive_io.php
procedural page archive_io.php
archive_unknown_type.php
procedural page archive_unknown_type.php
archive_value.php
procedural page archive_value.php
arrayFlatten : ezcQuery
in file query.php, method ezcQuery::arrayFlatten()
    Returns all the elements in $array as one large single dimensional array.
authenticate : ezcMailPop3Transport
in file pop3_transport.php, method ezcMailPop3Transport::authenticate()
    Authenticates the user to the POP3 server with the user $user and the password $password.
autoload : ezcBase
in file base.php, method ezcBase::autoload()
    Tries to autoload the given className. If the className could be found this method returns true, otherwise false.
avg : ezcQueryExpression
in file expression.php, method ezcQueryExpression::avg()
    Returns the average value of a column
BASE64 : ezcMail
in file mail.php, class constant ezcMail::BASE64
    Base 64 encoding.
array.php
procedural page array.php
array_reader.php
procedural page array_reader.php
array_writer.php
procedural page array_writer.php
DATABASE : ezcDbSchema
in file schema.php, class constant ezcDbSchema::DATABASE
    Used by reader and writer classes to inform that it implements a database based handler.
auto_increment_index.php
procedural page auto_increment_index.php
already_initialized.php
procedural page already_initialized.php
FAILED_AUDIT : ezcLog
in file log.php, class constant ezcLog::FAILED_AUDIT
    Failed audit severity constant.
FATAL : ezcLog
in file log.php, class constant ezcLog::FATAL
    Fatal severity constant.
analyzer.php
procedural page analyzer.php
analyzer_data.php
procedural page analyzer_data.php
PARSE : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::PARSE
    A constant to mark this parser as a reader
already_persistent.php
procedural page already_persistent.php
accelerator_info.php
procedural page accelerator_info.php
TAR : ezcArchive
in file archive.php, class constant ezcArchive::TAR
    Normal tar archive.
TAR_GNU : ezcArchive
in file archive.php, class constant ezcArchive::TAR_GNU
    GNU tar archive.
TAR_PAX : ezcArchive
in file archive.php, class constant ezcArchive::TAR_PAX
    PAX tar archive.
TAR_USTAR : ezcArchive
in file archive.php, class constant ezcArchive::TAR_USTAR
    USTAR tar archive.
TAR_V7 : ezcArchive
in file archive.php, class constant ezcArchive::TAR_V7
    Tar version 7 archive.
VALID : ezcInputForm
in file input_form.php, class constant ezcInputForm::VALID
VALIDATE : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::VALIDATE
    A constant to mark this parser as a validator
VALIDATE_STRICT : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::VALIDATE_STRICT
    A constant to mark this parser as a strict validator
VALUE : ezcPhpGeneratorParameter
in file php_generator_parameter.php, class constant ezcPhpGeneratorParameter::VALUE
    Specifies that $variable contains data that should be inserted directly into the generated code using var_export.
VARIABLE : ezcPhpGeneratorParameter
in file php_generator_parameter.php, class constant ezcPhpGeneratorParameter::VARIABLE
    Specifies that $variable contains the name of a variable which exists in the generated code.
WARNING : ezcConfigurationValidationItem
in file validation_item.php, class constant ezcConfigurationValidationItem::WARNING
    The validation is a warning which means the configuration can be read but the configuration has some issues which the user could fix. Will only used when strict validation is enabled.
WARNING : ezcLog
in file log.php, class constant ezcLog::WARNING
    Warning severity constant.

b

$bgcolor : ezcConsoleOutput
in file output.php, variable ezcConsoleOutput::$bgcolor
    Stores the mapping of bgcolor names to their escape sequence values.
$binary : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$binary
    The ImageMagick binary to utilize.
$blockFactor : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$blockFactor
    Tar archives have always $blockFactor of blocks.
base.php
procedural page base.php
beginTransaction : ezcDbHandler
in file handler.php, method ezcDbHandler::beginTransaction()
    Begins a transaction.
between : ezcQueryExpression
in file expression.php, method ezcQueryExpression::between()
    Returns SQL that checks if an expression evaluates to a value between two values.
bindParam : ezcQuery
in file query.php, method ezcQuery::bindParam()
    Binds the parameter $param to the specified variable name $placeHolder..
bindParam : ezcQuerySubSelect
in file query_subselect.php, method ezcQuerySubSelect::bindParam()
    Binds the parameter $param to the specified variable name $placeHolder..
bindValue : ezcQuerySubSelect
in file query_subselect.php, method ezcQuerySubSelect::bindValue()
    Binds the value $value to the specified variable name $placeHolder.
bindValue : ezcQuery
in file query.php, method ezcQuery::bindValue()
    Binds the value $value to the specified variable name $placeHolder.
border : ezcImageEffectFilters
in file effect.php, method ezcImageEffectFilters::border()
    Border filter.
build : ezcMailComposer
in file composer.php, method ezcMailComposer::build()
    Builds the complete email message in RFC822 format.
buildSequence : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::buildSequence()
    Returns the escape sequence for a specific format.
buildTranslationFileName : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::buildTranslationFileName()
    Returns the filename for the translation file using the locale $locale.
basic_handler.php
procedural page basic_handler.php
OBSOLETE : ezcTranslationData
in file translation_data.php, class constant ezcTranslationData::OBSOLETE
    Used when a translated string is obsolete.
bork_filter.php
procedural page bork_filter.php
backend_interface.php
procedural page backend_interface.php

c

$category : ezcLogFilter
in file log_filter.php, variable ezcLogFilter::$category
    The category of the log message.
$cells : ezcConsoleTableRow
in file row.php, variable ezcConsoleTableRow::$cells
    The cells of the row.
$centralHeaderPositions : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$centralHeaderPositions
    Stores the byte number where the central directory header starts (fileNumber is the index of the array).
$centralHeaders : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$centralHeaders
    Stores the ezcArchiveCentralDirectoryHeader for each entry.
$changedFields : ezcDbSchemaTableDiff
in file table_diff.php, variable ezcDbSchemaTableDiff::$changedFields
    All changed fields
$changedIndexes : ezcDbSchemaTableDiff
in file table_diff.php, variable ezcDbSchemaTableDiff::$changedIndexes
    All changed indexes
$changedTables : ezcDbSchemaDiff
in file schema_diff.php, variable ezcDbSchemaDiff::$changedTables
    All changed tables
$charset : ezcMailAddress
in file mail_address.php, variable ezcMailAddress::$charset
    The character set used in the $name property.
$class : ezcPersistentGeneratorDefinition
in file generator_definition.php, variable ezcPersistentGeneratorDefinition::$class
    The name of the class implementing the generator.
$class : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$class
    Class-name of the PersistentObject
$className : ezcImageHandlerSettings
in file handler_settings.php, variable ezcImageHandlerSettings::$className
    Name of the class to instantiate as image handler.
$color : ezcConsoleOutput
in file output.php, variable ezcConsoleOutput::$color
    Stores the mapping of color names to their escape sequence values.
$colorCount : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$colorCount
    Number of colors in image.
$column : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$column
    The column number the error or warning occurred on. If this is false the location is unknown.
$columnName : ezcPersistentObjectProperty
in file persistent_object_property.php, variable ezcPersistentObjectProperty::$columnName
    The name of the database field that stores the value.
$columnName : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$columnName
    The name of the database field that stores the value.
$columns : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$columns
    The fields of the Persistent Object as an array of ezcPersistentObjectProperty.
$comment : ezcTranslationData
in file translation_data.php, variable ezcTranslationData::$comment
    Comment about the translation.
$comment : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$comment
    First inline comment for the image.
$commentList : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$commentList
    List of inline comments for the image.
$comments : ezcConfigurationIniItem
in file ini_item.php, variable ezcConfigurationIniItem::$comments
    Comments that belong to this setting.
$completed : ezcArchive
in file archive.php, variable ezcArchive::$completed
    Is true when the archive is read until the end, otherwise false.
$config : ezcConfigurationFileReader
in file file_reader.php, variable ezcConfigurationFileReader::$config
    Contains the configuration object that was read from the file with load().
$config : ezcConfigurationFileWriter
in file file_writer.php, variable ezcConfigurationFileWriter::$config
    Contains the configuration object to write with the save() method.
$context : ezcLog
in file log.php, variable ezcLog::$context
    Stores the attributes from the eventTypes and eventSources.
$conversions : ezcImageConverterSettings
in file converter_settings.php, variable ezcImageConverterSettings::$conversions
    Map of automatic MIME type conversions. The converter will automatically perform the defined conversions when a transformation is applied through it and the specific MIME type is recognized.
$converter : ezcImageTransformation
in file transformation.php, variable ezcImageTransformation::$converter
    The ezcImageConverter
$copyright : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$copyright
    Copyright text for the image.
$counter : ezcConsoleStatusbar
in file statusbar.php, variable ezcConsoleStatusbar::$counter
    Counter for success and failure outputs.
$counter : ezcConsoleProgressMonitor
in file progressmonitor.php, variable ezcConsoleProgressMonitor::$counter
    Counter for the items already printed.
$cpuCount : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$cpuCount
    Contains the amount of CPUs in system.
$cpuCount : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$cpuCount
    Contains the amount of CPUs in system.
$cpuCount : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$cpuCount
    Contains the amount of CPUs in system.
$cpuSpeed : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$cpuSpeed
    Contains the speed of each CPU in MHz.
$cpuSpeed : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$cpuSpeed
    Contains the speed of CPU in MHz for each CPU in system.
$cpuSpeed : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$cpuSpeed
    Contains the speed of each CPU in MHz.
$cpuType : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$cpuType
    Contains the type of CPU for each CPU in system, the type is taken directly from the OS and can vary a lot.
$cpuType : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$cpuType
    Contains the strings that represent type of CPU, for each CPU in sysytem. Type is taken directly from the OS and can vary a lot.
$cpuType : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$cpuType
    Contains the strings that represent type of CPU, for each CPU in sysytem. Type is taken directly from the OS and can vary a lot.
$creationDate : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$creationDate
    The creation date of the file attachment.
$currentStep : ezcConsoleProgressbar
in file progressbar.php, variable ezcConsoleProgressbar::$currentStep
    The current step the progress bar should show.
calcLifetime : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::calcLifetime()
    Calculates the lifetime remaining for a cache object.
calculateMeasures : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::calculateMeasures()
    Calculate several measures necessary to generate a bar.
canAnalyze : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
canAnalyze : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
canAnalyze : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
checkDependency : ezcBase
in file base.php, method ezcBase::checkDependency()
    Checks for dependencies on PHP versions or extensions
checkFileName : ezcImageHandler
in file handler.php, method ezcImageHandler::checkFileName()
    Checks a file name for illegal characters.
checkHandlers : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::checkHandlers()
    Check all known handlers for availability.
checkImagemagick : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::checkImagemagick()
checkWhat : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::checkWhat()
    Check if the specification of which database part (schema and/or data) to process is correct.
chooseDefault : ezcDbInstance
in file instance.php, method ezcDbInstance::chooseDefault()
    Sets the database $identifier as default database instance.
cleanExit : ezcExecution
in file execution.php, method ezcExecution::cleanExit()
    Marks the current application as cleanly-exited.
cleanupEol : ezcTemplateXhtmlContext
in file xhtml_context.php, method ezcTemplateXhtmlContext::cleanupEol()
    Does nothing.
cleanupEol : ezcTemplateOutputContext
in file output_context.php, method ezcTemplateOutputContext::cleanupEol()
cleanupEol : ezcTemplateNoContext
in file no_context.php, method ezcTemplateNoContext::cleanupEol()
    Does nothing.
cleanupWhitespace : ezcTemplateNoContext
in file no_context.php, method ezcTemplateNoContext::cleanupWhitespace()
    Does nothing.
cleanupWhitespace : ezcTemplateOutputContext
in file output_context.php, method ezcTemplateOutputContext::cleanupWhitespace()
cleanupWhitespace : ezcTemplateXhtmlContext
in file xhtml_context.php, method ezcTemplateXhtmlContext::cleanupWhitespace()
    Does nothing.
clearCache : ezcLogFilterSet
in file filterset.php, method ezcLogFilterSet::clearCache()
    Clears the cache.
close : ezcImageHandler
in file handler.php, method ezcImageHandler::close()
    Close the file referenced by $image.
closeFile : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::closeFile()
    Closes a file pointed to by $fp and sets file permissions.
closeTransferDestination : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::closeTransferDestination()
    Tell destination handler that there is no more data to transfer. [destination]
closeTransferDestination : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::closeTransferDestination()
    Tell destination handler that there is no more data to transfer. [destination]
closeTransferDestination : ezcDbSchemaHandlerDataTransfer
in file data_transfer.php, method ezcDbSchemaHandlerDataTransfer::closeTransferDestination()
    Tell destination handler that there is no more data to transfer. [destination]
cmdRcpt : ezcMailSmtpTransport
in file transport_smtp.php, method ezcMailSmtpTransport::cmdRcpt()
    Sends the 'RCTP TO' to the server with the address $email.
colorspace : ezcImageColorspaceFilters
in file colorspace.php, method ezcImageColorspaceFilters::colorspace()
    Colorspace filter.
commit : ezcDbHandler
in file handler.php, method ezcDbHandler::commit()
    Commits a transaction.
compareSchemas : ezcDbSchemaComparator
in file comparator.php, method ezcDbSchemaComparator::compareSchemas()
    Returns a ezcDbSchemaDiff object containing the differences between the schemas $schema1 and $schema2.
composeEmailAddress : ezcMailTools
in file tools.php, method ezcMailTools::composeEmailAddress()
    Returns ezcMailAddress $item as a RFC822 compliant address string.
composeEmailAddresses : ezcMailTools
in file tools.php, method ezcMailTools::composeEmailAddresses()
    Returns the array $items consisting of ezcMailAddress objects as one RFC822 compliant address string.
concat : ezcQueryExpression
in file expression.php, method ezcQueryExpression::concat()
    Returns a series of strings concatinated
concat : ezcQueryExpressionOracle
in file expression_oracle.php, method ezcQueryExpressionOracle::concat()
    Returns a series of strings concatinated
concat : ezcQueryExpressionPgsql
in file expression_pgsql.php, method ezcQueryExpressionPgsql::concat()
    Returns a series of strings concatinated
concatImpl : ezcQuerySqliteFunctions
in file query_sqlite_function_implementations.php, method ezcQuerySqliteFunctions::concatImpl()
    Returns a concattenation of the data that SQLite's concat() function receives.
configExists : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::configExists()
    Returns true if the configuration exists.
configExists : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::configExists()
    Checks if the configuration exists.
configuration.php
procedural page configuration.php
configuration_manager.php
procedural page configuration_manager.php
cell.php
procedural page cell.php
convert : ezcImageHandler
in file handler.php, method ezcImageHandler::convert()
    Converts an image to another MIME type.
convertDiffToDDL : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::convertDiffToDDL()
    Returns the differences definition in $dbSchema as database specific SQL DDL queries.
convertDiffToDDL : ezcDbSchemaDiffDbWriter
in file db_diff_writer.php, method ezcDbSchemaDiffDbWriter::convertDiffToDDL()
    Returns an array with SQL DDL statements from the differences from $schemaDiff
convertFromGenericType : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::convertFromGenericType()
    Converts the generic field type contained in $fieldDefinition to a database specific field definition.
convertFromStandardType : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::convertFromStandardType()
convertToDDL : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::convertToDDL()
    Returns the definition in $dbSchema as database specific SQL DDL queries.
convertToDDL : ezcDbSchemaDbWriter
in file db_writer.php, method ezcDbSchemaDbWriter::convertToDDL()
    Returns an array with SQL DDL statements that creates the database definition in $dbSchema
convertToDDL : ezcDbSchemaDiff
in file schema_diff.php, method ezcDbSchemaDiff::convertToDDL()
    Returns the $db specific SQL queries that would update the database $db
convertToDDL : ezcDbSchema
in file schema.php, method ezcDbSchema::convertToDDL()
    Returns the $db specific SQL queries that would create the tables defined in the schema.
convertToGenericType : ezcDbSchemaMysqlReader
in file reader.php, method ezcDbSchemaMysqlReader::convertToGenericType()
    Converts the native MySQL type in $typeString to a generic DbSchema type.
convertToGenericType : ezcDbSchemaSqliteReader
in file reader.php, method ezcDbSchemaSqliteReader::convertToGenericType()
    Converts the native MySQL type in $typeString to a generic DbSchema type.
convertToStandardType : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::convertToStandardType()
count : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::count()
    Returns the number of cells in the row.
count : ezcQueryExpression
in file expression.php, method ezcQueryExpression::count()
    Returns the number of rows (without a NULL value) of a column
count : ezcConsoleTable
in file table.php, method ezcConsoleTable::count()
    Returns the number of cells in the row.
countDataItems : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::countDataItems()
    Return the number of items in the cache matching a certain criteria.
countDataItems : ezcCacheStorage
in file storage.php, method ezcCacheStorage::countDataItems()
    Return the number of items in the cache matching a certain criteria.
cpuSpeed : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::cpuSpeed()
    Returns string with CPU speed
cpuSpeed : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::cpuSpeed()
    Returns CPU speed
cpuSpeed : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::cpuSpeed()
    Returns string with CPU speed
cpuSpeed : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::cpuSpeed()
    Returns string with CPU speed
cpuType : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::cpuType()
    Returns string with CPU type.
cpuType : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::cpuType()
    Returns string with CPU type.
cpuType : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::cpuType()
    Returns string with CPU type.
cpuType : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::cpuType()
    Returns string with CPU type.
create : ezcDbFactory
in file factory.php, method ezcDbFactory::create()
    Creates and returns an instance of the specified ezcDbHandler implementation.
createCache : ezcCacheManager
in file manager.php, method ezcCacheManager::createCache()
    Creates a new cache in the manager.
createDefaultDirectory : ezcArchive
in file archive.php, method ezcArchive::createDefaultDirectory()
    Creates all the directories needed to create the file $file.
createDeleteQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createDeleteQuery()
createDeleteQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createDeleteQuery()
    Returns a new ezcQueryDelete derived object for the correct database type.
createExpression : ezcDbHandlerPgsql
in file pgsql.php, method ezcDbHandlerPgsql::createExpression()
    Returns a new ezcQueryExpression derived object with PostgreSQL implementation specifics.
createExpression : ezcDbHandler
in file handler.php, method ezcDbHandler::createExpression()
    Returns a new ezcQueryExpression derived object for the correct database type.
createExpression : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::createExpression()
    Returns a new ezcQueryExpression derived object with Oracle implementation specifics.
createExpression : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::createExpression()
    Returns a new ezcQueryExpression derived object with SQLite implementation specifics.
createFindQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createFindQuery()
    Returns a select query for the given persistent object $class.
createFromDb : ezcDbSchema
in file schema.php, method ezcDbSchema::createFromDb()
    Factory method to create a ezcDbSchema object from the database $db.
createFromFile : ezcDbSchema
in file schema.php, method ezcDbSchema::createFromFile()
    Factory method to create a ezcDbSchema object from the file $file with the format $format.
createFromFile : ezcDbSchemaDiff
in file schema_diff.php, method ezcDbSchemaDiff::createFromFile()
    Factory method to create a ezcDbSchemaDiff object from the file $file with the format $format.
createInsertQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createInsertQuery()
    Returns a new ezcQueryInsert derived object for the correct database type.
createInstance : ezcArchive
in file archive.php, method ezcArchive::createInstance()
    Returns an instance of the archive with the given type.
createOptionSynopsis : ezcConsoleInput
in file input.php, method ezcConsoleInput::createOptionSynopsis()
    Returns the synopsis string for a single option and its dependencies.
createSelectQuery : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::createSelectQuery()
    Returns a new ezcQuerySelect derived object with SQLite implementation specifics.
createSelectQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createSelectQuery()
    Returns a new ezcQuerySelect derived object for the correct database type.
createSelectQuery : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::createSelectQuery()
    Returns a new ezcQuerySelect derived object with Oracle implementation specifics.
createStructure : ezcLogFilterRule
in file filter_rule.php, method ezcLogFilterRule::createStructure()
    Creates an internal structure, to quickly lookup the combination of severity, source, and categories.
createTarHeader : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::createTarHeader()
createTarHeader : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::createTarHeader()
createTarHeader : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::createTarHeader()
createTarHeader : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::createTarHeader()
    Creates the a new tar header for this class.
createTransformation : ezcImageConverter
in file converter.php, method ezcImageConverter::createTransformation()
    Create a transformation in the manager.
createUpdateQuery : ezcDbHandler
in file handler.php, method ezcDbHandler::createUpdateQuery()
    Returns a new ezcQueryUpdate derived object for the correct database type.
createUpdateQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createUpdateQuery()
createUtilities : ezcDbHandlerMysql
in file mysql.php, method ezcDbHandlerMysql::createUtilities()
    Returns a new ezcUtilities derived object for this database instance.
createUtilities : ezcDbHandler
in file handler.php, method ezcDbHandler::createUtilities()
    Returns a new ezcUtilities derived object for the correct database type.
createUtilities : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::createUtilities()
    Returns a new ezcUtilities derived object with SQLite implementation specifics.
createUtilities : ezcDbHandlerPgsql
in file pgsql.php, method ezcDbHandlerPgsql::createUtilities()
    Returns a new ezcUtilities derived object with PostgreSQL implementation specifics.
createUtilities : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::createUtilities()
    Returns a new ezcUtilities derived object with Oracle implementation specifics.
crop : ezcImageGeometryFilters
in file geometry.php, method ezcImageGeometryFilters::crop()
    Crop filter.
current : ezcConfigurationIniParser
in file ini_parser.php, method ezcConfigurationIniParser::current()
    Returns the last parsed item
current : ezcTemplateVariableCollection
in file variable_collection.php, method ezcTemplateVariableCollection::current()
    Returns the current variable
current : ezcArchive
in file archive.php, method ezcArchive::current()
    Returns the current ezcArchiveEntry if it is valid, otherwise false is returned.
current : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::current()
    Returns the current context's data.
current : ezcConsoleTable
in file table.php, method ezcConsoleTable::current()
    Returns the currently selected cell.
current : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::current()
    Returns the currently selected cell.
current : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::current()
    Returns the current object of this iterator.
currentContext : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::currentContext()
    Returns the current context
comparator.php
procedural page comparator.php
common_sql_writer.php
procedural page common_sql_writer.php
converter.php
procedural page converter.php
colorspace.php
procedural page colorspace.php
converter_settings.php
procedural page converter_settings.php
composer.php
procedural page composer.php
content_disposition_header.php
procedural page content_disposition_header.php
code_manager.php
procedural page code_manager.php
SCALE_BOTH : ezcImageGeometryFilters
in file geometry.php, class constant ezcImageGeometryFilters::SCALE_BOTH
    Scale up and down, as fits
SCALE_DOWN : ezcImageGeometryFilters
in file geometry.php, class constant ezcImageGeometryFilters::SCALE_DOWN
    Scale down only
SCALE_UP : ezcImageGeometryFilters
in file geometry.php, class constant ezcImageGeometryFilters::SCALE_UP
    Scale up only
cant_scan.php
procedural page cant_scan.php
configuration.php
procedural page configuration.php
context_not_available.php
procedural page context_not_available.php
complement_filter.php
procedural page complement_filter.php
context_read_interface.php
procedural page context_read_interface.php
context_write_interface.php
procedural page context_write_interface.php
cache_backend.php
procedural page cache_backend.php

d

$data : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$data
    Extended data about the image.
$date : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$date
    The date when the picture was taken as UNIX timestamp.
$db : ezcQuery
in file query.php, variable ezcQuery::$db
    A pointer to the database handler to use for this query.
$default : ezcDbSchemaField
in file field.php, variable ezcDbSchemaField::$default
    The default value for this field.
$dependencies : ezcConsoleOption
in file option.php, variable ezcConsoleOption::$dependencies
    Dependency rules of this parameter.
$description : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$description
    The description of the error or warning which can be shown to the end user. It should not contain the line or column number, instead set the properties.
$details : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$details
    Technical description of the error or warning which can be shown to the developer. It should not contain the line or column number, instead set the properties.
$diffReadHandlers : ezcDbSchemaHandlerManager
in file handler_manager.php, variable ezcDbSchemaHandlerManager::$diffReadHandlers
    Set of standard difference read handlers.
$diffWriteHandlers : ezcDbSchemaHandlerManager
in file handler_manager.php, variable ezcDbSchemaHandlerManager::$diffWriteHandlers
    Set of standard difference write handlers.
$dimensions : ezcConfigurationIniItem
in file ini_item.php, variable ezcConfigurationIniItem::$dimensions
    The dimensions of the setting.
$disposition : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$disposition
    The disposition type, either "inline" or "attachment".
data_transfer.php
procedural page data_transfer.php
db_diff_writer.php
procedural page db_diff_writer.php
db_reader.php
procedural page db_reader.php
db_writer.php
procedural page db_writer.php
debug.php
procedural page debug.php
debugHandler : ezcDebug
in file debug.php, method ezcDebug::debugHandler()
    Dispatches the message and error type to the correct debug or log function.
deinitReader : ezcTranslationContextRead
in file context_read_interface.php, method ezcTranslationContextRead::deinitReader()
    Deinitializes the reader.
deinitReader : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::deinitReader()
    Deinitializes the reader
deinitWriter : ezcTranslationCacheBackend
in file cache_backend.php, method ezcTranslationCacheBackend::deinitWriter()
    Deinitializes the writer.
deinitWriter : ezcTranslationContextWrite
in file context_write_interface.php, method ezcTranslationContextWrite::deinitWriter()
    Deinitializes the writer
delete : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::delete()
    Deletes the persistent object $pObject.
delete : ezcCacheStorage
in file storage.php, method ezcCacheStorage::delete()
    Delete data from the cache.
delete : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::delete()
    Delete data from the cache.
delete : ezcMailPop3Transport
in file pop3_transport.php, method ezcMailPop3Transport::delete()
    Deletes the message with the message number $msgNum from the server.
deleteFrom : ezcQueryDelete
in file query_delete.php, method ezcQueryDelete::deleteFrom()
    Opens the query and sets the target table to $table.
deleteFromQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::deleteFromQuery()
deleteLastRule : ezcLogFilterSet
in file filterset.php, method ezcLogFilterSet::deleteLastRule()
    Deletes the the last rule from the filter set.
directionName : ezcTemplateVariableWrongDirectionException
in file variable_wrong_direction_exception.php, method ezcTemplateVariableWrongDirectionException::directionName()
disconnect : ezcMailPop3Transport
in file pop3_transport.php, method ezcMailPop3Transport::disconnect()
    Disconnects the transport from the pop3 server.
disconnect : ezcMailSmtpTransport
in file transport_smtp.php, method ezcMailSmtpTransport::disconnect()
    Sends the QUIT command to the server and breaks the connection.
div : ezcQueryExpression
in file expression.php, method ezcQueryExpression::div()
    Returns the SQL to divide values or expressions by eachother.
doBind : ezcQuery
in file query.php, method ezcQuery::doBind()
    Performs binding of variables bound with bindValue and bindParam on the statement $stmt.
ID_REGEXP : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::ID_REGEXP
    A regexp that matches the rules that are defined for an ID
definition_not_found.php
procedural page definition_not_found.php
definition_manager.php
procedural page definition_manager.php
definition_element.php
procedural page definition_element.php

e

$elements : ezcTemplateSourceToTstParserException
in file element_parser_exception.php, variable ezcTemplateSourceToTstParserException::$elements
    Array of elements which should be used to extract failed code.
$email : ezcMailAddress
in file mail_address.php, variable ezcMailAddress::$email
    The email address of the recipient.
$endRecord : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$endRecord
    Stores the ezcArchiveCentralDirectoryEndHeader.
$entries : ezcArchive
in file archive.php, variable ezcArchive::$entries
    Stores the entries read from the archive.
$entriesRead : ezcArchive
in file archive.php, variable ezcArchive::$entriesRead
    The number of entries currently read from the archive.
$errorCursor : ezcTemplateParserException
in file parser_exception.php, variable ezcTemplateParserException::$errorCursor
    Cursor where the error occured.
$errorDetails : ezcTemplateSourceToTstParserException
in file element_parser_exception.php, variable ezcTemplateSourceToTstParserException::$errorDetails
    A more detailed error message which can for instance give hints to the end-user why it failed.
$errorDetails : ezcTemplateParserException
in file parser_exception.php, variable ezcTemplateParserException::$errorDetails
    A more detailed error message which can for instance give hints to the end-user why it failed.
$errorMessage : ezcTemplateParserException
in file parser_exception.php, variable ezcTemplateParserException::$errorMessage
    The one-liner error message.
$errorMessage : ezcTemplateSourceToTstParserException
in file element_parser_exception.php, variable ezcTemplateSourceToTstParserException::$errorMessage
    The one-liner error message.
$exception : ezcLogWriterException
in file writer_exception.php, variable ezcLogWriterException::$exception
$exclusions : ezcConsoleOption
in file option.php, variable ezcConsoleOption::$exclusions
    Exclusion rules of this parameter.
$exif : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$exif
    EXIF information retrieved from image.
$expr : ezcQuery
in file query.php, variable ezcQuery::$expr
    The expression object for this class.
$externalAutoloadArray : ezcBase
in file base.php, variable ezcBase::$externalAutoloadArray
exception.php
procedural page exception.php
exception.php
procedural page exception.php
eval_array.php
procedural page eval_array.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
expression.php
procedural page expression.php
expression_oracle.php
procedural page expression_oracle.php
expression_pgsql.php
procedural page expression_pgsql.php
expression_sqlite.php
procedural page expression_sqlite.php
exception.php
procedural page exception.php
DEBUG : ezcLog
in file log.php, class constant ezcLog::DEBUG
    Debug severity constant.
DEF_ELEMENT_NO_DEFINITION_ELEMENT : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_ELEMENT_NO_DEFINITION_ELEMENT
DEF_EMPTY : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_EMPTY
DEF_FIELD_NAME_BROKEN : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_FIELD_NAME_BROKEN
DEF_NOT_REQUIRED_OR_OPTIONAL : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_NOT_REQUIRED_OR_OPTIONAL
DEF_NO_ARRAY : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_NO_ARRAY
DEF_UNSUPPORTED_FILTER : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_UNSUPPORTED_FILTER
DEF_WRONG_FLAGS_TYPE : ezcInputForm
in file input_form.php, class constant ezcInputForm::DEF_WRONG_FLAGS_TYPE
DEP_PHP_EXTENSION : ezcBase
in file base.php, class constant ezcBase::DEP_PHP_EXTENSION
    Used for dependency checking, to check for a PHP extension.
DEP_PHP_VERSION : ezcBase
in file base.php, class constant ezcBase::DEP_PHP_VERSION
    Used for dependency checking, to check for a PHP version.
DESC : ezcQuerySelect
in file query_select.php, class constant ezcQuerySelect::DESC
    Sort the result descendingly.
eq : ezcQueryExpression
in file expression.php, method ezcQueryExpression::eq()
    Returns the SQL to check if two values are equal.
exceptionCallbackHandler : ezcExecution
in file execution.php, method ezcExecution::exceptionCallbackHandler()
    Handler for uncaught exceptions.
exception.php
procedural page exception.php
execution.php
procedural page execution.php
execution_handler.php
procedural page execution_handler.php
exists : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::exists()
    Returns true if the configuration named $name exists.
extract : ezcArchive
in file archive.php, method ezcArchive::extract()
    Extract entries from the archive to the target directory.
extractCurrent : ezcArchive
in file archive.php, method ezcArchive::extractCurrent()
    Extract the current entry to which the iterator points.
ezcArchive
in file archive.php, class ezcArchive
    The ezcArchive class provides the common interface for reading and writing the archive formats Tar and Zip.
ezcArchiveBlockSizeException
in file archive_block_size.php, class ezcArchiveBlockSizeException
    Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchiveChecksumException
in file archive_checksum.php, class ezcArchiveChecksumException
    Exception will be thrown when the checksum of the file is invalid.
ezcArchiveEmptyException
in file archive_empty.php, class ezcArchiveEmptyException
    Archive is empty.
ezcArchiveEntry
in file archive_entry.php, class ezcArchiveEntry
    The ezcArchiveEntry class provides system-independent file information.
ezcArchiveEntryPrefixException
in file archive_entry_prefix.php, class ezcArchiveEntryPrefixException
ezcArchiveException
in file archive_exception.php, class ezcArchiveException
    General exception class for the Archive package.
ezcArchiveFileException
in file file_exception.php, class ezcArchiveFileException
    This class provides an exception for errors occuring while accessing file based archives.
ezcArchiveGnuTar
in file gnu_tar.php, class ezcArchiveGnuTar
    The ezcArchiveGnuTar class implements the GNU Tar archive format.
ezcArchiveIoException
in file archive_io.php, class ezcArchiveIoException
    Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchivePaxTar
in file pax_tar.php, class ezcArchivePaxTar
    The ezcArchivePaxTar class implements the Tar pax or posix archive format.
ezcArchiveUnknownTypeException
in file archive_unknown_type.php, class ezcArchiveUnknownTypeException
    Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchiveUstarTar
in file ustar_tar.php, class ezcArchiveUstarTar
    The ezcArchiveUstarTar class implements the Tar ustar archive format.
ezcArchiveV7Tar
in file v7_tar.php, class ezcArchiveV7Tar
    The ezcArchiveV7Tar class implements the Tar v7 archive format.
ezcArchiveValueException
in file archive_value.php, class ezcArchiveValueException
    Archive value is wrong.
ezcArchiveZip
in file zip.php, class ezcArchiveZip
    The ezcArchiveZip class implements the Zip archive format.
ezcBase
in file base.php, class ezcBase
    Base class implements the methods needed to use the eZ components.
ezcBaseException
in file exception.php, class ezcBaseException
    ezcBaseException is a container from which all other exceptions in the components library descent.
ezcBaseFileException
in file file_exception.php, class ezcBaseFileException
    ezcBaseFileException is the exception from which all file related exceptions inherit.
ezcBaseFileIoException
in file file_io.php, class ezcBaseFileIoException
    ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file.
ezcBaseFileNotFoundException
in file file_not_found.php, class ezcBaseFileNotFoundException
    ezcBaseFileNotFoundException is thrown when a file or directory was tried to be opened, but did not exist.
ezcBaseFilePermissionException
in file file_permission.php, class ezcBaseFilePermissionException
    ezcBaseFilePermissionException is thrown whenever a permission problem with a file, directory or stream occurred.
ezcBaseOptions
in file options.php, class ezcBaseOptions
    Base options class for all eZ components.
ezcBasePropertyNotFoundException
in file property_not_found.php, class ezcBasePropertyNotFoundException
    ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library.
ezcBasePropertyPermissionException
in file property_permission.php, class ezcBasePropertyPermissionException
    ezcBasePropertyPermissionException is thrown whenever a read-only property is tried to be changed, or when a write-only property was accessed for reading.
ezcBaseSettingNotFoundException
in file setting_not_found.php, class ezcBaseSettingNotFoundException
    ezcBaseSettingNotFoundException is thrown whenever there is a name passed as part as the options array to setOptions() for an option that doesn't exist.
ezcBaseSettingValueException
in file setting_value.php, class ezcBaseSettingValueException
    ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value.
ezcBaseStruct
in file struct.php, class ezcBaseStruct
ezcBaseValueException
in file value.php, class ezcBaseValueException
    ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected.
ezcCacheException
in file exception.php, class ezcCacheException
    General exception container for the Cache component.
ezcCacheInvalidDataException
in file invalid_data.php, class ezcCacheInvalidDataException
    Thrown if the data to be stored in a cache can not be handled by the storage.
ezcCacheInvalidIdException
in file invalid_id.php, class ezcCacheInvalidIdException
    Exception that is thrown if the given cache ID does not exist.
ezcCacheInvalidStorageClassException
in file invalid_storage_class.php, class ezcCacheInvalidStorageClassException
    Exception that is thrown when an invalid storage class is used.
ezcCacheManager
in file manager.php, class ezcCacheManager
    This is the main class of the Cache package. It gives you a handy interface to create and manage multiple caches at once. It enables you to configure all caches you need in your application in a central place and access them on demand in any place in your application.
ezcCacheStorage
in file storage.php, class ezcCacheStorage
    This is the abstract base class for all cache storages. It provides the interface to be implemented by a cache backend as abstract methods.
ezcCacheStorageFile
in file file.php, class ezcCacheStorageFile
    This class implements most of the methods which have been declared abstract in ezcCacheStorage, but also declares 2 new methods abstract, which have to be implemented by storage driver itself.
ezcCacheStorageFileArray
in file array.php, class ezcCacheStorageFileArray
    This cache storage implementation stores arrays and scalar values
ezcCacheStorageFileEvalArray
in file eval_array.php, class ezcCacheStorageFileEvalArray
    This cache storage implementation stores arrays and scalar values (int,
ezcCacheStorageFilePlain
in file plain.php, class ezcCacheStorageFilePlain
    This class implements a simple storage to cache plain text on the filesystem. It takes it's base methods from the extended storage base class ezcCacheStorageFile.
ezcCacheStorageOptions
in file storage.php, class ezcCacheStorageOptions
    Option class for the ezcCacheStorage class.
ezcCacheUsedLocationException
in file used_location.php, class ezcCacheUsedLocationException
    Exception that is thrown when a given location is already in use.
ezcConfiguration
in file configuration.php, class ezcConfiguration
    This class provides persistent platform-independent and format independent application settings.
ezcConfigurationArrayReader
in file array_reader.php, class ezcConfigurationArrayReader
    This class provides functionality for reading files containing specific PHP arrays into ezcConfiguration objects.
ezcConfigurationArrayWriter
in file array_writer.php, class ezcConfigurationArrayWriter
    This class provides functionality for writing ezcConfiguration object into files containing PHP arrays.
ezcConfigurationException
in file exception.php, class ezcConfigurationException
    This class provides an exception container for use with the Configuration component.
ezcConfigurationFileReader
in file file_reader.php, class ezcConfigurationFileReader
    ezcConfigurationFileReader class provides the functionality for reading file based configuration formats.
ezcConfigurationFileWriter
in file file_writer.php, class ezcConfigurationFileWriter
    ezcConfigurationFileWriter class provides the functionality for writing file based configuration formats.
ezcConfigurationGroupExistsAlreadyException
in file group_exists_already.php, class ezcConfigurationGroupExistsAlreadyException
    Exception that is thrown if a group is tried to be added, while it already exists.
ezcConfigurationIniItem
in file ini_item.php, class ezcConfigurationIniItem
    A container to store one INI settings item
ezcConfigurationIniParser
in file ini_parser.php, class ezcConfigurationIniParser
    This class provides functionality for parsing INI files
ezcConfigurationIniReader
in file ini_reader.php, class ezcConfigurationIniReader
    ezcConfigurationIniReader provides functionality for reading INI files into ezcConfiguration objects.
ezcConfigurationIniWriter
in file ini_writer.php, class ezcConfigurationIniWriter
    This class provides functionality for writing ezcConfiguration objects into INI files.
ezcConfigurationInvalidReaderClassException
in file invalid_reader_class.php, class ezcConfigurationInvalidReaderClassException
    Exception that is thrown if an invalid class is passed as INI reader to the manager.
ezcConfigurationInvalidSuffixException
in file invalid_suffix.php, class ezcConfigurationInvalidSuffixException
    Exception that is thrown if the current location is not valid. This means it is impossible to read or write using the location values.
ezcConfigurationManager
in file configuration_manager.php, class ezcConfigurationManager
    ezcConfigurationManager provides easy access to application settings.
ezcConfigurationManagerNotInitializedException
in file manager_no_init.php, class ezcConfigurationManagerNotInitializedException
    Exception that is thrown if an invalid class is passed as INI reader to the manager.
ezcConfigurationNoConfigException
in file no_config.php, class ezcConfigurationNoConfigException
    Exception that is thrown if no configuration object is present to work on.
ezcConfigurationNoConfigObjectException
in file no_config_object.php, class ezcConfigurationNoConfigObjectException
    Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object.
ezcConfigurationParseErrorException
in file parse_error.php, class ezcConfigurationParseErrorException
    Exception that is thrown if there were errors while parsing a file while the parser was not in validation mode.
ezcConfigurationReader
in file reader.php, class ezcConfigurationReader
    This class provides the interface for readers of configuration objects of type ezcConfiguration.
ezcConfigurationReadFailedException
in file read_failed.php, class ezcConfigurationReadFailedException
    Exception that is thrown if the read operation for the configuration failed.
ezcConfigurationSettingnameNotStringException
in file settingname_not_string.php, class ezcConfigurationSettingnameNotStringException
    Exception that is thrown if the name of a setting is not a string.
ezcConfigurationSettingWrongTypeException
in file setting_wrong_type.php, class ezcConfigurationSettingWrongTypeException
    Exception that is thrown if the accessed setting is not of the requested type.
ezcConfigurationUnknownConfigException
in file unknown_config.php, class ezcConfigurationUnknownConfigException
    Exception that is thrown if the specified configuration does not exist in the system.
ezcConfigurationUnknownGroupException
in file unknown_group.php, class ezcConfigurationUnknownGroupException
    Exception that is thrown if the specified group does not exist in the settings.
ezcConfigurationUnknownSettingException
in file unknown_setting.php, class ezcConfigurationUnknownSettingException
    Exception that is thrown if the specified setting does not exist in the settings.
ezcConfigurationValidationItem
in file validation_item.php, class ezcConfigurationValidationItem
    This class provides the result of one error item in the ezcConfigurationValidationResult class.
ezcConfigurationValidationResult
in file validation_result.php, class ezcConfigurationValidationResult
    Provides the result of an ezcConfigurationFileReader::validate() operation.
ezcConfigurationWriteFailedException
in file write_failed.php, class ezcConfigurationWriteFailedException
    Exception that is thrown if the write operation for the configuration failed.
ezcConfigurationWriter
in file writer.php, class ezcConfigurationWriter
    This class provides the interface for writers of configuration objects of type ezcConfiguration.
ezcConsoleException
in file exception.php, class ezcConsoleException
    General exception container for the ConsoleTools component.
ezcConsoleInput
in file input.php, class ezcConsoleInput
    The ezcConsoleInput class handles the given options and arguments on the console.
ezcConsoleInvalidOptionNameException
in file invalid_option_name.php, class ezcConsoleInvalidOptionNameException
    Thrown if an invalid option name (containing whitespaces or starting with a "-") was received by ezcConsoleOption::__construct.
ezcConsoleNoPositionStoredException
in file no_position_stored.php, class ezcConsoleNoPositionStoredException
    'Cannot restore position, if no position has been stored before.'.
ezcConsoleOption
in file option.php, class ezcConsoleOption
    Objects of this class store data about a single option for ezcConsoleInput.
ezcConsoleOptionAlreadyRegisteredException
in file option_already_registered.php, class ezcConsoleOptionAlreadyRegisteredException
    The option name you tried to register is already in use.
ezcConsoleOptionArgumentsViolationException
in file option_arguments_violation.php, class ezcConsoleOptionArgumentsViolationException
    An option excludes the usage of arguments, but there were arguments submitted.
ezcConsoleOptionDependencyViolationException
in file option_dependency_violation.php, class ezcConsoleOptionDependencyViolationException
    A dependency rule for a parameter was violated.
ezcConsoleOptionException
in file option.php, class ezcConsoleOptionException
    General exception container for the ConsoleTools component referring to option handling.
ezcConsoleOptionExclusionViolationException
in file option_exclusion_violation.php, class ezcConsoleOptionExclusionViolationException
    An exclusion rule for a parameter was violated.
ezcConsoleOptionMandatoryViolationException
in file option_mandatory_violation.php, class ezcConsoleOptionMandatoryViolationException
    An option was marked to be mandatory but was not submitted.
ezcConsoleOptionMissingValueException
in file option_missing_value.php, class ezcConsoleOptionMissingValueException
    An option which expects a value was submitted without.
ezcConsoleOptionNoAliasException
in file option_no_alias.php, class ezcConsoleOptionNoAliasException
    The alias you tried to unregister is a real option.
ezcConsoleOptionNotExistsException
in file option_not_exists.php, class ezcConsoleOptionNotExistsException
    The requested option is not registered.
ezcConsoleOptionRule
in file option_rule.php, class ezcConsoleOptionRule
    Struct class to store a parameter rule.
ezcConsoleOptionStringNotWellformedException
in file option_string_not_wellformed.php, class ezcConsoleOptionStringNotWellformedException
    The option definition string supplied is not wellformed.
ezcConsoleOptionTooManyValuesException
in file option_too_many_values.php, class ezcConsoleOptionTooManyValuesException
    An option that expects only a single value was submitted with multiple values.
ezcConsoleOptionTypeViolationException
in file option_type_violation.php, class ezcConsoleOptionTypeViolationException
    An option was submitted with an illigal type.
ezcConsoleOutput
in file output.php, class ezcConsoleOutput
    Class for handling console output.
ezcConsoleOutputFormat
in file output_format.php, class ezcConsoleOutputFormat
    Struct class to store formating entities used by ezcConsoleOutput.
ezcConsoleOutputFormats
in file output_formats.php, class ezcConsoleOutputFormats
    Class to store the collection for formating classes.
ezcConsoleOutputOptions
in file output.php, class ezcConsoleOutputOptions
    Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleProgressbar
in file progressbar.php, class ezcConsoleProgressbar
    Creating and maintaining progress-bars to be printed to the console.
ezcConsoleProgressbarOptions
in file progressbar.php, class ezcConsoleProgressbarOptions
    Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleProgressMonitor
in file progressmonitor.php, class ezcConsoleProgressMonitor
    Printing structured status information on the console.
ezcConsoleProgressMonitorOptions
in file progressmonitor.php, class ezcConsoleProgressMonitorOptions
    Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleStatusbar
in file statusbar.php, class ezcConsoleStatusbar
    Creating and maintaining status-bars to be printed to the console.
ezcConsoleStatusbarOptions
in file statusbar.php, class ezcConsoleStatusbarOptions
    Struct class to store the options of the ezcConsoleOutput class.
ezcConsoleTable
in file table.php, class ezcConsoleTable
    Creating tables to be printed to the console.
ezcConsoleTableCell
in file cell.php, class ezcConsoleTableCell
    Representation of a table cell.
ezcConsoleTableOptions
in file table.php, class ezcConsoleTableOptions
    Struct class to store the options of the ezcConsoleTable class.
ezcConsoleTableRow
in file row.php, class ezcConsoleTableRow
    Structure representing a table row in ezcConsoleTable.
ezcDbException
in file exception.php, class ezcDbException
    This class provides exception for misc errors that may occur in the component, such as errors parsing database parameters and connecting to the database.
ezcDbFactory
in file factory.php, class ezcDbFactory
    ezcDbFactory manages the list of known database drivers and is used to create their instances.
ezcDbHandler
in file handler.php, class ezcDbHandler
    Defines interface for all the database drivers implementations.
ezcDbHandlerMysql
in file mysql.php, class ezcDbHandlerMysql
    MySQL driver implementation
ezcDbHandlerNotFoundException
in file handler_not_found.php, class ezcDbHandlerNotFoundException
    This exceptions is used when a database handler could not be found.
ezcDbHandlerOracle
in file oracle.php, class ezcDbHandlerOracle
    Oracle driver implementation
ezcDbHandlerPgsql
in file pgsql.php, class ezcDbHandlerPgsql
    PostgreSQL driver implementation
ezcDbHandlerSqlite
in file sqlite.php, class ezcDbHandlerSqlite
    SQLite driver implementation
ezcDbInstance
in file instance.php, class ezcDbInstance
    Holds database instances for global access throughout an application.
ezcDbMissingParameterException
in file missing_parameter.php, class ezcDbMissingParameterException
    This exception is thrown when a database handler misses a required parameter.
ezcDbSchema
in file schema.php, class ezcDbSchema
    ezcDbSchema is the main class for schema operations.
ezcDbSchemaAutoIncrementIndexValidator
in file auto_increment_index.php, class ezcDbSchemaAutoIncrementIndexValidator
    ezcDbSchemaAutoIncrementIndexValidator validates field definition types.
ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, class ezcDbSchemaCommonSqlWriter
    An abstract class that implements some common functionality required by multiple database backends.
ezcDbSchemaComparator
in file comparator.php, class ezcDbSchemaComparator
    This class provides database comparison functionality.
ezcDbSchemaDbReader
in file db_reader.php, class ezcDbSchemaDbReader
    This class provides the interface for database schema readers
ezcDbSchemaDbWriter
in file db_writer.php, class ezcDbSchemaDbWriter
    This class provides the interface for database schema writers
ezcDbSchemaDiff
in file schema_diff.php, class ezcDbSchemaDiff
    ezcDbSchemaDiff is the main class for schema differences operations.
ezcDbSchemaDiffDbWriter
in file db_diff_writer.php, class ezcDbSchemaDiffDbWriter
    This class provides the interface for database schema difference writers
ezcDbSchemaDiffFileReader
in file file_diff_reader.php, class ezcDbSchemaDiffFileReader
    This class provides the interface for file difference schema readers
ezcDbSchemaDiffFileWriter
in file file_diff_writer.php, class ezcDbSchemaDiffFileWriter
    This class provides the interface for file schema differences writers
ezcDbSchemaDiffReader
in file schema_diff_reader.php, class ezcDbSchemaDiffReader
    This class provides the interface for database schema difference readers
ezcDbSchemaDiffWriter
in file schema_diff_writer.php, class ezcDbSchemaDiffWriter
    This class provides the base interface for schema difference writers
ezcDbSchemaException
in file exception.php, class ezcDbSchemaException
    This class provides an exception container for use with the DatabaseSchema component.
ezcDbSchemaField
in file field.php, class ezcDbSchemaField
    A container to store a field definition in.
ezcDbSchemaFileReader
in file file_reader.php, class ezcDbSchemaFileReader
    This class provides the interface for file schema readers
ezcDbSchemaFileWriter
in file file_writer.php, class ezcDbSchemaFileWriter
    This class provides the interface for file schema writers
ezcDbSchemaHandler
in file handler.php, class ezcDbSchemaHandler
    Base class for all schema handlers.
ezcDbSchemaHandlerDataTransfer
in file data_transfer.php, class ezcDbSchemaHandlerDataTransfer
    Bulk data transfer functionality.
ezcDbSchemaHandlerManager
in file handler_manager.php, class ezcDbSchemaHandlerManager
    Deals with schema handlers for a ezcDbSchema object.
ezcDbSchemaHandlerOracle
in file oracle.php, class ezcDbSchemaHandlerOracle
    Handler for Oracle databases and SQL files.
ezcDbSchemaHandlerPgsql
in file pgsql.php, class ezcDbSchemaHandlerPgsql
    Handler for PostgreSQL databases and SQL files.
ezcDbSchemaIndex
in file index.php, class ezcDbSchemaIndex
    A container to store a table index in.
ezcDbSchemaIndexField
in file index_field.php, class ezcDbSchemaIndexField
    A container to store a table index' field in.
ezcDbSchemaIndexFieldsValidator
in file index_fields.php, class ezcDbSchemaIndexFieldsValidator
    ezcDbSchemaIndexFieldsValidator validates whether fields used in indexes exist.
ezcDbSchemaInvalidDiffReaderClassException
in file invalid_diff_reader_class.php, class ezcDbSchemaInvalidDiffReaderClassException
    Exception that is thrown if an invalid class is passed as schema difference reader to the manager.
ezcDbSchemaInvalidDiffWriterClassException
in file invalid_diff_writer_class.php, class ezcDbSchemaInvalidDiffWriterClassException
    Exception that is thrown if an invalid class is passed as schema writer to the manager.
ezcDbSchemaInvalidReaderClassException
in file invalid_reader_class.php, class ezcDbSchemaInvalidReaderClassException
    Exception that is thrown if an invalid class is passed as schema reader to the manager.
ezcDbSchemaInvalidSchemaException
in file invalid_schema.php, class ezcDbSchemaInvalidSchemaException
    Exception that is thrown if an invalid class is passed as schema reader to the manager.
ezcDbSchemaInvalidWriterClassException
in file invalid_writer_class.php, class ezcDbSchemaInvalidWriterClassException
    Exception that is thrown if an invalid class is passed as schema writer to the manager.
ezcDbSchemaMysqlReader
in file reader.php, class ezcDbSchemaMysqlReader
    Handler for files containing PHP arrays that represent DB schema.
ezcDbSchemaMysqlWriter
in file writer.php, class ezcDbSchemaMysqlWriter
    Handler for storing database schemas and applying differences that uses MySQL as backend.
ezcDbschemaPersistentWriter
in file writer.php, class ezcDbschemaPersistentWriter
    This handler creates eZ PersistenObject definition files from a DatavaseSchema.
ezcDbSchemaPhpArrayReader
in file reader.php, class ezcDbSchemaPhpArrayReader
    Handler that reads database definitions and database difference definitions from a file containing a PHP variable.
ezcDbSchemaPhpArrayWriter
in file writer.php, class ezcDbSchemaPhpArrayWriter
    Writer handler for files containing PHP arrays that represent DB schemas.
ezcDbSchemaReader
in file schema_reader.php, class ezcDbSchemaReader
    This class provides the base interface for schema readers.
ezcDbSchemaSqliteReader
in file reader.php, class ezcDbSchemaSqliteReader
    Handler for SQLite connections representing a DB schema.
ezcDbSchemaTable
in file table.php, class ezcDbSchemaTable
    A container to store a table definition in.
ezcDbSchemaTableDiff
in file table_diff.php, class ezcDbSchemaTableDiff
    A container to store table difference information in.
ezcDbSchemaTypesValidator
in file types.php, class ezcDbSchemaTypesValidator
    ezcDbSchemaTypesValidator validates field definition types.
ezcDbSchemaUnknownFormatException
in file unknown_format.php, class ezcDbSchemaUnknownFormatException
    Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object.
ezcDbSchemaValidator
in file validator.php, class ezcDbSchemaValidator
    ezcDbSchemaValidator validates schemas for correctness.
ezcDbSchemaWriter
in file schema_writer.php, class ezcDbSchemaWriter
    This class provides the base interface for schema writers.
ezcDbSchemaXmlReader
in file reader.php, class ezcDbSchemaXmlReader
    Handler that reads database definitions and database difference definitions from a file in an XML format.
ezcDbSchemaXmlWriter
in file writer.php, class ezcDbSchemaXmlWriter
    Handler that stores database definitions and database difference definitions to a file in an XML format.
ezcDbTransactionException
in file transaction.php, class ezcDbTransactionException
    This class provides exception for misc errors that may occur in the component, such as errors parsing database parameters and connecting to the database.
ezcDebug
in file debug.php, class ezcDebug
    The ezcDebug class provides functionality to format and store debug messages and timers.
ezcDebugHtmlFormatter
in file html_formatter.php, class ezcDebugHtmlFormatter
    ezcDebugHtmlFormatter class implements a HTML debug formatter that outputs debug information nicely formated for inclusion on your web page.
ezcDebugOutputFormatter
in file formatter.php, class ezcDebugOutputFormatter
    ezcDebugOutputFormatter provides the common interface for all classes writing debug output.
ezcExecution
in file execution.php, class ezcExecution
    Class for handling fatal errors
ezcExecutionAlreadyInitializedException
in file already_initialized.php, class ezcExecutionAlreadyInitializedException
    Thrown when the Execution framework was already initialized.
ezcExecutionBasicErrorHandler
in file basic_handler.php, class ezcExecutionBasicErrorHandler
    Simple implementation of a callback handler to use with ezcExecution.
ezcExecutionErrorHandler
in file execution_handler.php, class ezcExecutionErrorHandler
    Interface for Execution callback handlers.
ezcExecutionException
in file exception.php, class ezcExecutionException
    General exception for use in ezcExecution class.
ezcExecutionInvalidCallbackException
in file invalid_callback.php, class ezcExecutionInvalidCallbackException
    Thrown when an non-existend class was passed as callback handler.
ezcExecutionNotInitializedException
in file not_initialized.php, class ezcExecutionNotInitializedException
    Thrown when the Execution framework was not initialized when cleanExit() was called.
ezcExecutionWrongClassException
in file wrong_class.php, class ezcExecutionWrongClassException
    Thrown when the passed classname does not represent a class that implements the ezcExecutionErrorHandler interface.
ezcFile
in file file.php, class ezcFile
    Provides a selection of static independent methods to provide functionality for file and file system handling.
ezcImageAnalyzer
in file analyzer.php, class ezcImageAnalyzer
    Class to retreive information about a given image file.
ezcImageAnalyzerData
in file analyzer_data.php, class ezcImageAnalyzerData
    Struct to store the data retrieved from an image analysis.
ezcImageAnalyzerException
in file exception.php, class ezcImageAnalyzerException
    General exception container for the ImageAnalysis component.
ezcImageAnalyzerFileNotProcessableException
in file file_not_processable.php, class ezcImageAnalyzerFileNotProcessableException
    The option name you tried to register is already in use.
ezcImageAnalyzerHandler
in file handler.php, class ezcImageAnalyzerHandler
    This base class has to be extended by all ezcImageAnalyzerHandler classes.
ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, class ezcImageAnalyzerImagemagickHandler
    Class to retrieve information about a given image file.
ezcImageAnalyzerInvalidHandlerException
in file invalid_handler.php, class ezcImageAnalyzerInvalidHandlerException
    A registered handler class does not exist or does not inherit from ezcImageAnalyzerHandler.
ezcImageAnalyzerPhpHandler
in file php.php, class ezcImageAnalyzerPhpHandler
    Class to retrieve information about a given image file.
ezcImageColorspaceFilters
in file colorspace.php, class ezcImageColorspaceFilters
    This interface has to implemented by ezcImageFilters classes to support colorspace filters.
ezcImageConverter
in file converter.php, class ezcImageConverter
    Class to manage conversion and filtering of image files.
ezcImageConverterSettings
in file converter_settings.php, class ezcImageConverterSettings
    Struct to store the settings for objects of ezcImageConverter.
ezcImageEffectFilters
in file effect.php, class ezcImageEffectFilters
    This interface has to implemented by ezcImageFilters classes to support useless filters.
ezcImageException
in file exception.php, class ezcImageException
    General exception container for the ImageConversion component.
ezcImageFileNameInvalidException
in file file_name_invalid.php, class ezcImageFileNameInvalidException
    Thrown if a given file name contains illegal characters (', ", $).
ezcImageFileNotProcessableException
in file file_not_processable.php, class ezcImageFileNotProcessableException
    Thrown if a specified handler class is not available.
ezcImageFilter
in file filter.php, class ezcImageFilter
    Struct to store information about a filter operation.
ezcImageFilterFailedException
in file filter_failed.php, class ezcImageFilterFailedException
    Thrown if the given filter failed.
ezcImageFilterNotAvailableException
in file filter_not_available.php, class ezcImageFilterNotAvailableException
    Thrown if the given filter is not available.
ezcImageGeometryFilters
in file geometry.php, class ezcImageGeometryFilters
    This interface has to implemented by ezcImageFilters classes to support geometry filters.
ezcImageHandler
in file handler.php, class ezcImageHandler
    Driver interface to access different image manipulation backends of PHP.
ezcImageHandlerNotAvailableException
in file handler_not_available.php, class ezcImageHandlerNotAvailableException
    Thrown if a specified handler class is not available.
ezcImageHandlerSettings
in file handler_settings.php, class ezcImageHandlerSettings
    Struct to store the settings for objects of ezcImageHandler.
ezcImageHandlerSettingsInvalidException
in file handler_settings_invalid.php, class ezcImageHandlerSettingsInvalidException
    Thrown if invalid handler settings are submitted when creating an ezcImageConverter.
ezcImageInvalidFilterParameterException
in file invalid_filter_parameter.php, class ezcImageInvalidFilterParameterException
    Thrown if the given filter failed.
ezcImageInvalidReferenceException
in file invalid_reference.php, class ezcImageInvalidReferenceException
    Thrown if no valid image reference could be found for an action (conversion, filter, load, save,...).
ezcImageMimeTypeUnsupportedException
in file mime_type_unsupported.php, class ezcImageMimeTypeUnsupportedException
    Thrown if a requested MIME type is not supported for input, output or input/output.
ezcImageMissingFilterParameterException
in file missing_filter_parameter.php, class ezcImageMissingFilterParameterException
    Thrown if an expected parameter for a filter was not submitted.
ezcImageTransformation
in file transformation.php, class ezcImageTransformation
    Provides transformations on images using filters and MIME conversions.
ezcImageTransformationAlreadyExistsException
in file transformation_already_exists.php, class ezcImageTransformationAlreadyExistsException
    Thrown if a transformation with the given name already exists.
ezcImageTransformationException
in file transformation.php, class ezcImageTransformationException
    Exception to be thrown be ezcImageTransformation classes.
ezcImageTransformationNotAvailableException
in file transformation_not_available.php, class ezcImageTransformationNotAvailableException
    Thrown if a transformation with the given name does not exists.
ezcInputFilter
in file input_filter.php, class ezcInputFilter
    Provides a set of standard filters.
ezcInputForm
in file input_form.php, class ezcInputForm
    Provides access to form variables.
ezcInputFormDefinitionElement
in file definition_element.php, class ezcInputFormDefinitionElement
    This struct records information about Input Form definition elements.
ezcInputFormException
in file exception.php, class ezcInputFormException
    General exception container for the UserInput component.
ezcInputFormFieldNotFoundException
in file field_not_found.php, class ezcInputFormFieldNotFoundException
    Exception that is thrown when a specified field is not found
ezcInputFormInvalidDefinitionException
in file invalid_definition.php, class ezcInputFormInvalidDefinitionException
    Exception that is thrown when an invalid definition array is used.
ezcInputFormNoValidDataException
in file no_valid_data.php, class ezcInputFormNoValidDataException
    Exception that is thrown when an invalid field name is requested.
ezcInputFormUnknownFieldException
in file unknown_field.php, class ezcInputFormUnknownFieldException
    Exception that is thrown when a fieldname is used that was not defined in a definition array.
ezcInputFormValidDataAvailableException
in file valid_data_available.php, class ezcInputFormValidDataAvailableException
    Exception that is used when valid data is available and you try to access RAW data.
ezcInputFormVariableMissingException
in file input_variable_missing.php, class ezcInputFormVariableMissingException
    Exception that is thrown when a required input field is missing.
ezcInputFormWrongInputSourceException
in file wrong_input_source.php, class ezcInputFormWrongInputSourceException
    Exception that is thrown when an invalid input source is used.
ezcLog
in file log.php, class ezcLog
    The ezcLog class records log messages and audit trails to one or multiple writers.
ezcLogDatabaseWriter
in file writer_database.php, class ezcLogDatabaseWriter
    The ezcLogDatabaseWriter provides an implementation to write log messages to the database.
ezcLogFileWriter
in file writer_file.php, class ezcLogFileWriter
    The ezcLogFileWriter class provides functionality to write log files to the file system.
ezcLogFilter
in file log_filter.php, class ezcLogFilter
    The ezcLogFilter class provides a structure to set a log filter.
ezcLogFilterRule
in file filter_rule.php, class ezcLogFilterRule
    The ezcLogFilterRule is a rule that is added to the ezcLogFilterSet.
ezcLogFilterSet
in file filterset.php, class ezcLogFilterSet
    Mapping of an eventType, eventSource and eventCategory to a mixed variable using a filter set.
ezcLogMapper
in file mapper.php, class ezcLogMapper
    The ezcLogMapper provides a public interface to implement a mapper.
ezcLogUnixFileWriter
in file writer_unix_file.php, class ezcLogUnixFileWriter
    Writes the log messages to a file in a format that is frequently used on the Unix operating system.
ezcLogWriter
in file writer.php, class ezcLogWriter
    ezcLogWriter defines the common interface for all classes that implement their log writer.
ezcLogWriterException
in file writer_exception.php, class ezcLogWriterException
    The ezcLogWriterException will be thrown when an {@class ezcLogWriter} or a subclass encounters an exceptional state.
ezcMail
in file mail.php, class ezcMail
    The main mail class.
ezcMailAddress
in file mail_address.php, class ezcMailAddress
    A container to store a mail address in RFC822 format.
ezcMailComposer
in file composer.php, class ezcMailComposer
    Convenience class for writing mail.
ezcMailContentDispositionHeader
in file content_disposition_header.php, class ezcMailContentDispositionHeader
    A container to store a Content-Disposition header as described in http://www.faqs.org/rfcs/rfc2183.
ezcMailException
in file mail_exception.php, class ezcMailException
    ezcMailExceptions are thrown when an exceptional state occures in the Mail package.
ezcMailFile
in file file.php, class ezcMailFile
    Mail part for all forms of binary data.
ezcMailFileSet
in file file_set.php, class ezcMailFileSet
    ezcMailFileSet is an internal class that can be used to parse mail directly from files on disk.
ezcMailMboxSet
in file mbox_set.php, class ezcMailMboxSet
    ezcMailMboxSet is an internal class that fetches a series of mail from an mbox file.
ezcMailMboxTransport
in file mbox_transport.php, class ezcMailMboxTransport
    ezcMailMboxTransport implements mail retrieval from an mbox file.
ezcMailMtaTransport
in file transport_mta.php, class ezcMailMtaTransport
    Implementation of the mail transport interface using the system MTA.
ezcMailMultipart
in file multipart.php, class ezcMailMultipart
    Abstract base class for all multipart types.
ezcMailMultipartAlternative
in file multipart_alternative.php, class ezcMailMultipartAlternative
    ezcMailMultipartAlternative is used to bundle a group of mail parts where only one should be shown.
ezcMailMultipartDigest
in file multipart_digest.php, class ezcMailMultipartDigest
    The mixed multipart type is used to bundle a list of mail objects.
ezcMailMultipartMixed
in file multipart_mixed.php, class ezcMailMultipartMixed
    The mixed multipart type is used to bundle an ordered list of mail parts.
ezcMailMultipartRelated
in file multipart_related.php, class ezcMailMultipartRelated
    ezcMailMultipartRelated is intended for mail parts consisting of several inter-related body parts.
ezcMailNoSuchMessageException
in file no_such_message.php, class ezcMailNoSuchMessageException
    The ezcMailNoSuchMessageException is thrown when a message with an ID is requested that doesn't exist in the transport.
ezcMailParser
in file parser.php, class ezcMailParser
    Parses a mail in RFC822 format to an ezcMail structure.
ezcMailParserSet
in file parser_set.php, class ezcMailParserSet
ezcMailPart
in file part.php, class ezcMailPart
    Abstract base class for all mail MIME parts.
ezcMailPop3Transport
in file pop3_transport.php, class ezcMailPop3Transport
    ezcMailPop3Transport implements POP3 for mail retrieval.
ezcMailRfc822Digest
in file rfc822_digest.php, class ezcMailRfc822Digest
    Mail part or mail digest parts.
ezcMailSmtpTransport
in file transport_smtp.php, class ezcMailSmtpTransport
    This class implements the Simple Mail Transfer Protocol (SMTP) with authentication support.
ezcMailText
in file text.php, class ezcMailText
    Mail part used for sending all forms of plain text.
ezcMailTools
in file tools.php, class ezcMailTools
    This class contains static convenience methods for composing addresses and ensuring correct line-breaks in the mail.
ezcMailTransport
in file transport.php, class ezcMailTransport
    Interface for classes that implement a mail transport.
ezcMailTransportException
in file transport_exception.php, class ezcMailTransportException
    Transport exceptions are thrown when either sending or receiving mail transports fail to do their job properly.
ezcMailTransportMta
in file transport_mta.php, class ezcMailTransportMta
    This class is deprecated. Use ezcMailMtaTransport instead.
ezcMailTransportSmtp
in file transport_smtp.php, class ezcMailTransportSmtp
    This class is deprecated. Use ezcMailSmtpTransport instead.
ezcMailVariableSet
in file var_set.php, class ezcMailVariableSet
    ezcMailVariableSet is an internal class that can be used to parse mail directly from a variable in your script.
ezcPersistentCodeManager
in file code_manager.php, class ezcPersistentCodeManager
    Handles persistent object definitions in plain code style.
ezcPersistentDefinitionManager
in file definition_manager.php, class ezcPersistentDefinitionManager
    Defines the interface for all persistent object definition managers.
ezcPersistentDefinitionNotFoundException
in file definition_not_found.php, class ezcPersistentDefinitionNotFoundException
    General exception class for the PersistentObject package.
ezcPersistentFindIterator
in file find_iterator.php, class ezcPersistentFindIterator
    This class provides functionality to iterate over a database result set in the form of persistent objects.
ezcPersistentGeneratorDefinition
in file generator_definition.php, class ezcPersistentGeneratorDefinition
    Defines a persistent object id generator.
ezcPersistentIdentifierGenerationException
in file identifier_generation.php, class ezcPersistentIdentifierGenerationException
    Exception thrown when generating an ID for a persistent object failed.
ezcPersistentObjectAlreadyPersistentException
in file already_persistent.php, class ezcPersistentObjectAlreadyPersistentException
    Exception thrown when a method that requires a non-persistent object is provided an object that is already persistent.
ezcPersistentObjectDefinition
in file persistent_object_definition.php, class ezcPersistentObjectDefinition
    Main definition of a persistent object.
ezcPersistentObjectException
in file persistent_object_exception.php, class ezcPersistentObjectException
    General exception class for the PersistentObject package.
ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, class ezcPersistentObjectIdProperty
    Defines a persistent object id field.
ezcPersistentObjectNotPersistentException
in file not_persistent.php, class ezcPersistentObjectNotPersistentException
    Exception thrown when a method that requires a persistent object is provided an object not yet persistent.
ezcPersistentObjectProperty
in file persistent_object_property.php, class ezcPersistentObjectProperty
    Defines a persistent object field.
ezcPersistentObjectSchemaGenerator
in file generator.php, class ezcPersistentObjectSchemaGenerator
    ezcPersistentObjectSchemaGenerator is capable to generate PersistentObject definition files from DatabaseSchema definitions.
ezcPersistentQueryException
in file query_exception.php, class ezcPersistentQueryException
    Exception thrown when a query failed internally in Persistent Object.
ezcPersistentSession
in file persistent_session.php, class ezcPersistentSession
    ezcPersistentSession is the main runtime interface for manipulation of persistent objects.
ezcPhpGenerator
in file php_generator.php, class ezcPhpGenerator
    ezcPhpGenerator provides a simple API to generate PHP code.
ezcPhpGeneratorException
in file php_generator_exception.php, class ezcPhpGeneratorException
    General exception class for the PhpGenerator package.
ezcPhpGeneratorFlowException
in file flow_exception.php, class ezcPhpGeneratorFlowException
    Flow exceptions are thrown when control structures like if and while are closed out of order.
ezcPhpGeneratorParameter
in file php_generator_parameter.php, class ezcPhpGeneratorParameter
    ezcPhpGeneratorParameter holds information about a function or method parameter.
ezcPhpGeneratorReturnData
in file php_generator_return_data.php, class ezcPhpGeneratorReturnData
    Holds meta-data about a function/method return data.
ezcQuery
in file query.php, class ezcQuery
    The ezcQuery class provides the common API for all Query objects.
ezcQueryDelete
in file query_delete.php, class ezcQueryDelete
    Class to create select database independent DELETE queries.
ezcQueryException
in file query_exception.php, class ezcQueryException
    Base class for exceptions related to the SQL abstraction.
ezcQueryExpression
in file expression.php, class ezcQueryExpression
    The ezcQueryExpression class is used to create database independent SQL expression.
ezcQueryExpressionOracle
in file expression_oracle.php, class ezcQueryExpressionOracle
    The ezcQueryExpressionPgsql class is used to create SQL expression for PostgreSQL.
ezcQueryExpressionPgsql
in file expression_pgsql.php, class ezcQueryExpressionPgsql
    The ezcQueryExpressionPgsql class is used to create SQL expression for PostgreSQL.
ezcQueryExpressionSqlite
in file expression_sqlite.php, class ezcQueryExpressionSqlite
    The ezcQueryExpressionSqlite class is used to create SQL expression for SQLite.
ezcQueryInsert
in file query_insert.php, class ezcQueryInsert
    Class to create select database independent INSERT queries.
ezcQueryInvalidException
in file invalid.php, class ezcQueryInvalidException
    Base class for exceptions related to the SQL abstraction.
ezcQuerySelect
in file query_select.php, class ezcQuerySelect
    Class to create select database independent SELECT queries.
ezcQuerySelectOracle
in file query_select_oracle.php, class ezcQuerySelectOracle
    Oracle specific implementation of ezcQuery.
ezcQuerySelectSqlite
in file query_select_sqlite.php, class ezcQuerySelectSqlite
    SQLite specific implementation of ezcQuery.
ezcQuerySqliteFunctions
in file query_sqlite_function_implementations.php, class ezcQuerySqliteFunctions
    The ezcQueryExpressionSqlite class is used to create SQL expression for SQLite.
ezcQuerySubSelect
in file query_subselect.php, class ezcQuerySubSelect
    Class to create subselects within queries.
ezcQueryUpdate
in file query_update.php, class ezcQueryUpdate
    Class to create select database independent UPDATE queries.
ezcQueryVariableParameterException
in file variable_parameter.php, class ezcQueryVariableParameterException
    Base class for exceptions related to the SQL abstraction.
ezcSystemInfo
in file info.php, class ezcSystemInfo
    Provides access to common system variables.
ezcSystemInfoAccelerator
in file accelerator_info.php, class ezcSystemInfoAccelerator
    A container to store information about a PHP accelerator.
ezcSystemInfoFreeBsdReader
in file info_freebsd.php, class ezcSystemInfoFreeBsdReader
    Provide functionality to read system information from FreeBSD systems.
ezcSystemInfoLinuxReader
in file info_linux.php, class ezcSystemInfoLinuxReader
    Provide functionality to read system information from Linux systems.
ezcSystemInfoReader
in file info_reader.php, class ezcSystemInfoReader
    The ezcSystemInfoReader represents common interface of OS info reader.
ezcSystemInfoReaderCantScanOSException
in file cant_scan.php, class ezcSystemInfoReaderCantScanOSException
    Reader can't scan OS for system values exception.
ezcSystemInfoWindowsReader
in file info_windows.php, class ezcSystemInfoWindowsReader
    Provide functionality to read system information from Windows systems.
ezcTemplate
in file template.php, class ezcTemplate
    The ezcTemplate class provides the main interface for processing templates.
ezcTemplateConfiguration
in file configuration.php, class ezcTemplateConfiguration
    Contains the common configuration options for template managers.
ezcTemplateFileFailedRenameException
in file file_failed_rename_exception.php, class ezcTemplateFileFailedRenameException
    Exception for problems when renaming template files.
ezcTemplateFileFailedUnlinkException
in file file_failed_unlink_exception.php, class ezcTemplateFileFailedUnlinkException
    Exception for problems when unlinking template files.
ezcTemplateFileNotFoundException
in file file_not_found_exception.php, class ezcTemplateFileNotFoundException
    Exception for problems when accessing template files which does not exists.
ezcTemplateFileNotReadableException
in file file_not_readable_exception.php, class ezcTemplateFileNotReadableException
    Exception for problems when reading from template files.
ezcTemplateFileNotWriteableException
in file file_not_writeable_exception.php, class ezcTemplateFileNotWriteableException
    Exception for problems when writing to template files.
ezcTemplateInvalidCompiledFileException
in file invalid_compiled_file_exception.php, class ezcTemplateInvalidCompiledFileException
    Exception for missing invalid compiled files.
ezcTemplateLocatorNotFoundException
in file locator_not_found_exception.php, class ezcTemplateLocatorNotFoundException
    Exception for missing locator handlers in the template manager. The tried location object is passed to the constructor.
ezcTemplateNoContext
in file no_context.php, class ezcTemplateNoContext
    The ezcTemplateNoContext class doesn't change the output. This makes testing more easy.
ezcTemplateNoManagerException
in file no_manager_exception.php, class ezcTemplateNoManagerException
    Exception for for missing managers in classes.
ezcTemplateNoOutputContextException
in file no_output_context_exception.php, class ezcTemplateNoOutputContextException
    Exception for for missing output contexts in classes.
ezcTemplateOutputContext
in file output_context.php, class ezcTemplateOutputContext
    Controls output handling in the template engine.
ezcTemplateParseException
in file parse_exception.php, class ezcTemplateParseException
    Exception for problems when renaming template files.
ezcTemplateParserException
in file parser_exception.php, class ezcTemplateParserException
    Exception for failed element parsers.
ezcTemplateSourceToTstParserException
in file element_parser_exception.php, class ezcTemplateSourceToTstParserException
    Exception for failed element parsers.
ezcTemplateTstNodeException
in file element_exception.php, class ezcTemplateTstNodeException
    Exception for problems in parser element code.
ezcTemplateTypeHintException
in file typehint_exception.php, class ezcTemplateTypeHintException
    Exception for problems in parser element code.
ezcTemplateVariableCollection
in file variable_collection.php, class ezcTemplateVariableCollection
    Contains the template variables.
ezcTemplateVariableUndefinedException
in file variable_undefined_exception.php, class ezcTemplateVariableUndefinedException
    Exception for undefined template variables.
ezcTemplateVariableWrongDirectionException
in file variable_wrong_direction_exception.php, class ezcTemplateVariableWrongDirectionException
    Exception for problems with direction of template variables.
ezcTemplateVariableWrongTypeException
in file variable_wrong_type_exception.php, class ezcTemplateVariableWrongTypeException
    Exception for problems with type of template variables.
ezcTemplateXhtmlContext
in file xhtml_context.php, class ezcTemplateXhtmlContext
    The ezcTemplateXhtmlContext class escapes special HTML characters in the output.
ezcTranslation
in file translation.php, class ezcTranslation
    ezcTranslation is a container that holds the translated strings for a specific context.
ezcTranslationBackend
in file backend_interface.php, class ezcTranslationBackend
    Interface for Translation backends.
ezcTranslationBorkFilter
in file bork_filter.php, class ezcTranslationBorkFilter
    Implements the Bork translation filter.
ezcTranslationCacheBackend
in file cache_backend.php, class ezcTranslationCacheBackend
    Translation backend that reads translation data from a cache.
ezcTranslationComplementEmptyFilter
in file complement_filter.php, class ezcTranslationComplementEmptyFilter
    Implements the ComplementEmpty translation filter.
ezcTranslationContextNotAvailableException
in file context_not_available.php, class ezcTranslationContextNotAvailableException
    Thrown by the getContext() method when a requested context doesn't exist.
ezcTranslationContextRead
in file context_read_interface.php, class ezcTranslationContextRead
    Common interface for all context readers.
ezcTranslationContextWrite
in file context_write_interface.php, class ezcTranslationContextWrite
    Common interface for all context writers.
ezcTranslationData
in file translation_data.php, class ezcTranslationData
    A container to store one translatable string.
ezcTranslationException
in file exception.php, class ezcTranslationException
    The general exception class as used by the Translator Classes.
ezcTranslationFilter
in file filter_interface.php, class ezcTranslationFilter
    ezcTranslationFilter defines the common interface for all translation filters.
ezcTranslationKeyNotAvailableException
in file key_not_available.php, class ezcTranslationKeyNotAvailableException
    Thrown by the getTranslation() method when a requested key doesn't exist.
ezcTranslationLeetFilter
in file leet_filter.php, class ezcTranslationLeetFilter
    Implements the Leet translation filter.
ezcTranslationManager
in file translation_manager.php, class ezcTranslationManager
    ezcTranslationManager handles a specific translation file and provides functionality to apply filters and retrieve contexts and translations.
ezcTranslationMissingTranslationFileException
in file missing_translation_file.php, class ezcTranslationMissingTranslationFileException
    Thrown when the translation file does not exist.
ezcTranslationNotConfiguredException
in file not_configured.php, class ezcTranslationNotConfiguredException
    Thrown when a required configuration setting was not made for a backend.
ezcTranslationParameterMissingException
in file parameter_missing.php, class ezcTranslationParameterMissingException
    Thrown by the getTranslation() method when a paramater was missing to a parameterized translation string.
ezcTranslationReaderNotInitializedException
in file reader_not_initialized.php, class ezcTranslationReaderNotInitializedException
    Thrown when methods are called that require a ContextReader to be initialized.
ezcTranslationTsBackend
in file ts_backend.php, class ezcTranslationTsBackend
    Translation backend that reads Qt's Linguist TS files.
ezcTranslationTsBackendOptions
in file ts_backend.php, class ezcTranslationTsBackendOptions
    Struct class to store the options of the ezcTranslationTsBackend class.
ezcTranslationWriterNotInitializedException
in file writer_not_initialized.php, class ezcTranslationWriterNotInitializedException
    Thrown when methods are called that require a ContextWriter to be initialized.
EZC_DBSCHEMA_FETCH_INDEX_COL_NAMES_QUERY
in file pgsql.php, constant EZC_DBSCHEMA_FETCH_INDEX_COL_NAMES_QUERY
EZC_DBSCHEMA_FETCH_INDEX_DEF_QUERY
in file pgsql.php, constant EZC_DBSCHEMA_FETCH_INDEX_DEF_QUERY
EZC_DBSCHEMA_FETCH_TABLE_DEF_QUERY
in file pgsql.php, constant EZC_DBSCHEMA_FETCH_TABLE_DEF_QUERY
EZC_DBSCHEMA_FETCH_TABLE_OID_QUERY
in file pgsql.php, constant EZC_DBSCHEMA_FETCH_TABLE_OID_QUERY
    Define EZC_DBSCHEMA_FETCH_TABLE_OID_QUERY
exception.php
procedural page exception.php
exception.php
procedural page exception.php
effect.php
procedural page effect.php
READ : ezcBasePropertyPermissionException
in file property_permission.php, class constant ezcBasePropertyPermissionException::READ
    Used when the property is read-only.
READ : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::READ
REMOVE : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::REMOVE
REPLY_ALL : ezcMailTools
in file tools.php, class constant ezcMailTools::REPLY_ALL
    Reply to all.
REPLY_SENDER : ezcMailTools
in file tools.php, class constant ezcMailTools::REPLY_SENDER
    Reply to sender.
REQUIRED : ezcInputFormDefinitionElement
in file definition_element.php, class constant ezcInputFormDefinitionElement::REQUIRED
SETTING : ezcConfigurationIniItem
in file ini_item.php, class constant ezcConfigurationIniItem::SETTING
    The Configuration item is a setting.
SEVEN_BIT : ezcMail
in file mail.php, class constant ezcMail::SEVEN_BIT
    7 bit encoding.
element_exception.php
procedural page element_exception.php
element_parser_exception.php
procedural page element_parser_exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php

f

$fh : ezcMailMboxTransport
in file mbox_transport.php, variable ezcMailMboxTransport::$fh
    Holds the filepointer to the mbox
$fields : ezcDbSchemaTable
in file table.php, variable ezcDbSchemaTable::$fields
    A list of all the fields in this table.
$file : ezcArchive
in file archive.php, variable ezcArchive::$file
    Direct access to the archive file.
$file : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$file
    The name of the file where the error or warning occurred in. If this is false the location is unknown.
$fileMap : ezcLogFileWriter
in file writer_file.php, variable ezcLogFileWriter::$fileMap
    Keeps track of which group of messages should be stored in what file.
$fileName : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$fileName
    The filename of the attachment.
$fileNameCharSet : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$fileNameCharSet
    The characterset of the file name.
$fileNameLanguage : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$fileNameLanguage
    The language of the filename.
$fileNumber : ezcArchive
in file archive.php, variable ezcArchive::$fileNumber
    The entry or file number to which the iterator points.
$filePath : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$filePath
    The path of the file to analyze.
$fileStructure : ezcArchiveEntry
in file archive_entry.php, variable ezcArchiveEntry::$fileStructure
    Contains the file information.
$filterName : ezcInputFormDefinitionElement
in file definition_element.php, variable ezcInputFormDefinitionElement::$filterName
    The name of the filter to use for this definition element.
$filters : ezcImageTransformation
in file transformation.php, variable ezcImageTransformation::$filters
    Stores the filters utilized by a transformation.
$formats : ezcConsoleOutputFormats
in file output_formats.php, variable ezcConsoleOutputFormats::$formats
    Array of ezcConsoleOutputFormat.
$fromString : ezcQuerySelect
in file query_select.php, variable ezcQuerySelect::$fromString
    Stores the FROM part of the SQL.
$fromTables : ezcQuerySelectSqlite
in file query_select_sqlite.php, variable ezcQuerySelectSqlite::$fromTables
    Store tables that appear in FROM clause.
file_exception.php
procedural page file_exception.php
file_exception.php
procedural page file_exception.php
file_io.php
procedural page file_io.php
file_not_found.php
procedural page file_not_found.php
file_permission.php
procedural page file_permission.php
file.php
procedural page file.php
file_reader.php
procedural page file_reader.php
file_writer.php
procedural page file_writer.php
factory.php
procedural page factory.php
file_diff_reader.php
procedural page file_diff_reader.php
file_diff_writer.php
procedural page file_diff_writer.php
file_reader.php
procedural page file_reader.php
file_writer.php
procedural page file_writer.php
field.php
procedural page field.php
formatter.php
procedural page formatter.php
filterset.php
procedural page filterset.php
filter_rule.php
procedural page filter_rule.php
fetchAll : ezcMailPop3Transport
in file pop3_transport.php, method ezcMailPop3Transport::fetchAll()
    Returns a parserset with all the messages on the server.
fetchAll : ezcMailMboxTransport
in file mbox_transport.php, method ezcMailMboxTransport::fetchAll()
    Returns an ezcMailMboxSet containing all the messages in the mbox.
fetchByMessageNr : ezcMailPop3Transport
in file pop3_transport.php, method ezcMailPop3Transport::fetchByMessageNr()
    Returns an ezcMailPop3Set containing only the $number -th message in the mailbox.
fetchByMessageNr : ezcMailMboxTransport
in file mbox_transport.php, method ezcMailMboxTransport::fetchByMessageNr()
    Returns an ezcMailMboxSet containing only the $number -th message in the mbox.
fetchData : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::fetchData()
    Fetch data from the cache.
fetchData : ezcCacheStorageFileEvalArray
in file eval_array.php, method ezcCacheStorageFileEvalArray::fetchData()
    Fetch data from a given file name.
fetchData : ezcCacheStorageFilePlain
in file plain.php, method ezcCacheStorageFilePlain::fetchData()
    Fetch data from the cache.
fetchData : ezcCacheStorageFileArray
in file array.php, method ezcCacheStorageFileArray::fetchData()
    Fetch data from the cache.
fetchDefinition : ezcPersistentDefinitionManager
in file definition_manager.php, method ezcPersistentDefinitionManager::fetchDefinition()
    Returns the definition of the persistent object with the class $class.
fetchDefinition : ezcPersistentCodeManager
in file code_manager.php, method ezcPersistentCodeManager::fetchDefinition()
    Returns the definition of the persistent object with the class $class.
fetchSchema : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::fetchSchema()
    Fetch schema from given database.
fetchSchema : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::fetchSchema()
    Fetch schema from given database.
fetchSequencesList : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::fetchSequencesList()
    Fetch list of sequences from the given database.
fetchTableFields : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::fetchTableFields()
    Fetch fields definition for the given table.
fetchTableFields : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::fetchTableFields()
    Fetch schema of all the table's fields.
fetchTableIndexes : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::fetchTableIndexes()
fetchTableIndexes : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::fetchTableIndexes()
    Fetch schema of all the table's indexes.
fetchTablesList : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::fetchTablesList()
    Fetch list of tables from the given database.
file.php
procedural page file.php
find : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::find()
    Returns the result of the query $query as a list of objects.
findIterator : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::findIterator()
findRecursive : ezcFile
in file file.php, method ezcFile::findRecursive()
    Finds files recursively on a file system
finish : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::finish()
    Completes the code generation
finish : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::finish()
    Finish the progress bar.
fopen : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::fopen()
    Exception-enabled wrapper for standard fopen()
formatText : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::formatText()
    Returns a formated version of the text.
from : ezcQuerySelectSqlite
in file query_select_sqlite.php, method ezcQuerySelectSqlite::from()
    Select which tables you want to select from.
from : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::from()
    Select which tables you want to select from.
file_not_processable.php
procedural page file_not_processable.php
file_name_invalid.php
procedural page file_name_invalid.php
file_not_processable.php
procedural page file_not_processable.php
filter_failed.php
procedural page filter_failed.php
filter_not_available.php
procedural page filter_not_available.php
filter.php
procedural page filter.php
file_parser.php
procedural page file_parser.php
file.php
procedural page file.php
file_set.php
procedural page file_set.php
find_iterator.php
procedural page find_iterator.php
flow_exception.php
procedural page flow_exception.php
file_failed_rename_exception.php
procedural page file_failed_rename_exception.php
file_failed_unlink_exception.php
procedural page file_failed_unlink_exception.php
file_not_found_exception.php
procedural page file_not_found_exception.php
file_not_readable_exception.php
procedural page file_not_readable_exception.php
file_not_writeable_exception.php
procedural page file_not_writeable_exception.php
filter_interface.php
procedural page filter_interface.php
field_not_found.php
procedural page field_not_found.php

g

$generator : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$generator
$group : ezcConfigurationIniItem
in file ini_item.php, variable ezcConfigurationIniItem::$group
    The name of the group this setting belongs to.
$groupString : ezcQuerySelect
in file query_select.php, variable ezcQuerySelect::$groupString
    Stores the GROUP BY part of the SQL.
gnu_tar.php
procedural page gnu_tar.php
group_exists_already.php
procedural page group_exists_already.php
generate : ezcMailPart
in file part.php, method ezcMailPart::generate()
    Returns the complete mail part including both the header and the body as a string.
generateAddFieldSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateAddFieldSql()
    Generate SQL query for adding a table field.
generateAddFieldSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateAddFieldSql()
    Adds a "alter table" query to add the field $fieldName to $tableName with the definition $fieldDefinition.
generateAddFieldSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateAddFieldSql()
    Generate SQL query for adding a table field.
generateAddFieldSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateAddFieldSql()
    Adds a "alter table" query to add the field $fieldName to $tableName with the definition $fieldDefinition.
generateAddIndexSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateAddIndexSql()
    Generate index creation SQL query.
generateAddIndexSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateAddIndexSql()
    Generate index creation SQL query.
generateAddIndexSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateAddIndexSql()
    Adds a "alter table" query to add the index $indexName to the table $tableName with definition $indexDefinition to the internal list of queries
generateAddIndexSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateAddIndexSql()
    Adds a "alter table" query to add the index $indexName to the table $tableName with definition $indexDefinition to the internal list of queries
generateAlterFieldSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateAlterFieldSql()
    Generate SQL query for altering table field schema.
generateAlterFieldSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateAlterFieldSql()
    Generate SQL query for altering table field schema.
generateBody : ezcMailFile
in file file.php, method ezcMailFile::generateBody()
    Returns the contents of the file with the correct encoding.
generateBody : ezcMailPart
in file part.php, method ezcMailPart::generateBody()
    Returns the body of this part as a string.
generateBody : ezcMailText
in file text.php, method ezcMailText::generateBody()
    Returns the generated text body of this part as a string.
generateBody : ezcMailRfc822Digest
in file rfc822_digest.php, method ezcMailRfc822Digest::generateBody()
    Returns the body part of this mail consisting of the digested mail.
generateBody : ezcMailMultipart
in file multipart.php, method ezcMailMultipart::generateBody()
    Returns the generated body for all multipart types.
generateBody : ezcMail
in file mail.php, method ezcMail::generateBody()
    Returns the generated body part of this mail.
generateBoundary : ezcMailMultipart
in file multipart.php, method ezcMailMultipart::generateBoundary()
    Returns a unique boundary string.
generateChangeFieldSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateChangeFieldSql()
    Adds a "alter table" query to change the field $fieldName to $tableName with the definition $fieldDefinition.
generateChangeFieldSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateChangeFieldSql()
    Adds a "alter table" query to change the field $fieldName to $tableName with the definition $fieldDefinition.
generateContentId : ezcMailTools
in file tools.php, method ezcMailTools::generateContentId()
    Returns an unique ID to be used for Content-ID headers.
generateCreateSequenceSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateCreateSequenceSql()
generateCreateSequenceSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateCreateSequenceSql()
generateCreateTableSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateCreateTableSql()
    Adds a "create table" query for the table $tableName with definition $tableDefinition to the internal list of queries.
generateCreateTableSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateCreateTableSql()
    Generate SQL queries for table creation.
generateCreateTableSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateCreateTableSql()
    Adds a "create table" query for the table $tableName with definition $tableDefinition to the internal list of queries.
generateCreateTableSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateCreateTableSql()
    Generate SQL queries for table creation.
generateDataAsSQL : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateDataAsSQL()
generateDataAsSQL : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateDataAsSQL()
generateDataValueTextSQL : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateDataValueTextSQL()
generateDataValueTextSQL : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateDataValueTextSQL()
generateDefault : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateDefault()
    Returns an appropriate default value for $type with $value.
generateDefaultDef : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateDefaultDef()
generateDiffSchemaAsSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateDiffSchemaAsSql()
    Generates queries to upgrade an existing database with the changes stored in $this->diffSchema.
generateDiffSchemaTableAsSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateDiffSchemaTableAsSql()
    Generates queries to upgrade a the table $tableName with the differences in $tableDiff.
generateDiffSchemaTableAsSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateDiffSchemaTableAsSql()
    Generates queries to upgrade a the table $tableName with the differences in $tableDiff.
generateDropFieldSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateDropFieldSql()
    Adds a "alter table" query to drop the field $fieldName from $tableName.
generateDropFieldSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateDropFieldSql()
    Adds a "alter table" query to drop the field $fieldName from $tableName.
generateDropFieldSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateDropFieldSql()
    Generate SQL query for dropping a table field.
generateDropFieldSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateDropFieldSql()
    Generate SQL query for dropping a table field.
generateDropIndexSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateDropIndexSql()
    Adds a "alter table" query to remote the index $indexName from the table $tableName to the internal list of queries.
generateDropIndexSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateDropIndexSql()
    Generate drop index SQL query.
generateDropIndexSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateDropIndexSql()
    Adds a "alter table" query to remote the index $indexName from the table $tableName to the internal list of queries.
generateDropIndexSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateDropIndexSql()
    Generate drop index SQL query.
generateDropTableSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateDropTableSql()
    Adds a "drop table" query for the table $tableName to the internal list of queries.
generateDropTableSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateDropTableSql()
    Adds a "drop table" query for the table $tableName to the internal list of queries.
generateDropTableSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateDropTableSql()
    Generate table dropping SQL query.
generateDropTableSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateDropTableSql()
    Generate table dropping SQL query.
generateFieldSql : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::generateFieldSql()
    Returns a column definition for $fieldName with definition $fieldDefinition.
generateFieldSql : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateFieldSql()
generateFieldSql : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateFieldSql()
generateFieldSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateFieldSql()
    Returns a column definition for $fieldName with definition $fieldDefinition.
generateHeaders : ezcMail
in file mail.php, method ezcMail::generateHeaders()
    Returns the generated headers for the mail.
generateHeaders : ezcMailText
in file text.php, method ezcMailText::generateHeaders()
    Returns the headers set for this part as a RFC822 compliant string.
generateHeaders : ezcMailPart
in file part.php, method ezcMailPart::generateHeaders()
    Returns the headers set for this part as a RFC 822 string.
generateIdentifier : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::generateIdentifier()
    Generate the storage internal identifier from ID and attributes.
generateMessageId : ezcMailTools
in file tools.php, method ezcMailTools::generateMessageId()
    Returns an unique message ID to be used for a mail message.
generateNullDef : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateNullDef()
generateOptionHash : ezcTemplate
in file template.php, method ezcTemplate::generateOptionHash()
    Generates a unique hash from the current options.
generateOutput : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::generateOutput()
    Returns a string containing the HTML formatted output based on $timerData and $writerData.
generateOutput : ezcDebug
in file debug.php, method ezcDebug::generateOutput()
    Returns the formatted debug output.
generateOutput : ezcDebugOutputFormatter
in file formatter.php, method ezcDebugOutputFormatter::generateOutput()
    Returns a string containing the formatted output based on $timerData and $writerData.
generateSchemaAsSql : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, method ezcDbSchemaCommonSqlWriter::generateSchemaAsSql()
    Creates SQL DDL statements from a schema definitin.
generateSchemaAsSQL : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::generateSchemaAsSQL()
    Dump specified schema as an array of SQL queries.
generateSchemaAsSQL : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateSchemaAsSQL()
    Dump specified schema as an array of SQL queries.
generateUpdateSequencesSQL : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::generateUpdateSequencesSQL()
generateValues : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::generateValues()
    Generate all values to be replaced in the format string.
get : ezcLogMapper
in file mapper.php, method ezcLogMapper::get()
    Returns the containers (results) that are mapped to this $severity, $source, and $category.
get : ezcLogFilterSet
in file filterset.php, method ezcLogFilterSet::get()
    Returns the variable assigned to the combination of a severity $severity, source $source, and category $category.
get : ezcDbInstance
in file instance.php, method ezcDbInstance::get()
    Returns the database instance $identifier.
getAccessTime : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getAccessTime()
    Returns the last access time as a timestamp.
getAlgorithm : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::getAlgorithm()
getAlgorithm : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::getAlgorithm()
getAlgorithm : ezcArchive
in file archive.php, method ezcArchive::getAlgorithm()
    Returns the algorithm that is used currently.
getAlgorithm : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::getAlgorithm()
getAlgorithm : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::getAlgorithm()
getAlgorithm : ezcArchiveZip
in file zip.php, method ezcArchiveZip::getAlgorithm()
getAllComments : ezcConfiguration
in file configuration.php, method ezcConfiguration::getAllComments()
    Returns all the groups and their settings comments as an array.
getAllSettings : ezcConfiguration
in file configuration.php, method ezcConfiguration::getAllSettings()
    Returns all the groups and their settings and values.
getArguments : ezcConsoleInput
in file input.php, method ezcConsoleInput::getArguments()
    Returns arguments provided to the program.
getArraySetting : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getArraySetting()
    Returns the value of the setting $setting in group $group in the configuration named $name.
getArraySetting : ezcConfiguration
in file configuration.php, method ezcConfiguration::getArraySetting()
    Returns the value of the setting $setting in group $group.
getBoolSetting : ezcConfiguration
in file configuration.php, method ezcConfiguration::getBoolSetting()
    Returns the value of the setting $setting in group $group.
getBoolSetting : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getBoolSetting()
    Returns the value of the setting $setting in group $group in the configuration named $name.
getCache : ezcCacheManager
in file manager.php, method ezcCacheManager::getCache()
    Returns the ezcCacheStorage object with the given ID.
getColumnTranslations : ezcLogDatabaseWriter
in file writer_database.php, method ezcLogDatabaseWriter::getColumnTranslations()
    Returns an array that describes the coupling between the logMessage information and the columns in the database.
getComment : ezcConfiguration
in file configuration.php, method ezcConfiguration::getComment()
    Returns the comment belonging to setting $setting located in group $group.
getComments : ezcConfiguration
in file configuration.php, method ezcConfiguration::getComments()
    Returns the comments belonging to the specified settings $settings as an array.
getConfig : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::getConfig()
    Returns the current configuration object.
getConfig : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::getConfig()
    Returns the current configuration object.
getContainer : ezcLogFilterRule
in file filter_rule.php, method ezcLogFilterRule::getContainer()
    Returns the container, containing the result.
getContext : ezcTranslationBackend
in file backend_interface.php, method ezcTranslationBackend::getContext()
    Returns an array with translation data for the context $context and the locale $locale.
getContext : ezcTranslationCacheBackend
in file cache_backend.php, method ezcTranslationCacheBackend::getContext()
    Returns a array containing the translation map for the specified $locale and $context.
getContext : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::getContext()
    Returns a array containing a translation map for the locale $locale and the context $context.
getContext : ezcTranslationManager
in file translation_manager.php, method ezcTranslationManager::getContext()
    Returns the translations for the $context context and the locale $locale.
getCpuCount : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::getCpuCount()
    Returns count of CPUs in system.
getCpuCount : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::getCpuCount()
    Returns number of CPUs in system.
getCpuCount : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::getCpuCount()
    Returns count of CPUs in system.
getCpuCount : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::getCpuCount()
    Returns count of CPUs in system.
getData : ezcDbSchema
in file schema.php, method ezcDbSchema::getData()
    Returns the internal data.
getDbmsName : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::getDbmsName()
getDbmsName : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::getDbmsName()
getDependencies : ezcConsoleOption
in file option.php, method ezcConsoleOption::getDependencies()
    Returns the dependency rules registered with this parameter.
getDevice : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getDevice()
getDiffReaderByFormat : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::getDiffReaderByFormat()
    Returns the class name of the differences read handler for format $format.
getDiffReaderType : ezcDbSchemaDiffReader
in file schema_diff_reader.php, method ezcDbSchemaDiffReader::getDiffReaderType()
    Returns what type of schema difference reader this class implements.
getDiffReaderType : ezcDbSchemaPhpArrayReader
in file reader.php, method ezcDbSchemaPhpArrayReader::getDiffReaderType()
    Returns what type of schema difference reader this class implements.
getDiffReaderType : ezcDbSchemaXmlReader
in file reader.php, method ezcDbSchemaXmlReader::getDiffReaderType()
    Returns what type of schema difference reader this class implements.
getDiffWriterByFormat : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::getDiffWriterByFormat()
    Returns the class name of the differences write handler for format $format.
getDiffWriterType : ezcDbSchemaDiffWriter
in file schema_diff_writer.php, method ezcDbSchemaDiffWriter::getDiffWriterType()
    Returns what type of schema difference writer this class implements.
getDiffWriterType : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::getDiffWriterType()
    Returns what type of schema difference writer this class implements.
getDiffWriterType : ezcDbSchemaPhpArrayWriter
in file writer.php, method ezcDbSchemaPhpArrayWriter::getDiffWriterType()
    Returns what type of schema difference writer this class implements.
getDiffWriterType : ezcDbSchemaXmlWriter
in file writer.php, method ezcDbSchemaXmlWriter::getDiffWriterType()
    Returns what type of schema difference writer this class implements.
getDummyTableName : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::getDummyTableName()
    Returns dummy table name.
getDummyTableName : ezcQuerySelectOracle
in file query_select_oracle.php, method ezcQuerySelectOracle::getDummyTableName()
    Returns dummy table name 'dual'.
getEntryFromFile : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getEntryFromFile()
    Returns one or an array of ezcArchiveEntry's from one or multiple files in the file system.
getErrorCount : ezcConfigurationValidationResult
in file validation_result.php, method ezcConfigurationValidationResult::getErrorCount()
    Returns the number of errors
getErrorMessage : ezcTemplateSourceToTstParserException
in file element_parser_exception.php, method ezcTemplateSourceToTstParserException::getErrorMessage()
    Generates the error message from member variables and returns it.
getErrorMessage : ezcTemplateParserException
in file parser_exception.php, method ezcTemplateParserException::getErrorMessage()
    Generates the error message from member variables and returns it.
getEventLog : ezcDebug
in file debug.php, method ezcDebug::getEventLog()
    Returns the instance of the EventLog used in this class.
getExclusions : ezcConsoleOption
in file option.php, method ezcConsoleOption::getExclusions()
    Returns the exclusion rules registered with this parameter.
getFailureCount : ezcConsoleStatusbar
in file statusbar.php, method ezcConsoleStatusbar::getFailureCount()
    Returns number of failures during the run.
getFileData : ezcArchiveZip
in file zip.php, method ezcArchiveZip::getFileData()
    Returns the file data of the given fileNumber.
getFileStructureFromFile : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getFileStructureFromFile()
    Create a file structure from a $file in the file system.
getFilterNames : ezcImageConverter
in file converter.php, method ezcImageConverter::getFilterNames()
    Returns a list of enabled filters.
getFilterNames : ezcImageHandler
in file handler.php, method ezcImageHandler::getFilterNames()
    Returns a list of filters this handler provides.
getFormatCode : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::getFormatCode()
    Returns the code for a given formating option of a given type.
getGroupId : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getGroupId()
    Returns the group ID of the entry.
getGroupNames : ezcConfiguration
in file configuration.php, method ezcConfiguration::getGroupNames()
    Returns the names of all the groups as an array.
getHandler : ezcImageConverter
in file converter.php, method ezcImageConverter::getHandler()
    Returns a handler object for direct use.
getHandlerClasses : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::getHandlerClasses()
    Returns an array of known handler classes.
getHeader : ezcMailPart
in file part.php, method ezcMailPart::getHeader()
    Returns the RAW value of the header $name.
getHelp : ezcConsoleInput
in file input.php, method ezcConsoleInput::getHelp()
    Get help information for your options.
getHelpTable : ezcConsoleInput
in file input.php, method ezcConsoleInput::getHelpTable()
    Get help information for your options as a table.
getHelpText : ezcConsoleInput
in file input.php, method ezcConsoleInput::getHelpText()
    Returns a standard help output for your program.
getIdentifier : ezcQueryExpression
in file expression.php, method ezcQueryExpression::getIdentifier()
    Returns the correct identifier for the alias $alias.
getIdentifier : ezcQuery
in file query.php, method ezcQuery::getIdentifier()
    Returns the correct identifier for the alias $alias.
getIdentifiers : ezcQuery
in file query.php, method ezcQuery::getIdentifiers()
    Returns the correct identifiers for the aliases found in $aliases.
getIdentifiers : ezcQueryExpression
in file expression.php, method ezcQueryExpression::getIdentifiers()
    Returns the correct identifiers for the aliases found in $aliases.
getImplementations : ezcDbFactory
in file factory.php, method ezcDbFactory::getImplementations()
    Returns a list with supported database implementations.
getInode : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getInode()
    Returns the inode.
getInstance : ezcTemplateConfiguration
in file configuration.php, method ezcTemplateConfiguration::getInstance()
    Returns the unique configuration instance named $name.
getInstance : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getInstance()
    Returns the instance of the class ezcConfigurationManager.
getInstance : ezcTranslationComplementEmptyFilter
in file complement_filter.php, method ezcTranslationComplementEmptyFilter::getInstance()
    Returns an instance of the class ezcTranslationFilterBork.
getInstance : ezcTranslationBorkFilter
in file bork_filter.php, method ezcTranslationBorkFilter::getInstance()
    Returns an instance of the class ezcTranslationFilterBork
getInstance : ezcDebug
in file debug.php, method ezcDebug::getInstance()
    Returns the instance of this class.
getInstance : ezcTranslationFilter
in file filter_interface.php, method ezcTranslationFilter::getInstance()
    Returns an instance of the class that implements this interface
getInstance : ezcSystemInfo
in file info.php, method ezcSystemInfo::getInstance()
    Returns the single instance of the ezcSystemInfo class
getInstance : ezcLog
in file log.php, method ezcLog::getInstance()
    Returns the instance of the class.
getInstance : ezcTranslationLeetFilter
in file leet_filter.php, method ezcTranslationLeetFilter::getInstance()
    Returns an instance of the class ezcTranslationFilterLeet
getInvalidProperties : ezcInputForm
in file input_form.php, method ezcInputForm::getInvalidProperties()
    Returns a list with all properties having invalid data.
getLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getLink()
    Returns the link with or without prefix.
getLinkType : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getLinkType()
    Returns an ezcArchiveEntry-type that corresponds to the ezcArchiveStatMode-type
getListing : ezcArchive
in file archive.php, method ezcArchive::getListing()
    Returns an array that lists the content of the archive.
getLocation : ezcConfigurationWriter
in file writer.php, method ezcConfigurationWriter::getLocation()
    Returns the current location string.
getLocation : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::getLocation()
    Returns the current location string.
getLocation : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::getLocation()
    Return the current location string.
getLocation : ezcCacheStorage
in file storage.php, method ezcCacheStorage::getLocation()
    Returns the location.
getLocation : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::getLocation()
    Returns the current location string.
getLog : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::getLog()
    Returns a string containing the HTML formatted output based on $writerData.
getMainPart : ezcMailMultipartRelated
in file multipart_related.php, method ezcMailMultipartRelated::getMainPart()
    Returns the main part of this multipart or null if there is no such part.
getMajor : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getMajor()
    Returns the major device number.
getMapper : ezcLog
in file log.php, method ezcLog::getMapper()
    Returns an instance of the current ezcLogMapper.
getMaskArray : ezcLogFilterRule
in file filter_rule.php, method ezcLogFilterRule::getMaskArray()
    Returns the bits set in $mask as separate values in an array.
getMimeOut : ezcImageConverter
in file converter.php, method ezcImageConverter::getMimeOut()
    Returns the MIME type that will be outputted for a given input type.
getMinor : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getMinor()
    Returns the minor device number.
getModificationTime : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getModificationTime()
    Returns the modification time as a timestamp.
getName : ezcDbHandlerMysql
in file mysql.php, method ezcDbHandlerMysql::getName()
    Returns 'mysql'.
getName : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::getName()
    Returns the current name for the configuration to be read.
getName : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::getName()
    Returns 'oracle'.
getName : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::getName()
    Returns 'sqlite'.
getName : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::getName()
    Returns the name of the configuration to be written.
getName : ezcDbHandlerPgsql
in file pgsql.php, method ezcDbHandlerPgsql::getName()
    Returns 'pgsql'.
getName : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::getName()
    Return the current name for the configuration to be written.
getName : ezcConfigurationWriter
in file writer.php, method ezcConfigurationWriter::getName()
    Returns the current name for the configuration to be written.
getNextLine : ezcMailMboxSet
in file mbox_set.php, method ezcMailMboxSet::getNextLine()
    Returns one line of data from the current mail in the set including the ending linebreak.
getNextLine : ezcMailFileSet
in file file_set.php, method ezcMailFileSet::getNextLine()
    Returns one line of data from the current mail in the set.
getNextLine : ezcMailVariableSet
in file var_set.php, method ezcMailVariableSet::getNextLine()
    Returns one line of data from the current mail in the set.
getNextLine : ezcMailParserSet
in file parser_set.php, method ezcMailParserSet::getNextLine()
    Returns one line of data from the current mail in the set including the ending linebreak.
getNumberSetting : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getNumberSetting()
    Returns the value of the setting $setting in group $group in the configuration named $name.
getNumberSetting : ezcConfiguration
in file configuration.php, method ezcConfiguration::getNumberSetting()
    Returns the value of the setting $setting in group $group.
getOption : ezcConsoleInput
in file input.php, method ezcConsoleInput::getOption()
    Returns the definition object for the option with the name $name.
getOptionalProperties : ezcInputForm
in file input_form.php, method ezcInputForm::getOptionalProperties()
    Returns a list with all optional properties.
getOptions : ezcConsoleProgressMonitor
in file progressmonitor.php, method ezcConsoleProgressMonitor::getOptions()
    Returns the currently set options.
getOptions : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::getOptions()
    Returns the current options.
getOptions : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::getOptions()
    Returns the current options for the writer.
getOptions : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::getOptions()
    Returns the current options for the reader.
getOptions : ezcCacheStorage
in file storage.php, method ezcCacheStorage::getOptions()
    Return the currently set options.
getOptions : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::getOptions()
    Returns the current options.
getOptions : ezcConsoleStatusbar
in file statusbar.php, method ezcConsoleStatusbar::getOptions()
    Returns the current options.
getOptions : ezcConsoleTable
in file table.php, method ezcConsoleTable::getOptions()
    Returns the current options.
getOptions : ezcConfigurationWriter
in file writer.php, method ezcConfigurationWriter::getOptions()
    Returns the current options for the writer.
getOptions : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::getOptions()
    Returns the options for the reader.
getOptions : ezcConsoleInput
in file input.php, method ezcConsoleInput::getOptions()
    Returns an array of all registered options.
getOptions : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::getOptions()
    Returns the current options.
getOptionValues : ezcConsoleInput
in file input.php, method ezcConsoleInput::getOptionValues()
    Returns the values of all submitted options.
getOracleType : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::getOracleType()
getOutMime : ezcImageTransformation
in file transformation.php, method ezcImageTransformation::getOutMime()
    Determine output MIME type Returns the MIME type that the transformation will output.
getParts : ezcMailMultipartAlternative
in file multipart_alternative.php, method ezcMailMultipartAlternative::getParts()
    Returns the mail parts associated with this multipart.
getParts : ezcMailMultipartMixed
in file multipart_mixed.php, method ezcMailMultipartMixed::getParts()
    Returns the mail parts associated with this multipart.
getParts : ezcMailMultipartDigest
in file multipart_digest.php, method ezcMailMultipartDigest::getParts()
    Returns the mail parts associated with this multipart.
getPath : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPath()
    Returns the complete path or path without the prefix.
getPermissions : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPermissions()
    Returns a bit mask representing the permissions of this entry.
getPermissionsString : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPermissionsString()
    Returns the permissions as a string.
getPrefix : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPrefix()
    Returns the prefix.
getQuery : ezcQuerySelectOracle
in file query_select_oracle.php, method ezcQuerySelectOracle::getQuery()
    Transforms the query from the parent to provide LIMIT functionality.
getQuery : ezcQueryUpdate
in file query_update.php, method ezcQueryUpdate::getQuery()
    Returns the query string for this query object.
getQuery : ezcQuerySubSelect
in file query_subselect.php, method ezcQuerySubSelect::getQuery()
    Return string with SQL query for subselect.
getQuery : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::getQuery()
    Returns the complete select query string.
getQuery : ezcQueryDelete
in file query_delete.php, method ezcQueryDelete::getQuery()
    Returns the query string for this query object.
getQuery : ezcQuery
in file query.php, method ezcQuery::getQuery()
    Returns the query string for this query object.
getQuery : ezcQueryInsert
in file query_insert.php, method ezcQueryInsert::getQuery()
    Returns the query string for this query object.
getReaderByFormat : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::getReaderByFormat()
    Returns the class name of the read handler for format $format.
getReaderType : ezcDbSchemaSqliteReader
in file reader.php, method ezcDbSchemaSqliteReader::getReaderType()
    Returns what type of schema reader this class implements.
getReaderType : ezcDbSchemaReader
in file schema_reader.php, method ezcDbSchemaReader::getReaderType()
    Returns what type of schema reader this class implements.
getReaderType : ezcDbSchemaPhpArrayReader
in file reader.php, method ezcDbSchemaPhpArrayReader::getReaderType()
    Returns what type of reader writer this class implements.
getReaderType : ezcDbSchemaMysqlReader
in file reader.php, method ezcDbSchemaMysqlReader::getReaderType()
    Returns what type of schema reader this class implements.
getReaderType : ezcDbSchemaXmlReader
in file reader.php, method ezcDbSchemaXmlReader::getReaderType()
    Returns what type of reader writer this class implements.
getRelatedPartByID : ezcMailMultipartRelated
in file multipart_related.php, method ezcMailMultipartRelated::getRelatedPartByID()
    Returns the part associated with the passed Content-ID.
getRelatedParts : ezcMailMultipartRelated
in file multipart_related.php, method ezcMailMultipartRelated::getRelatedParts()
    Returns the mail parts associated with this multipart.
getRemainingLifetime : ezcCacheStorage
in file storage.php, method ezcCacheStorage::getRemainingLifetime()
    Returns the time ( in seconds ) that remains for a cache object, before it gets outdated. In case the cache object is already outdated or does not exists, this method returns 0.
getRemainingLifetime : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::getRemainingLifetime()
    Returns the time ( in seconds ) which remains for a cache object, before it gets outdated. In case the cache object is already outdated or does not exists, this method returns 0.
getRepositoryDirectories : ezcBase
in file base.php, method ezcBase::getRepositoryDirectories()
    Return the list of directories that contain class repositories.
getRequiredProperties : ezcInputForm
in file input_form.php, method ezcInputForm::getRequiredProperties()
    Returns a list with all required properties.
getResultList : ezcConfigurationValidationResult
in file validation_result.php, method ezcConfigurationValidationResult::getResultList()
    Returns a list with validation items
getSchema : ezcDbSchema
in file schema.php, method ezcDbSchema::getSchema()
    Returns the internal schema.
getSchema : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::getSchema()
    Return schema in one of internal formats without saving it to a file or database.
getSchema : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::getSchema()
    Return schema in one of internal formats without saving it to a file or database.
getSchema : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::getSchema()
    Return schema in one of internal formats without saving it to a file or database.
getSetting : ezcConfiguration
in file configuration.php, method ezcConfiguration::getSetting()
    Returns the value of setting $setting located in group $group.
getSetting : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getSetting()
    Returns the value of the setting $setting in group $group in the configuration named $name.
getSettingNames : ezcConfiguration
in file configuration.php, method ezcConfiguration::getSettingNames()
    Returns the names of all settings in the group $group.
getSettings : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getSettings()
    Returns the values of the settings $settings in group $group in the configuration named $name.
getSettings : ezcConfiguration
in file configuration.php, method ezcConfiguration::getSettings()
    Returns the values of the settings $settings in group $group as an array.
getSettingsAsList : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getSettingsAsList()
    Returns the values of the settings $settings in group $group as an array.
getSettingsInGroup : ezcConfiguration
in file configuration.php, method ezcConfiguration::getSettingsInGroup()
    Returns all settings in the group $group.
getSize : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getSize()
    Returns the file size.
getStringSetting : ezcConfiguration
in file configuration.php, method ezcConfiguration::getStringSetting()
    Returns the value of the setting $setting in group $group.
getStringSetting : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::getStringSetting()
    Returns the value of the setting $setting in group $group in the configuration named $name.
getSuccessCount : ezcConsoleStatusbar
in file statusbar.php, method ezcConsoleStatusbar::getSuccessCount()
    Returns number of successes during the run.
getSuffix : ezcConfigurationIniWriter
in file ini_writer.php, method ezcConfigurationIniWriter::getSuffix()
    Returns 'ini'. The suffix used in the storage filename.
getSuffix : ezcConfigurationWriter
in file writer.php, method ezcConfigurationWriter::getSuffix()
    Returns the suffix used in the storage filename.
getSuffix : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::getSuffix()
    Returns the suffix used in the storage filename.
getSuffix : ezcConfigurationIniReader
in file ini_reader.php, method ezcConfigurationIniReader::getSuffix()
    Returns 'ini'. The suffix used in the storage filename.
getSuffix : ezcConfigurationArrayWriter
in file array_writer.php, method ezcConfigurationArrayWriter::getSuffix()
    Returns the suffix used in the storage filename.
getSuffix : ezcConfigurationArrayReader
in file array_reader.php, method ezcConfigurationArrayReader::getSuffix()
    Returns the suffix used in the storage filename.
getSupportedDiffFormats : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::getSupportedDiffFormats()
    Returns list of schema types supported by all known difference handlers.
getSupportedFeatures : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::getSupportedFeatures()
getSupportedFeatures : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::getSupportedFeatures()
getSupportedFormats : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::getSupportedFormats()
    Returns list of schema types supported by all known handlers.
getSupportedInternalFormats : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::getSupportedInternalFormats()
    Returns the list of internal formats supported by the handler.
getSupportedInternalFormats : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::getSupportedInternalFormats()
    Returns the list of internal formats supported by the handler.
getSupportedInternalFormats : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::getSupportedInternalFormats()
    Returns the list of internal formats supported by the handler.
getSupportedStorageTypes : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::getSupportedStorageTypes()
    This handler supports saving/loading schema to/from DB and saving to SQL files.
getSupportedStorageTypes : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::getSupportedStorageTypes()
    This handler supports saving/loading schema to/from DB and saving to SQL files.
getSynopsis : ezcConsoleInput
in file input.php, method ezcConsoleInput::getSynopsis()
    Returns the synopsis string for the program.
getTable : ezcConsoleTable
in file table.php, method ezcConsoleTable::getTable()
    Returns the table in a string.
getTarInstance : ezcArchive
in file archive.php, method ezcArchive::getTarInstance()
    Open a tar instance.
getTimestamp : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::getTimestamp()
    Returns the last modified timestamp.
getTimestamp : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::getTimestamp()
    Returns the last modified timestamp.
getTimingsAccumulator : ezcDebugHtmlFormatter
in file html_formatter.php, method ezcDebugHtmlFormatter::getTimingsAccumulator()
    Returns a string containing the HTML formatted output based on $timerData.
getTmpDir : ezcMailParser
in file parser.php, method ezcMailParser::getTmpDir()
    Returns the temporary directory.
getTranslation : ezcTranslation
in file translation.php, method ezcTranslation::getTranslation()
    Returns the translated version of the original string $key.
getType : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getType()
    Returns type of the entry.
getTypeString : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getTypeString()
    Returns the type string for the current type of the entry.
getUnsafeRawData : ezcInputForm
in file input_form.php, method ezcInputForm::getUnsafeRawData()
    Returns RAW input variable values for invalid field $fieldName.
getUserId : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getUserId()
    Returns the user ID of the entry.
getValidProperties : ezcInputForm
in file input_form.php, method ezcInputForm::getValidProperties()
    Returns a list with all properties that have valid data.
getVariableArray : ezcTemplateVariableCollection
in file variable_collection.php, method ezcTemplateVariableCollection::getVariableArray()
    Returns all variables in an array.
getWarningCount : ezcConfigurationValidationResult
in file validation_result.php, method ezcConfigurationValidationResult::getWarningCount()
    Returns the number of warnings
getWriterByFormat : ezcDbSchemaHandlerManager
in file handler_manager.php, method ezcDbSchemaHandlerManager::getWriterByFormat()
    Returns the class name of the write handler for format $format.
getWriterType : ezcDbSchemaPhpArrayWriter
in file writer.php, method ezcDbSchemaPhpArrayWriter::getWriterType()
    Returns what type of schema writer this class implements.
getWriterType : ezcDbSchemaXmlWriter
in file writer.php, method ezcDbSchemaXmlWriter::getWriterType()
    Returns what type of schema writer this class implements.
getWriterType : ezcDbschemaPersistentWriter
in file writer.php, method ezcDbschemaPersistentWriter::getWriterType()
    Returns what type of schema writer this class implements.
getWriterType : ezcDbSchemaWriter
in file schema_writer.php, method ezcDbSchemaWriter::getWriterType()
    Returns what type of schema writer this class implements.
getWriterType : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::getWriterType()
    Returns what type of schema writer this class implements.
getZipInstance : ezcArchive
in file archive.php, method ezcArchive::getZipInstance()
    Open a zip instance. This method is made public for testing purposes, and should not be used.
groupBy : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::groupBy()
    Returns SQL that groups the result set by a given column.
gt : ezcQueryExpression
in file expression.php, method ezcQueryExpression::gt()
    Returns the SQL to check if one value is greater than another value.
gte : ezcQueryExpression
in file expression.php, method ezcQueryExpression::gte()
    Returns the SQL to check if one value is greater than or equal to another value.
geometry.php
procedural page geometry.php
generator_definition.php
procedural page generator_definition.php
generator.php
procedural page generator.php

h

$handlers : ezcImageConverter
in file converter.php, variable ezcImageConverter::$handlers
    Keeps the handlers used by the converter.
$handlers : ezcImageConverterSettings
in file converter_settings.php, variable ezcImageConverterSettings::$handlers
    Array with handler settings objects.
$hasThumbnail : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$hasThumbnail
    Does the image have a thumbnail?
$headerPositions : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$headerPositions
    Stores the block number where the header starts.
$headers : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$headers
    Stores all the headers from the archive.
$height : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$height
    Height of image in pixels.
CHANGE : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::CHANGE
handler_not_found.php
procedural page handler_not_found.php
handler.php
procedural page handler.php
handler.php
procedural page handler.php
handler_manager.php
procedural page handler_manager.php
html_formatter.php
procedural page html_formatter.php
hasAliases : ezcQuery
in file query.php, method ezcQuery::hasAliases()
    Returns true if this object has aliases.
hasAliases : ezcQueryExpression
in file expression.php, method ezcQueryExpression::hasAliases()
    Returns true if this object has aliases.
hasData : ezcMailMboxSet
in file mbox_set.php, method ezcMailMboxSet::hasData()
    Returns whether the set contains mails
hasData : ezcMailFileSet
in file file_set.php, method ezcMailFileSet::hasData()
    Returns whether the file set contains files
hasData : ezcMailParserSet
in file parser_set.php, method ezcMailParserSet::hasData()
    Returns whether mails are being available for parsing.
hasDependency : ezcConsoleOption
in file option.php, method ezcConsoleOption::hasDependency()
    Returns if a given dependency rule is registered with the parameter.
hasExclusion : ezcConsoleOption
in file option.php, method ezcConsoleOption::hasExclusion()
    Returns if a given exclusion rule is registered with the parameter.
hasFeature : ezcDbHandler
in file handler.php, method ezcDbHandler::hasFeature()
    Returns true if the given $feature is supported by the handler.
hasFeature : ezcDbHandlerMysql
in file mysql.php, method ezcDbHandlerMysql::hasFeature()
    Returns the features supported by MySQL.
hasFeature : ezcDbHandlerSqlite
in file sqlite.php, method ezcDbHandlerSqlite::hasFeature()
    Returns the features supported by SQLite.
hasFilter : ezcImageHandler
in file handler.php, method ezcImageHandler::hasFilter()
    Checks if a given filter is available in this handler.
hasFilter : ezcImageConverter
in file converter.php, method ezcImageConverter::hasFilter()
    Returns if a given filter is available.
hasGetData : ezcInputForm
in file input_form.php, method ezcInputForm::hasGetData()
    Returns whether there is GET data available
hasGroup : ezcConfiguration
in file configuration.php, method ezcConfiguration::hasGroup()
    Returns true if the group $group exists.
hasInputField : ezcInputForm
in file input_form.php, method ezcInputForm::hasInputField()
    Returns whether the optional field $fieldName exists.
hasOption : ezcConsoleInput
in file input.php, method ezcConsoleInput::hasOption()
    Returns true if an option with the given name exists, otherwise false.
hasPostData : ezcInputForm
in file input_form.php, method ezcInputForm::hasPostData()
    Returns whether there is POST data available
hasSetting : ezcConfiguration
in file configuration.php, method ezcConfiguration::hasSetting()
    Returns true if setting $setting exists within the group $group.
hasSetting : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::hasSetting()
    Returns whether the setting $setting exists in group $group in the configuration named $name.
hasSettings : ezcConfiguration
in file configuration.php, method ezcConfiguration::hasSettings()
    Returns true if all the specified settings $settings exists within $group.
hasValidData : ezcInputForm
in file input_form.php, method ezcInputForm::hasValidData()
    Returns whether the filters for required field $fieldName returned valid data.
helpOptionSet : ezcConsoleInput
in file input.php, method ezcConsoleInput::helpOptionSet()
    Returns if a help option was set.
handler.php
procedural page handler.php
handler_not_available.php
procedural page handler_not_available.php
handler_settings_invalid.php
procedural page handler_settings_invalid.php
handler.php
procedural page handler.php
handler_settings.php
procedural page handler_settings.php
headers_holder.php
procedural page headers_holder.php
PHP_TYPE_ARRAY : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_ARRAY
PHP_TYPE_FLOAT : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_FLOAT
PHP_TYPE_INT : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_INT
PHP_TYPE_OBJECT : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_OBJECT
PHP_TYPE_STRING : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_STRING

i

$idProperty : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$idProperty
    Holds the identifier property.
$indexes : ezcDbSchemaTable
in file table.php, variable ezcDbSchemaTable::$indexes
    A list of all the indexes on this table.
$indexFields : ezcDbSchemaIndex
in file index.php, variable ezcDbSchemaIndex::$indexFields
    The fields that make up this index
$isAnalyzed : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$isAnalyzed
    Determines whether the image file has been analyzed or not.
$isAnimated : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$isAnimated
    Is the image animated?
$isAvailable : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$isAvailable
    Indicates if this handler is available.
$isColor : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$isColor
    Does the image have colors?
$isEnabled : ezcSystemInfoAccelerator
in file accelerator_info.php, variable ezcSystemInfoAccelerator::$isEnabled
    Flag that informs if PHP accelerator enabled or not.
$isValid : ezcConfigurationValidationResult
in file validation_result.php, variable ezcConfigurationValidationResult::$isValid
    Holds information on whether the validation process was a success or not, will be true if successful and false if unsuccessful.
BINARY : ezcMail
in file mail.php, class constant ezcMail::BINARY
    Binary encoding.
invalid_data.php
procedural page invalid_data.php
invalid_id.php
procedural page invalid_id.php
invalid_storage_class.php
procedural page invalid_storage_class.php
invalid_reader_class.php
procedural page invalid_reader_class.php
invalid_suffix.php
procedural page invalid_suffix.php
ini_parser.php
procedural page ini_parser.php
ini_reader.php
procedural page ini_reader.php
ini_writer.php
procedural page ini_writer.php
ini_item.php
procedural page ini_item.php
invalid_option_name.php
procedural page invalid_option_name.php
input.php
procedural page input.php
invalid.php
procedural page invalid.php
instance.php
procedural page instance.php
invalid_diff_reader_class.php
procedural page invalid_diff_reader_class.php
invalid_diff_writer_class.php
procedural page invalid_diff_writer_class.php
invalid_reader_class.php
procedural page invalid_reader_class.php
invalid_schema.php
procedural page invalid_schema.php
invalid_writer_class.php
procedural page invalid_writer_class.php
index.php
procedural page index.php
index_field.php
procedural page index_field.php
index_fields.php
procedural page index_fields.php
DIM_REGEXP : ezcConfigurationIniParser
in file ini_parser.php, class constant ezcConfigurationIniParser::DIM_REGEXP
    A regexp that matches the rules that are defined for an dimension extension
DISPLAY_ATTACHMENT : ezcMailFile
in file file.php, class constant ezcMailFile::DISPLAY_ATTACHMENT
    Use DISPLAY_ATTACHMENT if you want the file to be displayed as an attachment to the recipients of the mail.
DISPLAY_INLINE : ezcMailFile
in file file.php, class constant ezcMailFile::DISPLAY_INLINE
    Use DISPLAY_INLINE if you want the file to be displayed inline in the mail to the recipients.
EIGHT_BIT : ezcMail
in file mail.php, class constant ezcMail::EIGHT_BIT
    8 bit encoding.
invalid_callback.php
procedural page invalid_callback.php
FILE : ezcDbSchema
in file schema.php, class constant ezcDbSchema::FILE
    Used by reader and writer classes to inform that it implements a file based handler.
FILE_NOT_FOUND : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_FOUND
    The file could not be found on the filesystem.
FILE_NOT_READABLE : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_READABLE
    The file could not be read from the filesystem.
FILE_NOT_SUITABLE : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_SUITABLE
    The file not suitable.
FILE_NOT_WRITABLE : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_WRITABLE
    The file could not be written to the filesystem.
identifier : ezcTemplateNoContext
in file no_context.php, method ezcTemplateNoContext::identifier()
    Returns the unique identifier for the context handler.
identifier : ezcTemplateOutputContext
in file output_context.php, method ezcTemplateOutputContext::identifier()
    Returns the unique identifier for the context handler. This is used to uniquely identify the handler, e.g. it is included in the path of compiled files.
identifier : ezcTemplateXhtmlContext
in file xhtml_context.php, method ezcTemplateXhtmlContext::identifier()
    Returns the unique identifier for the context handler.
invalid_handler.php
procedural page invalid_handler.php
imagemagick.php
procedural page imagemagick.php
invalid_filter_parameter.php
procedural page invalid_filter_parameter.php
invalid_reference.php
procedural page invalid_reference.php
implodeWithKey : ezcLogUnixFileWriter
in file writer_unix_file.php, method ezcLogUnixFileWriter::implodeWithKey()
    Returns a string from the hash $data.
in : ezcQueryExpression
in file expression.php, method ezcQueryExpression::in()
    Returns the SQL to check if a value is one in a set of given values..
indent : ezcTemplateXhtmlContext
in file xhtml_context.php, method ezcTemplateXhtmlContext::indent()
    Does nothing.
indent : ezcTemplateOutputContext
in file output_context.php, method ezcTemplateOutputContext::indent()
indent : ezcTemplateNoContext
in file no_context.php, method ezcTemplateNoContext::indent()
    Does nothing.
indentCode : ezcPhpGenerator
in file php_generator.php, method ezcPhpGenerator::indentCode()
    Returns each line in $text indented correctly if indenting is turned on.
init : ezcConfigurationWriter
in file writer.php, method ezcConfigurationWriter::init()
    Initializes the writer with a $location and a $name.
init : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::init()
    Initializes the writer with a $location and a $name.
init : ezcExecution
in file execution.php, method ezcExecution::init()
    Initializes the ezcExecution environment.
init : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::init()
    Initializes the reader with a $location and a $name.
init : ezcConfigurationManager
in file configuration_manager.php, method ezcConfigurationManager::init()
    Initializes the manager.
init : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::init()
    Initializes the reader with a location and a name. These values determine where the configuration will be serialized.
initReader : ezcTranslationContextRead
in file context_read_interface.php, method ezcTranslationContextRead::initReader()
    Initializes the reader to read from the locale $locale.
initReader : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::initReader()
    Initializes the reader to read from locale $locale.
initWriter : ezcTranslationContextWrite
in file context_write_interface.php, method ezcTranslationContextWrite::initWriter()
    Initializes the writer to write from the locale $locale.
initWriter : ezcTranslationCacheBackend
in file cache_backend.php, method ezcTranslationCacheBackend::initWriter()
    Initializes the writer to write to the locale $locale.
innerJoin : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::innerJoin()
    Returns the SQL for a inner join or prepares $fromString for a inner join.
insertInto : ezcQueryInsert
in file query_insert.php, method ezcQueryInsert::insertInto()
    Opens the query and sets the target table to $table.
insertValues : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::insertValues()
    Insert values into bar format string.
isAvailable : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::isAvailable()
    Checks wether the GD handler is available on the system.
isAvailable : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::isAvailable()
    Checks wether the given handler is available for analyzing images.
isAvailable : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::isAvailable()
    Checks wether the GD handler is available on the system.
isDirectory : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isDirectory()
    Returns true when this entry represents a directory.
isEmpty : ezcArchive
in file archive.php, method ezcArchive::isEmpty()
    Returns true if the current archive is empty, otherwise false.
isFile : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isFile()
    Returns true when this entry represents a file.
isFinished : ezcMailMboxSet
in file mbox_set.php, method ezcMailMboxSet::isFinished()
    Returns true if all the data has been fetched from this set.
isHardLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isHardLink()
    Returns true when this entry represents a hard link.
isLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isLink()
    Returns true when this entry represents a symbolic or a hard link.
isMatch : ezcLogFilterRule
in file filter_rule.php, method ezcLogFilterRule::isMatch()
    Returns true when the given $severity, $source, and $category matches with this filter rule.
isModified : ezcConfiguration
in file configuration.php, method ezcConfiguration::isModified()
    Returns true if the configuration has been modified since it was initialized with the constructor.
isNull : ezcQueryExpression
in file expression.php, method ezcQueryExpression::isNull()
    Returns SQL that checks if a expression is null.
isShellExecution : ezcSystemInfo
in file info.php, method ezcSystemInfo::isShellExecution()
    Determins if the script got executed over the web or the shell/command line.
isSymLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isSymLink()
    Returns true when this entry represents a symbolic link.
isTypeLengthSupported : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::isTypeLengthSupported()
isValid : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValid : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValid : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValid : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValidFormatCode : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::isValidFormatCode()
    Returns if a format code is valid for ta specific formating option.
isWritable : ezcArchive
in file archive.php, method ezcArchive::isWritable()
    Returns true if it is possible to write to the archive, otherwise false.
libraryMode : ezcBase
in file base.php, class constant ezcBase::libraryMode
    Indirectly it determines the path where the autoloads are stored.
identifier_generation.php
procedural page identifier_generation.php
identifier_generator.php
procedural page identifier_generator.php
info.php
procedural page info.php
info_reader.php
procedural page info_reader.php
info_freebsd.php
procedural page info_freebsd.php
info_linux.php
procedural page info_linux.php
info_windows.php
procedural page info_windows.php
invalid_compiled_file_exception.php
procedural page invalid_compiled_file_exception.php
input_variable_missing.php
procedural page input_variable_missing.php
invalid_definition.php
procedural page invalid_definition.php
input_filter.php
procedural page input_filter.php
input_form.php
procedural page input_form.php
VISIBILITY_PRIVATE : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PRIVATE
    Used for fields with private visibility.
VISIBILITY_PROPERTY : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PROPERTY
    Used for fields that are properties
VISIBILITY_PROTECTED : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PROTECTED
    Used for fields with protected visibility.
VISIBILITY_PUBLIC : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PUBLIC
    Used for fields with public visibility.
WIDTH_FIXED : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::WIDTH_FIXED
    The width given by settings must be used even if the data allows it smaller.
WIDTH_MAX : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::WIDTH_MAX
    The width given by settings is a maximum value, if data allows it, the table gets smaller.
ZIP : ezcArchive
in file archive.php, class constant ezcArchive::ZIP
    ZIP archive.

k

$knownHandlers : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$knownHandlers
    Collection of known handler classes. Classes are ordered by priority.
keepConnection : ezcMailSmtpTransport
in file transport_smtp.php, method ezcMailSmtpTransport::keepConnection()
    Sets if the connection should be kept open after sending an email.
key : ezcConsoleTable
in file table.php, method ezcConsoleTable::key()
    Returns the key of the currently selected cell.
key : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::key()
    Returns the current context's name.
key : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::key()
    Returns the key of the currently selected cell.
key : ezcTemplateVariableCollection
in file variable_collection.php, method ezcTemplateVariableCollection::key()
    Returns the current key.
key : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::key()
    Returns null.
key : ezcConfigurationIniParser
in file ini_parser.php, method ezcConfigurationIniParser::key()
    Returns the "key" for each element.
key : ezcArchive
in file archive.php, method ezcArchive::key()
    Returns the current key, entry number, if it is valid, otherwise false is returned.
key_not_available.php
procedural page key_not_available.php

l

$lastHandler : ezcImageTransformation
in file transformation.php, variable ezcImageTransformation::$lastHandler
    The handler last used for filtering.
$lastInvokedMethod : ezcQuerySelect
in file query_select.php, variable ezcQuerySelect::$lastInvokedMethod
    Stores the name of last invoked SQL clause method.
$length : ezcDbSchemaField
in file field.php, variable ezcDbSchemaField::$length
    The length of this field.
$limitString : ezcQuerySelect
in file query_select.php, variable ezcQuerySelect::$limitString
    Stores the LIMIT part of the SQL.
$line : ezcConfigurationValidationItem
in file validation_item.php, variable ezcConfigurationValidationItem::$line
    The line number the error or warning occurred on. If this is false the location is unknown.
$localHeaderPositions : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$localHeaderPositions
    Stores the byte number where the local file header starts for each entry.
$localHeaders : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$localHeaders
    Stores the ezcArchiveLocalFileHeader for each entry.
$location : ezcConfigurationFileWriter
in file file_writer.php, variable ezcConfigurationFileWriter::$location
    The current location of the config, this is either the path on the filesystem or a PHP stream prefix.
$location : ezcConfigurationFileReader
in file file_reader.php, variable ezcConfigurationFileReader::$location
    The current location of the config, this is either the path on the filesystem or a PHP stream prefix.
$logDirectory : ezcLogFileWriter
in file writer_file.php, variable ezcLogFileWriter::$logDirectory
    Directory where the log files should be placed.
ALIGN_CENTER : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::ALIGN_CENTER
    Align text in cells to the center.
ALIGN_DEFAULT : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::ALIGN_DEFAULT
    Align text in the default direction.
ALIGN_LEFT : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::ALIGN_LEFT
    Align text in cells to the right.
ALIGN_RIGHT : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::ALIGN_RIGHT
    Align text in cells to the left.
BLOCK_SIZE : ezcArchiveV7Tar
in file v7_tar.php, class constant ezcArchiveV7Tar::BLOCK_SIZE
    Amount of bytes in a block.
log.php
procedural page log.php
log_filter.php
procedural page log_filter.php
FLOW_DO : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::FLOW_DO
    'do' program flow structure.
FLOW_FOR : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::FLOW_FOR
    'for' program flow structure.
FLOW_FOREACH : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::FLOW_FOREACH
    'foreach' program flow structure.
FLOW_IF : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::FLOW_IF
    'if' program flow structure.
FLOW_WHILE : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::FLOW_WHILE
    'while' program flow structure.
lAnd : ezcQueryExpression
in file expression.php, method ezcQueryExpression::lAnd()
    Returns the SQL to bind logical expressions together using a logical and.
leftJoin : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::leftJoin()
    Returns the SQL for a left join or prepares $fromString for a left join.
length : ezcQueryExpression
in file expression.php, method ezcQueryExpression::length()
    Returns the length of a text field.
like : ezcQueryExpression
in file expression.php, method ezcQueryExpression::like()
    Match a partial string in a column.
limit : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::limit()
    Returns SQL that limits the result set.
limit : ezcQuerySelectOracle
in file query_select_oracle.php, method ezcQuerySelectOracle::limit()
    Returns SQL that limits the result set.
lineBreak : ezcMailTools
in file tools.php, method ezcMailTools::lineBreak()
    Returns one endLine character.
listMessages : ezcMailMboxTransport
in file mbox_transport.php, method ezcMailMboxTransport::listMessages()
    This function reads through the whole mbox and returns starting positions of the messages.
listMessages : ezcMailPop3Transport
in file pop3_transport.php, method ezcMailPop3Transport::listMessages()
    Returns a list of the messages on the server and the size of the messages in bytes.
listUniqueIdentifiers : ezcMailPop3Transport
in file pop3_transport.php, method ezcMailPop3Transport::listUniqueIdentifiers()
    Returns the unique identifiers for each message on the POP3 server or for the specified message $msgNum if provided.
load : ezcImageHandler
in file handler.php, method ezcImageHandler::load()
    Load an image file.
load : ezcConfigurationArrayReader
in file array_reader.php, method ezcConfigurationArrayReader::load()
    Loads the current config object
load : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::load()
    Returns the persistent object of class $class with id $id.
load : ezcConfigurationIniReader
in file ini_reader.php, method ezcConfigurationIniReader::load()
    Loads a configuration object
load : ezcConfigurationReader
in file reader.php, method ezcConfigurationReader::load()
    Loads the current config object.
loadDiffFromFile : ezcDbSchemaPhpArrayReader
in file reader.php, method ezcDbSchemaPhpArrayReader::loadDiffFromFile()
    Returns the database differences stored in the file $file
loadDiffFromFile : ezcDbSchemaXmlReader
in file reader.php, method ezcDbSchemaXmlReader::loadDiffFromFile()
    Returns the database differences stored in the XML file $file
loadDiffFromFile : ezcDbSchemaDiffFileReader
in file file_diff_reader.php, method ezcDbSchemaDiffFileReader::loadDiffFromFile()
    Returns an ezcDbSchemaDiff object created from the differences stored in the file $file
loadExternalFile : ezcBase
in file base.php, method ezcBase::loadExternalFile()
    Loads, require(), the given file name from an external package.
loadFile : ezcBase
in file base.php, method ezcBase::loadFile()
    Loads, require(), the given file name. If we are in development mode, "/src/" is inserted into the path.
loadFromDb : ezcDbSchemaDbReader
in file db_reader.php, method ezcDbSchemaDbReader::loadFromDb()
    Returns an ezcDbSchema created from the database schema in the database referenced by $db
loadFromDb : ezcDbSchemaSqliteReader
in file reader.php, method ezcDbSchemaSqliteReader::loadFromDb()
    Returns a ezcDbSchema object from the database that is referenced with $db.
loadFromDb : ezcDbSchemaMysqlReader
in file reader.php, method ezcDbSchemaMysqlReader::loadFromDb()
    Returns a ezcDbSchema object from the database that is referenced with $db.
loadFromFile : ezcDbSchemaPhpArrayReader
in file reader.php, method ezcDbSchemaPhpArrayReader::loadFromFile()
    Returns the database schema stored in the file $file
loadFromFile : ezcDbSchemaXmlReader
in file reader.php, method ezcDbSchemaXmlReader::loadFromFile()
    Returns the database schema stored in the XML file $file
loadFromFile : ezcDbSchemaFileReader
in file file_reader.php, method ezcDbSchemaFileReader::loadFromFile()
    Returns an ezcDbSchema with the definition from $file
loadIfExists : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::loadIfExists()
    Returns the persistent object of class $class with id $id.
loadIntoObject : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::loadIntoObject()
    Loads the persistent object with the id $id into the object $pObject.
loadSchema : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::loadSchema()
    Loads schema from a database.
loadSchema : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::loadSchema()
    Load schema from the specified source
loadSchema : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::loadSchema()
    Loads schema from a database.
log : ezcLog
in file log.php, method ezcLog::log()
    Write the message $message with additional information to one or multiple log writers.
log : ezcDebug
in file debug.php, method ezcDebug::log()
    Writes the debug message $message with verbosity $verbosity.
logHandler : ezcLog
in file log.php, method ezcLog::logHandler()
    This method can be set as error_handler to log using http://www.php.net/trigger_error.
lOr : ezcQueryExpression
in file expression.php, method ezcQueryExpression::lOr()
    Returns the SQL to bind logical expressions together using a logical or.
lt : ezcQueryExpression
in file expression.php, method ezcQueryExpression::lt()
    Returns the SQL to check if one value is less than another value.
lte : ezcQueryExpression
in file expression.php, method ezcQueryExpression::lte()
    Returns the SQL to check if one value is less than or equal to another value.
locator_not_found_exception.php
procedural page locator_not_found_exception.php
leet_filter.php
procedural page leet_filter.php

m

$max : ezcConsoleProgressMonitor
in file progressmonitor.php, variable ezcConsoleProgressMonitor::$max
    The number of entries to expect.
$maxFiles : ezcLogFileWriter
in file writer_file.php, variable ezcLogFileWriter::$maxFiles
    Maximum log rotation files with the same name.
$maxSize : ezcLogFileWriter
in file writer_file.php, variable ezcLogFileWriter::$maxSize
    Maximum file size before rotation.
$measures : ezcConsoleProgressbar
in file progressbar.php, variable ezcConsoleProgressbar::$measures
    Stores the bar utilization.
$memorySize : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$memorySize
    Contains the amount of system memory the OS has, the value is in bytes.
$memorySize : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$memorySize
    Contains the amount of system memory the OS has, the value is in bytes.
$memorySize : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$memorySize
    Contains the amount of system memory the OS has, the value is in bytes.
$mime : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$mime
    The MIME type of the image.
$mime : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$mime
    Detected MIME type for the image.
$mimeMap : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$mimeMap
    Mapping between ImageMagick identification strings and MIME types.
$mimeOut : ezcImageTransformation
in file transformation.php, variable ezcImageTransformation::$mimeOut
    Array of MIME types allowed as output for this transformation.
$mimeTypes : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$mimeTypes
    MIME types this handler is capable to read.
$mode : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$mode
    The image mode.
$modificationDate : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$modificationDate
    The last modification date of the file attachment.
manager.php
procedural page manager.php
manager_no_init.php
procedural page manager_no_init.php
missing_parameter.php
procedural page missing_parameter.php
mysql.php
procedural page mysql.php
mapper.php
procedural page mapper.php
mime_type_unsupported.php
procedural page mime_type_unsupported.php
missing_filter_parameter.php
procedural page missing_filter_parameter.php
mail_exception.php
procedural page mail_exception.php
mail.php
procedural page mail.php
multipart_alternative_parser.php
procedural page multipart_alternative_parser.php
multipart_digest_parser.php
procedural page multipart_digest_parser.php
multipart_mixed_parser.php
procedural page multipart_mixed_parser.php
multipart_parser.php
procedural page multipart_parser.php
multipart_related_parser.php
procedural page multipart_related_parser.php
multipart.php
procedural page multipart.php
multipart_alternative.php
procedural page multipart_alternative.php
multipart_digest.php
procedural page multipart_digest.php
multipart_mixed.php
procedural page multipart_mixed.php
multipart_related.php
procedural page multipart_related.php
mail_address.php
procedural page mail_address.php
mbox_set.php
procedural page mbox_set.php
mbox_transport.php
procedural page mbox_transport.php
max : ezcQueryExpression
in file expression.php, method ezcQueryExpression::max()
    Returns the highest value of a column
md5 : ezcQueryExpression
in file expression.php, method ezcQueryExpression::md5()
    Returns the md5 sum of a field.
md5 : ezcQueryExpressionPgsql
in file expression_pgsql.php, method ezcQueryExpressionPgsql::md5()
    Returns the md5 sum of a field.
md5Impl : ezcQuerySqliteFunctions
in file query_sqlite_function_implementations.php, method ezcQuerySqliteFunctions::md5Impl()
    Returns the md5 sum of the data that SQLite's md5() function receives.
memorySize : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::memorySize()
    Returns memory size in bytes.
memorySize : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::memorySize()
    Returns memory size in bytes.
memorySize : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::memorySize()
    Returns memory size in bytes.
memorySize : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::memorySize()
    Returns memory size in bytes.
merge : ezcBaseOptions
in file options.php, method ezcBaseOptions::merge()
    Merge an array into the actual options object.
mimeDecode : ezcMailTools
in file tools.php, method ezcMailTools::mimeDecode()
    Decodes mime encoded fields and tries to recover from errors.
min : ezcQueryExpression
in file expression.php, method ezcQueryExpression::min()
    Returns the lowest value of a column
mod : ezcQueryExpression
in file expression.php, method ezcQueryExpression::mod()
    Returns the remainder of the division operation $expression1 / $expression2.
modImpl : ezcQuerySqliteFunctions
in file query_sqlite_function_implementations.php, method ezcQuerySqliteFunctions::modImpl()
    Returns the modules of the data that SQLite's mod() function receives.
mul : ezcQueryExpression
in file expression.php, method ezcQueryExpression::mul()
    Returns the SQL to multiply values or expressions by eachother.
multipartType : ezcMailMultipartDigest
in file multipart_digest.php, method ezcMailMultipartDigest::multipartType()
    Returns "mixed".
multipartType : ezcMailMultipart
in file multipart.php, method ezcMailMultipart::multipartType()
    Returns the type of multipart.
multipartType : ezcMailMultipartRelated
in file multipart_related.php, method ezcMailMultipartRelated::multipartType()
    Returns "related".
multipartType : ezcMailMultipartAlternative
in file multipart_alternative.php, method ezcMailMultipartAlternative::multipartType()
    Returns "alternative".
multipartType : ezcMailMultipartMixed
in file multipart_mixed.php, method ezcMailMultipartMixed::multipartType()
    Returns "mixed".
missing_translation_file.php
procedural page missing_translation_file.php

n

$name : ezcMailAddress
in file mail_address.php, variable ezcMailAddress::$name
    The name of the recipient (optional).
$name : ezcConfigurationFileReader
in file file_reader.php, variable ezcConfigurationFileReader::$name
    The base name of the configuration file, the suffix will be appended to this to find the real filename.
$name : ezcConfigurationFileWriter
in file file_writer.php, variable ezcConfigurationFileWriter::$name
    The base name of the configuration file, the suffix will be appended to this to find the real filename.
$name : ezcImageFilter
in file filter.php, variable ezcImageFilter::$name
    Name of filter operation to use.
$name : ezcSystemInfoAccelerator
in file accelerator_info.php, variable ezcSystemInfoAccelerator::$name
    Name of PHP accelerator.
$name : ezcImageTransformation
in file transformation.php, variable ezcImageTransformation::$name
    Stores the name of this transformation.
$newTables : ezcDbSchemaDiff
in file schema_diff.php, variable ezcDbSchemaDiff::$newTables
    All added tables
$notNull : ezcDbSchemaField
in file field.php, variable ezcDbSchemaField::$notNull
    Whether this field can store NULL values.
$numSteps : ezcConsoleProgressbar
in file progressbar.php, variable ezcConsoleProgressbar::$numSteps
    The maximum number of steps to go.
no_config.php
procedural page no_config.php
no_config_object.php
procedural page no_config_object.php
no_position_stored.php
procedural page no_position_stored.php
not_initialized.php
procedural page not_initialized.php
INFO : ezcLog
in file log.php, class constant ezcLog::INFO
    Info severity constant.
INVALID : ezcInputForm
in file input_form.php, class constant ezcInputForm::INVALID
INVALID_PROGRAM_ELEMENT : ezcTemplateParseException
in file parse_exception.php, class constant ezcTemplateParseException::INVALID_PROGRAM_ELEMENT
    The element passed to the program parser is not valid at the program context.
no_such_message.php
procedural page no_such_message.php
needsSchemaTransformation : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::needsSchemaTransformation()
    Check if schema transformation is required before saving it with the handler.
neq : ezcQueryExpression
in file expression.php, method ezcQueryExpression::neq()
    Returns the SQL to check if two values are unequal.
next : ezcConsoleTable
in file table.php, method ezcConsoleTable::next()
    Returns the next cell and selects it or false on the last cell.
next : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::next()
    Returns the next cell and selects it or false on the last cell.
next : ezcArchive
in file archive.php, method ezcArchive::next()
    Forwards the iterator to the next entry.
next : ezcConfigurationIniParser
in file ini_parser.php, method ezcConfigurationIniParser::next()
    Advances until the next parser element has been found
next : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::next()
    Returns the next persistent object in the result set.
next : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::next()
    Advanced to the next context.
next : ezcTemplateVariableCollection
in file variable_collection.php, method ezcTemplateVariableCollection::next()
    Proceed to the next element.
nextMail : ezcMailParserSet
in file parser_set.php, method ezcMailParserSet::nextMail()
    Moves the set to the next mail and returns true upon success.
nextMail : ezcMailFileSet
in file file_set.php, method ezcMailFileSet::nextMail()
    Moves the set to the next mail and returns true upon success.
nextMail : ezcMailMboxSet
in file mbox_set.php, method ezcMailMboxSet::nextMail()
    Moves the set to the next mail and returns true upon success.
nextMail : ezcMailVariableSet
in file var_set.php, method ezcMailVariableSet::nextMail()
    Moves the set to the next mail and returns true upon success.
noise : ezcImageEffectFilters
in file effect.php, method ezcImageEffectFilters::noise()
    Noise filter.
not : ezcQueryExpression
in file expression.php, method ezcQueryExpression::not()
    Returns the SQL for a logical not.
now : ezcQueryExpression
in file expression.php, method ezcQueryExpression::now()
    Returns the current system date.
not_persistent.php
procedural page not_persistent.php
no_context.php
procedural page no_context.php
no_manager_exception.php
procedural page no_manager_exception.php
no_output_context_exception.php
procedural page no_output_context_exception.php
not_configured.php
procedural page not_configured.php
UNFINISHED : ezcTranslationData
in file translation_data.php, class constant ezcTranslationData::UNFINISHED
    Used when a translated string has not been translated yet.
no_valid_data.php
procedural page no_valid_data.php

o

$openFiles : ezcLogFileWriter
in file writer_file.php, variable ezcLogFileWriter::$openFiles
    Contains all the open files. The first file in the array is always the default file.
$options : ezcConfigurationFileWriter
in file file_writer.php, variable ezcConfigurationFileWriter::$options
    Current options for the writer.
$options : ezcConfigurationFileReader
in file file_reader.php, variable ezcConfigurationFileReader::$options
    Current options for the reader.
$options : ezcConsoleProgressMonitor
in file progressmonitor.php, variable ezcConsoleProgressMonitor::$options
    Options
$options : ezcImageAnalyzerHandler
in file handler.php, variable ezcImageAnalyzerHandler::$options
    Options for the handler.
$options : ezcImageFilter
in file filter.php, variable ezcImageFilter::$options
    Associative array of options for the filter operation.
$options : ezcImageHandlerSettings
in file handler_settings.php, variable ezcImageHandlerSettings::$options
    Associative array of misc options for the handler.
$orderString : ezcQuerySelect
in file query_select.php, variable ezcQuerySelect::$orderString
    Stores the ORDER BY part of the SQL.
$original : ezcTranslationData
in file translation_data.php, variable ezcTranslationData::$original
    The original untranslated source string.
$originalMessage : ezcBaseException
in file exception.php, variable ezcBaseException::$originalMessage
    Original message, before escaping
$outerQuery : ezcQuerySubSelect
in file query_subselect.php, variable ezcQuerySubSelect::$outerQuery
$output : ezcConsoleProgressbar
in file progressbar.php, variable ezcConsoleProgressbar::$output
    The ezcConsoleOutput object to use.
$outputHandler : ezcConsoleProgressMonitor
in file progressmonitor.php, variable ezcConsoleProgressMonitor::$outputHandler
    The ezcConsoleOutput object to use.
$outputHandler : ezcConsoleTable
in file table.php, variable ezcConsoleTable::$outputHandler
    The ezcConsoleOutput object to use.
$outputHandler : ezcConsoleStatusbar
in file statusbar.php, variable ezcConsoleStatusbar::$outputHandler
    The ezcConsoleOutput object to use.
options.php
procedural page options.php
COLORSPACE_GREY : ezcImageColorspaceFilters
in file colorspace.php, class constant ezcImageColorspaceFilters::COLORSPACE_GREY
    Grey color space.
COLORSPACE_MONOCHROME : ezcImageColorspaceFilters
in file colorspace.php, class constant ezcImageColorspaceFilters::COLORSPACE_MONOCHROME
    Monochrome color space.
COLORSPACE_SEPIA : ezcImageColorspaceFilters
in file colorspace.php, class constant ezcImageColorspaceFilters::COLORSPACE_SEPIA
    Sepia color space.
option.php
procedural page option.php
option_already_registered.php
procedural page option_already_registered.php
option_arguments_violation.php
procedural page option_arguments_violation.php
option_dependency_violation.php
procedural page option_dependency_violation.php
option_exclusion_violation.php
procedural page option_exclusion_violation.php
option_mandatory_violation.php
procedural page option_mandatory_violation.php
option_missing_value.php
procedural page option_missing_value.php
option_not_exists.php
procedural page option_not_exists.php
option_no_alias.php
procedural page option_no_alias.php
option_string_not_wellformed.php
procedural page option_string_not_wellformed.php
option_too_many_values.php
procedural page option_too_many_values.php
option_type_violation.php
procedural page option_type_violation.php
option.php
procedural page option.php
output.php
procedural page output.php
output.php
procedural page output.php
option_rule.php
procedural page option_rule.php
output_format.php
procedural page output_format.php
output_formats.php
procedural page output_formats.php
CONTENT_TYPE_APPLICATION : ezcMailFile
in file file.php, class constant ezcMailFile::CONTENT_TYPE_APPLICATION
    Application content type. Use this if the file non of the other content types match.
CONTENT_TYPE_AUDIO : ezcMailFile
in file file.php, class constant ezcMailFile::CONTENT_TYPE_AUDIO
    Audio content type. Use this if the contents of the file is an audio.
CONTENT_TYPE_IMAGE : ezcMailFile
in file file.php, class constant ezcMailFile::CONTENT_TYPE_IMAGE
    Image content type. Use this if the contents of the file is an image.
CONTENT_TYPE_VIDEO : ezcMailFile
in file file.php, class constant ezcMailFile::CONTENT_TYPE_VIDEO
    Video content type. Use this if the contents of the file is a video.
oracle.php
procedural page oracle.php
oracle.php
procedural page oracle.php
MODE_INDEXED : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::MODE_INDEXED
    Image is built with a palette and consists of indexed values per pixel.
MODE_TRUECOLOR : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::MODE_TRUECOLOR
    Image consists of RGB value per pixel.
NOTICE : ezcLog
in file log.php, class constant ezcLog::NOTICE
    Notice severity constant.
NO_FIRST_CHILD : ezcTemplateTstNodeException
in file element_exception.php, class constant ezcTemplateTstNodeException::NO_FIRST_CHILD
    Element has no children, cannot get first child.
NO_LAST_CHILD : ezcTemplateTstNodeException
in file element_exception.php, class constant ezcTemplateTstNodeException::NO_LAST_CHILD
    Element has no children, cannot get last child.
NO_SOURCE_CODE : ezcTemplateParseException
in file parse_exception.php, class constant ezcTemplateParseException::NO_SOURCE_CODE
    No source code was found in source object.
offsetExists : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::offsetExists()
    Returns if the given offset exists.
offsetExists : ezcConsoleTable
in file table.php, method ezcConsoleTable::offsetExists()
    Returns if the given offset exists.
offsetExists : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetExists()
    Returns if an option exists.
offsetGet : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetGet()
    Returns an option value.
offsetGet : ezcConsoleTable
in file table.php, method ezcConsoleTable::offsetGet()
    Returns the element with the given offset.
offsetGet : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::offsetGet()
    Returns the element with the given offset.
offsetSet : ezcConsoleTable
in file table.php, method ezcConsoleTable::offsetSet()
    Set the element with the given offset.
offsetSet : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetSet()
    Set an option.
offsetSet : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::offsetSet()
    Set the element with the given offset.
offsetUnset : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::offsetUnset()
    Unset the element with the given offset.
offsetUnset : ezcConsoleTable
in file table.php, method ezcConsoleTable::offsetUnset()
    Unset the element with the given offset.
offsetUnset : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetUnset()
    Unset an option.
onError : ezcExecutionBasicErrorHandler
in file basic_handler.php, method ezcExecutionBasicErrorHandler::onError()
    Processes an error situation
onError : ezcExecutionErrorHandler
in file execution_handler.php, method ezcExecutionErrorHandler::onError()
    Processes an error situation
open : ezcArchive
in file archive.php, method ezcArchive::open()
    Returns a new ezcArchive instance.
openFile : ezcLogFileWriter
in file writer_file.php, method ezcLogFileWriter::openFile()
    Returns the filehandle of the $fileName.
openFile : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::openFile()
    Opens a file for writing.
openTransferDestination : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::openTransferDestination()
    Prepare destination handler for transfer [destination].
openTransferDestination : ezcDbSchemaHandlerDataTransfer
in file data_transfer.php, method ezcDbSchemaHandlerDataTransfer::openTransferDestination()
    Prepare destination handler for transfer [destination].
openTransferDestination : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::openTransferDestination()
    Prepare destination handler for transfer [destination].
openTranslationFile : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::openTranslationFile()
    Creates an SimpleXML parser object for the locale $locale..
orderBy : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::orderBy()
    Returns SQL that orders the result set by a given column.
output : ezcConsoleProgressbar
in file progressbar.php, method ezcConsoleProgressbar::output()
    Draw the progress bar.
outputLine : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::outputLine()
    Print text to the console and automatically append a line break.
outputTable : ezcConsoleTable
in file table.php, method ezcConsoleTable::outputTable()
    Output the table.
outputText : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::outputText()
    Print text to the console.
output_context.php
procedural page output_context.php

p

$packageDir : ezcBase
in file base.php, variable ezcBase::$packageDir
$parameters : ezcInputFormDefinitionElement
in file definition_element.php, variable ezcInputFormDefinitionElement::$parameters
    The extra parameters to this filter.
$Params : ezcDbSchemaHandler
in file handler.php, variable ezcDbSchemaHandler::$Params
$params : ezcPersistentGeneratorDefinition
in file generator_definition.php, variable ezcPersistentGeneratorDefinition::$params
    Any parameters required by the generator.
$parent : ezcImageTransformationException
in file transformation.php, variable ezcImageTransformationException::$parent
    Stores the parent exception.
$parts : ezcMailMultipart
in file multipart.php, variable ezcMailMultipart::$parts
    An array holding the parts of this multipart.
$path : ezcConfigurationFileReader
in file file_reader.php, variable ezcConfigurationFileReader::$path
    The path to the file which will contain the serialized configuration data.
$path : ezcConfigurationFileWriter
in file file_writer.php, variable ezcConfigurationFileWriter::$path
    The path to the file which will contain the serialized configuration data.
$permissions : ezcConfigurationFileWriter
in file file_writer.php, variable ezcConfigurationFileWriter::$permissions
    Contains the file permissions for the file to write the INI settings to.
$positionStored : ezcConsoleOutput
in file output.php, variable ezcConsoleOutput::$positionStored
    Whether a position has been stored before, using the storePos() method.
$prefix : ezcArchiveEntry
in file archive_entry.php, variable ezcArchiveEntry::$prefix
    The prefix of the file that may be removed from the path.
$primary : ezcDbSchemaIndex
in file index.php, variable ezcDbSchemaIndex::$primary
    Whether this is the primary index for a table.
$properties : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$properties
    The fields of the Persistent Object as an array of ezcPersistentObjectProperty.
$properties : ezcConsoleProgressbar
in file progressbar.php, variable ezcConsoleProgressbar::$properties
    Container to hold the properties
$properties : ezcImageHandler
in file handler.php, variable ezcImageHandler::$properties
    Container to hold the properties
$properties : ezcConsoleOptionRule
in file option_rule.php, variable ezcConsoleOptionRule::$properties
    Property array containing this class' properties.
$properties : ezcConsoleOption
in file option.php, variable ezcConsoleOption::$properties
    Container to hold the properties
$properties : ezcBaseOptions
in file options.php, variable ezcBaseOptions::$properties
    Container to hold the properties
$properties : ezcTranslationTsBackend
in file ts_backend.php, variable ezcTranslationTsBackend::$properties
    Container to hold the properties
$properties : ezcConsoleStatusbar
in file statusbar.php, variable ezcConsoleStatusbar::$properties
    Container to hold the properties
$properties : ezcCacheStorage
in file storage.php, variable ezcCacheStorage::$properties
    Container to hold the properties
$properties : ezcConsoleTable
in file table.php, variable ezcConsoleTable::$properties
    Container to hold the properties
$properties : ezcConsoleOutput
in file output.php, variable ezcConsoleOutput::$properties
    Container to hold the properties
$properties : ezcConsoleTableRow
in file row.php, variable ezcConsoleTableRow::$properties
    Container to hold the properties
$properties : ezcConsoleTableCell
in file cell.php, variable ezcConsoleTableCell::$properties
    Container to hold the properties
$properties : ezcConsoleOutputFormat
in file output_format.php, variable ezcConsoleOutputFormat::$properties
    Container to hold the properties
$propertyName : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$propertyName
    The name of the PersistentObject property that holds the value in the PHP object.
$propertyName : ezcPersistentObjectProperty
in file persistent_object_property.php, variable ezcPersistentObjectProperty::$propertyName
    The name of the PersistentObject property that holds the value in the PHP object.
$propertyType : ezcPersistentObjectProperty
in file persistent_object_property.php, variable ezcPersistentObjectProperty::$propertyType
    The type of the PHP property..
pax_tar.php
procedural page pax_tar.php
property_not_found.php
procedural page property_not_found.php
property_permission.php
procedural page property_permission.php
plain.php
procedural page plain.php
parse_error.php
procedural page parse_error.php
progressbar.php
procedural page progressbar.php
progressmonitor.php
procedural page progressmonitor.php
progressbar.php
procedural page progressbar.php
progressmonitor.php
procedural page progressmonitor.php
pgsql.php
procedural page pgsql.php
pgsql.php
procedural page pgsql.php
php.php
procedural page php.php
part.php
procedural page part.php
parser_set.php
procedural page parser_set.php
part_parser.php
procedural page part_parser.php
parser.php
procedural page parser.php
pop3_transport.php
procedural page pop3_transport.php
OPTIONAL : ezcInputFormDefinitionElement
in file definition_element.php, class constant ezcInputFormDefinitionElement::OPTIONAL
parseDefault : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::parseDefault()
parseDSN : ezcDbFactory
in file factory.php, method ezcDbFactory::parseDSN()
    Returns the Data Source Name as a structure containing the various parts of the DSN.
parseEmailAddress : ezcMailTools
in file tools.php, method ezcMailTools::parseEmailAddress()
    Returns an ezcMailAddress object parsed from the address string $address.
parseEmailAddresses : ezcMailTools
in file tools.php, method ezcMailTools::parseEmailAddresses()
    Returns an array of ezcMailAddress objects parsed from the address string $addresses.
parseLength : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::parseLength()
parseLocationPath : ezcConfigurationFileReader
in file file_reader.php, method ezcConfigurationFileReader::parseLocationPath()
    Parses a the path $path and sets the location and name properties on this object.
parseLocationPath : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::parseLocationPath()
    Parses a the path $path and sets the location and name properties on this object.
parseMail : ezcMailParser
in file parser.php, method ezcMailParser::parseMail()
    Returns an array of ezcMail objects parsed from the mail set $set.
parseType : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::parseType()
parseType : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::parseType()
persistent_object_exception.php
procedural page persistent_object_exception.php
persistent_session.php
procedural page persistent_session.php
persistent_object_definition.php
procedural page persistent_object_definition.php
persistent_object_id_property.php
procedural page persistent_object_id_property.php
persistent_object_property.php
procedural page persistent_object_property.php
phpAccelerator : ezcSystemInfo
in file info.php, method ezcSystemInfo::phpAccelerator()
    Detects if a PHP accelerator running and what type it is if one found.
php_generator_exception.php
procedural page php_generator_exception.php
php_generator.php
procedural page php_generator.php
php_generator_parameter.php
procedural page php_generator_parameter.php
php_generator_return_data.php
procedural page php_generator_return_data.php
phpVersion : ezcSystemInfo
in file info.php, method ezcSystemInfo::phpVersion()
    Returns the PHP version as an array with the version elements.
prepare : ezcQuerySelectOracle
in file query_select_oracle.php, method ezcQuerySelectOracle::prepare()
    Handles preparing query.
prepare : ezcQuery
in file query.php, method ezcQuery::prepare()
    Returns a prepared statement from this query which can be used for execution.
prepareData : ezcCacheStorageFileArray
in file array.php, method ezcCacheStorageFileArray::prepareData()
    Serialize the data for storing.
prepareData : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::prepareData()
    Serialize the data for storing.
prepareData : ezcCacheStorageFileEvalArray
in file eval_array.php, method ezcCacheStorageFileEvalArray::prepareData()
    Serialize the data for storing.
prepareData : ezcCacheStorageFilePlain
in file plain.php, method ezcCacheStorageFilePlain::prepareData()
    Serialize the data for storing.
primaryKeyIndexName : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::primaryKeyIndexName()
    The name will consist of the table name and _pkey, since it is only allowed to have one primary key pre table that shouldn't be a problem.
process : ezcConsoleInput
in file input.php, method ezcConsoleInput::process()
    Process the input parameters.
process : ezcTemplate
in file template.php, method ezcTemplate::process()
    Processes the specified template source and returns the output string.
processData : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::processData()
    Check if data should be processed by the caller.
processLimitOffset : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::processLimitOffset()
    Returns an SQL query with LIMIT/OFFSET functionality appended.
processSchema : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::processSchema()
    Check if schema should be processed by the caller.
parser_exception.php
procedural page parser_exception.php
parse_exception.php
procedural page parse_exception.php
parameter_missing.php
procedural page parameter_missing.php

q

$queries : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, variable ezcDbSchemaCommonSqlWriter::$queries
    Stores a list of queries that is generated by the various Database writing backends.
query_exception.php
procedural page query_exception.php
query_select_oracle.php
procedural page query_select_oracle.php
query_select_sqlite.php
procedural page query_select_sqlite.php
query_sqlite_function_implementations.php
procedural page query_sqlite_function_implementations.php
query.php
procedural page query.php
query_delete.php
procedural page query_delete.php
query_insert.php
procedural page query_insert.php
query_select.php
procedural page query_select.php
query_subselect.php
procedural page query_subselect.php
query_update.php
procedural page query_update.php
query_exception.php
procedural page query_exception.php
quote : ezcDbHandlerOracle
in file oracle.php, method ezcDbHandlerOracle::quote()
    Returns $str quoted for the Oracle database.

r

$readDate : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$readDate
    The last date the file attachment was read.
$readerName : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$readerName
    Contains string that represents reader in messages and exceptions.
$readerName : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$readerName
    Contains string that represents reader in messages and exceptions.
$readerName : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$readerName
    Contains string that represents reader in messages and exceptions.
$readHandlers : ezcDbSchemaHandlerManager
in file handler_manager.php, variable ezcDbSchemaHandlerManager::$readHandlers
    Set of standard read handlers.
$referenceName : ezcImageHandlerSettings
in file handler_settings.php, variable ezcImageHandlerSettings::$referenceName
    The reference name for the handler.
$removedFields : ezcDbSchemaTableDiff
in file table_diff.php, variable ezcDbSchemaTableDiff::$removedFields
    All removed fields
$removedIndexes : ezcDbSchemaTableDiff
in file table_diff.php, variable ezcDbSchemaTableDiff::$removedIndexes
    All removed indexes
$removedTables : ezcDbSchemaDiff
in file schema_diff.php, variable ezcDbSchemaDiff::$removedTables
    All removed tables
$repositoryDirs : ezcBase
in file base.php, variable ezcBase::$repositoryDirs
$rightJoins : ezcQuerySelectSqlite
in file query_select_sqlite.php, variable ezcQuerySelectSqlite::$rightJoins
    Store info for building emulation of right joins in FROM clause.
$rows : ezcConsoleTable
in file table.php, variable ezcConsoleTable::$rows
    Collection of the rows that are contained in the table.
read_failed.php
procedural page read_failed.php
reader.php
procedural page reader.php
row.php
procedural page row.php
CRLF : ezcMailSmtpTransport
in file transport_smtp.php, class constant ezcMailSmtpTransport::CRLF
    The line-break characters to use.
reader.php
procedural page reader.php
reader.php
procedural page reader.php
reader.php
procedural page reader.php
reader.php
procedural page reader.php
ERROR : ezcConfigurationValidationItem
in file validation_item.php, class constant ezcConfigurationValidationItem::ERROR
    The validation is an error which means the configuration cannot be read, if tried an exception will be thrown.
ERROR : ezcLog
in file log.php, class constant ezcLog::ERROR
    Error severity constant.
GROUP_HEADER : ezcConfigurationIniItem
in file ini_item.php, class constant ezcConfigurationIniItem::GROUP_HEADER
    The Configuration item is a group..
rfc822_digest_parser.php
procedural page rfc822_digest_parser.php
rfc822_parser.php
procedural page rfc822_parser.php
rfc822_digest.php
procedural page rfc822_digest.php
rungenerator.php
procedural page rungenerator.php
PROGRAM_DESCRIPTION : ezcPersistentObjectSchemaGenerator
in file generator.php, class constant ezcPersistentObjectSchemaGenerator::PROGRAM_DESCRIPTION
readCurrentFromArchive : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::readCurrentFromArchive()
    Read the current entry from the archive.
readEntireArchive : ezcArchiveZip
in file zip.php, method ezcArchiveZip::readEntireArchive()
    Reads the entire archive and creates all the entries.
refresh : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::refresh()
    Syncronizes the contents of $pObject with those in the database.
registerAlias : ezcConsoleInput
in file input.php, method ezcConsoleInput::registerAlias()
    Registers an alias for an option.
registerOption : ezcConsoleInput
in file input.php, method ezcConsoleInput::registerOption()
    Registers the new option $option.
registerOptionString : ezcConsoleInput
in file input.php, method ezcConsoleInput::registerOptionString()
    Registers options according to a string specification.
removeAllDependencies : ezcConsoleOption
in file option.php, method ezcConsoleOption::removeAllDependencies()
    Remove all dependency rule referring to a parameter.
removeAllExclusions : ezcConsoleOption
in file option.php, method ezcConsoleOption::removeAllExclusions()
    Remove all exclusion rule referring to a parameter.
removeAllSettings : ezcConfiguration
in file configuration.php, method ezcConfiguration::removeAllSettings()
    Removes all groups, settings, values and comments.
removeDependency : ezcConsoleOption
in file option.php, method ezcConsoleOption::removeDependency()
    Remove a dependency rule from a parameter.
removeExclusion : ezcConsoleOption
in file option.php, method ezcConsoleOption::removeExclusion()
    Remove a exclusion rule from a parameter.
removeGroup : ezcConfiguration
in file configuration.php, method ezcConfiguration::removeGroup()
    Removes the group $group from the settings.
removePrefixFromPath : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::removePrefixFromPath()
    Removes the prefix from the path and clears the prefix.
removeRecursive : ezcFile
in file file.php, method ezcFile::removeRecursive()
    Removes files and directories recursively from a file system
removeSetting : ezcConfiguration
in file configuration.php, method ezcConfiguration::removeSetting()
    Removes the setting $setting from the group $group.
removeSettings : ezcConfiguration
in file configuration.php, method ezcConfiguration::removeSettings()
    Removes the settings $settings from the group $group.
removeTransformation : ezcImageConverter
in file converter.php, method ezcImageConverter::removeTransformation()
    Removes a transformation from the manager.
removeVariable : ezcTemplateVariableCollection
in file variable_collection.php, method ezcTemplateVariableCollection::removeVariable()
    Removes the variable named $name from the collection.
replyToMail : ezcMailTools
in file tools.php, method ezcMailTools::replyToMail()
    Returns a new mail object that is a reply to the current object.
requireFile : ezcBase
in file base.php, method ezcBase::requireFile()
    Tries to load the autoload array and, if loaded correctly, includes the class.
reservedKeywordList : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::reservedKeywordList()
reset : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::reset()
    Resets the query object for reuse.
reset : ezcConsoleStatusbar
in file statusbar.php, method ezcConsoleStatusbar::reset()
    Reset the state of the status-bar object to its initial one.
reset : ezcDebug
in file debug.php, method ezcDebug::reset()
    Resets the log messages and timer information.
reset : ezcExecution
in file execution.php, method ezcExecution::reset()
    Resets the ezcExecution environment.
reset : ezcQuerySelectSqlite
in file query_select_sqlite.php, method ezcQuerySelectSqlite::reset()
    Resets the query object for reuse.
reset : ezcQuerySelectOracle
in file query_select_oracle.php, method ezcQuerySelectOracle::reset()
    Resets the query object for reuse.
reset : ezcLog
in file log.php, method ezcLog::reset()
    Resets the log instance to its initial state.
reset : ezcDbInstance
in file instance.php, method ezcDbInstance::reset()
    Resets this object to its initial state.
resetBinds : ezcQuery
in file query.php, method ezcQuery::resetBinds()
    Resets the bound values and parameters to empty.
resetDefault : ezcDbInstance
in file instance.php, method ezcDbInstance::resetDefault()
    Resets the default instance holder.
resetDependencies : ezcConsoleOption
in file option.php, method ezcConsoleOption::resetDependencies()
    Reset existing dependency rules.
resetExclusions : ezcConsoleOption
in file option.php, method ezcConsoleOption::resetExclusions()
    Reset existing exclusion rules.
restore : ezcCacheStorage
in file storage.php, method ezcCacheStorage::restore()
    Restore data from the cache.
restore : ezcCacheStorageFile
in file file.php, method ezcCacheStorageFile::restore()
    Restore data from the cache.
restorePos : ezcConsoleOutput
in file output.php, method ezcConsoleOutput::restorePos()
    Restores a cursor position.
rewind : ezcTemplateVariableCollection
in file variable_collection.php, method ezcTemplateVariableCollection::rewind()
    Iterator rewind method
rewind : ezcConsoleTableRow
in file row.php, method ezcConsoleTableRow::rewind()
    Selects the very first cell and returns it.
rewind : ezcTranslationTsBackend
in file ts_backend.php, method ezcTranslationTsBackend::rewind()
    Empty function to satisfy the Iterator interface.
rewind : ezcArchive
in file archive.php, method ezcArchive::rewind()
    Rewinds the iterator to the first entry.
rewind : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::rewind()
    Sets the iterator to point to the first object in the result set.
rewind : ezcConsoleTable
in file table.php, method ezcConsoleTable::rewind()
    Selects the very first cell and returns it.
rewind : ezcConfigurationIniParser
in file ini_parser.php, method ezcConfigurationIniParser::rewind()
    Throws an Exception saying that this should not be used.
rightJoin : ezcQuerySelectSqlite
in file query_select_sqlite.php, method ezcQuerySelectSqlite::rightJoin()
    Returns the SQL for a right join or prepares $fromString for a right join.
rightJoin : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::rightJoin()
    Returns the SQL for a right join or prepares $fromString for a right join.
rollback : ezcDbHandler
in file handler.php, method ezcDbHandler::rollback()
    Rollback a transaction.
rotateLog : ezcLogFileWriter
in file writer_file.php, method ezcLogFileWriter::rotateLog()
    Rotates a log and returns true upon success.
round : ezcQueryExpression
in file expression.php, method ezcQueryExpression::round()
    Rounds a numeric field to the number of decimals specified.
run : ezcPersistentObjectSchemaGenerator
in file generator.php, method ezcPersistentObjectSchemaGenerator::run()
    Run the generator.
runCommand : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::runCommand()
    Run the binary registered in ezcImageAnalyzerImagemagickHandler::$binary.
runFilter : ezcTranslationBorkFilter
in file bork_filter.php, method ezcTranslationBorkFilter::runFilter()
    Filters a context
runFilter : ezcTranslationComplementEmptyFilter
in file complement_filter.php, method ezcTranslationComplementEmptyFilter::runFilter()
    Filters the context $context.
runFilter : ezcTranslationFilter
in file filter_interface.php, method ezcTranslationFilter::runFilter()
    Filters the context $context.
runFilter : ezcTranslationLeetFilter
in file leet_filter.php, method ezcTranslationLeetFilter::runFilter()
    Filters a context
runHooks : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::runHooks()
    Run hooks of the specified type.
runPostLoadHooks : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::runPostLoadHooks()
    Run post-load hooks, callbacks for them have been specified in constructor
runPreSaveHooks : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::runPreSaveHooks()
    Run pre-save hooks, callbacks for them have been specified in constructor
TRANSLATED : ezcTranslationData
in file translation_data.php, class constant ezcTranslationData::TRANSLATED
    Used when the translated string is up-to-date
reader_not_initialized.php
procedural page reader_not_initialized.php
TRANSPARENCY_OPAQUE : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_OPAQUE
    No parts of image is transparent.
TRANSPARENCY_TRANSLUCENT : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_TRANSLUCENT
    Transparency determined pixel per pixel with a fuzzy value.
TRANSPARENCY_TRANSPARENT : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_TRANSPARENT
WRAP_AUTO : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::WRAP_AUTO
    Automatically wrap text to fit into a column.
WRAP_CUT : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::WRAP_CUT
    Text will be cut to fit into a column.
WRAP_NONE : ezcConsoleTable
in file table.php, class constant ezcConsoleTable::WRAP_NONE
    Do not wrap text. Columns will be extended to fit the largest text.
WRITE : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::WRITE
WRITE : ezcBasePropertyPermissionException
in file property_permission.php, class constant ezcBasePropertyPermissionException::WRITE
    Used when the property is write-only.

s

$schema : ezcDbSchemaCommonSqlWriter
in file common_sql_writer.php, variable ezcDbSchemaCommonSqlWriter::$schema
    Stores the schema definition where the generators operate on.
$selectString : ezcQuerySelect
in file query_select.php, variable ezcQuerySelect::$selectString
    Stores the SELECT part of the SQL.
$setting : ezcConfigurationIniItem
in file ini_item.php, variable ezcConfigurationIniItem::$setting
    The name of the setting or the group.
$settings : ezcImageConverter
in file converter.php, variable ezcImageConverter::$settings
    Manager settings Settings basis for all image manipulations.
$settings : ezcImageHandler
in file handler.php, variable ezcImageHandler::$settings
    Settings of the handlers
$severity : ezcLogFilter
in file log_filter.php, variable ezcLogFilter::$severity
    The severities that are accepted by the ezcLogFilter.
$size : ezcMailContentDispositionHeader
in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$size
    The size of the content in bytes.
$size : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$size
    Size of image file in bytes.
$sorting : ezcDbSchemaIndexField
in file index_field.php, variable ezcDbSchemaIndexField::$sorting
    The sorting of the index (false = descending, true = ascending)
$source : ezcTemplateSourceToTstParserException
in file element_parser_exception.php, variable ezcTemplateSourceToTstParserException::$source
    The source code object which caused the error.
$source : ezcTemplateParserException
in file parser_exception.php, variable ezcTemplateParserException::$source
    The source code object which caused the error.
$source : ezcLogFilter
in file log_filter.php, variable ezcLogFilter::$source
    The source of the log message.
$startCursor : ezcTemplateParserException
in file parser_exception.php, variable ezcTemplateParserException::$startCursor
    Cursor of the parsed line.
$started : ezcConsoleProgressbar
in file progressbar.php, variable ezcConsoleProgressbar::$started
    Indicates if the starting point for the bar has been stored.
$status : ezcTranslationData
in file translation_data.php, variable ezcTranslationData::$status
    The status, which is one of the three constants TRANSLATED, UNFINISHED or OBSOLETE.
$style : ezcConsoleOutput
in file output.php, variable ezcConsoleOutput::$style
    Stores the mapping of styles names to their escape sequence values.
$supportedTypes : ezcDbSchema
in file schema.php, variable ezcDbSchema::$supportedTypes
    A list of all the supported database filed types
ASC : ezcQuerySelect
in file query_select.php, class constant ezcQuerySelect::ASC
    Sort the result ascendingly.
ASSIGN_ADD : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::ASSIGN_ADD
    Assignment with add '+='.
ASSIGN_APPEND_TEXT : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::ASSIGN_APPEND_TEXT
    Text append assignment '.='.
ASSIGN_ARRAY_APPEND : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::ASSIGN_ARRAY_APPEND
    Assignment with array append $var[] ='.
ASSIGN_NORMAL : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::ASSIGN_NORMAL
    Normal assignment '='.
ASSIGN_SUBTRACT : ezcPhpGenerator
in file php_generator.php, class constant ezcPhpGenerator::ASSIGN_SUBTRACT
    Assignment with subtraction '-='.
setting_not_found.php
procedural page setting_not_found.php
setting_value.php
procedural page setting_value.php
struct.php
procedural page struct.php
storage.php
procedural page storage.php
storage.php
procedural page storage.php
settingname_not_string.php
procedural page settingname_not_string.php
setting_wrong_type.php
procedural page setting_wrong_type.php
statusbar.php
procedural page statusbar.php
statusbar.php
procedural page statusbar.php
sqlite.php
procedural page sqlite.php
schema_diff_reader.php
procedural page schema_diff_reader.php
schema_diff_writer.php
procedural page schema_diff_writer.php
schema_reader.php
procedural page schema_reader.php
schema_writer.php
procedural page schema_writer.php
schema.php
procedural page schema.php
schema_diff.php
procedural page schema_diff.php
IS_BLOCK_DEVICE : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_BLOCK_DEVICE
    Is a block device.
IS_CHARACTER_DEVICE : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_CHARACTER_DEVICE
    Is a character device.
IS_DIRECTORY : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_DIRECTORY
    Is a directory.
IS_FIFO : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_FIFO
    Is a FIFO.
IS_FILE : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_FILE
    Is a regular file.
IS_LINK : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_LINK
    Is a hard link.
IS_RESERVED : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_RESERVED
    Not used, is Tar specific?
IS_SYMBOLIC_LINK : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_SYMBOLIC_LINK
    Is a symbolic link.
shutdown_handler.php
procedural page shutdown_handler.php
save : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::save()
    Saves the new persistent object $pObject to the database using an INSERT INTO query.
save : ezcConfigurationFileWriter
in file file_writer.php, method ezcConfigurationFileWriter::save()
    Saves the current config object.
save : ezcConfigurationWriter
in file writer.php, method ezcConfigurationWriter::save()
    Saves the current config object.
save : ezcImageHandler
in file handler.php, method ezcImageHandler::save()
    Save an image file.
saveDelta : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::saveDelta()
    Saves difference between schemas to an SQL file.
saveDelta : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::saveDelta()
    Saves difference between schemas to an SQL file.
saveDelta : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::saveDelta()
    Save given difference between schemas to the specified destination.
saveDiffToFile : ezcDbSchemaDiffFileWriter
in file file_diff_writer.php, method ezcDbSchemaDiffFileWriter::saveDiffToFile()
    Saves the differences in $schemaDiff to the file $file
saveDiffToFile : ezcDbSchemaPhpArrayWriter
in file writer.php, method ezcDbSchemaPhpArrayWriter::saveDiffToFile()
    Saves the differences in $schemaDiff to the file $file
saveDiffToFile : ezcDbSchemaXmlWriter
in file writer.php, method ezcDbSchemaXmlWriter::saveDiffToFile()
    Writes the schema difference definition in $dbSchema to the file $file.
saveOrUpdate : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::saveOrUpdate()
    Saves or update the persistent object $pObject to the database.
saveRow : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::saveRow()
    Save given row. [destination]
saveRow : ezcDbSchemaHandlerDataTransfer
in file data_transfer.php, method ezcDbSchemaHandlerDataTransfer::saveRow()
    Save given row. [destination]
saveRow : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::saveRow()
    Save given row. [destination]
saveSchema : ezcDbSchemaHandler
in file handler.php, method ezcDbSchemaHandler::saveSchema()
    Save given schema to the specified destination.
saveSchema : ezcDbSchemaHandlerPgsql
in file pgsql.php, method ezcDbSchemaHandlerPgsql::saveSchema()
    Saves schema to an SQL file or database.
saveSchema : ezcDbSchemaHandlerOracle
in file oracle.php, method ezcDbSchemaHandlerOracle::saveSchema()
    Saves schema to an SQL file or database.
saveToDb : ezcDbSchemaDbWriter
in file db_writer.php, method ezcDbSchemaDbWriter::saveToDb()
    Creates the tables contained in $schema in the database that is related to $db
saveToDb : ezcDbSchemaMysqlWriter
in file writer.php, method ezcDbSchemaMysqlWriter::saveToDb()
    Creates tables defined in $dbSchema in the database referenced by $db.
saveToFile : ezcDbSchemaXmlWriter
in file writer.php, method ezcDbSchemaXmlWriter::saveToFile()
    Writes the schema definition in $dbSchema to the file $file.
saveToFile : ezcDbSchemaPhpArrayWriter
in file writer.php, method ezcDbSchemaPhpArrayWriter::saveToFile()
    Saves the schema definition in $schema to the file $file.
saveToFile : ezcDbschemaPersistentWriter
in file writer.php, method ezcDbschemaPersistentWriter::saveToFile()
    Writes the schema definition in $dbSchemat to files located in $dir.
saveToFile : ezcDbSchemaFileWriter
in file file_writer.php, method ezcDbSchemaFileWriter::saveToFile()
    Saves the schema definition in $schema to the file $file.
scale : ezcImageGeometryFilters
in file geometry.php, method ezcImageGeometryFilters::scale()
    Scale filter.
scaleExact : ezcImageGeometryFilters
in file geometry.php, method ezcImageGeometryFilters::scaleExact()
    Scale exact filter.
scaleHeight : ezcImageGeometryFilters
in file geometry.php, method ezcImageGeometryFilters::scaleHeight()
    Scale after height filter.
scalePercent : ezcImageGeometryFilters
in file geometry.php, method ezcImageGeometryFilters::scalePercent()
    Scale percent measures filter.
scaleWidth : ezcImageGeometryFilters
in file geometry.php, method ezcImageGeometryFilters::scaleWidth()
    Scale after width filter.
seek : ezcArchive
in file archive.php, method ezcArchive::seek()
    Search for the entry number.
select : ezcQuerySelect
in file query_select.php, method ezcQuerySelect::select()
    Opens the query and selects which columns you want to return with the query.
send : ezcMailMtaTransport
in file transport_mta.php, method ezcMailMtaTransport::send()
    Sends the mail $mail using the PHP mail method.
send : ezcMailTransport
in file transport.php, method ezcMailTransport::send()
    Sends the contents of $mail.
send : ezcMailSmtpTransport
in file transport_smtp.p