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 ezcArchi