EZ-Components

This commit is contained in:
Andreas Österreicher
2009-02-17 15:27:43 +00:00
parent 359c3c55c9
commit 0a8e90a8b3
572 changed files with 64490 additions and 0 deletions
@@ -0,0 +1,45 @@
<?php
/**
* Autoloader definition for the Archive component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.3
* @filesource
* @package Archive
*/
return array(
'ezcArchiveException' => 'Archive/exceptions/archive_exception.php',
'ezcArchiveBlockSizeException' => 'Archive/exceptions/archive_block_size.php',
'ezcArchiveChecksumException' => 'Archive/exceptions/archive_checksum.php',
'ezcArchiveEmptyException' => 'Archive/exceptions/archive_empty.php',
'ezcArchiveEntryPrefixException' => 'Archive/exceptions/archive_entry_prefix.php',
'ezcArchiveInternalException' => 'Archive/exceptions/archive_internal_exception.php',
'ezcArchiveIoException' => 'Archive/exceptions/archive_io.php',
'ezcArchiveUnknownTypeException' => 'Archive/exceptions/archive_unknown_type.php',
'ezcArchiveValueException' => 'Archive/exceptions/archive_value.php',
'ezcArchive' => 'Archive/archive.php',
'ezcArchiveV7Header' => 'Archive/tar/headers/tar_v7.php',
'ezcArchiveV7Tar' => 'Archive/tar/v7_tar.php',
'ezcArchiveFile' => 'Archive/file/file.php',
'ezcArchiveLocalFileHeader' => 'Archive/zip/headers/zip_local_file.php',
'ezcArchiveUstarHeader' => 'Archive/tar/headers/tar_ustar.php',
'ezcArchiveUstarTar' => 'Archive/tar/ustar_tar.php',
'ezcArchiveBlockFile' => 'Archive/file/block_file.php',
'ezcArchiveCentralDirectoryEndHeader' => 'Archive/zip/headers/zip_central_directory_end.php',
'ezcArchiveCentralDirectoryHeader' => 'Archive/zip/headers/zip_central_directory.php',
'ezcArchiveCharacterFile' => 'Archive/file/character_file.php',
'ezcArchiveChecksums' => 'Archive/checksums.php',
'ezcArchiveEntry' => 'Archive/archive_entry.php',
'ezcArchiveFileStructure' => 'Archive/file_structure.php',
'ezcArchiveGnuHeader' => 'Archive/tar/headers/tar_gnu.php',
'ezcArchiveGnuTar' => 'Archive/tar/gnu_tar.php',
'ezcArchiveMime' => 'Archive/archive_mime.php',
'ezcArchiveOptions' => 'Archive/options/archive.php',
'ezcArchivePaxHeader' => 'Archive/tar/headers/tar_pax.php',
'ezcArchivePaxTar' => 'Archive/tar/pax_tar.php',
'ezcArchiveStatMode' => 'Archive/stat_mode.php',
'ezcArchiveZip' => 'Archive/zip/zip.php',
);
?>
@@ -0,0 +1,52 @@
<?php
/**
* Autoloader definition for the Authentication component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2
* @filesource
* @package Authentication
*/
return array(
'ezcAuthenticationException' => 'Authentication/exceptions/authentication_exception.php',
'ezcAuthenticationLdapException' => 'Authentication/exceptions/ldap_exception.php',
'ezcAuthenticationOpenidException' => 'Authentication/exceptions/openid_exception.php',
'ezcAuthenticationTypekeyException' => 'Authentication/exceptions/typekey_exception.php',
'ezcAuthenticationBignumLibrary' => 'Authentication/math/bignum_library.php',
'ezcAuthenticationCredentials' => 'Authentication/credentials/credentials.php',
'ezcAuthenticationDataFetch' => 'Authentication/interfaces/data_fetch.php',
'ezcAuthenticationFilter' => 'Authentication/interfaces/authentication_filter.php',
'ezcAuthenticationFilterOptions' => 'Authentication/options/filter_options.php',
'ezcAuthenticationOpenidStore' => 'Authentication/filters/openid/openid_store.php',
'ezcAuthenticationOpenidStoreOptions' => 'Authentication/options/openid_store_options.php',
'ezcAuthentication' => 'Authentication/authentication.php',
'ezcAuthenticationBcmathLibrary' => 'Authentication/math/bcmath_library.php',
'ezcAuthenticationGmpLibrary' => 'Authentication/math/gmp_library.php',
'ezcAuthenticationGroupFilter' => 'Authentication/filters/group/group_filter.php',
'ezcAuthenticationGroupOptions' => 'Authentication/options/group_options.php',
'ezcAuthenticationHtpasswdFilter' => 'Authentication/filters/htpasswd/htpasswd_filter.php',
'ezcAuthenticationHtpasswdOptions' => 'Authentication/options/htpasswd_options.php',
'ezcAuthenticationIdCredentials' => 'Authentication/credentials/id_credentials.php',
'ezcAuthenticationLdapFilter' => 'Authentication/filters/ldap/ldap_filter.php',
'ezcAuthenticationLdapInfo' => 'Authentication/filters/ldap/ldap_info.php',
'ezcAuthenticationLdapOptions' => 'Authentication/options/ldap_options.php',
'ezcAuthenticationMath' => 'Authentication/math/math.php',
'ezcAuthenticationOpenidAssociation' => 'Authentication/filters/openid/openid_association.php',
'ezcAuthenticationOpenidFileStore' => 'Authentication/filters/openid/openid_file_store.php',
'ezcAuthenticationOpenidFileStoreOptions' => 'Authentication/options/openid_file_store_options.php',
'ezcAuthenticationOpenidFilter' => 'Authentication/filters/openid/openid_filter.php',
'ezcAuthenticationOpenidOptions' => 'Authentication/options/openid_options.php',
'ezcAuthenticationOptions' => 'Authentication/options/authentication_options.php',
'ezcAuthenticationPasswordCredentials' => 'Authentication/credentials/password_credentials.php',
'ezcAuthenticationSession' => 'Authentication/session/authentication_session.php',
'ezcAuthenticationSessionOptions' => 'Authentication/options/session_options.php',
'ezcAuthenticationStatus' => 'Authentication/status/authentication_status.php',
'ezcAuthenticationTokenFilter' => 'Authentication/filters/token/token_filter.php',
'ezcAuthenticationTokenOptions' => 'Authentication/options/token_options.php',
'ezcAuthenticationTypekeyFilter' => 'Authentication/filters/typekey/typekey_filter.php',
'ezcAuthenticationTypekeyOptions' => 'Authentication/options/typekey_options.php',
'ezcAuthenticationUrl' => 'Authentication/url/url.php',
);
?>
@@ -0,0 +1,17 @@
<?php
/**
* Autoloader definition for the AuthenticationDatabaseTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1
* @filesource
* @package AuthenticationDatabaseTiein
*/
return array(
'ezcAuthenticationDatabaseFilter' => 'AuthenticationDatabaseTiein/filters/database/database_filter.php',
'ezcAuthenticationDatabaseInfo' => 'AuthenticationDatabaseTiein/filters/database/database_info.php',
'ezcAuthenticationDatabaseOptions' => 'AuthenticationDatabaseTiein/options/database_options.php',
);
?>
@@ -0,0 +1,16 @@
<?php
/**
* Autoloader definition for the AuthenticationDatabaseTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1
* @filesource
* @package AuthenticationDatabaseTiein
*/
return array(
'ezcAuthenticationOpenidDbStore' => 'AuthenticationDatabaseTiein/filters/openid/openid_db_store.php',
'ezcAuthenticationOpenidDbStoreOptions' => 'AuthenticationDatabaseTiein/options/openid_db_store_options.php',
);
?>
@@ -0,0 +1,41 @@
<?php
/**
* Autoloader definition for the Base component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.5
* @filesource
* @package Base
*/
return array(
'ezcBaseException' => 'Base/exceptions/exception.php',
'ezcBaseFileException' => 'Base/exceptions/file_exception.php',
'ezcBaseAutoloadException' => 'Base/exceptions/autoload.php',
'ezcBaseDoubleClassRepositoryPrefixException' => 'Base/exceptions/double_class_repository_prefix.php',
'ezcBaseExtensionNotFoundException' => 'Base/exceptions/extension_not_found.php',
'ezcBaseFileIoException' => 'Base/exceptions/file_io.php',
'ezcBaseFileNotFoundException' => 'Base/exceptions/file_not_found.php',
'ezcBaseFilePermissionException' => 'Base/exceptions/file_permission.php',
'ezcBaseInitCallbackConfiguredException' => 'Base/exceptions/init_callback_configured.php',
'ezcBaseInitInvalidCallbackClassException' => 'Base/exceptions/invalid_callback_class.php',
'ezcBaseInvalidParentClassException' => 'Base/exceptions/invalid_parent_class.php',
'ezcBasePropertyNotFoundException' => 'Base/exceptions/property_not_found.php',
'ezcBasePropertyPermissionException' => 'Base/exceptions/property_permission.php',
'ezcBaseSettingNotFoundException' => 'Base/exceptions/setting_not_found.php',
'ezcBaseSettingValueException' => 'Base/exceptions/setting_value.php',
'ezcBaseValueException' => 'Base/exceptions/value.php',
'ezcBaseWhateverException' => 'Base/exceptions/whatever.php',
'ezcBaseOptions' => 'Base/options.php',
'ezcBaseStruct' => 'Base/struct.php',
'ezcBase' => 'Base/base.php',
'ezcBaseAutoloadOptions' => 'Base/options/autoload.php',
'ezcBaseConfigurationInitializer' => 'Base/interfaces/configuration_initializer.php',
'ezcBaseFeatures' => 'Base/features.php',
'ezcBaseFile' => 'Base/file.php',
'ezcBaseInit' => 'Base/init.php',
'ezcBasePersistable' => 'Base/interfaces/persistable.php',
'ezcBaseRepositoryDirectory' => 'Base/structs/repository_directory.php',
);
?>
@@ -0,0 +1,63 @@
<?php
/**
* Autoloader definition for the Cache component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.4
* @filesource
* @package Cache
*/
return array(
'ezcCacheException' => 'Cache/exceptions/exception.php',
'ezcCacheApcException' => 'Cache/exceptions/apc_exception.php',
'ezcCacheInvalidDataException' => 'Cache/exceptions/invalid_data.php',
'ezcCacheInvalidIdException' => 'Cache/exceptions/invalid_id.php',
'ezcCacheInvalidMetaDataException' => 'Cache/exceptions/invalid_meta_data.php',
'ezcCacheInvalidStorageClassException' => 'Cache/exceptions/invalid_storage_class.php',
'ezcCacheMemcacheException' => 'Cache/exceptions/memcache_exception.php',
'ezcCacheStackIdAlreadyUsedException' => 'Cache/exceptions/stack_id_already_used.php',
'ezcCacheStackStorageUsedTwiceException' => 'Cache/exceptions/stack_storage_used_twice.php',
'ezcCacheStackUnderflowException' => 'Cache/exceptions/stack_underflow.php',
'ezcCacheUsedLocationException' => 'Cache/exceptions/used_location.php',
'ezcCacheStackMetaDataStorage' => 'Cache/interfaces/meta_data_storage.php',
'ezcCacheStackableStorage' => 'Cache/interfaces/stackable_storage.php',
'ezcCacheStorage' => 'Cache/storage.php',
'ezcCacheStackMetaData' => 'Cache/interfaces/meta_data.php',
'ezcCacheStackReplacementStrategy' => 'Cache/interfaces/replacement_strategy.php',
'ezcCacheStorageMemory' => 'Cache/storage/memory.php',
'ezcCacheMemoryBackend' => 'Cache/backends/memory_backend.php',
'ezcCacheStackBaseMetaData' => 'Cache/interfaces/base_meta_data.php',
'ezcCacheStackBaseReplacementStrategy' => 'Cache/interfaces/base_replacement_strategy.php',
'ezcCacheStorageApc' => 'Cache/storage/apc.php',
'ezcCacheStorageApcOptions' => 'Cache/options/storage_apc.php',
'ezcCacheStorageFile' => 'Cache/storage/file.php',
'ezcCacheStorageMemcache' => 'Cache/storage/memcache.php',
'ezcCacheApcBackend' => 'Cache/backends/apc/apc_backend.php',
'ezcCacheManager' => 'Cache/manager.php',
'ezcCacheMemcacheBackend' => 'Cache/backends/memcache/memcache_backend.php',
'ezcCacheMemoryVarStruct' => 'Cache/structs/memory_var.php',
'ezcCacheStack' => 'Cache/stack.php',
'ezcCacheStackConfigurator' => 'Cache/interfaces/stack_configurator.php',
'ezcCacheStackLfuMetaData' => 'Cache/stack/lfu_meta_data.php',
'ezcCacheStackLfuReplacementStrategy' => 'Cache/replacement_strategies/lfu.php',
'ezcCacheStackLruMetaData' => 'Cache/stack/lru_meta_data.php',
'ezcCacheStackLruReplacementStrategy' => 'Cache/replacement_strategies/lru.php',
'ezcCacheStackOptions' => 'Cache/options/stack.php',
'ezcCacheStackStorageConfiguration' => 'Cache/stack/storage_configuration.php',
'ezcCacheStorageApcPlain' => 'Cache/storage/apc/plain.php',
'ezcCacheStorageFileApcArray' => 'Cache/storage/apc/apc_array.php',
'ezcCacheStorageFileApcArrayDataStruct' => 'Cache/structs/file_apc_array_data.php',
'ezcCacheStorageFileApcArrayOptions' => 'Cache/options/storage_apc_array.php',
'ezcCacheStorageFileArray' => 'Cache/storage/file/array.php',
'ezcCacheStorageFileEvalArray' => 'Cache/storage/file/eval_array.php',
'ezcCacheStorageFileOptions' => 'Cache/options/storage_file.php',
'ezcCacheStorageFilePlain' => 'Cache/storage/file/plain.php',
'ezcCacheStorageMemcacheOptions' => 'Cache/options/storage_memcache.php',
'ezcCacheStorageMemcachePlain' => 'Cache/storage/memcache/plain.php',
'ezcCacheStorageMemoryDataStruct' => 'Cache/structs/memory_data.php',
'ezcCacheStorageMemoryRegisterStruct' => 'Cache/structs/memory_register.php',
'ezcCacheStorageOptions' => 'Cache/options/storage.php',
);
?>
@@ -0,0 +1,43 @@
<?php
/**
* Autoloader definition for the Configuration component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.3
* @filesource
* @package Configuration
*/
return array(
'ezcConfigurationException' => 'Configuration/exceptions/exception.php',
'ezcConfigurationGroupExistsAlreadyException' => 'Configuration/exceptions/group_exists_already.php',
'ezcConfigurationInvalidReaderClassException' => 'Configuration/exceptions/invalid_reader_class.php',
'ezcConfigurationInvalidSuffixException' => 'Configuration/exceptions/invalid_suffix.php',
'ezcConfigurationManagerNotInitializedException' => 'Configuration/exceptions/manager_no_init.php',
'ezcConfigurationNoConfigException' => 'Configuration/exceptions/no_config.php',
'ezcConfigurationNoConfigObjectException' => 'Configuration/exceptions/no_config_object.php',
'ezcConfigurationParseErrorException' => 'Configuration/exceptions/parse_error.php',
'ezcConfigurationReadFailedException' => 'Configuration/exceptions/read_failed.php',
'ezcConfigurationSettingWrongTypeException' => 'Configuration/exceptions/setting_wrong_type.php',
'ezcConfigurationSettingnameNotStringException' => 'Configuration/exceptions/settingname_not_string.php',
'ezcConfigurationUnknownConfigException' => 'Configuration/exceptions/unknown_config.php',
'ezcConfigurationUnknownGroupException' => 'Configuration/exceptions/unknown_group.php',
'ezcConfigurationUnknownSettingException' => 'Configuration/exceptions/unknown_setting.php',
'ezcConfigurationWriteFailedException' => 'Configuration/exceptions/write_failed.php',
'ezcConfigurationReader' => 'Configuration/interfaces/reader.php',
'ezcConfigurationWriter' => 'Configuration/interfaces/writer.php',
'ezcConfigurationFileReader' => 'Configuration/file_reader.php',
'ezcConfigurationFileWriter' => 'Configuration/file_writer.php',
'ezcConfiguration' => 'Configuration/configuration.php',
'ezcConfigurationArrayReader' => 'Configuration/array/array_reader.php',
'ezcConfigurationArrayWriter' => 'Configuration/array/array_writer.php',
'ezcConfigurationIniItem' => 'Configuration/structs/ini_item.php',
'ezcConfigurationIniParser' => 'Configuration/ini/ini_parser.php',
'ezcConfigurationIniReader' => 'Configuration/ini/ini_reader.php',
'ezcConfigurationIniWriter' => 'Configuration/ini/ini_writer.php',
'ezcConfigurationManager' => 'Configuration/configuration_manager.php',
'ezcConfigurationValidationItem' => 'Configuration/structs/validation_item.php',
'ezcConfigurationValidationResult' => 'Configuration/validation_result.php',
);
?>
@@ -0,0 +1,70 @@
<?php
/**
* Autoloader definition for the ConsoleTools component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.4
* @filesource
* @package ConsoleTools
*/
return array(
'ezcConsoleException' => 'ConsoleTools/exceptions/exception.php',
'ezcConsoleArgumentException' => 'ConsoleTools/exceptions/argument.php',
'ezcConsoleOptionException' => 'ConsoleTools/exceptions/option.php',
'ezcConsoleArgumentAlreadyRegisteredException' => 'ConsoleTools/exceptions/argument_already_registered.php',
'ezcConsoleArgumentMandatoryViolationException' => 'ConsoleTools/exceptions/argument_mandatory_violation.php',
'ezcConsoleArgumentTypeViolationException' => 'ConsoleTools/exceptions/argument_type_violation.php',
'ezcConsoleInvalidOptionNameException' => 'ConsoleTools/exceptions/invalid_option_name.php',
'ezcConsoleInvalidOutputTargetException' => 'ConsoleTools/exceptions/invalid_output_target.php',
'ezcConsoleNoPositionStoredException' => 'ConsoleTools/exceptions/no_position_stored.php',
'ezcConsoleNoValidDialogResultException' => 'ConsoleTools/exceptions/no_valid_dialog_result.php',
'ezcConsoleOptionAlreadyRegisteredException' => 'ConsoleTools/exceptions/option_already_registered.php',
'ezcConsoleOptionArgumentsViolationException' => 'ConsoleTools/exceptions/option_arguments_violation.php',
'ezcConsoleOptionDependencyViolationException' => 'ConsoleTools/exceptions/option_dependency_violation.php',
'ezcConsoleOptionExclusionViolationException' => 'ConsoleTools/exceptions/option_exclusion_violation.php',
'ezcConsoleOptionMandatoryViolationException' => 'ConsoleTools/exceptions/option_mandatory_violation.php',
'ezcConsoleOptionMissingValueException' => 'ConsoleTools/exceptions/option_missing_value.php',
'ezcConsoleOptionNoAliasException' => 'ConsoleTools/exceptions/option_no_alias.php',
'ezcConsoleOptionNotExistsException' => 'ConsoleTools/exceptions/option_not_exists.php',
'ezcConsoleOptionStringNotWellformedException' => 'ConsoleTools/exceptions/option_string_not_wellformed.php',
'ezcConsoleOptionTooManyValuesException' => 'ConsoleTools/exceptions/option_too_many_values.php',
'ezcConsoleOptionTypeViolationException' => 'ConsoleTools/exceptions/option_type_violation.php',
'ezcConsoleTooManyArgumentsException' => 'ConsoleTools/exceptions/argument_too_many.php',
'ezcConsoleDialogValidator' => 'ConsoleTools/interfaces/dialog_validator.php',
'ezcConsoleQuestionDialogValidator' => 'ConsoleTools/interfaces/question_dialog_validator.php',
'ezcConsoleDialog' => 'ConsoleTools/interfaces/dialog.php',
'ezcConsoleDialogOptions' => 'ConsoleTools/options/dialog.php',
'ezcConsoleMenuDialogValidator' => 'ConsoleTools/interfaces/menu_dialog_validator.php',
'ezcConsoleQuestionDialogCollectionValidator' => 'ConsoleTools/dialog/validators/question_dialog_collection.php',
'ezcConsoleArgument' => 'ConsoleTools/input/argument.php',
'ezcConsoleArguments' => 'ConsoleTools/input/arguments.php',
'ezcConsoleDialogViewer' => 'ConsoleTools/dialog_viewer.php',
'ezcConsoleInput' => 'ConsoleTools/input.php',
'ezcConsoleMenuDialog' => 'ConsoleTools/dialog/menu_dialog.php',
'ezcConsoleMenuDialogDefaultValidator' => 'ConsoleTools/dialog/validators/menu_dialog_default.php',
'ezcConsoleMenuDialogOptions' => 'ConsoleTools/options/menu_dialog.php',
'ezcConsoleOption' => 'ConsoleTools/input/option.php',
'ezcConsoleOptionRule' => 'ConsoleTools/structs/option_rule.php',
'ezcConsoleOutput' => 'ConsoleTools/output.php',
'ezcConsoleOutputFormat' => 'ConsoleTools/structs/output_format.php',
'ezcConsoleOutputFormats' => 'ConsoleTools/structs/output_formats.php',
'ezcConsoleOutputOptions' => 'ConsoleTools/options/output.php',
'ezcConsoleProgressMonitor' => 'ConsoleTools/progressmonitor.php',
'ezcConsoleProgressMonitorOptions' => 'ConsoleTools/options/progressmonitor.php',
'ezcConsoleProgressbar' => 'ConsoleTools/progressbar.php',
'ezcConsoleProgressbarOptions' => 'ConsoleTools/options/progressbar.php',
'ezcConsoleQuestionDialog' => 'ConsoleTools/dialog/question_dialog.php',
'ezcConsoleQuestionDialogMappingValidator' => 'ConsoleTools/dialog/validators/question_dialog_mapping.php',
'ezcConsoleQuestionDialogOptions' => 'ConsoleTools/options/question_dialog.php',
'ezcConsoleQuestionDialogRegexValidator' => 'ConsoleTools/dialog/validators/question_dialog_regex.php',
'ezcConsoleQuestionDialogTypeValidator' => 'ConsoleTools/dialog/validators/question_dialog_type.php',
'ezcConsoleStatusbar' => 'ConsoleTools/statusbar.php',
'ezcConsoleStatusbarOptions' => 'ConsoleTools/options/statusbar.php',
'ezcConsoleTable' => 'ConsoleTools/table.php',
'ezcConsoleTableCell' => 'ConsoleTools/table/cell.php',
'ezcConsoleTableOptions' => 'ConsoleTools/options/table.php',
'ezcConsoleTableRow' => 'ConsoleTools/table/row.php',
);
?>
@@ -0,0 +1,32 @@
<?php
/**
* Autoloader definition for the Database component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.4
* @filesource
* @package Database
*/
return array(
'ezcDbException' => 'Database/exceptions/exception.php',
'ezcDbHandlerNotFoundException' => 'Database/exceptions/handler_not_found.php',
'ezcDbMissingParameterException' => 'Database/exceptions/missing_parameter.php',
'ezcDbTransactionException' => 'Database/exceptions/transaction.php',
'ezcDbHandler' => 'Database/handler.php',
'ezcDbUtilities' => 'Database/sqlabstraction/utilities.php',
'ezcDbFactory' => 'Database/factory.php',
'ezcDbHandlerMssql' => 'Database/handlers/mssql.php',
'ezcDbHandlerMysql' => 'Database/handlers/mysql.php',
'ezcDbHandlerOracle' => 'Database/handlers/oracle.php',
'ezcDbHandlerPgsql' => 'Database/handlers/pgsql.php',
'ezcDbHandlerSqlite' => 'Database/handlers/sqlite.php',
'ezcDbInstance' => 'Database/instance.php',
'ezcDbMssqlOptions' => 'Database/options/identifiers.php',
'ezcDbUtilitiesMysql' => 'Database/sqlabstraction/implementations/utilities_mysql.php',
'ezcDbUtilitiesOracle' => 'Database/sqlabstraction/implementations/utilities_oracle.php',
'ezcDbUtilitiesPgsql' => 'Database/sqlabstraction/implementations/utilities_pgsql.php',
'ezcDbUtilitiesSqlite' => 'Database/sqlabstraction/implementations/utilities_sqlite.php',
);
?>
@@ -0,0 +1,68 @@
<?php
/**
* Autoloader definition for the DatabaseSchema component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.4
* @filesource
* @package DatabaseSchema
*/
return array(
'ezcDbSchemaException' => 'DatabaseSchema/exceptions/exception.php',
'ezcDbSchemaDropAllColumnsException' => 'DatabaseSchema/exceptions/drop_all_columns_exception.php',
'ezcDbSchemaInvalidDiffReaderClassException' => 'DatabaseSchema/exceptions/invalid_diff_reader_class.php',
'ezcDbSchemaInvalidDiffWriterClassException' => 'DatabaseSchema/exceptions/invalid_diff_writer_class.php',
'ezcDbSchemaInvalidReaderClassException' => 'DatabaseSchema/exceptions/invalid_reader_class.php',
'ezcDbSchemaInvalidSchemaException' => 'DatabaseSchema/exceptions/invalid_schema.php',
'ezcDbSchemaInvalidWriterClassException' => 'DatabaseSchema/exceptions/invalid_writer_class.php',
'ezcDbSchemaSqliteDropFieldException' => 'DatabaseSchema/exceptions/sqlite_drop_field_exception.php',
'ezcDbSchemaUnknownFormatException' => 'DatabaseSchema/exceptions/unknown_format.php',
'ezcDbSchemaUnsupportedTypeException' => 'DatabaseSchema/exceptions/unsupported_type.php',
'ezcDbSchemaDiffWriter' => 'DatabaseSchema/interfaces/schema_diff_writer.php',
'ezcDbSchemaWriter' => 'DatabaseSchema/interfaces/schema_writer.php',
'ezcDbSchemaDbWriter' => 'DatabaseSchema/interfaces/db_writer.php',
'ezcDbSchemaDiffDbWriter' => 'DatabaseSchema/interfaces/db_diff_writer.php',
'ezcDbSchemaDiffReader' => 'DatabaseSchema/interfaces/schema_diff_reader.php',
'ezcDbSchemaReader' => 'DatabaseSchema/interfaces/schema_reader.php',
'ezcDbSchemaCommonSqlWriter' => 'DatabaseSchema/handlers/common_sql_writer.php',
'ezcDbSchemaDbReader' => 'DatabaseSchema/interfaces/db_reader.php',
'ezcDbSchemaDiffFileReader' => 'DatabaseSchema/interfaces/file_diff_reader.php',
'ezcDbSchemaDiffFileWriter' => 'DatabaseSchema/interfaces/file_diff_writer.php',
'ezcDbSchemaFileReader' => 'DatabaseSchema/interfaces/file_reader.php',
'ezcDbSchemaFileWriter' => 'DatabaseSchema/interfaces/file_writer.php',
'XMLWriter' => 'DatabaseSchema/handlers/xml/xmlwritersubstitute.php',
'ezcDbSchema' => 'DatabaseSchema/schema.php',
'ezcDbSchemaAutoIncrementIndexValidator' => 'DatabaseSchema/validators/auto_increment_index.php',
'ezcDbSchemaCommonSqlReader' => 'DatabaseSchema/handlers/common_sql_reader.php',
'ezcDbSchemaComparator' => 'DatabaseSchema/comparator.php',
'ezcDbSchemaDiff' => 'DatabaseSchema/schema_diff.php',
'ezcDbSchemaField' => 'DatabaseSchema/structs/field.php',
'ezcDbSchemaHandlerDataTransfer' => 'DatabaseSchema/handlers/data_transfer.php',
'ezcDbSchemaHandlerManager' => 'DatabaseSchema/handler_manager.php',
'ezcDbSchemaIndex' => 'DatabaseSchema/structs/index.php',
'ezcDbSchemaIndexField' => 'DatabaseSchema/structs/index_field.php',
'ezcDbSchemaIndexFieldsValidator' => 'DatabaseSchema/validators/index_fields.php',
'ezcDbSchemaMysqlReader' => 'DatabaseSchema/handlers/mysql/reader.php',
'ezcDbSchemaMysqlWriter' => 'DatabaseSchema/handlers/mysql/writer.php',
'ezcDbSchemaOptions' => 'DatabaseSchema/options/schema.php',
'ezcDbSchemaOracleReader' => 'DatabaseSchema/handlers/oracle/reader.php',
'ezcDbSchemaOracleWriter' => 'DatabaseSchema/handlers/oracle/writer.php',
'ezcDbSchemaPersistentClassWriter' => 'DatabaseSchema/handlers/persistent/class_writer.php',
'ezcDbSchemaPersistentWriter' => 'DatabaseSchema/handlers/persistent/writer.php',
'ezcDbSchemaPgsqlReader' => 'DatabaseSchema/handlers/pgsql/reader.php',
'ezcDbSchemaPgsqlWriter' => 'DatabaseSchema/handlers/pgsql/writer.php',
'ezcDbSchemaPhpArrayReader' => 'DatabaseSchema/handlers/php_array/reader.php',
'ezcDbSchemaPhpArrayWriter' => 'DatabaseSchema/handlers/php_array/writer.php',
'ezcDbSchemaSqliteReader' => 'DatabaseSchema/handlers/sqlite/reader.php',
'ezcDbSchemaSqliteWriter' => 'DatabaseSchema/handlers/sqlite/writer.php',
'ezcDbSchemaTable' => 'DatabaseSchema/structs/table.php',
'ezcDbSchemaTableDiff' => 'DatabaseSchema/structs/table_diff.php',
'ezcDbSchemaTypesValidator' => 'DatabaseSchema/validators/types.php',
'ezcDbSchemaUniqueIndexNameValidator' => 'DatabaseSchema/validators/unique_index_name.php',
'ezcDbSchemaValidator' => 'DatabaseSchema/validator.php',
'ezcDbSchemaXmlReader' => 'DatabaseSchema/handlers/xml/reader.php',
'ezcDbSchemaXmlWriter' => 'DatabaseSchema/handlers/xml/writer.php',
);
?>
@@ -0,0 +1,30 @@
<?php
/**
* Autoloader definition for the Debug component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2
* @filesource
* @package Debug
*/
return array(
'ezcDebugException' => 'Debug/exceptions/exception.php',
'ezcDebugOperationNotPermittedException' => 'Debug/exceptions/operation_not_permitted.php',
'ezcDebugOutputFormatter' => 'Debug/interfaces/formatter.php',
'ezcDebugStacktraceIterator' => 'Debug/interfaces/stacktrace_iterator.php',
'ezcDebug' => 'Debug/debug.php',
'ezcDebugHtmlFormatter' => 'Debug/formatters/html_formatter.php',
'ezcDebugMemoryWriter' => 'Debug/writers/memory_writer.php',
'ezcDebugMessage' => 'Debug/debug_message.php',
'ezcDebugOptions' => 'Debug/options.php',
'ezcDebugPhpStacktraceIterator' => 'Debug/stacktrace/php_iterator.php',
'ezcDebugStructure' => 'Debug/structs/debug_structure.php',
'ezcDebugSwitchTimerStruct' => 'Debug/structs/switch_timer.php',
'ezcDebugTimer' => 'Debug/debug_timer.php',
'ezcDebugTimerStruct' => 'Debug/structs/timer.php',
'ezcDebugVariableDumpTool' => 'Debug/tools/dump.php',
'ezcDebugXdebugStacktraceIterator' => 'Debug/stacktrace/xdebug_iterator.php',
);
?>
@@ -0,0 +1,108 @@
<?php
/**
* Autoloader definition for the Document component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0
* @filesource
* @package Document
*/
return array(
'ezcDocumentException' => 'Document/exceptions/exception.php',
'ezcDocumentErrnousXmlException' => 'Document/exceptions/errnous_xml.php',
'ezcDocumentMissingVisitorException' => 'Document/exceptions/missing_visitor.php',
'ezcDocumentParserException' => 'Document/exceptions/parser.php',
'ezcDocumentRstTokenizerException' => 'Document/exceptions/rst_tokenizer.php',
'ezcDocumentVisitException' => 'Document/exceptions/visitor.php',
'ezcDocument' => 'Document/interfaces/document.php',
'ezcDocumentConverter' => 'Document/interfaces/converter.php',
'ezcDocumentOptions' => 'Document/options/document.php',
'ezcDocumentRstDirective' => 'Document/document/rst/directive.php',
'ezcDocumentRstNode' => 'Document/document/rst/node.php',
'ezcDocumentRstVisitor' => 'Document/document/rst/visitor.php',
'ezcDocumentRstXhtmlDirective' => 'Document/interfaces/rst_xhtml_directive.php',
'ezcDocumentValidation' => 'Document/interfaces/validation.php',
'ezcDocumentConverterOptions' => 'Document/options/converter.php',
'ezcDocumentParser' => 'Document/interfaces/parser.php',
'ezcDocumentRstBlockNode' => 'Document/document/rst/nodes/block.php',
'ezcDocumentRstImageDirective' => 'Document/document/rst/directive/image.php',
'ezcDocumentRstLinkNode' => 'Document/document/rst/nodes/link.php',
'ezcDocumentRstMarkupNode' => 'Document/document/rst/nodes/markup.php',
'ezcDocumentRstXhtmlVisitor' => 'Document/document/rst/visitor/xhtml.php',
'ezcDocumentXhtmlConversion' => 'Document/interfaces/conversion_xhtml.php',
'ezcDocumentXmlBase' => 'Document/document/xml_base.php',
'ezcDocumentXmlOptions' => 'Document/options/document_xml.php',
'ezcDocumentXsltConverter' => 'Document/converters/xslt.php',
'ezcDocumentDocbook' => 'Document/document/xml/docbook.php',
'ezcDocumentDocbookOptions' => 'Document/options/document_docbook.php',
'ezcDocumentEzp3ToEzp4Converter' => 'Document/converters/xslt/ezp3_ezp4.php',
'ezcDocumentEzp3ToEzp4ConverterOptions' => 'Document/options/converter_ezp3_ezp4.php',
'ezcDocumentEzp3Xml' => 'Document/document/xml/ezp3.php',
'ezcDocumentEzp3XmlOptions' => 'Document/options/document_ezp3.php',
'ezcDocumentEzp4Xml' => 'Document/document/xml/ezp4.php',
'ezcDocumentEzp4XmlOptions' => 'Document/options/document_ezp4.php',
'ezcDocumentHtmlConversion' => 'Document/interfaces/conversions/html.php',
'ezcDocumentManager' => 'Document/document_manager.php',
'ezcDocumentParserOptions' => 'Document/options/document_parser.php',
'ezcDocumentRelaxNgValidator' => 'Document/validator/realxng.php',
'ezcDocumentRst' => 'Document/document/rst.php',
'ezcDocumentRstAnonymousLinkNode' => 'Document/document/rst/nodes/link_anonymous.php',
'ezcDocumentRstAnonymousReferenceNode' => 'Document/document/rst/nodes/anon_reference.php',
'ezcDocumentRstAttentionDirective' => 'Document/document/rst/directive/attention.php',
'ezcDocumentRstBlockquoteAnnotationNode' => 'Document/document/rst/nodes/blockquote_annotation.php',
'ezcDocumentRstBlockquoteNode' => 'Document/document/rst/nodes/blockquote.php',
'ezcDocumentRstBulletListListNode' => 'Document/document/rst/nodes/bullet_list_list.php',
'ezcDocumentRstBulletListNode' => 'Document/document/rst/nodes/bullet_list.php',
'ezcDocumentRstCommentNode' => 'Document/document/rst/nodes/comment.php',
'ezcDocumentRstContentsDirective' => 'Document/document/rst/directive/contents.php',
'ezcDocumentRstDangerDirective' => 'Document/document/rst/directive/danger.php',
'ezcDocumentRstDefinitionListListNode' => 'Document/document/rst/nodes/definition_list_list.php',
'ezcDocumentRstDefinitionListNode' => 'Document/document/rst/nodes/definition_list.php',
'ezcDocumentRstDirectiveNode' => 'Document/document/rst/nodes/directive.php',
'ezcDocumentRstDocbookVisitor' => 'Document/document/rst/visitor/docbook.php',
'ezcDocumentRstDocumentNode' => 'Document/document/rst/nodes/document.php',
'ezcDocumentRstEnumeratedListListNode' => 'Document/document/rst/nodes/enumerated_list_list.php',
'ezcDocumentRstEnumeratedListNode' => 'Document/document/rst/nodes/enumerated_list.php',
'ezcDocumentRstExternalReferenceNode' => 'Document/document/rst/nodes/link_reference.php',
'ezcDocumentRstFieldListNode' => 'Document/document/rst/nodes/field_list.php',
'ezcDocumentRstFigureDirective' => 'Document/document/rst/directive/figure.php',
'ezcDocumentRstFootnoteNode' => 'Document/document/rst/nodes/footnote.php',
'ezcDocumentRstIncludeDirective' => 'Document/document/rst/directive/include.php',
'ezcDocumentRstLineBlockLineNode' => 'Document/document/rst/nodes/line_block_line.php',
'ezcDocumentRstLineBlockNode' => 'Document/document/rst/nodes/line_block.php',
'ezcDocumentRstLiteralBlockNode' => 'Document/document/rst/nodes/literal_block.php',
'ezcDocumentRstLiteralNode' => 'Document/document/rst/nodes/literal.php',
'ezcDocumentRstMarkupEmphasisNode' => 'Document/document/rst/nodes/markup_emphasis.php',
'ezcDocumentRstMarkupInlineLiteralNode' => 'Document/document/rst/nodes/markup_inline_literal.php',
'ezcDocumentRstMarkupInterpretedTextNode' => 'Document/document/rst/nodes/markup_interpreted_text.php',
'ezcDocumentRstMarkupStrongEmphasisNode' => 'Document/document/rst/nodes/markup_strong_emphasis.php',
'ezcDocumentRstMarkupSubstitutionNode' => 'Document/document/rst/nodes/markup_substitution.php',
'ezcDocumentRstNamedReferenceNode' => 'Document/document/rst/nodes/named_reference.php',
'ezcDocumentRstNoteDirective' => 'Document/document/rst/directive/note.php',
'ezcDocumentRstNoticeDirective' => 'Document/document/rst/directive/notice.php',
'ezcDocumentRstOptions' => 'Document/options/document_rst.php',
'ezcDocumentRstParagraphNode' => 'Document/document/rst/nodes/paragraph.php',
'ezcDocumentRstParser' => 'Document/document/rst/parser.php',
'ezcDocumentRstReferenceNode' => 'Document/document/rst/nodes/reference.php',
'ezcDocumentRstSectionNode' => 'Document/document/rst/nodes/section.php',
'ezcDocumentRstSubstitutionNode' => 'Document/document/rst/nodes/substitution.php',
'ezcDocumentRstTableBodyNode' => 'Document/document/rst/nodes/table_body.php',
'ezcDocumentRstTableCellNode' => 'Document/document/rst/nodes/table_cell.php',
'ezcDocumentRstTableHeadNode' => 'Document/document/rst/nodes/table_head.php',
'ezcDocumentRstTableNode' => 'Document/document/rst/nodes/table.php',
'ezcDocumentRstTableRowNode' => 'Document/document/rst/nodes/table_row.php',
'ezcDocumentRstTargetNode' => 'Document/document/rst/nodes/target.php',
'ezcDocumentRstTextLineNode' => 'Document/document/rst/nodes/text_line.php',
'ezcDocumentRstTitleNode' => 'Document/document/rst/nodes/title.php',
'ezcDocumentRstToken' => 'Document/document/rst/token.php',
'ezcDocumentRstTokenizer' => 'Document/document/rst/tokenizer.php',
'ezcDocumentRstTransitionNode' => 'Document/document/rst/nodes/transition.php',
'ezcDocumentRstWarningDirective' => 'Document/document/rst/directive/warning.php',
'ezcDocumentRstXhtmlBodyVisitor' => 'Document/document/rst/visitor/xhtml_body.php',
'ezcDocumentXhtml' => 'Document/document/xml/xhtml.php',
'ezcDocumentXhtmlOptions' => 'Document/options/document_xhtml.php',
'ezcDocumentXhtmlToDocbookConverter' => 'Document/converters/xslt/xhtml_docbook.php',
);
?>
@@ -0,0 +1,22 @@
<?php
/**
* Autoloader definition for the Execution component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1.1
* @filesource
* @package Execution
*/
return array(
'ezcExecutionException' => 'Execution/exceptions/exception.php',
'ezcExecutionAlreadyInitializedException' => 'Execution/exceptions/already_initialized.php',
'ezcExecutionInvalidCallbackException' => 'Execution/exceptions/invalid_callback.php',
'ezcExecutionNotInitializedException' => 'Execution/exceptions/not_initialized.php',
'ezcExecutionWrongClassException' => 'Execution/exceptions/wrong_class.php',
'ezcExecutionErrorHandler' => 'Execution/interfaces/execution_handler.php',
'ezcExecution' => 'Execution/execution.php',
'ezcExecutionBasicErrorHandler' => 'Execution/handlers/basic_handler.php',
);
?>
@@ -0,0 +1,52 @@
<?php
/**
* Autoloader definition for the Feed component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1
* @filesource
* @package Feed
*/
return array(
'ezcFeedException' => 'Feed/exceptions/exception.php',
'ezcFeedAtLeastOneItemDataRequiredException' => 'Feed/exceptions/one_item_data_required.php',
'ezcFeedOnlyOneValueAllowedException' => 'Feed/exceptions/only_one_value_allowed.php',
'ezcFeedParseErrorException' => 'Feed/exceptions/parse_error.php',
'ezcFeedRequiredMetaDataMissingException' => 'Feed/exceptions/meta_data_missing.php',
'ezcFeedUndefinedModuleException' => 'Feed/exceptions/undefined_module.php',
'ezcFeedUnsupportedElementException' => 'Feed/exceptions/unsupported_element.php',
'ezcFeedUnsupportedModuleException' => 'Feed/exceptions/unsupported_module.php',
'ezcFeedUnsupportedTypeException' => 'Feed/exceptions/unsupported_type.php',
'ezcFeedElement' => 'Feed/interfaces/element.php',
'ezcFeedModule' => 'Feed/interfaces/module.php',
'ezcFeedParser' => 'Feed/interfaces/parser.php',
'ezcFeedProcessor' => 'Feed/interfaces/processor.php',
'ezcFeedTextElement' => 'Feed/structs/text.php',
'ezcFeed' => 'Feed/feed.php',
'ezcFeedAtom' => 'Feed/processors/atom.php',
'ezcFeedCategoryElement' => 'Feed/structs/category.php',
'ezcFeedCloudElement' => 'Feed/structs/cloud.php',
'ezcFeedContentElement' => 'Feed/structs/content.php',
'ezcFeedContentModule' => 'Feed/modules/content_module.php',
'ezcFeedCreativeCommonsModule' => 'Feed/modules/creativecommons_module.php',
'ezcFeedDateElement' => 'Feed/structs/date.php',
'ezcFeedDublinCoreModule' => 'Feed/modules/dublincore_module.php',
'ezcFeedEnclosureElement' => 'Feed/structs/enclosure.php',
'ezcFeedEntryElement' => 'Feed/structs/entry.php',
'ezcFeedGeneratorElement' => 'Feed/structs/generator.php',
'ezcFeedGeoModule' => 'Feed/modules/geo_module.php',
'ezcFeedITunesModule' => 'Feed/modules/itunes_module.php',
'ezcFeedIdElement' => 'Feed/structs/id.php',
'ezcFeedImageElement' => 'Feed/structs/image.php',
'ezcFeedLinkElement' => 'Feed/structs/link.php',
'ezcFeedPersonElement' => 'Feed/structs/person.php',
'ezcFeedRss1' => 'Feed/processors/rss1.php',
'ezcFeedRss2' => 'Feed/processors/rss2.php',
'ezcFeedSkipDaysElement' => 'Feed/structs/skip_days.php',
'ezcFeedSkipHoursElement' => 'Feed/structs/skip_hours.php',
'ezcFeedSourceElement' => 'Feed/structs/source.php',
'ezcFeedTextInputElement' => 'Feed/structs/text_input.php',
);
?>
@@ -0,0 +1,15 @@
<?php
/**
* Autoloader definition for the File component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2
* @filesource
* @package File
*/
return array(
'ezcFile' => 'File/file.php',
);
?>
@@ -0,0 +1,124 @@
<?php
/**
* Autoloader definition for the Graph component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.3
* @filesource
* @package Graph
*/
return array(
'ezcGraphException' => 'Graph/exceptions/exception.php',
'ezcGraphDatasetAverageInvalidKeysException' => 'Graph/exceptions/invalid_keys.php',
'ezcGraphErrorParsingDateException' => 'Graph/exceptions/date_parsing.php',
'ezcGraphFlashBitmapTypeException' => 'Graph/exceptions/flash_bitmap_type.php',
'ezcGraphFontRenderingException' => 'Graph/exceptions/font_rendering.php',
'ezcGraphGdDriverUnsupportedImageTypeException' => 'Graph/exceptions/unsupported_image_type.php',
'ezcGraphInvalidArrayDataSourceException' => 'Graph/exceptions/invalid_data_source.php',
'ezcGraphInvalidAssignementException' => 'Graph/exceptions/invalid_assignement.php',
'ezcGraphInvalidDataException' => 'Graph/exceptions/invalid_data.php',
'ezcGraphInvalidDisplayTypeException' => 'Graph/exceptions/invalid_display_type.php',
'ezcGraphInvalidImageFileException' => 'Graph/exceptions/invalid_image_file.php',
'ezcGraphMatrixInvalidDimensionsException' => 'Graph/exceptions/invalid_dimensions.php',
'ezcGraphMatrixOutOfBoundingsException' => 'Graph/exceptions/out_of_boundings.php',
'ezcGraphNoDataException' => 'Graph/exceptions/no_data.php',
'ezcGraphNoSuchDataException' => 'Graph/exceptions/no_such_data.php',
'ezcGraphNoSuchDataSetException' => 'Graph/exceptions/no_such_dataset.php',
'ezcGraphNoSuchElementException' => 'Graph/exceptions/no_such_element.php',
'ezcGraphOutOfLogithmicalBoundingsException' => 'Graph/exceptions/out_of_logarithmical_boundings.php',
'ezcGraphReducementFailedException' => 'Graph/exceptions/reducement_failed.php',
'ezcGraphSvgDriverInvalidIdException' => 'Graph/exceptions/invalid_id.php',
'ezcGraphTooManyDataSetsExceptions' => 'Graph/exceptions/too_many_datasets.php',
'ezcGraphToolsIncompatibleDriverException' => 'Graph/exceptions/incompatible_driver.php',
'ezcGraphToolsNotRenderedException' => 'Graph/exceptions/not_rendered.php',
'ezcGraphUnknownColorDefinitionException' => 'Graph/exceptions/unknown_color_definition.php',
'ezcGraphUnknownFontTypeException' => 'Graph/exceptions/font_type.php',
'ezcGraphUnregularStepsException' => 'Graph/exceptions/unregular_steps.php',
'ezcGraphChart' => 'Graph/interfaces/chart.php',
'ezcGraphChartElement' => 'Graph/interfaces/element.php',
'ezcGraphChartOptions' => 'Graph/options/chart.php',
'ezcGraphMatrix' => 'Graph/math/matrix.php',
'ezcGraphAxisLabelRenderer' => 'Graph/interfaces/axis_label_renderer.php',
'ezcGraphChartDataContainer' => 'Graph/data_container/base.php',
'ezcGraphChartElementAxis' => 'Graph/element/axis.php',
'ezcGraphColor' => 'Graph/colors/color.php',
'ezcGraphCoordinate' => 'Graph/structs/coordinate.php',
'ezcGraphDataSet' => 'Graph/datasets/base.php',
'ezcGraphDataSetProperty' => 'Graph/interfaces/dataset_property.php',
'ezcGraphDriver' => 'Graph/interfaces/driver.php',
'ezcGraphDriverOptions' => 'Graph/options/driver.php',
'ezcGraphLineChart' => 'Graph/charts/line.php',
'ezcGraphOdometerRenderer' => 'Graph/interfaces/odometer_renderer.php',
'ezcGraphPalette' => 'Graph/interfaces/palette.php',
'ezcGraphRadarRenderer' => 'Graph/interfaces/radar_renderer.php',
'ezcGraphRenderer' => 'Graph/interfaces/renderer.php',
'ezcGraphRendererOptions' => 'Graph/options/renderer.php',
'ezcGraphStackedBarsRenderer' => 'Graph/interfaces/stacked_bar_renderer.php',
'ezcGraphTransformation' => 'Graph/math/transformation.php',
'ezcGraph' => 'Graph/graph.php',
'ezcGraphArrayDataSet' => 'Graph/datasets/array.php',
'ezcGraphAxisBoxedLabelRenderer' => 'Graph/renderer/axis_label_boxed.php',
'ezcGraphAxisCenteredLabelRenderer' => 'Graph/renderer/axis_label_centered.php',
'ezcGraphAxisContainer' => 'Graph/axis/container.php',
'ezcGraphAxisExactLabelRenderer' => 'Graph/renderer/axis_label_exact.php',
'ezcGraphAxisNoLabelRenderer' => 'Graph/renderer/axis_label_none.php',
'ezcGraphAxisRadarLabelRenderer' => 'Graph/renderer/axis_label_radar.php',
'ezcGraphAxisRotatedLabelRenderer' => 'Graph/renderer/axis_label_rotated.php',
'ezcGraphAxisStep' => 'Graph/structs/step.php',
'ezcGraphBarChart' => 'Graph/charts/bar.php',
'ezcGraphBoundings' => 'Graph/math/boundings.php',
'ezcGraphCairoDriver' => 'Graph/driver/cairo.php',
'ezcGraphCairoDriverOptions' => 'Graph/options/cairo_driver.php',
'ezcGraphChartElementBackground' => 'Graph/element/background.php',
'ezcGraphChartElementDateAxis' => 'Graph/axis/date.php',
'ezcGraphChartElementLabeledAxis' => 'Graph/axis/labeled.php',
'ezcGraphChartElementLegend' => 'Graph/element/legend.php',
'ezcGraphChartElementLogarithmicalAxis' => 'Graph/axis/logarithmic.php',
'ezcGraphChartElementNumericAxis' => 'Graph/axis/numeric.php',
'ezcGraphChartElementText' => 'Graph/element/text.php',
'ezcGraphChartSingleDataContainer' => 'Graph/data_container/single.php',
'ezcGraphContext' => 'Graph/structs/context.php',
'ezcGraphDataSetAveragePolynom' => 'Graph/datasets/average.php',
'ezcGraphDataSetAxisProperty' => 'Graph/datasets/property/axis.php',
'ezcGraphDataSetBooleanProperty' => 'Graph/datasets/property/boolean.php',
'ezcGraphDataSetColorProperty' => 'Graph/datasets/property/color.php',
'ezcGraphDataSetIntProperty' => 'Graph/datasets/property/integer.php',
'ezcGraphDataSetStringProperty' => 'Graph/datasets/property/string.php',
'ezcGraphFlashDriver' => 'Graph/driver/flash.php',
'ezcGraphFlashDriverOptions' => 'Graph/options/flash_driver.php',
'ezcGraphFontOptions' => 'Graph/options/font.php',
'ezcGraphGdDriver' => 'Graph/driver/gd.php',
'ezcGraphGdDriverOptions' => 'Graph/options/gd_driver.php',
'ezcGraphLineChartOptions' => 'Graph/options/line_chart.php',
'ezcGraphLinearGradient' => 'Graph/colors/linear_gradient.php',
'ezcGraphNumericDataSet' => 'Graph/datasets/numeric.php',
'ezcGraphOdometerChart' => 'Graph/charts/odometer.php',
'ezcGraphOdometerChartOptions' => 'Graph/options/odometer_chart.php',
'ezcGraphPaletteBlack' => 'Graph/palette/black.php',
'ezcGraphPaletteEz' => 'Graph/palette/ez.php',
'ezcGraphPaletteEzBlue' => 'Graph/palette/ez_blue.php',
'ezcGraphPaletteEzGreen' => 'Graph/palette/ez_green.php',
'ezcGraphPaletteEzRed' => 'Graph/palette/ez_red.php',
'ezcGraphPaletteTango' => 'Graph/palette/tango.php',
'ezcGraphPieChart' => 'Graph/charts/pie.php',
'ezcGraphPieChartOptions' => 'Graph/options/pie_chart.php',
'ezcGraphPolynom' => 'Graph/math/polynom.php',
'ezcGraphRadarChart' => 'Graph/charts/radar.php',
'ezcGraphRadarChartOptions' => 'Graph/options/radar_chart.php',
'ezcGraphRadialGradient' => 'Graph/colors/radial_gradient.php',
'ezcGraphRenderer2d' => 'Graph/renderer/2d.php',
'ezcGraphRenderer2dOptions' => 'Graph/options/renderer_2d.php',
'ezcGraphRenderer3d' => 'Graph/renderer/3d.php',
'ezcGraphRenderer3dOptions' => 'Graph/options/renderer_3d.php',
'ezcGraphRotation' => 'Graph/math/rotation.php',
'ezcGraphSvgDriver' => 'Graph/driver/svg.php',
'ezcGraphSvgDriverOptions' => 'Graph/options/svg_driver.php',
'ezcGraphSvgFont' => 'Graph/driver/svg_font.php',
'ezcGraphTools' => 'Graph/tools.php',
'ezcGraphTranslation' => 'Graph/math/translation.php',
'ezcGraphVector' => 'Graph/math/vector.php',
'ezcGraphVerboseDriver' => 'Graph/driver/verbose.php',
);
?>
@@ -0,0 +1,19 @@
<?php
/**
* Autoloader definition for the GraphDatabaseTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0
* @filesource
* @package GraphDatabaseTiein
*/
return array(
'ezcGraphDatabaseException' => 'GraphDatabaseTiein/exceptions/exception.php',
'ezcGraphDatabaseMissingColumnException' => 'GraphDatabaseTiein/exceptions/missing_column.php',
'ezcGraphDatabaseStatementNotExecutedException' => 'GraphDatabaseTiein/exceptions/statement_not_executed.php',
'ezcGraphDatabaseTooManyColumnsException' => 'GraphDatabaseTiein/exceptions/too_many_columns.php',
'ezcGraphDatabaseDataSet' => 'GraphDatabaseTiein/dataset.php',
);
?>
@@ -0,0 +1,22 @@
<?php
/**
* Autoloader definition for the ImageAnalysis component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1.3
* @filesource
* @package ImageAnalysis
*/
return array(
'ezcImageAnalyzerException' => 'ImageAnalysis/exceptions/exception.php',
'ezcImageAnalyzerFileNotProcessableException' => 'ImageAnalysis/exceptions/file_not_processable.php',
'ezcImageAnalyzerInvalidHandlerException' => 'ImageAnalysis/exceptions/invalid_handler.php',
'ezcImageAnalyzerHandler' => 'ImageAnalysis/interfaces/handler.php',
'ezcImageAnalyzer' => 'ImageAnalysis/analyzer.php',
'ezcImageAnalyzerData' => 'ImageAnalysis/structs/analyzer_data.php',
'ezcImageAnalyzerImagemagickHandler' => 'ImageAnalysis/handlers/imagemagick.php',
'ezcImageAnalyzerPhpHandler' => 'ImageAnalysis/handlers/php.php',
);
?>
@@ -0,0 +1,45 @@
<?php
/**
* Autoloader definition for the ImageConversion component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.3.5
* @filesource
* @package ImageConversion
*/
return array(
'ezcImageException' => 'ImageConversion/exceptions/exception.php',
'ezcImageFileNameInvalidException' => 'ImageConversion/exceptions/file_name_invalid.php',
'ezcImageFileNotProcessableException' => 'ImageConversion/exceptions/file_not_processable.php',
'ezcImageFilterFailedException' => 'ImageConversion/exceptions/filter_failed.php',
'ezcImageFilterNotAvailableException' => 'ImageConversion/exceptions/filter_not_available.php',
'ezcImageHandlerNotAvailableException' => 'ImageConversion/exceptions/handler_not_available.php',
'ezcImageHandlerSettingsInvalidException' => 'ImageConversion/exceptions/handler_settings_invalid.php',
'ezcImageInvalidFilterParameterException' => 'ImageConversion/exceptions/invalid_filter_parameter.php',
'ezcImageInvalidReferenceException' => 'ImageConversion/exceptions/invalid_reference.php',
'ezcImageMimeTypeUnsupportedException' => 'ImageConversion/exceptions/mime_type_unsupported.php',
'ezcImageMissingFilterParameterException' => 'ImageConversion/exceptions/missing_filter_parameter.php',
'ezcImageTransformationAlreadyExistsException' => 'ImageConversion/exceptions/transformation_already_exists.php',
'ezcImageTransformationException' => 'ImageConversion/exceptions/transformation.php',
'ezcImageTransformationNotAvailableException' => 'ImageConversion/exceptions/transformation_not_available.php',
'ezcImageHandler' => 'ImageConversion/interfaces/handler.php',
'ezcImageMethodcallHandler' => 'ImageConversion/interfaces/methodcall_handler.php',
'ezcImageColorspaceFilters' => 'ImageConversion/interfaces/colorspace.php',
'ezcImageEffectFilters' => 'ImageConversion/interfaces/effect.php',
'ezcImageGdBaseHandler' => 'ImageConversion/handlers/gd_base.php',
'ezcImageGeometryFilters' => 'ImageConversion/interfaces/geometry.php',
'ezcImageImagemagickBaseHandler' => 'ImageConversion/handlers/imagemagick_base.php',
'ezcImageThumbnailFilters' => 'ImageConversion/interfaces/thumbnail.php',
'ezcImageWatermarkFilters' => 'ImageConversion/interfaces/watermark.php',
'ezcImageConverter' => 'ImageConversion/converter.php',
'ezcImageConverterSettings' => 'ImageConversion/structs/converter_settings.php',
'ezcImageFilter' => 'ImageConversion/structs/filter.php',
'ezcImageGdHandler' => 'ImageConversion/handlers/gd.php',
'ezcImageHandlerSettings' => 'ImageConversion/structs/handler_settings.php',
'ezcImageImagemagickHandler' => 'ImageConversion/handlers/imagemagick.php',
'ezcImageSaveOptions' => 'ImageConversion/options/save_options.php',
'ezcImageTransformation' => 'ImageConversion/transformation.php',
);
?>
@@ -0,0 +1,25 @@
<?php
/**
* Autoloader definition for the UserInput component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.3
* @filesource
* @package UserInput
*/
return array(
'ezcInputFormException' => 'UserInput/exceptions/exception.php',
'ezcInputFormFieldNotFoundException' => 'UserInput/exceptions/field_not_found.php',
'ezcInputFormInvalidDefinitionException' => 'UserInput/exceptions/invalid_definition.php',
'ezcInputFormNoValidDataException' => 'UserInput/exceptions/no_valid_data.php',
'ezcInputFormUnknownFieldException' => 'UserInput/exceptions/unknown_field.php',
'ezcInputFormValidDataAvailableException' => 'UserInput/exceptions/valid_data_available.php',
'ezcInputFormVariableMissingException' => 'UserInput/exceptions/input_variable_missing.php',
'ezcInputFormWrongInputSourceException' => 'UserInput/exceptions/wrong_input_source.php',
'ezcInputFilter' => 'UserInput/input_filter.php',
'ezcInputForm' => 'UserInput/input_form.php',
'ezcInputFormDefinitionElement' => 'UserInput/structs/definition_element.php',
);
?>
@@ -0,0 +1,27 @@
<?php
/**
* Autoloader definition for the EventLog component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.3
* @filesource
* @package EventLog
*/
return array(
'ezcLogWriterException' => 'EventLog/exceptions/writer_exception.php',
'ezcLogWrongSeverityException' => 'EventLog/exceptions/wrong_severity.php',
'ezcLogWriter' => 'EventLog/interfaces/writer.php',
'ezcLogFileWriter' => 'EventLog/writers/writer_file.php',
'ezcLogMapper' => 'EventLog/interfaces/mapper.php',
'ezcLog' => 'EventLog/log.php',
'ezcLogContext' => 'EventLog/context.php',
'ezcLogFilter' => 'EventLog/structs/log_filter.php',
'ezcLogFilterRule' => 'EventLog/mapper/filter_rule.php',
'ezcLogFilterSet' => 'EventLog/mapper/filterset.php',
'ezcLogMessage' => 'EventLog/log_message.php',
'ezcLogSyslogWriter' => 'EventLog/writers/writer_syslog.php',
'ezcLogUnixFileWriter' => 'EventLog/writers/writer_unix_file.php',
);
?>
@@ -0,0 +1,15 @@
<?php
/**
* Autoloader definition for the EventLogDatabaseTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0.2
* @filesource
* @package EventLogDatabaseTiein
*/
return array(
'ezcLogDatabaseWriter' => 'EventLogDatabaseTiein/writers/writer_database.php',
);
?>
@@ -0,0 +1,81 @@
<?php
/**
* Autoloader definition for the Mail component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.5
* @filesource
* @package Mail
*/
return array(
'ezcMailException' => 'Mail/exceptions/mail_exception.php',
'ezcMailInvalidLimitException' => 'Mail/exceptions/invalid_limit.php',
'ezcMailNoSuchMessageException' => 'Mail/exceptions/no_such_message.php',
'ezcMailOffsetOutOfRangeException' => 'Mail/exceptions/offset_out_of_range.php',
'ezcMailTransportException' => 'Mail/exceptions/transport_exception.php',
'ezcMailTransportSmtpException' => 'Mail/exceptions/transport_smtp_exception.php',
'ezcMailPart' => 'Mail/interfaces/part.php',
'ezcMailPartParser' => 'Mail/parser/interfaces/part_parser.php',
'ezcMailTransport' => 'Mail/interfaces/transport.php',
'ezcMail' => 'Mail/mail.php',
'ezcMailFilePart' => 'Mail/parts/file.php',
'ezcMailMtaTransport' => 'Mail/transports/mta/mta_transport.php',
'ezcMailMultipart' => 'Mail/parts/multipart.php',
'ezcMailMultipartParser' => 'Mail/parser/parts/multipart_parser.php',
'ezcMailParserSet' => 'Mail/parser/interfaces/parser_set.php',
'ezcMailSmtpTransport' => 'Mail/transports/smtp/smtp_transport.php',
'ezcMailTransportOptions' => 'Mail/options/transport_options.php',
'ezcMailAddress' => 'Mail/structs/mail_address.php',
'ezcMailCharsetConverter' => 'Mail/internal/charset_convert.php',
'ezcMailComposer' => 'Mail/composer.php',
'ezcMailComposerOptions' => 'Mail/options/composer_options.php',
'ezcMailContentDispositionHeader' => 'Mail/structs/content_disposition_header.php',
'ezcMailDeliveryStatus' => 'Mail/parts/delivery_status.php',
'ezcMailDeliveryStatusParser' => 'Mail/parser/parts/delivery_status_parser.php',
'ezcMailFile' => 'Mail/parts/fileparts/disk_file.php',
'ezcMailFileParser' => 'Mail/parser/parts/file_parser.php',
'ezcMailFileSet' => 'Mail/transports/file/file_set.php',
'ezcMailHeaderFolder' => 'Mail/internal/header_folder.php',
'ezcMailHeadersHolder' => 'Mail/parser/headers_holder.php',
'ezcMailImapSet' => 'Mail/transports/imap/imap_set.php',
'ezcMailImapSetOptions' => 'Mail/options/imap_set_options.php',
'ezcMailImapTransport' => 'Mail/transports/imap/imap_transport.php',
'ezcMailImapTransportOptions' => 'Mail/options/imap_options.php',
'ezcMailMboxSet' => 'Mail/transports/mbox/mbox_set.php',
'ezcMailMboxTransport' => 'Mail/transports/mbox/mbox_transport.php',
'ezcMailMultipartAlternative' => 'Mail/parts/multiparts/multipart_alternative.php',
'ezcMailMultipartAlternativeParser' => 'Mail/parser/parts/multipart_alternative_parser.php',
'ezcMailMultipartDigest' => 'Mail/parts/multiparts/multipart_digest.php',
'ezcMailMultipartDigestParser' => 'Mail/parser/parts/multipart_digest_parser.php',
'ezcMailMultipartMixed' => 'Mail/parts/multiparts/multipart_mixed.php',
'ezcMailMultipartMixedParser' => 'Mail/parser/parts/multipart_mixed_parser.php',
'ezcMailMultipartRelated' => 'Mail/parts/multiparts/multipart_related.php',
'ezcMailMultipartRelatedParser' => 'Mail/parser/parts/multipart_related_parser.php',
'ezcMailMultipartReport' => 'Mail/parts/multiparts/multipart_report.php',
'ezcMailMultipartReportParser' => 'Mail/parser/parts/multipart_report_parser.php',
'ezcMailParser' => 'Mail/parser/parser.php',
'ezcMailParserOptions' => 'Mail/options/parser_options.php',
'ezcMailParserShutdownHandler' => 'Mail/parser/shutdown_handler.php',
'ezcMailPartWalkContext' => 'Mail/structs/walk_context.php',
'ezcMailPop3Set' => 'Mail/transports/pop3/pop3_set.php',
'ezcMailPop3Transport' => 'Mail/transports/pop3/pop3_transport.php',
'ezcMailPop3TransportOptions' => 'Mail/options/pop3_options.php',
'ezcMailRfc2231Implementation' => 'Mail/parser/rfc2231_implementation.php',
'ezcMailRfc822Digest' => 'Mail/parts/rfc822_digest.php',
'ezcMailRfc822DigestParser' => 'Mail/parser/parts/rfc822_digest_parser.php',
'ezcMailRfc822Parser' => 'Mail/parser/parts/rfc822_parser.php',
'ezcMailSmtpTransportOptions' => 'Mail/options/smtp_options.php',
'ezcMailStorageSet' => 'Mail/transports/storage/storage_set.php',
'ezcMailStreamFile' => 'Mail/parts/fileparts/stream_file.php',
'ezcMailText' => 'Mail/parts/text.php',
'ezcMailTextParser' => 'Mail/parser/parts/text_parser.php',
'ezcMailTools' => 'Mail/tools.php',
'ezcMailTransportConnection' => 'Mail/transports/transport_connection.php',
'ezcMailTransportMta' => 'Mail/transports/mta/transport_mta.php',
'ezcMailTransportSmtp' => 'Mail/transports/smtp/transport_smtp.php',
'ezcMailVariableSet' => 'Mail/transports/variable/var_set.php',
'ezcMailVirtualFile' => 'Mail/parts/fileparts/virtual_file.php',
);
?>
@@ -0,0 +1,62 @@
<?php
/**
* Autoloader definition for the PersistentObject component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.4
* @filesource
* @package PersistentObject
*/
return array(
'ezcPersistentObjectException' => 'PersistentObject/exceptions/persistent_object_exception.php',
'ezcPersistentDefinitionMissingIdPropertyException' => 'PersistentObject/exceptions/definition_missing_id_property.php',
'ezcPersistentDefinitionNotFoundException' => 'PersistentObject/exceptions/definition_not_found.php',
'ezcPersistentIdentifierGenerationException' => 'PersistentObject/exceptions/identifier_generation.php',
'ezcPersistentInvalidObjectStateException' => 'PersistentObject/exceptions/invalid_object_state.php',
'ezcPersistentObjectAlreadyPersistentException' => 'PersistentObject/exceptions/already_persistent.php',
'ezcPersistentObjectNotPersistentException' => 'PersistentObject/exceptions/not_persistent.php',
'ezcPersistentQueryException' => 'PersistentObject/exceptions/query_exception.php',
'ezcPersistentRelatedObjectNotFoundException' => 'PersistentObject/exceptions/related_object_not_found.php',
'ezcPersistentRelationInvalidException' => 'PersistentObject/exceptions/relation_invalid.php',
'ezcPersistentRelationNotFoundException' => 'PersistentObject/exceptions/relation_not_found.php',
'ezcPersistentRelationOperationNotSupportedException' => 'PersistentObject/exceptions/relation_operation_not_supported.php',
'ezcPersistentSessionNotFoundException' => 'PersistentObject/exceptions/session_not_found.php',
'ezcPersistentUndeterministicRelationException' => 'PersistentObject/exceptions/undeterministic_relation.php',
'ezcPersistentDefinitionManager' => 'PersistentObject/interfaces/definition_manager.php',
'ezcPersistentIdentifierGenerator' => 'PersistentObject/interfaces/identifier_generator.php',
'ezcPersistentPropertyConverter' => 'PersistentObject/interfaces/property_converter.php',
'ezcPersistentRelation' => 'PersistentObject/interfaces/relation.php',
'ezcPersistentSessionHandler' => 'PersistentObject/interfaces/handler.php',
'ezcPersistentCacheManager' => 'PersistentObject/managers/cache_manager.php',
'ezcPersistentCodeManager' => 'PersistentObject/managers/code_manager.php',
'ezcPersistentDeleteHandler' => 'PersistentObject/handlers/delete_handler.php',
'ezcPersistentDoubleTableMap' => 'PersistentObject/structs/double_table_map.php',
'ezcPersistentFindIterator' => 'PersistentObject/find_iterator.php',
'ezcPersistentGeneratorDefinition' => 'PersistentObject/structs/generator_definition.php',
'ezcPersistentLoadHandler' => 'PersistentObject/handlers/load_handler.php',
'ezcPersistentManualGenerator' => 'PersistentObject/generators/manual_generator.php',
'ezcPersistentManyToManyRelation' => 'PersistentObject/relations/many_to_many.php',
'ezcPersistentManyToOneRelation' => 'PersistentObject/relations/many_to_one.php',
'ezcPersistentMultiManager' => 'PersistentObject/managers/multi_manager.php',
'ezcPersistentNativeGenerator' => 'PersistentObject/generators/native_generator.php',
'ezcPersistentObject' => 'PersistentObject/interfaces/persistent_object.php',
'ezcPersistentObjectColumns' => 'PersistentObject/object/persistent_object_columns.php',
'ezcPersistentObjectDefinition' => 'PersistentObject/object/persistent_object_definition.php',
'ezcPersistentObjectIdProperty' => 'PersistentObject/object/persistent_object_id_property.php',
'ezcPersistentObjectProperties' => 'PersistentObject/object/persistent_object_properties.php',
'ezcPersistentObjectProperty' => 'PersistentObject/object/persistent_object_property.php',
'ezcPersistentObjectRelations' => 'PersistentObject/object/persistent_object_relations.php',
'ezcPersistentOneToManyRelation' => 'PersistentObject/relations/one_to_many.php',
'ezcPersistentOneToOneRelation' => 'PersistentObject/relations/one_to_one.php',
'ezcPersistentPropertyDateTimeConverter' => 'PersistentObject/object/property_converters/date.php',
'ezcPersistentRelationCollection' => 'PersistentObject/object/relation_collection.php',
'ezcPersistentSaveHandler' => 'PersistentObject/handlers/save_handler.php',
'ezcPersistentSequenceGenerator' => 'PersistentObject/generators/sequence_generator.php',
'ezcPersistentSession' => 'PersistentObject/persistent_session.php',
'ezcPersistentSessionInstance' => 'PersistentObject/persistent_session_instance.php',
'ezcPersistentSingleTableMap' => 'PersistentObject/structs/single_table_map.php',
'ezcPersistentStateTransformer' => 'PersistentObject/internal/state_transformer.php',
);
?>
@@ -0,0 +1,15 @@
<?php
/**
* Autoloader definition for the PersistentObjectDatabaseSchemaTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2.1
* @filesource
* @package PersistentObjectDatabaseSchemaTiein
*/
return array(
'ezcPersistentObjectSchemaGenerator' => 'PersistentObjectDatabaseSchemaTiein/generator.php',
);
?>
@@ -0,0 +1,19 @@
<?php
/**
* Autoloader definition for the PhpGenerator component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0.4
* @filesource
* @package PhpGenerator
*/
return array(
'ezcPhpGeneratorException' => 'PhpGenerator/exceptions/php_generator_exception.php',
'ezcPhpGeneratorFlowException' => 'PhpGenerator/exceptions/flow_exception.php',
'ezcPhpGenerator' => 'PhpGenerator/php_generator.php',
'ezcPhpGeneratorParameter' => 'PhpGenerator/structs/php_generator_parameter.php',
'ezcPhpGeneratorReturnData' => 'PhpGenerator/structs/php_generator_return_data.php',
);
?>
@@ -0,0 +1,33 @@
<?php
/**
* Autoloader definition for the Database component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.4
* @filesource
* @package Database
*/
return array(
'ezcQueryException' => 'Database/exceptions/query_exception.php',
'ezcQueryInvalidException' => 'Database/exceptions/query/invalid.php',
'ezcQueryInvalidParameterException' => 'Database/exceptions/query/invalid_parameter.php',
'ezcQueryVariableParameterException' => 'Database/exceptions/query/variable_parameter.php',
'ezcQuery' => 'Database/sqlabstraction/query.php',
'ezcQueryExpression' => 'Database/sqlabstraction/expression.php',
'ezcQuerySelect' => 'Database/sqlabstraction/query_select.php',
'ezcQueryDelete' => 'Database/sqlabstraction/query_delete.php',
'ezcQueryExpressionMssql' => 'Database/sqlabstraction/implementations/expression_mssql.php',
'ezcQueryExpressionOracle' => 'Database/sqlabstraction/implementations/expression_oracle.php',
'ezcQueryExpressionPgsql' => 'Database/sqlabstraction/implementations/expression_pgsql.php',
'ezcQueryExpressionSqlite' => 'Database/sqlabstraction/implementations/expression_sqlite.php',
'ezcQueryInsert' => 'Database/sqlabstraction/query_insert.php',
'ezcQuerySelectMssql' => 'Database/sqlabstraction/implementations/query_select_mssql.php',
'ezcQuerySelectOracle' => 'Database/sqlabstraction/implementations/query_select_oracle.php',
'ezcQuerySelectSqlite' => 'Database/sqlabstraction/implementations/query_select_sqlite.php',
'ezcQuerySqliteFunctions' => 'Database/sqlabstraction/implementations/query_sqlite_function_implementations.php',
'ezcQuerySubSelect' => 'Database/sqlabstraction/query_subselect.php',
'ezcQueryUpdate' => 'Database/sqlabstraction/query_update.php',
);
?>
@@ -0,0 +1,46 @@
<?php
/**
* Autoloader definition for the Search component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0
* @filesource
* @package Search
*/
return array(
'ezcSearchException' => 'Search/exceptions/exception.php',
'ezcSearchBuildQueryException' => 'Search/exceptions/build_query.php',
'ezcSearchCanNotConnectException' => 'Search/exceptions/can_not_connect.php',
'ezcSearchDefinitionInvalidException' => 'Search/exceptions/definition_invalid.php',
'ezcSearchDefinitionNotFoundException' => 'Search/exceptions/definition_not_found.php',
'ezcSearchDoesNotProvideDefinitionException' => 'Search/exceptions/does_not_provide_definition.php',
'ezcSearchFieldNotDefinedException' => 'Search/exceptions/field_not_defined.php',
'ezcSearchIncompleteStateException' => 'Search/exceptions/incomplete_state.php',
'ezcSearchQueryVariableParameterException' => 'Search/exceptions/query_variable_parameter.php',
'ezcSearchTransactionException' => 'Search/exceptions/transaction.php',
'ezcSearchQuery' => 'Search/interfaces/query.php',
'ezcSearchDefinitionManager' => 'Search/interfaces/definition_manager.php',
'ezcSearchDefinitionProvider' => 'Search/interfaces/definition_provider.php',
'ezcSearchFindQuery' => 'Search/interfaces/query_find.php',
'ezcSearchHandler' => 'Search/interfaces/handler.php',
'ezcSearchIndexHandler' => 'Search/interfaces/index_handler.php',
'ezcSearchDefinitionDocumentField' => 'Search/structs/document_field_definition.php',
'ezcSearchDeleteQuery' => 'Search/interfaces/query_delete.php',
'ezcSearchDocumentDefinition' => 'Search/document_definition.php',
'ezcSearchEmbeddedManager' => 'Search/managers/embedded_manager.php',
'ezcSearchQueryBuilder' => 'Search/query_builder.php',
'ezcSearchQuerySolr' => 'Search/abstraction/implementations/solr.php',
'ezcSearchQueryToken' => 'Search/structs/query_token.php',
'ezcSearchQueryTools' => 'Search/abstraction/query_tools.php',
'ezcSearchResult' => 'Search/structs/search_result.php',
'ezcSearchResultDocument' => 'Search/structs/search_result_document.php',
'ezcSearchRstXmlExtractor' => 'Search/extractors/rstxml.php',
'ezcSearchSession' => 'Search/search_session.php',
'ezcSearchSimpleArticle' => 'Search/extractors/helpers/simple.php',
'ezcSearchSimpleImage' => 'Search/extractors/helpers/image.php',
'ezcSearchSolrHandler' => 'Search/handlers/solr.php',
'ezcSearchXmlManager' => 'Search/managers/xml_manager.php',
);
?>
@@ -0,0 +1,20 @@
<?php
/**
* Autoloader definition for the SignalSlot component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1.1
* @filesource
* @package SignalSlot
*/
return array(
'ezcSignalSlotException' => 'SignalSlot/exceptions/signalslot_exception.php',
'ezcSignalStaticConnectionsBase' => 'SignalSlot/interfaces/static_connections_base.php',
'ezcSignalCallbackComparer' => 'SignalSlot/internal/callback_comparer.php',
'ezcSignalCollection' => 'SignalSlot/signal_collection.php',
'ezcSignalCollectionOptions' => 'SignalSlot/options/options.php',
'ezcSignalStaticConnections' => 'SignalSlot/static_connections.php',
);
?>
@@ -0,0 +1,22 @@
<?php
/**
* Autoloader definition for the SystemInformation component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0.6
* @filesource
* @package SystemInformation
*/
return array(
'ezcSystemInfoReaderCantScanOSException' => 'SystemInformation/system/exceptions/cant_scan.php',
'ezcSystemInfoReader' => 'SystemInformation/system/interfaces/info_reader.php',
'ezcSystemInfo' => 'SystemInformation/system/info.php',
'ezcSystemInfoAccelerator' => 'SystemInformation/system/structs/accelerator_info.php',
'ezcSystemInfoFreeBsdReader' => 'SystemInformation/system/readers/info_freebsd.php',
'ezcSystemInfoLinuxReader' => 'SystemInformation/system/readers/info_linux.php',
'ezcSystemInfoMacReader' => 'SystemInformation/system/readers/info_mac.php',
'ezcSystemInfoWindowsReader' => 'SystemInformation/system/readers/info_windows.php',
);
?>
@@ -0,0 +1,299 @@
<?php
/**
* Autoloader definition for the Template component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.3
* @filesource
* @package Template
*/
return array(
'ezcTemplateException' => 'Template/exceptions/template_exception.php',
'ezcTemplateCompilationFailedException' => 'Template/exceptions/compilation_failed_exception.php',
'ezcTemplateCustomBlockException' => 'Template/exceptions/custom_block_exception.php',
'ezcTemplateFileFailedRenameException' => 'Template/exceptions/file_failed_rename_exception.php',
'ezcTemplateFileFailedUnlinkException' => 'Template/exceptions/file_failed_unlink_exception.php',
'ezcTemplateFileNotFoundException' => 'Template/exceptions/file_not_found_exception.php',
'ezcTemplateFileNotReadableException' => 'Template/exceptions/file_not_readable_exception.php',
'ezcTemplateFileNotWriteableException' => 'Template/exceptions/file_not_writeable_exception.php',
'ezcTemplateInternalException' => 'Template/exceptions/internal_exception.php',
'ezcTemplateInvalidCompiledFileException' => 'Template/exceptions/invalid_compiled_file_exception.php',
'ezcTemplateNoManagerException' => 'Template/exceptions/no_manager_exception.php',
'ezcTemplateNoOutputContextException' => 'Template/exceptions/no_output_context_exception.php',
'ezcTemplateOutdatedCompilationException' => 'Template/exceptions/outdated_compilation_exception.php',
'ezcTemplateParserException' => 'Template/exceptions/parser_exception.php',
'ezcTemplateRuntimeException' => 'Template/exceptions/runtime_exception.php',
'ezcTemplateSourceToTstParserException' => 'Template/exceptions/source_to_tst_parser_exception.php',
'ezcTemplateTstNodeException' => 'Template/exceptions/tst_node_exception.php',
'ezcTemplateTypeHintException' => 'Template/exceptions/typehint_exception.php',
'ezcTemplateAstNode' => 'Template/syntax_trees/ast/interfaces/ast_node.php',
'ezcTemplateParameterizedAstNode' => 'Template/syntax_trees/ast/interfaces/parameterized_ast.php',
'ezcTemplateTstNode' => 'Template/syntax_trees/tst/interfaces/tst_node.php',
'ezcTemplateExpressionTstNode' => 'Template/syntax_trees/tst/interfaces/expression_tst.php',
'ezcTemplateOperatorAstNode' => 'Template/syntax_trees/ast/interfaces/operator_ast.php',
'ezcTemplateAstNodeVisitor' => 'Template/syntax_trees/ast/interfaces/ast_visitor.php',
'ezcTemplateBinaryOperatorAstNode' => 'Template/syntax_trees/ast/interfaces/binary_operator.php',
'ezcTemplateCodeTstNode' => 'Template/syntax_trees/tst/interfaces/code_tst.php',
'ezcTemplateOperatorTstNode' => 'Template/syntax_trees/tst/interfaces/operator_tst.php',
'ezcTemplateSourceToTstParser' => 'Template/parsers/source_to_tst/interfaces/source_to_tst_parser.php',
'ezcTemplateStatementAstNode' => 'Template/syntax_trees/ast/interfaces/statement_ast.php',
'ezcTemplateTstNodeVisitor' => 'Template/syntax_trees/tst/interfaces/tst_visitor.php',
'ezcTemplateAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/assignment_operator.php',
'ezcTemplateAstToPhpGenerator' => 'Template/parsers/ast_to_php/implementations/php_generator.php',
'ezcTemplateAstWalker' => 'Template/parsers/ast_to_ast/implementations/ast_walker.php',
'ezcTemplateBlockTstNode' => 'Template/syntax_trees/tst/nodes/block.php',
'ezcTemplateBodyAstNode' => 'Template/syntax_trees/ast/nodes/body.php',
'ezcTemplateCaseAstNode' => 'Template/syntax_trees/ast/nodes/control/case.php',
'ezcTemplateCustomExtension' => 'Template/structs/custom_extension.php',
'ezcTemplateFunctions' => 'Template/functions/functions.php',
'ezcTemplateLiteralSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/literal.php',
'ezcTemplateLocation' => 'Template/interfaces/location.php',
'ezcTemplateModifyingOperatorTstNode' => 'Template/syntax_trees/tst/interfaces/modifying_operator_tst.php',
'ezcTemplateOutputContext' => 'Template/interfaces/output_context.php',
'ezcTemplateTextTstNode' => 'Template/syntax_trees/tst/interfaces/text_tst.php',
'ezcTemplateTreeOutput' => 'Template/parsers/interfaces/tree_output.php',
'ezcTemplateTstToAstTransformer' => 'Template/parsers/tst_to_ast/implementations/tst_to_ast_transformer.php',
'ezcTemplateTstWalker' => 'Template/parsers/tst_to_tst/implementations/tst_walker.php',
'ezcTemplate' => 'Template/template.php',
'ezcTemplateAdditionAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/addition_assignment_operator.php',
'ezcTemplateAdditionOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/addition_operator.php',
'ezcTemplateArithmeticNegationOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/arithmetic_negation_operator.php',
'ezcTemplateArray' => 'Template/functions/array_code.php',
'ezcTemplateArrayAppendOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/array_append_assignment_operator.php',
'ezcTemplateArrayAppendOperatorTstNode' => 'Template/syntax_trees/tst/nodes/array_append_operator.php',
'ezcTemplateArrayFetchOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/array_fetch_operator.php',
'ezcTemplateArrayFetchOperatorTstNode' => 'Template/syntax_trees/tst/nodes/array_fetch_operator.php',
'ezcTemplateArrayFetchSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/array_fetch.php',
'ezcTemplateArrayFunctions' => 'Template/functions/array_functions.php',
'ezcTemplateArrayRangeOperatorTstNode' => 'Template/syntax_trees/tst/nodes/array_range_operator.php',
'ezcTemplateArraySourceToTstParser' => 'Template/parsers/source_to_tst/implementations/array.php',
'ezcTemplateAssignmentOperatorTstNode' => 'Template/syntax_trees/tst/nodes/assignment_operator.php',
'ezcTemplateAstBuilder' => 'Template/syntax_trees/ast/ast_builder.php',
'ezcTemplateAstToAstAssignmentOptimizer' => 'Template/parsers/ast_to_ast/implementations/assignment_optimizer.php',
'ezcTemplateAstToAstContextAppender' => 'Template/parsers/ast_to_ast/implementations/context_appender.php',
'ezcTemplateAstToPhpStringGenerator' => 'Template/parsers/ast_to_php/implementations/php_string_generator.php',
'ezcTemplateAstTreeOutput' => 'Template/parsers/ast/implementations/ast_tree_output.php',
'ezcTemplateAutoloaderDefinition' => 'Template/structs/autoloader_definition.php',
'ezcTemplateBitwiseAndAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/bitwise_and_assignment_operator.php',
'ezcTemplateBitwiseAndOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/bitwise_and_operator.php',
'ezcTemplateBitwiseNegationOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/bitwise_negation_operator.php',
'ezcTemplateBitwiseOrAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/bitwise_or_assignment_operator.php',
'ezcTemplateBitwiseOrOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/bitwise_or_operator.php',
'ezcTemplateBitwiseXorAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/bitwise_xor_assignment_operator.php',
'ezcTemplateBitwiseXorOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/bitwise_xor_operator.php',
'ezcTemplateBlockCommentAstNode' => 'Template/syntax_trees/ast/nodes/block_comment.php',
'ezcTemplateBlockCommentSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/block_comment.php',
'ezcTemplateBlockCommentTstNode' => 'Template/syntax_trees/tst/nodes/block_comment.php',
'ezcTemplateBlockSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/block.php',
'ezcTemplateBoolSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/bool.php',
'ezcTemplateBreakAstNode' => 'Template/syntax_trees/ast/nodes/control/break.php',
'ezcTemplateCacheBlockAstNode' => 'Template/syntax_trees/ast/nodes/cache_block.php',
'ezcTemplateCacheBlockTstNode' => 'Template/syntax_trees/tst/nodes/cache_block.php',
'ezcTemplateCacheManager' => 'Template/interfaces/cache_manager.php',
'ezcTemplateCacheSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/cache.php',
'ezcTemplateCacheTstNode' => 'Template/syntax_trees/tst/nodes/cache.php',
'ezcTemplateCaptureSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/capture.php',
'ezcTemplateCaptureTstNode' => 'Template/syntax_trees/tst/nodes/capture.php',
'ezcTemplateCaseTstNode' => 'Template/syntax_trees/tst/nodes/case.php',
'ezcTemplateCatchAstNode' => 'Template/syntax_trees/ast/nodes/control/catch.php',
'ezcTemplateCharsetSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/charset.php',
'ezcTemplateCharsetTstNode' => 'Template/syntax_trees/tst/nodes/charset.php',
'ezcTemplateCloneAstNode' => 'Template/syntax_trees/ast/nodes/constructs/clone.php',
'ezcTemplateCompiledCode' => 'Template/compiled_code.php',
'ezcTemplateConcatAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/concat_assignment_operator.php',
'ezcTemplateConcatAssignmentOperatorTstNode' => 'Template/syntax_trees/tst/nodes/concat_assignment_operator.php',
'ezcTemplateConcatOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/concat_operator.php',
'ezcTemplateConcatOperatorTstNode' => 'Template/syntax_trees/tst/nodes/concat_operator.php',
'ezcTemplateConditionBodyAstNode' => 'Template/syntax_trees/ast/nodes/condition_body.php',
'ezcTemplateConditionBodyTstNode' => 'Template/syntax_trees/tst/nodes/condition_body.php',
'ezcTemplateConfiguration' => 'Template/configuration.php',
'ezcTemplateConstantAstNode' => 'Template/syntax_trees/ast/nodes/constant.php',
'ezcTemplateContinueAstNode' => 'Template/syntax_trees/ast/nodes/control/continue.php',
'ezcTemplateControlStructureSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/control_structure.php',
'ezcTemplateCurlyBracesAstNode' => 'Template/syntax_trees/ast/nodes/curly_braces.php',
'ezcTemplateCursor' => 'Template/cursor.php',
'ezcTemplateCustomBlock' => 'Template/interfaces/custom_block.php',
'ezcTemplateCustomBlockDefinition' => 'Template/structs/custom_block_definition.php',
'ezcTemplateCustomBlockSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/custom_block.php',
'ezcTemplateCustomBlockTstNode' => 'Template/syntax_trees/tst/nodes/custom_block.php',
'ezcTemplateCustomFunction' => 'Template/interfaces/custom_function.php',
'ezcTemplateCustomFunctionDefinition' => 'Template/structs/custom_function_definition.php',
'ezcTemplateCycle' => 'Template/cycle.php',
'ezcTemplateCycleControlTstNode' => 'Template/syntax_trees/tst/nodes/cycle_control.php',
'ezcTemplateCycleSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/cycle.php',
'ezcTemplateDate' => 'Template/functions/date_code.php',
'ezcTemplateDateFunctions' => 'Template/functions/date_functions.php',
'ezcTemplateDebug' => 'Template/functions/debug_code.php',
'ezcTemplateDebugFunctions' => 'Template/functions/debug_functions.php',
'ezcTemplateDeclarationBlockSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/declaration.php',
'ezcTemplateDeclarationTstNode' => 'Template/syntax_trees/tst/nodes/declaration.php',
'ezcTemplateDecrementOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/decrement_operator.php',
'ezcTemplateDefaultAstNode' => 'Template/syntax_trees/ast/nodes/control/default.php',
'ezcTemplateDelimiterSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/delimiter.php',
'ezcTemplateDelimiterTstNode' => 'Template/syntax_trees/tst/nodes/delimiter.php',
'ezcTemplateDivisionAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/division_assignment_operator.php',
'ezcTemplateDivisionAssignmentOperatorTstNode' => 'Template/syntax_trees/tst/nodes/division_assignment_operator.php',
'ezcTemplateDivisionOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/division_operator.php',
'ezcTemplateDivisionOperatorTstNode' => 'Template/syntax_trees/tst/nodes/division_operator.php',
'ezcTemplateDoWhileAstNode' => 'Template/syntax_trees/ast/nodes/control/do_while.php',
'ezcTemplateDocCommentSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/doc_comment.php',
'ezcTemplateDocCommentTstNode' => 'Template/syntax_trees/tst/nodes/doc_comment.php',
'ezcTemplateDynamicBlockAstNode' => 'Template/syntax_trees/ast/nodes/dynamic_block.php',
'ezcTemplateDynamicBlockTstNode' => 'Template/syntax_trees/tst/nodes/dynamic_block.php',
'ezcTemplateDynamicStringAstNode' => 'Template/syntax_trees/ast/nodes/dynamic_string.php',
'ezcTemplateDynamicVariableAstNode' => 'Template/syntax_trees/ast/nodes/dynamic_variable.php',
'ezcTemplateEchoAstNode' => 'Template/syntax_trees/ast/nodes/constructs/echo.php',
'ezcTemplateEmptyAstNode' => 'Template/syntax_trees/ast/nodes/constructs/empty.php',
'ezcTemplateEmptyBlockTstNode' => 'Template/syntax_trees/tst/nodes/empty_block.php',
'ezcTemplateEolCommentAstNode' => 'Template/syntax_trees/ast/nodes/eol_comment.php',
'ezcTemplateEolCommentSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/eol_comment.php',
'ezcTemplateEolCommentTstNode' => 'Template/syntax_trees/tst/nodes/eol_comment.php',
'ezcTemplateEqualOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/equal_operator.php',
'ezcTemplateEqualOperatorTstNode' => 'Template/syntax_trees/tst/nodes/equal_operator.php',
'ezcTemplateExpressionBlockSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/expression_block.php',
'ezcTemplateExpressionSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/expression.php',
'ezcTemplateFetchCacheInformation' => 'Template/parsers/tst_to_tst/implementations/cache_information.php',
'ezcTemplateFloatSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/float.php',
'ezcTemplateForAstNode' => 'Template/syntax_trees/ast/nodes/control/for.php',
'ezcTemplateForeachAstNode' => 'Template/syntax_trees/ast/nodes/control/foreach.php',
'ezcTemplateForeachLoopSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/foreach_loop.php',
'ezcTemplateForeachLoopTstNode' => 'Template/syntax_trees/tst/nodes/foreach_loop.php',
'ezcTemplateFunctionCallAstNode' => 'Template/syntax_trees/ast/nodes/function_call.php',
'ezcTemplateFunctionCallSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/function_call.php',
'ezcTemplateFunctionCallTstNode' => 'Template/syntax_trees/tst/nodes/function_call.php',
'ezcTemplateGenericStatementAstNode' => 'Template/syntax_trees/ast/nodes/generic_statement.php',
'ezcTemplateGreaterEqualOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/greater_equal_operator.php',
'ezcTemplateGreaterEqualOperatorTstNode' => 'Template/syntax_trees/tst/nodes/greater_equal_operator.php',
'ezcTemplateGreaterThanOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/greater_than_operator.php',
'ezcTemplateGreaterThanOperatorTstNode' => 'Template/syntax_trees/tst/nodes/greater_than_operator.php',
'ezcTemplateIdenticalOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/identical_operator.php',
'ezcTemplateIdenticalOperatorTstNode' => 'Template/syntax_trees/tst/nodes/identical_operator.php',
'ezcTemplateIdentifierAstNode' => 'Template/syntax_trees/ast/nodes/identifier.php',
'ezcTemplateIdentifierSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/identifier.php',
'ezcTemplateIdentifierTstNode' => 'Template/syntax_trees/tst/nodes/identifier.php',
'ezcTemplateIfAstNode' => 'Template/syntax_trees/ast/nodes/control/if.php',
'ezcTemplateIfConditionSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/if_condition.php',
'ezcTemplateIfConditionTstNode' => 'Template/syntax_trees/tst/nodes/if_condition.php',
'ezcTemplateIncludeAstNode' => 'Template/syntax_trees/ast/nodes/control/include.php',
'ezcTemplateIncludeOnceAstNode' => 'Template/syntax_trees/ast/nodes/control/include_once.php',
'ezcTemplateIncludeSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/include.php',
'ezcTemplateIncludeTstNode' => 'Template/syntax_trees/tst/nodes/include.php',
'ezcTemplateIncrementOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/increment_operator.php',
'ezcTemplateInstanceofOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/instanceof_operator.php',
'ezcTemplateIntegerSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/integer.php',
'ezcTemplateIssetAstNode' => 'Template/syntax_trees/ast/nodes/constructs/isset.php',
'ezcTemplateLessEqualOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/less_equal_operator.php',
'ezcTemplateLessEqualOperatorTstNode' => 'Template/syntax_trees/tst/nodes/less_equal_operator.php',
'ezcTemplateLessThanOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/less_than_operator.php',
'ezcTemplateLessThanOperatorTstNode' => 'Template/syntax_trees/tst/nodes/less_than_operator.php',
'ezcTemplateLiteralArrayAstNode' => 'Template/syntax_trees/ast/nodes/literalarray.php',
'ezcTemplateLiteralArrayTstNode' => 'Template/syntax_trees/tst/nodes/literalarray.php',
'ezcTemplateLiteralAstNode' => 'Template/syntax_trees/ast/nodes/literal.php',
'ezcTemplateLiteralBlockSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/literal_block.php',
'ezcTemplateLiteralBlockTstNode' => 'Template/syntax_trees/tst/nodes/literal_block.php',
'ezcTemplateLiteralTstNode' => 'Template/syntax_trees/tst/nodes/literal.php',
'ezcTemplateLocationInterface' => 'Template/interfaces/location_interface.php',
'ezcTemplateLocator' => 'Template/interfaces/locator.php',
'ezcTemplateLogicalAndOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/logical_and_operator.php',
'ezcTemplateLogicalAndOperatorTstNode' => 'Template/syntax_trees/tst/nodes/logical_and_operator.php',
'ezcTemplateLogicalLiteralAndOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/logical_literal_and_operator.php',
'ezcTemplateLogicalLiteralOrOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/logical_literal_or_operator.php',
'ezcTemplateLogicalLiteralXorOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/logical_literal_xor_operator.php',
'ezcTemplateLogicalNegateOperatorTstNode' => 'Template/syntax_trees/tst/nodes/logical_negate_operator.php',
'ezcTemplateLogicalNegationOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/logical_negation_operator.php',
'ezcTemplateLogicalOrOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/logical_or_operator.php',
'ezcTemplateLogicalOrOperatorTstNode' => 'Template/syntax_trees/tst/nodes/logical_or_operator.php',
'ezcTemplateLoopSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/loop.php',
'ezcTemplateLoopTstNode' => 'Template/syntax_trees/tst/nodes/loop.php',
'ezcTemplateMathFunctions' => 'Template/functions/math_functions.php',
'ezcTemplateMinusAssignmentOperatorTstNode' => 'Template/syntax_trees/tst/nodes/minus_assignment_operator.php',
'ezcTemplateMinusOperatorTstNode' => 'Template/syntax_trees/tst/nodes/minus_operator.php',
'ezcTemplateModifyingBlockTstNode' => 'Template/syntax_trees/tst/nodes/modifying_block.php',
'ezcTemplateModuloAssignmentOperatorTstNode' => 'Template/syntax_trees/tst/nodes/modulo_assignment_operator.php',
'ezcTemplateModuloOperatorTstNode' => 'Template/syntax_trees/tst/nodes/modulo_operator.php',
'ezcTemplateModulusAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/modulus_assignment_operator.php',
'ezcTemplateModulusOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/modulus_operator.php',
'ezcTemplateMultiplicationAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/multiplication_assignment_operator.php',
'ezcTemplateMultiplicationAssignmentOperatorTstNode' => 'Template/syntax_trees/tst/nodes/multiplication_assignment_operator.php',
'ezcTemplateMultiplicationOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/multiplication_operator.php',
'ezcTemplateMultiplicationOperatorTstNode' => 'Template/syntax_trees/tst/nodes/multiplication_operator.php',
'ezcTemplateNegateOperatorTstNode' => 'Template/syntax_trees/tst/nodes/negate_operator.php',
'ezcTemplateNewAstNode' => 'Template/syntax_trees/ast/nodes/constructs/new.php',
'ezcTemplateNoContext' => 'Template/contexts/no_context.php',
'ezcTemplateNopAstNode' => 'Template/syntax_trees/ast/nodes/nop.php',
'ezcTemplateNotEqualOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/not_equal_operator.php',
'ezcTemplateNotEqualOperatorTstNode' => 'Template/syntax_trees/tst/nodes/not_equal_operator.php',
'ezcTemplateNotIdenticalOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/not_identical_operator.php',
'ezcTemplateNotIdenticalOperatorTstNode' => 'Template/syntax_trees/tst/nodes/not_identical_operator.php',
'ezcTemplateNullSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/null.php',
'ezcTemplateObjectAccessOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/object_access_operator.php',
'ezcTemplateOutputAstNode' => 'Template/syntax_trees/ast/nodes/output.php',
'ezcTemplateOutputBlockTstNode' => 'Template/syntax_trees/tst/nodes/output_block.php',
'ezcTemplateOutputVariableManager' => 'Template/parsers/tst_to_ast/implementations/output_variable_manager.php',
'ezcTemplateParenthesisAstNode' => 'Template/syntax_trees/ast/nodes/parenthesis.php',
'ezcTemplateParenthesisTstNode' => 'Template/syntax_trees/tst/nodes/parenthesis.php',
'ezcTemplateParser' => 'Template/parser.php',
'ezcTemplatePhpCodeAstNode' => 'Template/syntax_trees/ast/nodes/php_code.php',
'ezcTemplatePlusAssignmentOperatorTstNode' => 'Template/syntax_trees/tst/nodes/plus_assignment_operator.php',
'ezcTemplatePlusOperatorTstNode' => 'Template/syntax_trees/tst/nodes/plus_operator.php',
'ezcTemplatePostDecrementOperatorTstNode' => 'Template/syntax_trees/tst/nodes/post_decrement_operator.php',
'ezcTemplatePostIncrementOperatorTstNode' => 'Template/syntax_trees/tst/nodes/post_increment_operator.php',
'ezcTemplatePreDecrementOperatorTstNode' => 'Template/syntax_trees/tst/nodes/pre_decrement_operator.php',
'ezcTemplatePreIncrementOperatorTstNode' => 'Template/syntax_trees/tst/nodes/pre_increment_operator.php',
'ezcTemplatePrintAstNode' => 'Template/syntax_trees/ast/nodes/constructs/print.php',
'ezcTemplateProgramSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/program.php',
'ezcTemplateProgramTstNode' => 'Template/syntax_trees/tst/nodes/program.php',
'ezcTemplatePropertyFetchOperatorTstNode' => 'Template/syntax_trees/tst/nodes/property_fetch_operator.php',
'ezcTemplateReferenceOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/reference_operator.php',
'ezcTemplateRegExp' => 'Template/functions/regexp_code.php',
'ezcTemplateRegExpFunctions' => 'Template/functions/regexp_functions.php',
'ezcTemplateRequireAstNode' => 'Template/syntax_trees/ast/nodes/control/require.php',
'ezcTemplateRequireOnceAstNode' => 'Template/syntax_trees/ast/nodes/control/require_once.php',
'ezcTemplateReturnAstNode' => 'Template/syntax_trees/ast/nodes/control/return.php',
'ezcTemplateReturnTstNode' => 'Template/syntax_trees/tst/nodes/return.php',
'ezcTemplateRootAstNode' => 'Template/syntax_trees/ast/nodes/root.php',
'ezcTemplateShiftLeftAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/shift_left_assignment_operator.php',
'ezcTemplateShiftLeftOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/shift_left_operator.php',
'ezcTemplateShiftRightAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/shift_right_assignment_operator.php',
'ezcTemplateShiftRightOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/shift_right_operator.php',
'ezcTemplateSourceCode' => 'Template/source_code.php',
'ezcTemplateSourceToTstErrorMessages' => 'Template/error_messages.php',
'ezcTemplateString' => 'Template/functions/string_code.php',
'ezcTemplateStringFunctions' => 'Template/functions/string_functions.php',
'ezcTemplateStringSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/string.php',
'ezcTemplateStringTool' => 'Template/string_tool.php',
'ezcTemplateSubtractionAssignmentOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/subtraction_assignment_operator.php',
'ezcTemplateSubtractionOperatorAstNode' => 'Template/syntax_trees/ast/nodes/operators/subtraction_operator.php',
'ezcTemplateSwitchAstNode' => 'Template/syntax_trees/ast/nodes/control/switch.php',
'ezcTemplateSwitchConditionSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/switch_condition.php',
'ezcTemplateSwitchTstNode' => 'Template/syntax_trees/tst/nodes/switch.php',
'ezcTemplateSymbolTable' => 'Template/symbol_table.php',
'ezcTemplateTextBlockTstNode' => 'Template/syntax_trees/tst/nodes/text_block.php',
'ezcTemplateThrowExceptionAstNode' => 'Template/syntax_trees/ast/nodes/throw_exception.php',
'ezcTemplateTranslationContextSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/translation_context.php',
'ezcTemplateTranslationContextTstNode' => 'Template/syntax_trees/tst/nodes/translation_context.php',
'ezcTemplateTranslationSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/translation.php',
'ezcTemplateTranslationTstNode' => 'Template/syntax_trees/tst/nodes/translation.php',
'ezcTemplateTryAstNode' => 'Template/syntax_trees/ast/nodes/control/try.php',
'ezcTemplateTstToAstCachedTransformer' => 'Template/parsers/tst_to_ast/implementations/tst_to_ast_cached_transformer.php',
'ezcTemplateTstTreeOutput' => 'Template/parsers/tst/implementations/tst_tree_output.php',
'ezcTemplateType' => 'Template/functions/type_code.php',
'ezcTemplateTypeCastAstNode' => 'Template/syntax_trees/ast/nodes/type_cast.php',
'ezcTemplateTypeFunctions' => 'Template/functions/type_functions.php',
'ezcTemplateUnsetAstNode' => 'Template/syntax_trees/ast/nodes/constructs/unset.php',
'ezcTemplateValidationItem' => 'Template/validation_item.php',
'ezcTemplateVariableAstNode' => 'Template/syntax_trees/ast/nodes/variable.php',
'ezcTemplateVariableCollection' => 'Template/variable_collection.php',
'ezcTemplateVariableSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/variable.php',
'ezcTemplateVariableTstNode' => 'Template/syntax_trees/tst/nodes/variable.php',
'ezcTemplateWeb' => 'Template/functions/web_code.php',
'ezcTemplateWebFunctions' => 'Template/functions/web_functions.php',
'ezcTemplateWhileAstNode' => 'Template/syntax_trees/ast/nodes/control/while.php',
'ezcTemplateWhileLoopSourceToTstParser' => 'Template/parsers/source_to_tst/implementations/while_loop.php',
'ezcTemplateWhileLoopTstNode' => 'Template/syntax_trees/tst/nodes/while_loop.php',
'ezcTemplateWhitespaceRemoval' => 'Template/parsers/tst_to_tst/implementations/whitespace_removal.php',
'ezcTemplateXhtmlContext' => 'Template/contexts/xhtml_context.php',
);
?>
@@ -0,0 +1,19 @@
<?php
/**
* Autoloader definition for the TemplateTranslationTiein component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0
* @filesource
* @package TemplateTranslationTiein
*/
return array(
'ezcTemplateTranslationTieinException' => 'TemplateTranslationTiein/exceptions/exception.php',
'ezcTemplateTranslationManagerNotConfiguredException' => 'TemplateTranslationTiein/exceptions/manager_not_configured.php',
'ezcTemplateTranslationConfiguration' => 'TemplateTranslationTiein/configuration.php',
'ezcTemplateTranslationProvider' => 'TemplateTranslationTiein/provider.php',
'ezcTemplateTranslationStringExtracter' => 'TemplateTranslationTiein/visitors/string_extracter.php',
);
?>
@@ -0,0 +1,34 @@
<?php
/**
* Autoloader definition for the Translation component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2
* @filesource
* @package Translation
*/
return array(
'ezcTranslationException' => 'Translation/exceptions/exception.php',
'ezcTranslationContextNotAvailableException' => 'Translation/exceptions/context_not_available.php',
'ezcTranslationKeyNotAvailableException' => 'Translation/exceptions/key_not_available.php',
'ezcTranslationMissingTranslationFileException' => 'Translation/exceptions/missing_translation_file.php',
'ezcTranslationNotConfiguredException' => 'Translation/exceptions/not_configured.php',
'ezcTranslationParameterMissingException' => 'Translation/exceptions/parameter_missing.php',
'ezcTranslationReaderNotInitializedException' => 'Translation/exceptions/reader_not_initialized.php',
'ezcTranslationWriterNotInitializedException' => 'Translation/exceptions/writer_not_initialized.php',
'ezcTranslationBackend' => 'Translation/interfaces/backend_interface.php',
'ezcTranslationContextRead' => 'Translation/interfaces/context_read_interface.php',
'ezcTranslationFilter' => 'Translation/interfaces/filter_interface.php',
'ezcTranslation' => 'Translation/translation.php',
'ezcTranslationBorkFilter' => 'Translation/filters/bork_filter.php',
'ezcTranslationComplementEmptyFilter' => 'Translation/filters/complement_filter.php',
'ezcTranslationContextWrite' => 'Translation/interfaces/context_write_interface.php',
'ezcTranslationData' => 'Translation/structs/translation_data.php',
'ezcTranslationLeetFilter' => 'Translation/filters/leet_filter.php',
'ezcTranslationManager' => 'Translation/translation_manager.php',
'ezcTranslationTsBackend' => 'Translation/backends/ts_backend.php',
'ezcTranslationTsBackendOptions' => 'Translation/options/ts_backend.php',
);
?>
@@ -0,0 +1,15 @@
<?php
/**
* Autoloader definition for the TranslationCacheTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1.2
* @filesource
* @package TranslationCacheTiein
*/
return array(
'ezcTranslationCacheBackend' => 'TranslationCacheTiein/backends/cache_backend.php',
);
?>
@@ -0,0 +1,44 @@
<?php
/**
* Autoloader definition for the Tree component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1
* @filesource
* @package Tree
*/
return array(
'ezcTreeException' => 'Tree/exceptions/exception.php',
'ezcTreeDataStoreMissingDataException' => 'Tree/exceptions/missing_data.php',
'ezcTreeIdsDoNotMatchException' => 'Tree/exceptions/ids_do_not_match.php',
'ezcTreeInvalidClassException' => 'Tree/exceptions/invalid_class.php',
'ezcTreeInvalidIdException' => 'Tree/exceptions/invalid_id.php',
'ezcTreeInvalidXmlException' => 'Tree/exceptions/invalid_xml.php',
'ezcTreeInvalidXmlFormatException' => 'Tree/exceptions/invalid_xml_format.php',
'ezcTreeTransactionAlreadyStartedException' => 'Tree/exceptions/transaction_already_started.php',
'ezcTreeTransactionNotStartedException' => 'Tree/exceptions/transaction_not_started.php',
'ezcTreeUnknownIdException' => 'Tree/exceptions/unknown_id.php',
'ezcTreeDataStore' => 'Tree/interfaces/data_store.php',
'ezcTreeVisitable' => 'Tree/interfaces/visitable.php',
'ezcTree' => 'Tree/tree.php',
'ezcTreeVisitor' => 'Tree/interfaces/visitor.php',
'ezcTreeXmlDataStore' => 'Tree/stores/xml.php',
'ezcTreeMemory' => 'Tree/backends/memory.php',
'ezcTreeMemoryDataStore' => 'Tree/stores/memory.php',
'ezcTreeMemoryNode' => 'Tree/structs/memory_node.php',
'ezcTreeNode' => 'Tree/tree_node.php',
'ezcTreeNodeList' => 'Tree/tree_node_list.php',
'ezcTreeNodeListIterator' => 'Tree/tree_node_list_iterator.php',
'ezcTreeTransactionItem' => 'Tree/structs/transaction_item.php',
'ezcTreeVisitorGraphViz' => 'Tree/visitors/graphviz.php',
'ezcTreeVisitorPlainText' => 'Tree/visitors/plain_text.php',
'ezcTreeVisitorXHTML' => 'Tree/visitors/xhtml.php',
'ezcTreeVisitorXHTMLOptions' => 'Tree/options/visitor_xhtml.php',
'ezcTreeVisitorYUI' => 'Tree/visitors/yui.php',
'ezcTreeVisitorYUIOptions' => 'Tree/options/visitor_yui.php',
'ezcTreeXml' => 'Tree/backends/xml.php',
'ezcTreeXmlInternalDataStore' => 'Tree/stores/xml_internal.php',
);
?>
@@ -0,0 +1,21 @@
<?php
/**
* Autoloader definition for the TreeDatabaseTiein component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1
* @filesource
* @package TreeDatabaseTiein
*/
return array(
'ezcTreeDbInvalidSchemaException' => 'TreeDatabaseTiein/exceptions/invalid_schema.php',
'ezcTreeDb' => 'TreeDatabaseTiein/backends/db.php',
'ezcTreeDbDataStore' => 'TreeDatabaseTiein/stores/db.php',
'ezcTreeDbParentChild' => 'TreeDatabaseTiein/backends/db_parent_child.php',
'ezcTreeDbExternalTableDataStore' => 'TreeDatabaseTiein/stores/db_external.php',
'ezcTreeDbMaterializedPath' => 'TreeDatabaseTiein/backends/db_materialized_path.php',
'ezcTreeDbNestedSet' => 'TreeDatabaseTiein/backends/db_nested_set.php',
);
?>
@@ -0,0 +1,15 @@
<?php
/**
* Autoloader definition for the TreePersistentObjectTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0
* @filesource
* @package TreePersistentObjectTiein
*/
return array(
'ezcTreePersistentObjectDataStore' => 'TreePersistentObjectTiein/stores/persistent_object.php',
);
?>
@@ -0,0 +1,22 @@
<?php
/**
* Autoloader definition for the Url component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2.1
* @filesource
* @package Url
*/
return array(
'ezcUrlException' => 'Url/exceptions/url_exception.php',
'ezcUrlInvalidParameterException' => 'Url/exceptions/url_invalid_parameter_exception.php',
'ezcUrlNoConfigurationException' => 'Url/exceptions/url_no_configuration_exception.php',
'ezcUrlNotRegisteredException' => 'Url/exceptions/url_not_registered_exception.php',
'ezcUrl' => 'Url/url.php',
'ezcUrlConfiguration' => 'Url/url_configuration.php',
'ezcUrlCreator' => 'Url/url_creator.php',
'ezcUrlTools' => 'Url/url_tools.php',
);
?>
@@ -0,0 +1,112 @@
<?php
/**
* Autoloader definition for the Webdav component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0
* @filesource
* @package Webdav
*/
return array(
'ezcWebdavException' => 'Webdav/exceptions/exception.php',
'ezcWebdavBadRequestException' => 'Webdav/exceptions/bad_request.php',
'ezcWebdavBrokenRequestUriException' => 'Webdav/exceptions/broken_request_uri.php',
'ezcWebdavHeadersNotValidatedException' => 'Webdav/exceptions/headers_not_validated.php',
'ezcWebdavInvalidHeaderException' => 'Webdav/exceptions/invalid_header.php',
'ezcWebdavInvalidHookException' => 'Webdav/exceptions/invalid_hook.php',
'ezcWebdavInvalidRequestBodyException' => 'Webdav/exceptions/invalid_request_body.php',
'ezcWebdavInvalidRequestMethodException' => 'Webdav/exceptions/invalid_request_method.php',
'ezcWebdavMissingHeaderException' => 'Webdav/exceptions/missing_header.php',
'ezcWebdavMissingServerVariableException' => 'Webdav/exceptions/misssing_server_variable.php',
'ezcWebdavMissingTransportConfigurationException' => 'Webdav/exceptions/missing_transport_configuration.php',
'ezcWebdavNotTransportHandlerException' => 'Webdav/exceptions/no_transport_handler.php',
'ezcWebdavRequestNotSupportedException' => 'Webdav/exceptions/request_not_supported.php',
'ezcWebdavUnknownHeaderException' => 'Webdav/exceptions/unknown_header.php',
'ezcWebdavInfrastructureBase' => 'Webdav/interfaces/infrastructure_base.php',
'ezcWebdavProperty' => 'Webdav/interfaces/property.php',
'ezcWebdavBackend' => 'Webdav/interfaces/backend.php',
'ezcWebdavBackendChange' => 'Webdav/interfaces/backend/change.php',
'ezcWebdavBackendMakeCollection' => 'Webdav/interfaces/backend/make_collection.php',
'ezcWebdavBackendPut' => 'Webdav/interfaces/backend/put.php',
'ezcWebdavLiveProperty' => 'Webdav/interfaces/property_live.php',
'ezcWebdavPropertyStorage' => 'Webdav/interfaces/property_storage.php',
'ezcWebdavResponse' => 'Webdav/interfaces/response.php',
'ezcWebdavBasicPropertyStorage' => 'Webdav/property_storages/basic.php',
'ezcWebdavCopyResponse' => 'Webdav/responses/copy.php',
'ezcWebdavDisplayInformation' => 'Webdav/structs/display_information.php',
'ezcWebdavPathFactory' => 'Webdav/interfaces/path_factory.php',
'ezcWebdavPluginConfiguration' => 'Webdav/plugin_configuration.php',
'ezcWebdavPropFindResponse' => 'Webdav/responses/propfind.php',
'ezcWebdavPropertyHandler' => 'Webdav/transports/property_handler.php',
'ezcWebdavRequest' => 'Webdav/interfaces/request.php',
'ezcWebdavSimpleBackend' => 'Webdav/backends/simple.php',
'ezcWebdavSupportedLockPropertyLockentry' => 'Webdav/properties/supportedlock_lockentry.php',
'ezcWebdavTransport' => 'Webdav/transport.php',
'ezcWebdavAutomaticPathFactory' => 'Webdav/path_factories/automatic.php',
'ezcWebdavBasicPathFactory' => 'Webdav/path_factories/basic.php',
'ezcWebdavCollection' => 'Webdav/structs/collection.php',
'ezcWebdavCopyRequest' => 'Webdav/requests/copy.php',
'ezcWebdavCreationDateProperty' => 'Webdav/properties/creationdate.php',
'ezcWebdavDateTime' => 'Webdav/tools/date_time.php',
'ezcWebdavDeadProperty' => 'Webdav/properties/dead.php',
'ezcWebdavDeleteRequest' => 'Webdav/requests/delete.php',
'ezcWebdavDeleteResponse' => 'Webdav/responses/delete.php',
'ezcWebdavDisplayNameProperty' => 'Webdav/properties/displayname.php',
'ezcWebdavEmptyDisplayInformation' => 'Webdav/structs/display_information_empty.php',
'ezcWebdavErrorResponse' => 'Webdav/responses/error.php',
'ezcWebdavFileBackend' => 'Webdav/backends/file.php',
'ezcWebdavFileBackendOptions' => 'Webdav/options/backend_file_options.php',
'ezcWebdavFlaggedPropertyStorage' => 'Webdav/property_storages/flagged.php',
'ezcWebdavGetCollectionResponse' => 'Webdav/responses/get_collection.php',
'ezcWebdavGetContentLanguageProperty' => 'Webdav/properties/getcontentlanguage.php',
'ezcWebdavGetContentLengthProperty' => 'Webdav/properties/getcontentlength.php',
'ezcWebdavGetContentTypeProperty' => 'Webdav/properties/getcontenttype.php',
'ezcWebdavGetEtagProperty' => 'Webdav/properties/getetag.php',
'ezcWebdavGetLastModifiedProperty' => 'Webdav/properties/getlastmodified.php',
'ezcWebdavGetRequest' => 'Webdav/requests/get.php',
'ezcWebdavGetResourceResponse' => 'Webdav/responses/get_resource.php',
'ezcWebdavHeadRequest' => 'Webdav/requests/head.php',
'ezcWebdavHeadResponse' => 'Webdav/responses/head.php',
'ezcWebdavHeaderHandler' => 'Webdav/transports/header_handler.php',
'ezcWebdavLockDiscoveryProperty' => 'Webdav/properties/lockdiscovery.php',
'ezcWebdavLockDiscoveryPropertyActiveLock' => 'Webdav/properties/lockdiscovery_activelock.php',
'ezcWebdavLockRequest' => 'Webdav/requests/lock.php',
'ezcWebdavMakeCollectionRequest' => 'Webdav/requests/mkcol.php',
'ezcWebdavMakeCollectionResponse' => 'Webdav/responses/mkcol.php',
'ezcWebdavMemoryBackend' => 'Webdav/backends/memory.php',
'ezcWebdavMemoryBackendOptions' => 'Webdav/options/backend_memory_options.php',
'ezcWebdavMicrosoftCompatibleTransport' => 'Webdav/transports/microsoft.php',
'ezcWebdavMoveRequest' => 'Webdav/requests/move.php',
'ezcWebdavMoveResponse' => 'Webdav/responses/move.php',
'ezcWebdavMultistatusResponse' => 'Webdav/responses/multistatus.php',
'ezcWebdavNamespaceRegistry' => 'Webdav/namespace_registry.php',
'ezcWebdavNautilusPropertyHandler' => 'Webdav/transports/property_handlers/nautilus.php',
'ezcWebdavOptionsRequest' => 'Webdav/requests/options.php',
'ezcWebdavOptionsResponse' => 'Webdav/responses/options.php',
'ezcWebdavOutputResult' => 'Webdav/structs/output_result.php',
'ezcWebdavPluginParameters' => 'Webdav/plugin_parameters.php',
'ezcWebdavPluginRegistry' => 'Webdav/plugin_registry.php',
'ezcWebdavPropFindRequest' => 'Webdav/requests/propfind.php',
'ezcWebdavPropPatchRequest' => 'Webdav/requests/proppatch.php',
'ezcWebdavPropPatchResponse' => 'Webdav/responses/proppatch.php',
'ezcWebdavPropStatResponse' => 'Webdav/responses/propstat.php',
'ezcWebdavPutRequest' => 'Webdav/requests/put.php',
'ezcWebdavPutResponse' => 'Webdav/responses/put.php',
'ezcWebdavRequestLockInfoContent' => 'Webdav/requests/content/lock_info.php',
'ezcWebdavRequestPropertyBehaviourContent' => 'Webdav/requests/content/property_behaviour.php',
'ezcWebdavResource' => 'Webdav/structs/resource.php',
'ezcWebdavResourceTypeProperty' => 'Webdav/properties/resourcetype.php',
'ezcWebdavServer' => 'Webdav/server.php',
'ezcWebdavServerConfiguration' => 'Webdav/server_configuration.php',
'ezcWebdavServerConfigurationManager' => 'Webdav/server_configuration_manager.php',
'ezcWebdavSourceProperty' => 'Webdav/properties/source.php',
'ezcWebdavSourcePropertyLink' => 'Webdav/properties/source_link.php',
'ezcWebdavStringDisplayInformation' => 'Webdav/structs/display_information_string.php',
'ezcWebdavSupportedLockProperty' => 'Webdav/properties/supportedlock.php',
'ezcWebdavUnlockRequest' => 'Webdav/requests/unlock.php',
'ezcWebdavXmlDisplayInformation' => 'Webdav/structs/display_information_xml.php',
'ezcWebdavXmlTool' => 'Webdav/tools/xml.php',
);
?>
@@ -0,0 +1,91 @@
<?php
/**
* Autoloader definition for the Workflow component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2
* @filesource
* @package Workflow
*/
return array(
'ezcWorkflowException' => 'Workflow/exceptions/exception.php',
'ezcWorkflowDefinitionStorageException' => 'Workflow/exceptions/definition_storage.php',
'ezcWorkflowExecutionException' => 'Workflow/exceptions/execution.php',
'ezcWorkflowInvalidInputException' => 'Workflow/exceptions/invalid_input.php',
'ezcWorkflowInvalidWorkflowException' => 'Workflow/exceptions/invalid_workflow.php',
'ezcWorkflowVisitable' => 'Workflow/interfaces/visitable.php',
'ezcWorkflowNode' => 'Workflow/interfaces/node.php',
'ezcWorkflowCondition' => 'Workflow/interfaces/condition.php',
'ezcWorkflowNodeBranch' => 'Workflow/interfaces/node_branch.php',
'ezcWorkflowNodeMerge' => 'Workflow/interfaces/node_merge.php',
'ezcWorkflowConditionBooleanSet' => 'Workflow/interfaces/condition_boolean_set.php',
'ezcWorkflowConditionComparison' => 'Workflow/interfaces/condition_comparison.php',
'ezcWorkflowConditionType' => 'Workflow/interfaces/condition_type.php',
'ezcWorkflowDefinitionStorage' => 'Workflow/interfaces/definition_storage.php',
'ezcWorkflowExecution' => 'Workflow/interfaces/execution.php',
'ezcWorkflowExecutionPlugin' => 'Workflow/interfaces/execution_plugin.php',
'ezcWorkflowNodeArithmeticBase' => 'Workflow/interfaces/node_arithmetic_base.php',
'ezcWorkflowNodeConditionalBranch' => 'Workflow/interfaces/node_conditional_branch.php',
'ezcWorkflowNodeEnd' => 'Workflow/nodes/end.php',
'ezcWorkflowNodeStart' => 'Workflow/nodes/start.php',
'ezcWorkflowNodeSynchronization' => 'Workflow/nodes/control_flow/synchronization.php',
'ezcWorkflowVisitor' => 'Workflow/interfaces/visitor.php',
'ezcWorkflow' => 'Workflow/workflow.php',
'ezcWorkflowConditionAnd' => 'Workflow/conditions/and.php',
'ezcWorkflowConditionIsAnything' => 'Workflow/conditions/is_anything.php',
'ezcWorkflowConditionIsArray' => 'Workflow/conditions/is_array.php',
'ezcWorkflowConditionIsBool' => 'Workflow/conditions/is_bool.php',
'ezcWorkflowConditionIsEqual' => 'Workflow/conditions/is_equal.php',
'ezcWorkflowConditionIsEqualOrGreaterThan' => 'Workflow/conditions/is_equal_or_greater_than.php',
'ezcWorkflowConditionIsEqualOrLessThan' => 'Workflow/conditions/is_equal_or_less_than.php',
'ezcWorkflowConditionIsFalse' => 'Workflow/conditions/is_false.php',
'ezcWorkflowConditionIsFloat' => 'Workflow/conditions/is_float.php',
'ezcWorkflowConditionIsGreaterThan' => 'Workflow/conditions/is_greater_than.php',
'ezcWorkflowConditionIsInteger' => 'Workflow/conditions/is_integer.php',
'ezcWorkflowConditionIsLessThan' => 'Workflow/conditions/is_less_than.php',
'ezcWorkflowConditionIsNotEqual' => 'Workflow/conditions/is_not_equal.php',
'ezcWorkflowConditionIsObject' => 'Workflow/conditions/is_object.php',
'ezcWorkflowConditionIsString' => 'Workflow/conditions/is_string.php',
'ezcWorkflowConditionIsTrue' => 'Workflow/conditions/is_true.php',
'ezcWorkflowConditionNot' => 'Workflow/conditions/not.php',
'ezcWorkflowConditionOr' => 'Workflow/conditions/or.php',
'ezcWorkflowConditionVariable' => 'Workflow/conditions/variable.php',
'ezcWorkflowConditionVariables' => 'Workflow/conditions/variables.php',
'ezcWorkflowConditionXor' => 'Workflow/conditions/xor.php',
'ezcWorkflowDefinitionStorageXml' => 'Workflow/definition_storage/xml.php',
'ezcWorkflowExecutionListener' => 'Workflow/interfaces/execution_listener.php',
'ezcWorkflowExecutionListenerPlugin' => 'Workflow/execution/plugin/listener.php',
'ezcWorkflowExecutionNonInteractive' => 'Workflow/execution/non_interactive.php',
'ezcWorkflowExecutionVisualizerPlugin' => 'Workflow/execution/plugin/visualizer.php',
'ezcWorkflowExecutionVisualizerPluginOptions' => 'Workflow/options/execution_plugin_visualizer.php',
'ezcWorkflowNodeAction' => 'Workflow/nodes/action.php',
'ezcWorkflowNodeCancel' => 'Workflow/nodes/cancel.php',
'ezcWorkflowNodeDiscriminator' => 'Workflow/nodes/control_flow/discriminator.php',
'ezcWorkflowNodeExclusiveChoice' => 'Workflow/nodes/control_flow/exclusive_choice.php',
'ezcWorkflowNodeFinally' => 'Workflow/nodes/finally.php',
'ezcWorkflowNodeInput' => 'Workflow/nodes/variables/input.php',
'ezcWorkflowNodeLoop' => 'Workflow/nodes/control_flow/loop.php',
'ezcWorkflowNodeMultiChoice' => 'Workflow/nodes/control_flow/multi_choice.php',
'ezcWorkflowNodeParallelSplit' => 'Workflow/nodes/control_flow/parallel_split.php',
'ezcWorkflowNodeSimpleMerge' => 'Workflow/nodes/control_flow/simple_merge.php',
'ezcWorkflowNodeSubWorkflow' => 'Workflow/nodes/sub_workflow.php',
'ezcWorkflowNodeSynchronizingMerge' => 'Workflow/nodes/control_flow/synchronizing_merge.php',
'ezcWorkflowNodeVariableAdd' => 'Workflow/nodes/variables/add.php',
'ezcWorkflowNodeVariableDecrement' => 'Workflow/nodes/variables/decrement.php',
'ezcWorkflowNodeVariableDiv' => 'Workflow/nodes/variables/div.php',
'ezcWorkflowNodeVariableIncrement' => 'Workflow/nodes/variables/increment.php',
'ezcWorkflowNodeVariableMul' => 'Workflow/nodes/variables/mul.php',
'ezcWorkflowNodeVariableSet' => 'Workflow/nodes/variables/set.php',
'ezcWorkflowNodeVariableSub' => 'Workflow/nodes/variables/sub.php',
'ezcWorkflowNodeVariableUnset' => 'Workflow/nodes/variables/unset.php',
'ezcWorkflowServiceObject' => 'Workflow/interfaces/service_object.php',
'ezcWorkflowUtil' => 'Workflow/util.php',
'ezcWorkflowVariableHandler' => 'Workflow/interfaces/variable_handler.php',
'ezcWorkflowVisitorNodeCollector' => 'Workflow/visitors/node_collector.php',
'ezcWorkflowVisitorVerification' => 'Workflow/visitors/verification.php',
'ezcWorkflowVisitorVisualization' => 'Workflow/visitors/visualization.php',
'ezcWorkflowVisitorVisualizationOptions' => 'Workflow/options/visitor_visualization.php',
);
?>
@@ -0,0 +1,18 @@
<?php
/**
* Autoloader definition for the WorkflowDatabaseTiein component.
*
* @category Workflow
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.2
* @filesource
* @package WorkflowDatabaseTiein
*/
return array(
'ezcWorkflowDatabaseDefinitionStorage' => 'WorkflowDatabaseTiein/definition_storage.php',
'ezcWorkflowDatabaseExecution' => 'WorkflowDatabaseTiein/execution.php',
'ezcWorkflowDatabaseUtil' => 'WorkflowDatabaseTiein/util.php',
);
?>
@@ -0,0 +1,16 @@
<?php
/**
* Autoloader definition for the WorkflowEventLogTiein component.
*
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.1
* @filesource
* @category Workflow
* @package WorkflowEventLogTiein
*/
return array(
'ezcWorkflowEventLogListener' => 'WorkflowEventLogTiein/listener.php',
);
?>
@@ -0,0 +1,17 @@
<?php
/**
* Autoloader definition for the WorkflowSignalSlotTiein component.
*
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version 1.0
* @filesource
* @package WorkflowSignalSlotTiein
*/
return array(
'ezcWorkflowSignalSlotPlugin' => 'WorkflowSignalSlotTiein/plugin.php',
'ezcWorkflowSignalSlotPluginOptions' => 'WorkflowSignalSlotTiein/options/plugin.php',
'ezcWorkflowSignalSlotReturnValue' => 'WorkflowSignalSlotTiein/structs/return_value.php',
);
?>