diff options
author | taca <taca@pkgsrc.org> | 2015-02-19 15:31:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-19 15:31:03 +0000 |
commit | 904acf71f3e12b1aa75c9a3eba2df84ab5d18da9 (patch) | |
tree | 190df99982cc03324b51aa186f3e426d2ea6b105 | |
parent | 0b0d2c2431d1a12168cc73acb3ec85623ecddcd6 (diff) | |
download | pkgsrc-904acf71f3e12b1aa75c9a3eba2df84ab5d18da9.tar.gz |
Remove typo3_60 which was EOL May 2014.
-rw-r--r-- | www/typo3_60/DESCR | 6 | ||||
-rw-r--r-- | www/typo3_60/MESSAGE | 15 | ||||
-rw-r--r-- | www/typo3_60/Makefile | 95 | ||||
-rw-r--r-- | www/typo3_60/PLIST | 9314 | ||||
-rw-r--r-- | www/typo3_60/distinfo | 9 | ||||
-rw-r--r-- | www/typo3_60/patches/patch-t3lib_stddb_DefaultConfiguration.php | 17 |
6 files changed, 0 insertions, 9456 deletions
diff --git a/www/typo3_60/DESCR b/www/typo3_60/DESCR deleted file mode 100644 index 753689664c0..00000000000 --- a/www/typo3_60/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -TYPO3 is a free Open Source content management system for enterprise -purposes on the web and in intranets. It offers full flexibility and -extendability while featuring an accomplished set of ready-made -interfaces, functions and modules. - -This is TPYO3 6.0 based stable release. diff --git a/www/typo3_60/MESSAGE b/www/typo3_60/MESSAGE deleted file mode 100644 index ce787ac5f9f..00000000000 --- a/www/typo3_60/MESSAGE +++ /dev/null @@ -1,15 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/12/05 16:44:04 taca Exp $ - -1. Set up typo3; Add below line in your httpd.conf. - - Alias /typo3 ${PREFIX}/${TYPO3DIR}/${SITEDIR} - - Or set DocumentRoot to ${PREFIX}/${TYPO3DIR}/${SITEDIR}. - -2. First, enable TYPO3 installer. - - # cp /dev/null ${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/ENABLE_INSTALL_TOOL - -3. Access typo3 site. You will be redirected to installer. -=========================================================================== diff --git a/www/typo3_60/Makefile b/www/typo3_60/Makefile deleted file mode 100644 index 8a02e9d4856..00000000000 --- a/www/typo3_60/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2015/02/07 22:06:52 tnn Exp $ -# - -DISTNAME= ${TYPO3NAME} -PKGNAME= typo3-${VER} -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} -DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://typo3.com/ -COMMENT= The TYPO3 content management system, 6.0 based release -LICENSE= gnu-gpl-v2 - -DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql -DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib -DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json - -VER= 6.0.14 -NO_BUILD= yes -USE_TOOLS+= bash:run pax - -TYPO3NAME= typo3_src-${VER} -SITESRC= dummy-${VER} -WRKSRC= ${WRKDIR}/${DISTNAME} - -# maybe resides in lang/php/phpversion.mk -REPLACE_INTERPRETER+= php -REPLACE.php.old= .*php[^ ]* -REPLACE.php.new= ${PREFIX}/bin/php -REPLACE_FILES.php= typo3/cli_dispatch.phpsh - -TYPO3DATADIRS= fileadmin fileadmin/_temp_ fileadmin/user_upload \ - typo3conf typo3conf/ext typo3conf/l10n typo3temp uploads \ - uploads/media uploads/pics uploads/tf - -BUILD_DEFS+= APACHE_GROUP - -FILES_SUBST+= TYPO3DIR=${TYPO3DIR} SITEDIR=${SITEDIR} -MESSAGE_SUBST+= TYPO3DIR=${TYPO3DIR} SITEDIR=${SITEDIR} -PLIST_SUBST+= EGDIR=${EGDIR} SITEDIR=${SITEDIR} \ - TYPO3DIR=${TYPO3DIR} TYPO3NAME=${TYPO3NAME:Q} - -EGDIR= share/examples/typo3 - -INSTALLATION_DIRS+= ${EGDIR} ${TYPO3DIR}/${SITEDIR} ${TYPO3DIR}/${TYPO3NAME} - -CONF_FILES_PERMS+= ${EGDIR}/LocalConfiguration.php \ - ${TYPO3DIR}/${SITEDIR}/typo3conf/LocalConfiguration.php \ - ${REAL_ROOT_USER} ${APACHE_GROUP} 0660 - -.for d in ${TYPO3DATADIRS} -OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${REAL_ROOT_USER} \ - ${APACHE_GROUP} 0770 -CHECK_PERMS_SKIP+= ${TYPO3DIR}/${SITEDIR}/${d} -.endfor - -REPLACE_INTERPRETER+= sh -REPLACE.sh.old= /bin/bash -REPLACE.sh.new= ${TOOLS_PATH.bash} -REPLACE_FILES.sh= typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh - -SUBST_CLASSES+= conf -SUBST_FILES.conf+= ${WRKSRC}/t3lib/stddb/DefaultConfiguration.php -SUBST_SED.conf+= -e 's|@PREFIX@|${PREFIX}|g' -SUBST_SED.conf+= -e 's|@TYPO3DIR@|${TYPO3DIR}|g' -SUBST_SED.conf+= -e 's|@SITEDIR@|${SITEDIR}|g' -SUBST_STAGE.conf= post-configure - -PRINT_PLIST_AWK+= /^${EGDIR:S|/|\\/|g}/ \ - { gsub(/${EGDIR:S|/|\\/|g}/, "$${EGDIR}") } -PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \ - { gsub(/${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/, \ - "$${TYPO3DIR}/$${TYPO3NAME}") } -PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \ - { gsub(/${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/, \ - "$${TYPO3DIR}/$${SITEDIR}") } - -.include "../../mk/bsd.prefs.mk" - -SITEDIR?= www -TYPO3DIR?= share/typo3 - -do-install: - cd ${WRKSRC} && ${FIND} . ! -type d -a \! -name '*.orig' -print | \ - pax -rw ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME} - cd ${WRKDIR}/${SITESRC} && \ - ${FIND} . ! -type d -a \! -name '*.orig' -print | \ - pax -rw ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR} - ${RM} -f ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/LocalConfiguration.php - ${INSTALL_DATA} ${WRKDIR}/${SITESRC}/typo3conf/LocalConfiguration.php \ - ${DESTDIR}${PREFIX}/${EGDIR} - -.include "../../lang/php/phpversion.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/typo3_60/PLIST b/www/typo3_60/PLIST deleted file mode 100644 index 72244e1ebd1..00000000000 --- a/www/typo3_60/PLIST +++ /dev/null @@ -1,9314 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2014/05/27 13:50:48 taca Exp $ -${EGDIR}/LocalConfiguration.php -${TYPO3DIR}/${TYPO3NAME}/ChangeLog -${TYPO3DIR}/${TYPO3NAME}/GPL.txt -${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt -${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/NEWS.txt -${TYPO3DIR}/${TYPO3NAME}/README.txt -${TYPO3DIR}/${TYPO3NAME}/_.htaccess -${TYPO3DIR}/${TYPO3NAME}/index.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_redisbackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/resources/dbbackend-layout-cache.sql -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/resources/dbbackend-layout-tags.sql -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/resources/ddl.sql -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_exception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_factory.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_manager.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_phpfrontend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/last_synched_revision -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_admin.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_ajax.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_arraybrowser.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_autoloader.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_basicfilefunc.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_befunc.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_beuserauth.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_browsetree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cache.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cacheHash.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cli.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_clipboard.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_compressor.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cs.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_db.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_diff.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_div.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_exception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_exec.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extfilefunc.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extmgm.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extobjbase.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flashmessage.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flashmessagequeue.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flexformtools.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_foldertree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_formmail.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_frontendedit.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_fullsearch.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_iconworks.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_install.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_install_sql.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_loaddbgroup.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_loadmodules.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_lock.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_modsettings.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_page.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pagerenderer.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pagetree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_parsehtml.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_parsehtml_proc.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pdohelper.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_positionmap.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_querygenerator.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_readmail.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_recordlist.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_refindex.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_registry.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_rteapi.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_scbase.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_softrefproc.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_spritemanager.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_sqlparser.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_stdgraphic.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_svbase.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_syntaxhl.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms_fe.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms_inline.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tcemain.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_timetrack.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_timetracknull.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_transferdata.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_transl8tools.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_treeview.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsfebeuserauth.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser_ext.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser_tsconfig.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsstyleconfig.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tstemplate.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_userauth.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_userauthgroup.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_xml.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/codec/class.t3lib_codec_javascriptencoder.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/AbstractRecordCollection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/RecordCollectionRepository.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/StaticRecordCollection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/interfaces/interface.t3lib_collection_collection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/interfaces/interface.t3lib_collection_editable.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/interfaces/interface.t3lib_collection_nameable.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/interfaces/interface.t3lib_collection_persistable.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/interfaces/interface.t3lib_collection_recordcollection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/collection/interfaces/interface.t3lib_collection_sortable.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_action.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_actioncollection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/extdirect/class.t3lib_contextmenu_extdirect_contextmenu.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/ascii.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/big5.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/euc-kr.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/gb2312.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-1.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-10.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-11.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-13.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-14.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-15.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-16.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-2.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-3.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-4.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-5.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-6.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-7.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-8.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-9.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/koi8-r.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/readme.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/shift_jis.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1250.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1251.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1252.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1253.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1254.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1255.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1256.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1257.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1258.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-874.tbl -${TYPO3DIR}/${TYPO3NAME}/t3lib/db/class.t3lib_db_preparedstatement.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_abstractexceptionhandler.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_debugexceptionhandler.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_errorhandler.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_exception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_productionexceptionhandler.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_abstractclienterrorexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_abstractservererrorexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_badrequestexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_forbiddenexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_pagenotfoundexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_serviceunavailableexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_statusexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/http/class.t3lib_error_http_unauthorizedexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_errorhandlerinterface.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectapi.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectdebug.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/index.html -${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/nimbus.ttf -${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/readme.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/vera.ttf -${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_abstract.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_disabledformprotection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_factory.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_invalidtokenexception.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/http/class.t3lib_http_request.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/http/observer/class.t3lib_http_observer_download.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/index.html -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_browselinkshook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_db_postprocessqueryhook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_db_preprocessqueryhook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_exttables_postprocessinghook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_mail_maileradapter.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_singleton.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tceforms_dbfileiconshook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/adminpanel.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ExtDirect.StateProvider.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/Ext.ux.state.TreePanel.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/actions.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/app.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/contextmenu.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/deletiondropzone.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/filteringtree.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/loadorder.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/nodeui.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/toppanel.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/tree.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/treeeditor.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/slider/ValueSlider.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/contexthelp.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/notifications.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tceforms.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tree/tree.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/util.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.app.SearchField.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.grid.RowExpander.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.ux.DateTimePicker.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.ux.FitToParent.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.resizable.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.ux.tabclosemenu.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/flashmessages.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/resize.css -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/resize.gif -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/flowplayer/express-install.css -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/flowplayer/flashplayerlogo.jpg -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/jsfunc.tceforms_suggest.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/videojs/audio-description.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/videojs/audio-description.png -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/videojs/captions.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/videojs/captions.png -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/videojs/control-bar.css -${TYPO3DIR}/${TYPO3NAME}/t3lib/js/videojs/control-bar.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.evalfield.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.inline.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.menu.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.updateform.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.validateform.js -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/class.t3lib_l10n_factory.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/class.t3lib_l10n_locales.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/class.t3lib_l10n_store.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/exception/class.t3lib_l10n_exception_filenotfound.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/exception/class.t3lib_l10n_exception_invalidparser.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/exception/class.t3lib_l10n_exception_invalidxmlfile.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/interfaces/interface.t3lib_l10n_parser.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/parser/class.t3lib_l10n_parser_abstractxml.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/parser/class.t3lib_l10n_parser_llphp.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/parser/class.t3lib_l10n_parser_llxml.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/l10n/parser/class.t3lib_l10n_parser_xliff.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_mailer.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_mboxtransport.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_message.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_rfc822addressesparser.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_swiftmaileradapter.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_abstract.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_backend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_frontend.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/message/class.t3lib_message_abstractmessage.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/message/class.t3lib_message_abstractstandalonemessage.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/message/class.t3lib_message_errorpagemessage.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/search/class.t3lib_search_livesearch.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/search/class.t3lib_search_livesearch_queryParser.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_abstracthandler.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/DefaultConfiguration.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.sql -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tbl_be.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tbl_pages.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tca_sys_category.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tca_sys_file.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tca_sys_file_collection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tca_sys_file_reference.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tca_sys_file_storage.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_flexforms.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_tree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_valueslider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/thumbs.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstractdataprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstractstateprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstracttree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_node.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_nodecollection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_representationnode.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_sortednodecollection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/extdirect/class.t3lib_tree_extdirect_abstractextjstree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_indicator.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_node.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_nodecollection.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_commands.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_tree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_collectionprocessor.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_indicatorprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_abstract.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_extjsjson.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_unorderedlist.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_abstracttcatreedataprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_databasenode.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/SpecialCasing.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/Translit.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/UnicodeData.txt -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_array.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_client.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_command.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_debug.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_dependency.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_http.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_mail.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_math.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_monitor.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_path.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_phpoptions.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_versionnumber.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php -${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php -${TYPO3DIR}/${TYPO3NAME}/typo3/GPL.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/ajax.php -${TYPO3DIR}/${TYPO3NAME}/typo3/alt_clickmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/alt_db_navframe.php -${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc_nodoc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/alt_file_navframe.php -${TYPO3DIR}/${TYPO3NAME}/typo3/alt_shortcut.php -${TYPO3DIR}/${TYPO3NAME}/typo3/backend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/border.html -${TYPO3DIR}/${TYPO3NAME}/typo3/browse_links.php -${TYPO3DIR}/${TYPO3NAME}/typo3/browser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/class.browse_links.php -${TYPO3DIR}/${TYPO3NAME}/typo3/class.db_list.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/class.db_list_extra.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/class.file_list.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/class.filelistfoldertree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/class.show_rechis.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/class.webpagetree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/ModuleStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.ajaxlogin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.clearcachemenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.livesearch.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.modulemenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.shortcutmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3_tcefile.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3ajax.php -${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3logo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/cleaner_check.sh -${TYPO3DIR}/${TYPO3NAME}/typo3/cleaner_fix.sh -${TYPO3DIR}/${TYPO3NAME}/typo3/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/cli_dispatch.phpsh -${TYPO3DIR}/${TYPO3NAME}/typo3/close.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/RemoveXSS/RemoveXSS.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/VERSION_0.94 -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/css/csharpcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/js/parsecsharp.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/js/tokenizecsharp.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/css/luacolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/js/parselua.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/css/ometacolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/js/parseometa.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/js/tokenizeometa.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/css/phpcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/parsephp.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/parsephphtmlmixed.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/tokenizephp.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/css/plsqlcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/js/parseplsql.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/css/pythoncolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/js/parsepython.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/css/schemecolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/js/parsescheme.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/js/tokenizescheme.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/css/sqlcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/js/parsesql.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/baboon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/baboon_vector.ai -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/csscolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/docs.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/font.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/jscolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/people.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/sparqlcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/xmlcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/codemirror.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/editor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/highlight.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/mirrorframe.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsecss.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsedummy.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsehtmlmixed.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsejavascript.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsesparql.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsexml.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/select.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/stringstream.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/tokenize.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/tokenizejavascript.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/undo.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/unittests.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/util.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/unittests.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/INCLUDE_ORDER.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base-debug.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter-debug.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter-debug.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/yui/ext-yui-adapter-debug.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/yui/ext-yui-adapter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-all-debug.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-all.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core-debug.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.jsb2 -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext.jsb2 -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-af.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-am.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-bg.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ca.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-cs.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-da.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-de.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-el_GR.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en_GB.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-es.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fa.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fi.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr_CA.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-gr.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-he.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hr.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-id.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-it.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ja.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ko.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lt.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lv.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-mk.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-nl.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NB.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NN.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pl.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_BR.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_PT.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ro.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ru.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sk.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sl.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr_RS.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sv_SE.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-th.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-tr.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ukr.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-vn.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_CN.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_TW.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/debug.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/ext-all-notheme.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/ext-all.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/reset-min.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/borders.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/box.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/button.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/combo.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/core.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/date-picker.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/dd.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/debug.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/dialog.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/editor.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/form.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/grid.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/layout.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/list-view.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/menu.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/panel-reset.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/panel.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/pivotgrid.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/progress.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/qtips.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/reset.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/resizable.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/slider.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/tabs.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/toolbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/tree.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/window.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/borders.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/box.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/button.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/combo.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/core.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/date-picker.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/dd.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/debug.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/dialog.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/editor.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/form.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/grid.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/layout.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/list-view.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/menu.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/panel.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/pivotgrid.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/progress.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/qtips.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/resizable.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/slider.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/tabs.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/toolbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/tree.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/window.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/xtheme-blue.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/expressinstall.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/corners-blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/corners.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/l-blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/l.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/r-blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/r.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/tb-blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/tb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-cs.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-lr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-tb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-b-noline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-b.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-bo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-noline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-o.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-yes.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/editor/tb-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/checkbox.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/clear-trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/clear-trigger.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/date-trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/date-trigger.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/error-tip-corners.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/exclamation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/radio.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/search-trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/search-trigger.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/text-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-square.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-square.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-tpl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/gradient-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/arrow-left-white.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/arrow-right-white.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/col-move-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/col-move-top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/columns.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/dirty.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/done.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/drop-no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/drop-yes.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/footer-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-blue-hd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-blue-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-hrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-vista-hd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hd-btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-rowheader.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-sel-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-by.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-collapse.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-expand-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-expand.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hd-pop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-asc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-desc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/invalid_line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/mso-hd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/nowait.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-first-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-first.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-last-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-last.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-next-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-next.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-prev-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-prev.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/pick-button.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/refresh-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/refresh.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-check-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-expand-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-sel.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort-hd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort_asc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort_desc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/wait.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/collapse.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/expand.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/gradient-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/ns-collapse.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/ns-expand.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-title-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-title-light-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/stick.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/stuck.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/tab-close-on.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/tab-close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/checked.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/group-checked.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/item-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/menu-parent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/unchecked.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/corners-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/left-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/light-hd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tool-sprite-tpl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tool-sprites.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tools-sprites-trans.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/top-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/top-bottom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-corners-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-left-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-top-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/progress/progress-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/tip-anchor-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/tip-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow-c.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow-lr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/blue-loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/calendar.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/glass-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/hd-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/large-loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/left-btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/loading-balls.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/right-btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/e-handle-dark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/e-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/ne-handle-dark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/ne-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/nw-handle-dark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/nw-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/s-handle-dark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/s-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/se-handle-dark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/se-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/square.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/sw-handle-dark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/sw-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-v-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-v-thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroll-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroll-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroller-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-left-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-right-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-left-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-left-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-right-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-right-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-btm-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tabs-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow-light.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-over-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/gray-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/more.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-btn-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-btn-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-sep.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/arrows.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-between.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-under.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-yes.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-minus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-minus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-plus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-plus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/folder-open.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/folder.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/leaf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-error.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-info.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-question.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/flvplayer.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.license.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.readme.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/qtobject/qtobject.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/expressInstall.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/swfobject.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE-exception.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/build.properties -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/build.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/example/index.html.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/example/style.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/expressinstall.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/flowplayer-3.2.12.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/flowplayer-3.2.16.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/flowplayer.controls-3.2.15.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/corelib/license.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/corelib/readme.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/flexunit/flexunit.swc -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go/tutorials/SizeTweenMG.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go/tutorials/WidthTween.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/GoEngine.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/PlayableBase.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/DuplicateManagerError.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/EasingFormatError.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/InstanceNotAllowedError.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/events/GoEvent.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/events/SequenceEvent.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/ILiveManager.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IManageable.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IManager.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IPlayable.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IPlayableBase.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IUpdatable.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/GoItem.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/LinearGo.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/PhysicsGo.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/LinearGoRepeater.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/OverlapMonitor.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/Repeater.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/PlayableGroup.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/Sequence.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceBase.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceCA.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceStep.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceStepCA.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnConditionTrue.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnDurationComplete.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnEventComplete.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnPlayableComplete.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/SequenceAdvance.as -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/licensekey/licensekey.swc -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/lib/thunderbolt/ThunderBoltAS3_Flash.swc -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/manifest.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.audio-3.2.10.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.audio/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.audio/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.properties -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions-3.2.9.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.properties -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flowplayer.captions.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/left.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame00.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame01.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame02.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame03.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame04.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame05.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame06.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame07.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame08.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame09.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame10.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame11.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame12.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame13.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame14.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame15.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame16.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame17.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame18.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame19.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame20.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/index.html.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/tools.scrollable-1.1.2.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.content-3.2.8.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.content/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.content/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.content/build.properties -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/plugins/flowplayer.content/build.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/release.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/idna/LICENCE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/idna/ReadMe.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/idna/idna_convert.class.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/jquery/jquery-1.8.2.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/jquery/jquery-1.8.2.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/modernizr/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/modernizr/modernizr.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/Adapter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/Adapter/Curl.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/Adapter/Mock.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/Adapter/Socket.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/CookieJar.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/MultipartBody.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/Observer/Log.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/Response.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/SOCKS5.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/HTTP/Request2/SocketWrapper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/Net/URL2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/PEAR/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/pear/data/public-suffix-list.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/prototype/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/prototype/prototype.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/CHANGELOG -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/MIT-LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/builder.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/controls.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/dragdrop.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/effects.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/scriptaculous.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/slider.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/sound.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/unittest.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/license.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfobject_license.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.cookies.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.queue.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.speed.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.swfobject.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/swfupload.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/swfupload.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/CHANGES -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/LICENSE.TYPO3-Exception -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/README -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/VERSION -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Attachment.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/AbstractFilterableInputStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/ArrayByteStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/FileByteStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/GenericFixedWidthReader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/UsAsciiReader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/Utf8Reader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/ArrayCharacterStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/NgCharacterStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ConfigurableSpool.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/DependencyContainer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/DependencyException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/EmbeddedFile.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/Base64Encoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/QpEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/Rfc2231Encoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoding.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/CommandEvent.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/CommandListener.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/Event.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventDispatcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventListener.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseEvent.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseListener.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SendEvent.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SendListener.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SimpleEventDispatcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeEvent.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeListener.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionEvent.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionListener.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/FailoverTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/FileSpool.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/FileStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Filterable.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Image.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/InputByteStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/IoException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/ArrayKeyCache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DiskKeyCache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DummyKeyCache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/KeyCacheInputStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/NullKeyCache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/LoadBalancedTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/MailTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer/ArrayRecipientIterator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer/RecipientIterator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Message.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Attachment.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/CharsetObserver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/EmbeddedFile.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/EncodingObserver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Grammar.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Header.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderSet.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/AbstractHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/DateHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/IdentificationHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/MailboxHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/ParameterizedHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/PathHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/UnstructuredHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Message.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/MimeEntity.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/MimePart.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ParameterizedHeader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderSet.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMessage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMimeEntity.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/MimePart.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/NullTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/OutputByteStream.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/AntiFloodPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/BandwidthMonitorPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Decorator/Replacements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/DecoratorPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/ImpersonatePlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Logger.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/LoggerPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/ArrayLogger.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/EchoLogger.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/MessageLogger.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Connection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/PopBeforeSmtpPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/RedirectingPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/ReporterPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HitReporter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HtmlReporter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Sleeper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/ThrottlerPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Timer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Preferences.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ReplacementFilterFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/RfcComplianceException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SendmailTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SmtpTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Spool.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SpoolTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilterFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SwiftException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/AuthHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Authenticator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/FailoverTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/IoBuffer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/LoadBalancedTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/MailInvoker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/MailTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/NullTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SendmailTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SimpleMailInvoker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SmtpAgent.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SpoolTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/StreamBuffer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/TransportException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Validate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/cache_deps.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/message_deps.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/mime_deps.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/transport_deps.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/mime_types.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/preferences.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_init.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required_pear.php -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/README.markdown -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/demo-subtitles.srt -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/demo.html -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/skins/hu.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/skins/tube.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/skins/vim.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/video-js.css -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/video.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.htc -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.js -${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.swf -${TYPO3DIR}/${TYPO3NAME}/typo3/db_new.php -${TYPO3DIR}/${TYPO3NAME}/typo3/default.htm -${TYPO3DIR}/${TYPO3NAME}/typo3/default.html -${TYPO3DIR}/${TYPO3NAME}/typo3/dummy.php -${TYPO3DIR}/${TYPO3NAME}/typo3/ext/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/file_edit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/file_newfolder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/file_rename.php -${TYPO3DIR}/${TYPO3NAME}/typo3/file_upload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_go.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/acm_spacer.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/acm_spacer2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/add_workspace.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_backend_logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_backend_logo.old.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_topmenu_back_dummy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_topmenu_back_full.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/altmenuline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowdown.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowleft.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowright.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowup.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/bar.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/blackclear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/blinkarrow_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/blinkarrow_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/border_back.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/border_collapse.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/border_expand.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_hide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_top_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_unhide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/bullet_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/div.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/filelinks.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/images_only.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/login_form.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/mailform.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/multimedia.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/regular_header.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/regular_text.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/searchform.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/sitemap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/sitemap2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/table.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/text_image_below.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/text_image_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/user_defined.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear_all_cache.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear_cache.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear_cache_files_in_typo3c.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clearout.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_arrow_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_arrow_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_blank.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_bottom_a.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_dummy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_spacer.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_spacer_a.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_top_a.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_copy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_copy_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_cut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_cut_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_deselect.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_pasteafter.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_pasteinto.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_select.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clipbrd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/close_12h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/close_gray.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/closedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/closedok_2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/colorpicker.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/colorpicker_empty.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_client.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_default.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_fresh.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_selected.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_first.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_first_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_last.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_last_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_next.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_next_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_previous.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_previous_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_folder_into.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_page_after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_page_into.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/csv.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/datepicker.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/delete_record.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/deleted_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/deletedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dmailerping.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_large.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_medium.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_mini.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_mini2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_large.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_medium.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_mini.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_mini2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_large.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_medium.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_mini.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_mini2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_button.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_click.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_module.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_pane.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit2_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_fe.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_rtewiz.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editaccess.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back2_dummy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back_dummy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emarrow_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emarrow_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/embeer.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emcocktl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emcrook.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emdgust.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/ememail.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emexclaim.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emfemale.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emgift.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emhammer.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emlips.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emlove.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emmail_alert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emmale.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emmessag.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emphone.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emphoto.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emrose.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsad.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmile.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmiled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmileo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmilep.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emthdown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emthup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emunlove.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emvamp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emwink.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emwww_link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/error.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/expand_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/favicon.ico -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/3ds.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/CREDITS.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ai.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ani.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/au.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/avi.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/bmp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/cdr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/css.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/csv.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/default.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/doc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/dtd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/eps.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/exe.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/fh3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/flash.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/folder.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/gif.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/htm.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ico.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/inc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/java.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/jpg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/js.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/max.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mid.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mov.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mp3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mpeg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mpg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pcd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pcx.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pdf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/php3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/png.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ppt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ps.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/psd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/rtf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/sgml.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/swf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/sxc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/sxw.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/t3d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/t3x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/tga.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/tif.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/tmpl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ttf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/txt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/wav.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/wrl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/xls.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/xml.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/xsl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/zip.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/filter_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/CREDITS.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/at.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ba.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/be.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/br.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ch.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cs.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cz.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/de.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/dk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ee.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/eg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/es-basque.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/es.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fi.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ga.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/gb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/gl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/gr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/hr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ie.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/il.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ir.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/is.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/it.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/jp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/kr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/lt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/lv.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ma.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/mk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/mt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/multi-language.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/pl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/pt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ro.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/rs.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ru.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/sa.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/se.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/sk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/sl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/tn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/tr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ua.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/unknown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/us.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/vn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/garbage.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/go.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/goback.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_clipbrd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_tobottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_totop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_upload.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpbubble.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpbubble_old.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpmark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/hidden_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history_details.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_ro.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_tmp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_readonly.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_user.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders_ro.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_website.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/backup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/catalog.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/db_database.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_black.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray5.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray6.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_green.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_purple.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_red.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_yellow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/dmail.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/domain.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/domain__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/domain__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_groups.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_groups__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_groups__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/folder.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/folder_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/mail.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/mailgroup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/module.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modulefolder.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_fe_users.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_fe_users__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/no_icon_found.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/notfound.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__fp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__fu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__fup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hfp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htfp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tfp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_catalog.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_sitemap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/setup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_delete.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_hide.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_moveto_plh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_moveto_pointer.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sitemap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_action.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_lang.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_language.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_language__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_language__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_note.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_staticfile.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_subscriber.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_workflows.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_workspace.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf_feuser.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_actions.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_mails.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_mails_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_modules.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_notepad.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_pages.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos_foreign.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos_foreign_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_workflow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_standard.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_address.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_antiques.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_author.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_books.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_category.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_publisher.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_cat.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_board.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_board_root.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_board_root__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_faq.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_heritage.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_images.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_links.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__tu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_cat.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__tu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_poll.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_products.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_products_cat.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_rating.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_antiques.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_event.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_heritage.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_profile.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/user2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/user_event.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/user_profile.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/userdatabase.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_fatalerror.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_note.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok_blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok_brown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok_dim.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_warning2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowdown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowleft.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowright.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/import.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/import_update.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/info.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/information.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/installbackground.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/legend.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning_green.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning_red.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/link_popup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/localize_el.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/localize_green.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/localize_red.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginbox_image.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginbox_image_dev.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginlogo_transp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginlogo_transp.old.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/magnifier.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mailicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/markstate.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/maximize.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/menu_dummy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/minimize.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/minusbullet_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode1_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode2_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode3_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode4_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode5_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode6_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode7_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_folder_into.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_page_after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_page_into.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_record.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/napshot.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_el.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_record.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newmail.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord2_marker.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord2_marker_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord_marker.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord_marker_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notfound_thumb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notfound_thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notice.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ok.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/arrowbullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/blank.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/halfline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/join.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/joinbottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/jointop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minusbottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minusbullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minusonly.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minustop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plusbottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plusbullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plusonly.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plustop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/quadline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/stopper.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/old2_button_unhide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/old_button_hide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/old_button_unhide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/open_in_new_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/options.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_accesssection.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_deleted.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_hidden.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_hidden_timing.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_no_icon_found.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_sub.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_sub4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_sub5.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_timing.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/perm-allowed.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/perm-denied.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/perm.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pildown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilleft_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilleft_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilleft_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilright_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilright_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilright_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/placeasroot.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/plusbullet2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/plusbullet_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning2_ani.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/reddown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/10.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/11.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/12.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/13.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/14.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/15.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/16.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/17.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/18.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/19.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/20.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/5.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/6.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/7.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/8.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/9.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/redup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/refresh.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/refresh_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/refresh_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_db.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_db_lost.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_db_static.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_softref.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rename.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/required_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/revert_0.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/revert_1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/revert_2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/saveandclosedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/saveandclosedok_2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedok_red.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedoknew.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedokshow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedokshow_red.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savesnapshot.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/select_duplicates.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectall.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectnone.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/above_center.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/above_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/above_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/below_center.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/below_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/below_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_left_nowrap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_right_nowrap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcut_background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcutgroups-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/spacer.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/spinner.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_large.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_medium.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_medium2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_mini.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_mini2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_minidoc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_minidoc2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_nodoc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/su.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/su_back.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/swap.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/switch.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/synchronize_el.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/todoicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/todoicon_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/todoicon_user.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_item_active_bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_separator.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_shortcut.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/translationsavedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/translationsavedok_clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo.old.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo_mini.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo_old.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/undelete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/undelete_and_edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/undo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/unmarkstate.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/upload.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/viewdok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/warning.png -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_colorpickerex.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_forms.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_rte.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_rte2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_table.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_tsconfig.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_tsconfig_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/working.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/zoom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/zoom2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/init.php -${TYPO3DIR}/${TYPO3NAME}/typo3/install/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/install/_.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/install/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/install/default.htm -${TYPO3DIR}/${TYPO3NAME}/typo3/install/default.html -${TYPO3DIR}/${TYPO3NAME}/typo3/install/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.backend_cacheActionsHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.backend_toolbaritem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.filelist_editiconshook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.localrecordlist_actionsHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/js/backend.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/backendsearch.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/browse_links.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/clearcachemenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/clickmenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/common.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/constantEditor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/backendcontentiframe.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/debugPanel.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/iframepanel.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/modulepanel.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewport.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewportConfiguration.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/flashupload.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/iecompatibility.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/livesearch.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/loginrefresh.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/modulemenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/pagetreefiltermenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/shortcutmenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/tabmenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/toolbarmanager.js -${TYPO3DIR}/${TYPO3NAME}/typo3/js/tree.js -${TYPO3DIR}/${TYPO3NAME}/typo3/jsfunc.placeholder.js -${TYPO3DIR}/${TYPO3NAME}/typo3/jsfunc.tbe_editor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/listframe_loader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/login_frameset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/logout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/md5.js -${TYPO3DIR}/${TYPO3NAME}/typo3/mod.php -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/help.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/note.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/tool.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/user.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/website.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/move_el.php -${TYPO3DIR}/${TYPO3NAME}/typo3/show_item.php -${TYPO3DIR}/${TYPO3NAME}/typo3/show_rechis.php -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/install/install.css -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/element_csh.css -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/element_docheader.css -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/main_scaffolding.css -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/print.css -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/toolbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/topbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/visual/main_content.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Classes/Controller/AboutController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Classes/CustomSectionsInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Classes/Domain/Model/Extension.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Layouts/Default.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/About.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/CoreTeam.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/Credits.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/CustomContent.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/Donation.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/Extensions.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Partials/Logo.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/Resources/Private/Templates/About/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/interfaces/interface.tx_about_customsections.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/Classes/Utility/FunctionsUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/Resources/Private/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/Resources/Private/Language/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/Resources/Private/Layouts/Default.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/Resources/Private/Templates/Modules/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/class.tx_aboutmodules_functions.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/Classes/DataHandling/DatabaseTypeItemsFunction.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/Classes/View/CheckConnectionWizardView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-active-record.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-active-recordx.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-csvlib.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-datadict.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-error.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-errorhandler.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-errorpear.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-exceptions.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-iterator.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-lib.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-memcache.lib.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-pager.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-pear.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-perf.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-php4.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-time.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/contrib/toxmlrpc.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-access.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-db2.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-firebird.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-generic.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-ibase.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-informix.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mssql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mssqlnative.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-oci8.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sapdb.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sqlite.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sybase.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-access.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado_access.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado_mssql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ads.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-borland_ibase.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-csv.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2oci.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2ora.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-fbsql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-firebird.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-informix.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-informix72.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ldap.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssql_n.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssqlnative.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssqlpo.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqlpo.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqlt.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-netezza.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oci805.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc_db2.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc_mssql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc_oracle.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbtp_unicode.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oracle.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mssql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mysql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_oci.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_pgsql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_sqlite.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres8.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-proxy.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sapdb.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlanywhere.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlite3.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlitepo.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sybase.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sybase_ase.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-vfp.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ar.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-bg.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-bgutf8.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ca.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-cn.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-cz.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-da.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-de.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-en.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-es.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-esperanto.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-fa.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-fr.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-hu.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-it.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-nl.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-pl.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-pt-br.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ro.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ru1251.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-sv.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-uk1251.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb_th.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/license.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pear/Auth/Container/ADOdb.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pear/readme.Auth.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-db2.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-informix.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mssql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mssqlnative.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mysql.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-oci8.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-postgres.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pivottable.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/readme.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/rsfilter.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/server.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-compress-bzip2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-compress-gzip.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-cryptsession.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-cryptsession2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-mcrypt.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-md5.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-secret.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-sha1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sess.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session-clob.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session-clob2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.mysql.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.clob.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/crypt.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/session_schema.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/session_schema2.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/toexport.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/tohtml.inc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xmlschema.dtd -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xmlschema03.dtd -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.2.xsl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.3.xsl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.2-0.1.xsl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.2-0.3.xsl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/remove-0.2.xsl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/remove-0.3.xsl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/checkconnectionwizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/class.tx_adodb_tceforms.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/datasource_flexform_ds.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/510.DBAL.patch -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/README -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/mssql-error-fix.patch -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/locallang_datasource_config.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/locallang_wizard.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/res/checkconnection.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/AjaxLoginHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Clipboard/Clipboard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/BackendController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/ClickMenuController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/DummyController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/EditDocumentController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/File/EditFileController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/File/FileController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/LoginController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/LogoutController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/NewRecordController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/PageLayoutController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/DataPreprocessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/Element/InlineElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/Element/TreeElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/FormEngine.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/History/RecordHistory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Module/BaseScriptClass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Module/ModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Module/ModuleLoader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Module/ModuleSettings.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Module/ModuleStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Rte/AbstractRte.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Sprite/SpriteManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Template/DocumentTemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/AbstractTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/TreeNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Utility/BackendUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Utility/IconUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/BackendLayoutView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/LogoView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/ModuleMenuView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/PageLayoutView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/PageTreeView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/View/ThumbnailView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Form/FormEngineTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Tree/Fixtures/serialized.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Utility/Fixtures/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/backend/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Controller/AbstractController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Controller/ToolsController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Controller/WebInfoController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Domain/Model/Constraint.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Domain/Model/Workspace.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Configuration/TypoScript/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Language/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Layouts/DocHeader.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Partials/Content.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Templates/Tools/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Resources/Private/Templates/WebInfo/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Controller/BackendUserController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Domain/Model/Demand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Configuration/TypoScript/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Layouts/Default.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/OnlineListRow.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Partials/Filters/BackendUser/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Online.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Resources/Public/Css/style.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Tests/Unit/Domain/Model/BackendUserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Tests/Unit/Domain/Model/DemandTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserSessionRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/Tests/Unit/Service/ModuleDataStorageServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/classes/class.tx_cms_backendlayout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_10.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_11.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_12.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_13.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_14.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_15.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_9.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_9.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/flexform_media.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/class.tx_cms_layout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/db_layout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/db_new_content_el.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/interfaces/interface.tx_cms_layout_tt_content_drawitemhook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/js/typo3pageModule.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/layout.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang_db_new_content_el.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/grideditor.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/grideditor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit-inactive-1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit-inactive.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-down-inactive.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-down.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-left-inactive.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-left.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-right-inactive.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up-inactive.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-help.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-save.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tabledown.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableleft.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableright.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableup.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_webinfo.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_weblayout.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_tca.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_ttc.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/readme.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tbl_cms.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tbl_tt_content.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/GPL.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_adminpanel.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_content.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_controltable.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_eidtools.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_extdirecteid.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fe.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fecompression.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_feuserauth.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_frameset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_mediawizardcoreprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_mediawizardmanager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_menu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pagegen.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pibase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_search.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_tableoffset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_case.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_cleargif.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_columns.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_content.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarray.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarrayinternal.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contenttable.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_editpanel.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_file.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_files.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_flowplayer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_fluidtemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_form.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_hierarchicalmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_horizontalruler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_image.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_imageresource.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_loadregister.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_media.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_multimedia.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_offsettable.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_quicktimeobject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_records.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_restoreregister.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_scalablevectorgraphics.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_searchresult.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_shockwaveflashobject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_template.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_text.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_user.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_userinternal.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/extdirecteid.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/hooks/class.tx_cms_fehooks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/hooks/class.tx_cms_mediaitems.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index_ts.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_adminPanelHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_cobjgetsinglehook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_fileLinkHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getPublicUrlForFileHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getdatahook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getimgresourcehook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_postinithook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_stdwraphook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_mediawizardprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_menu_filterMenuPagesHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/pagegen.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/showpic.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo_lang.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_pages.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/feusers_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/feusers_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/hidden_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/hidden_page.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/page_shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/page_shortcut.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/pages_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/pages_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/static.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/systemplate.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/systemplate1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/systemplate2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_groups.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_users.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pages.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pageslol.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_statictpl.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysdomain.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysfilestorage.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_systmpl.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_ttcontent.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/UnitTests.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/NullBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/PhpCapableBackendInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/TaggableBackendInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Cache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/CacheFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/CacheManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Exception/ClassAlreadyLoadedException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Exception/DuplicateIdentifierException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Exception/InvalidBackendException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Exception/InvalidCacheException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Exception/InvalidDataException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Exception/NoSuchCacheException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Frontend/FrontendInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Category/CategoryRegistry.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Category/Collection/CategoryCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Charset/CharsetConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/CollectionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/EditableCollectionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/NameableCollectionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/PersistableCollectionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/RecordCollectionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/SortableCollectionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Collection/StaticRecordCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Compatibility/CompatbilityClassLoaderPhpBelow50307.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Controller/CommandLineController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/Bootstrap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/ClassLoader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/CliBootstrap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/GlobalDebugFunctions.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/DatabaseConnection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PdoHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PreparedStatement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/QueryGenerator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/QueryView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/ReferenceIndex.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/RelationHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/SqlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/TableConfigurationPostProcessingHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/ElementBrowser/ElementBrowserHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Encoder/JavaScriptEncoder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/ErrorHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/ErrorHandlerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/ExceptionHandlerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/AbstractClientErrorException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/AbstractServerErrorException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/BadRequestException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/ForbiddenException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/PageNotFoundException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/ServiceUnavailableException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/StatusException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/Http/UnauthorizedException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/ExtDirect/ExtDirectApi.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/ExtDirect/ExtDirectDebug.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/FormProtection/AbstractFormProtection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/FormProtection/BackendFormProtection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/FormProtection/DisabledFormProtection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/FormProtection/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/FormProtection/InstallToolFormProtection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/FrontendEditing/FrontendEditingController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Html/HtmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Html/RteHtmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Http/HttpRequest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Http/Observer/Download.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Exception/FileNotFoundException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Exception/InvalidParserException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Exception/InvalidXmlFileException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/LanguageStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Locales.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/LocalizationFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Parser/LocalizationParserInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Parser/LocallangArrayParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Parser/LocallangXmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Localization/Parser/XliffParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Locking/Locker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/LogLevel.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/LogManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/LogRecord.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Logger.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/AbstractMemoryProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/AbstractProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/IntrospectionProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/MemoryPeakUsageProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/MemoryUsageProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/NullProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/ProcessorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Processor/WebProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Writer/AbstractWriter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Writer/FileWriter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Writer/NullWriter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Writer/SyslogWriter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Log/Writer/WriterInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Mail/MailMessage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Mail/Mailer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Mail/MailerAdapterInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Mail/MboxTransport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Mail/Rfc822AddressesParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Mail/SwiftMailerAdapter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Messaging/AbstractMessage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Messaging/AbstractStandaloneMessage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Messaging/ErrorpageMessage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Messaging/FlashMessage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Page/PageRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Registry.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/AbstractFile.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/AbstractRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Collection/AbstractFileCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Collection/StaticFileCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Driver/DriverRegistry.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/AbstractFileOperationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFileNameException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFolderException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/FileDoesNotExistException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/FileOperationErrorException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/FolderDoesNotExistException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/IllegalFileExtensionException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileAccessPermissionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileReadPermissionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileWritePermissionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderAccessPermissionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderReadPermissionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderWritePermissionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InsufficientUserPermissionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InvalidConfigurationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InvalidFileException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InvalidFileNameException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InvalidFolderException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InvalidPathException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/InvalidTargetFolderException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/NotInMountPointException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/ResourceDoesNotExistException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/UploadException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Exception/UploadSizeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/File.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/FileInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/FileReference.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/FileRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Filter/FileExtensionFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Filter/FileNameFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Folder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/FolderInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/ProcessedFile.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/AbstractGraphicalTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/AbstractTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/ImageCropScaleMaskTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/ImagePreviewTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/ProcessorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/TaskInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Processing/TaskTypeRegistry.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/ResourceCompressor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/ResourceFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/ResourceInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/ResourceStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Security/StoragePermissionsAspect.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Service/ImageProcessingService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Service/IndexerService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/Service/UserFileMountService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Resource/StorageRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Service/AbstractService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/SingletonInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TimeTracker/NullTimeTracker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Tree/TableConfiguration/AbstractTableConfigurationTreeDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Tree/TableConfiguration/ExtJsArrayTreeRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Tree/TableConfiguration/TableConfigurationTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TypoScript/ConfigurationForm.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TypoScript/TemplateService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ArrayUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ClientUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/CommandUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/DebugUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/DiffUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtilityProcessDataHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/GeneralUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/HttpUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/MailUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/MathUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/MonitorUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/PathUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/PhpOptionsUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ResourceUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/RootlineUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/StringUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/Resource/Driver/LocalDriverFlexForm.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Migrations/Code/LegacyClassesForIde.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/AccessibleObjectInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/BaseTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Resource/Driver/LocalDriverTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Resource/FolderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/Utility/File/ExtendedFileUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/FunctionalTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Integrity/IntegrityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/AbstractBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/ApcBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/MockBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/RedisBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/TransientMemoryBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Backend/WincacheBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/FactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Frontend/StringFrontendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Cache/last_synched_revision -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Category/Collection/CategoryCollectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Collection/RecordCollectionRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Compatibility/CompatbilityClassLoaderPhpBelow50307Test.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Database/SqlParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Encoder/JavaScriptEncoderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Error/ProductionExceptionHandlerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/FormProtection/BackendFormProtectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures/FormProtectionTesting.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/FormProtection/FormProtectionFactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Html/HtmlParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Imaging/GraphicalFunctionsTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang_override.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallangNumericKeys.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallangOnlyDefaultLanguage.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang_override.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang_override.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/LocallangXmlParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Locking/LockerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Fixtures/ProcessorFixture.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFailing.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFixture.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/LogLevelTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/LoggerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractMemoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Processor/IntrospectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryPeakUsageTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryUsageTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Processor/ProcessorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Processor/WebTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Writer/AbstractTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Writer/DatabaseTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Log/Writer/FileTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Mail/SwiftMailerAdapterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Page/PageRendererTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/RegistryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Driver/AbstractDriverTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/Dummy.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/LocalDriverFilenameFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/FileReferenceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/FileTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/FolderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Repository/AbstractRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/ResourceFactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Service/FrontendContentAdapterServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/TypoScript/TypoScriptParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/Fixtures/GeneralUtilityFixture.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/Fixtures/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/Fixtures/clear.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/HttpUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/MailUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/MathUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ResourceUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/StringUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/UnitTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/about.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/example.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/example_outlines.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/img/background_gradient.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/img/red_arrow_bullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/readme.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/doc/TODO.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_conf_template.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/flexform_ds.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/pageTSconfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/pi1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.8/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.8/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.9/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.9/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.4/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.4/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.5/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.5/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.6/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.6/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.7/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.7/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ChangeLog -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Autoloader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Controller/ModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/SqlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/ExtensionManager/MessageDisplay.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Hooks/ExtensionManagerHooks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Hooks/InstallToolHooks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/QueryCache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/RecordList/DatabaseRecordList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Functional/ClassImplementationRegistrationTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionMssqlTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionOracleTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionPostgresqlTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/FakeDatabaseConnection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/Fixtures/mssql.config.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/Fixtures/oci8.config.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/Fixtures/postgresql.config.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Tests/Unit/Database/SqlParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_autoloader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_em.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_installtool.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_db_list_extra.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_db.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_sqlparser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/class.tslib_fe.php.diff -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_conf_template.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_querycache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_tsparserext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/moduleicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/README -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/Templates/install.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/indexed_search.diff -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/realurl.diff -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/scheduler.diff -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/templavoila.diff -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ChangeLog.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Command/HelpCommandController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ContainerIsLocked.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ContainerIsLockedException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationType.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchFile.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchFileException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchOption.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchOptionException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ParseError.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ParseErrorException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Core/Bootstrap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Core/BootstrapInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/AbstractFileCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/AbstractFileFolder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/BackendUser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/BackendUserGroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/Category.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/File.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FileMount.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FileReference.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/Folder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FolderBasedFileCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FrontendUser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FrontendUserGroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/StaticFileCollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserGroupRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/CategoryRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/FileMountRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractEntity.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractValueObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Error/Error.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Error/Message.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Error/Notice.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Error/Result.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Error/Warning.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Cli/Command.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Cli/CommandArgumentDefinition.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Cli/CommandManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Cli/Request.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Cli/RequestBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Cli/RequestHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Cli/Response.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/ArgumentError.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/Arguments.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/ArgumentsValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/CommandController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/CommandControllerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/ControllerContext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/ControllerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/Exception/RequiredArgumentMissingException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/FlashMessageContainer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Controller/MvcPropertyMappingConfiguration.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/AmbiguousCommandIdentifierException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/CommandException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InfiniteLoopException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidActionNameException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentMixingException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentNameException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentValueException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidCommandIdentifierException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerNameException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidExtensionNameException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidMarkerException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidOrNoRequestHashException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestMethodException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidTemplateResourceException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidUriPatternException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidViewHelperException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchActionException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchArgumentException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchCommandException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchControllerException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/RequiredArgumentMissingException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/StopActionException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Exception/UnsupportedRequestTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Request.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/RequestHandlerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/RequestHandlerResolver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/RequestInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Response.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/ResponseInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/View/AbstractView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/View/EmptyView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/View/NotFoundView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/View/ViewInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Web/AbstractRequestHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Web/BackendRequestHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Web/Request.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Web/Response.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfoCache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Container.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/CannotInitializeCacheException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/TooManyRecursionLevelsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObjectException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObjectException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/WrongScopeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/InvalidClassException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/InvalidObjectConfigurationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/InvalidObjectException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectAlreadyRegisteredException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManagerException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManagerInterfaceException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/UnknownClassException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/UnknownInterfaceException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/UnresolvedDependenciesException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/CleanStateNotMemorized.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectType.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InconsistentQuerySettings.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidClass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidNumberOfConstraints.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidPropertyType.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidQueryException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/MissingBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/TooDirty.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObjectException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedMethod.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedOrder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedRelation.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/BackendInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/CleanStateNotMemorizedException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InconsistentQuerySettingsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidClassException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidNumberOfConstraintsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidPropertyTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidRelationConfigurationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingBackendException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingColumnMapException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/NotImplementedException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/RepositoryException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/TooDirtyException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnexpectedTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedMethodException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedOrderException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedRelationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/IdentityMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/LazyLoadingProxy.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/LazyObjectStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/LoadingStrategyInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/PersistenceManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/PropertyType.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/AndInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/BindVariableValue.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/BindVariableValueInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Comparison.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/ComparisonInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Constraint.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/ConstraintInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/DynamicOperand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/DynamicOperandInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/EquiJoinCondition.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/EquiJoinConditionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Join.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/JoinConditionInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/JoinInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LogicalAnd.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LogicalNot.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LogicalOr.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LowerCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LowerCaseInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/NotInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Operand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/OperandInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/OrInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Ordering.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/OrderingInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/PropertyValue.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/PropertyValueInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelConstantsInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelFactoryInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Selector.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/SelectorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/SourceInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Statement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/StaticOperand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/StaticOperandInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/UpperCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/UpperCaseInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Query.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/QueryFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/QueryFactoryInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/QueryResult.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/QuerySettingsInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Session.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/BackendInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/BadConstraintException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/SqlErrorException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Generic/Typo3QuerySettings.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ObjectMonitoringInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/PersistenceManagerInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryResultInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Repository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RepositoryInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/DuplicateObjectException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/DuplicateTypeConverterException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/FormatNotSupportedException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidFormatException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyMappingConfigurationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidSource.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidSourceException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidTarget.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidTargetException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/TargetNotFoundException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/TypeConverterException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Mapper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/MappingResults.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/PropertyMapper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/PropertyMappingConfiguration.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/PropertyMappingConfigurationBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/PropertyMappingConfigurationInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileCollectionConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileFolderConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractTypeConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/ArrayConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/BooleanConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/DateTimeConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/FileConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/FileReferenceConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/FloatConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderBasedFileCollectionConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/IntegerConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectStorageConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/StaticFileCollectionConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverter/StringConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/TypeConverterInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ClassReflection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/DocCommentParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception/InvalidPropertyTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception/PropertyNotAccessibleException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception/UnknownClassException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/MethodReflection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ParameterReflection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/PropertyReflection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ReflectionService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Scheduler/FieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Scheduler/Task.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Scheduler/TaskExecutor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Channel/RequestHashService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGenerationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForRequestHashGenerationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidHashException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/SyntacticallyWrongRequestHashException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Service/CacheService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Service/ExtensionService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Service/FlexFormService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Service/TypeHandlingService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Service/TypoScriptService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/ArrayUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/ExtbaseRequirementsCheckUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/ExtensionUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/FrontendSimulatorUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Error.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidSubjectException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfigurationException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptionsException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidatorException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/NoValidatorFoundException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/PropertyError.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractCompositeValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractObjectValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AlphanumericValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ConjunctionValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/DateTimeValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/DisjunctionValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/EmailAddressValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/FloatValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/GenericObjectValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/IntegerValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NotEmptyValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NumberRangeValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NumberValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ObjectValidatorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/RawValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/RegularExpressionValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/StringLengthValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/StringValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/TextValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ValidatorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/ValidatorResolver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Documentation/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/MVC/NotFoundView_Template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Scripts/CommandLineLauncher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/ClassWithGettersAndSetters.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/ClassWithInjectProperties.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/ClassWithSetters.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/ClassWithSettersAndConstructor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/DummyClass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/Entity.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/SecondDummyClass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Fixture/TxClassWithGettersAndSetters.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Functional/BaseTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Functional/Domain/Model/FileContextTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Functional/Domain/Model/Fixture/FileContext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Functional/Domain/Model/Fixture/data_sys_file.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Functional/Domain/Model/Fixture/data_sys_file_collection.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Functional/Domain/Model/Fixture/data_sys_file_reference.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Functional/Domain/Model/Fixture/data_sys_file_storage.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/SeleniumBaseTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/BaseTestCase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/BackendConfigurationManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Model/BackendUserGroupTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Model/BackendUserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Model/CategoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Model/FileMountTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Model/FrontendUserGroupTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Model/FrontendUserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Repository/BackendUserGroupRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Repository/BackendUserRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Repository/CategoryRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Domain/Repository/FileMountRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Error/ErrorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Error/ResultTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/CommandManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/CommandTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/Fixture/Command/MockACommandController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/Fixture/Command/MockBCommandController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/RequestBuilderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/RequestTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/AbstractControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ActionControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentBehaviorBeforeExtbase14Test.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentsTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/CommandControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/RequestTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Web/RequestBuilderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/ClassInfoFactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/ContainerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/NamespaceTestclasses.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/NamespacedClass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/Testclasses.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/PersistenceManagerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryFactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryResultTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/SessionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/ObjectStorageTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/MapperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/PropertyMapperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/PropertyMappingConfigurationBuilderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/PropertyMappingConfigurationTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/ArrayConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/BooleanConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/DateTimeConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/FloatConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/IntegerConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/PersistentObjectConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/StringConverterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/ArrayAccessClass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithGettersAndSetters.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/ObjectAccessTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Scheduler/FieldProviderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Security/Channel/RequestHashServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Security/Cryptography/HashServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Service/CacheServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Service/ExtensionServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Service/FlexFormServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Service/TypeHandlingServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Service/TypoScriptServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/SignalSlot/DispatcherTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/ArrayUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/DebuggerUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/ExtensionUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/LocalizationUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AbstractValidatorTestcase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AlphanumericValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/AlphanumericValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/ConjunctionValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/DateTimeValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/EmailAddressValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/FloatValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/GenericObjectValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/IntegerValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/NotEmptyValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/NumberRangeValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/NumberValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/RawValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/RegularExpressionValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/StringLengthValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/TextValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/ConjunctionValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/EmailAddressValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/FloatValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/IntegerValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NotEmptyValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberRangeValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RawValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RegularExpressionValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/TextValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorResolverTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/AbstractController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/ActionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/ConfigurationController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/DownloadController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/ListController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/UpdateFromTerController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/UpdateScriptController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Controller/UploadExtensionFileController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationCategory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationSubcategory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/Dependency.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/DownloadQueue.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/Extension.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/Mirrors.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Model/Repository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Repository/ConfigurationItemRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Domain/Repository/RepositoryRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Exception/ExtensionManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Exception/ExtensionManagerException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Report/ExtensionStatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Service/Management.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Task/UpdateExtensionListTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/ConfigurationUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Connection/Ter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Connection/TerUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/DatabaseUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/DownloadUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/EmConfUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/FileHandlingUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Importer/MirrorListUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/ListUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractExtensionXmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractMirrorXmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractXmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPullParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPushParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPullParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPushParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Parser/XmlParserFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/Utility/UpdateScriptUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/Be/ContainerViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/ConfigureExtensionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionDataViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/ImplodeViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/JsonEncodeViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/ImageViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/InstallationStateCssClassViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/RemoveExtensionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/ShowExtensionVersionsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/TimeSinceLastUpdateViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Classes/ViewHelpers/UpdateScriptViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Configuration/TCA/Extension.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Configuration/TCA/Repository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Language/locallang_db.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Language/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Layouts/Main.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerPaginator.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerShowVersionsSingleLine.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerShowVersionsTable.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerSingleLine.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerTable.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Partials/List/UpdateFromTer.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/helpers/_mixins.scss -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/main.scss -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/modules/_jquery-ui.custom.scss -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/modules/_tabs.scss -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_base.scss -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_get.scss -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_manage.scss -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Action/RemoveExtension.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Configuration/ShowConfigurationForm.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/CheckDependencies.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/InstallFromTer.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/UpdateCommentForUpdatableVersions.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/UpdateExtension.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/ShowAllVersions.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateFromTer/UpdateExtensionListFromTer.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateScript/Show.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile/Extract.json -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile/Form.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/marker.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/mask.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/wheel.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Css/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Css/jquery.clearable.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Css/main.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/Icons/ExtensionUpdateScript.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_flat_0_aaaaaa_40x100.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_flat_75_ffffff_40x100.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_55_fbf9ee_1x400.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_65_ffffff_1x400.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_75_dadada_1x400.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_75_e6e6e6_1x400.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_95_fef1ec_1x400.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_highlight-soft_75_cccccc_1x100.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_222222_256x240.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_2e83ff_256x240.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_454545_256x240.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_888888_256x240.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_cd0a0a_256x240.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_ffffff_256x240.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/configuration.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery-1.8.2.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery-ui-1.8.17.custom.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery.clearable.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery.dataTables-1.9.4.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery.tools.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/main.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/ter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/update.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/JavaScript/upload.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Controller/UploadExtensionFileControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/ExtensionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/RepositoryRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Service/ExtensionManagementServiceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Task/UpdateExtensionListTaskTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Utility/ConfigurationUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Utility/DependencyUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/ext_tables_static+adt.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/info.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/Classes/ExtraPageContextMenuOptions.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/Classes/FrontendEditPanel.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/view/class.tx_feedit_editpanel.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/flexform.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/pi1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/Classes/Controller/FileListController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/Classes/FileList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/Classes/FileListEditIconHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/Classes/FileListFolderTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ChangeLog.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/DocbookGeneratorService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/TemplateParserBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Compiler/AbstractCompiledTemplate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Compiler/TemplateCompiler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Configuration.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Interceptor/Escape.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/InterceptorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/ParsedTemplateInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/ParsingState.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ArrayNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/BooleanNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/NodeInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ObjectAccessorNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RenderingContextAwareInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RootNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/TextNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/TemplateParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContextInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractTagBasedViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ArgumentDefinition.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Arguments.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/InvalidVariableException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/RenderingContextNotAccessibleException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/ChildNodeAccessInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/CompilableInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/PostParseInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TemplateVariableContainer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperVariableContainer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/MissingControllerException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/RenderingContextNotFoundException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetContextNotFoundException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetRequestNotFoundException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Fluid.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Service/DocbookGenerator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidSectionException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidTemplateResourceException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/StandaloneView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/TemplateView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/AliasViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/BaseViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/AbstractBackendViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/CshViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/IconViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/ShortcutViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/ContainerViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuItemViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfAuthenticatedViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfHasRoleViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/TableListViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Widget/Controller/PaginateController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Widget/PaginateViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CommentViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CountViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CycleViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/DebugViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ElseViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/FlashMessagesViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ForViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormFieldViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/CheckboxViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/ErrorsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/HiddenViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/PasswordViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/RadioViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/SelectViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/SubmitViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextareaViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextfieldViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/UploadViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/ValidationResultsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/AbstractEncodingViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CdataViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CurrencyViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/DateViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesDecodeViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlspecialcharsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/Nl2brViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/NumberViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/PaddingViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/PrintfViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/RawViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/StripTagsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/UrlencodeViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/GroupedForViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/LayoutViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/ActionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/EmailViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/ExternalViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/PageViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/RenderChildrenViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/SectionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfAuthenticatedViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfHasRoleViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ThenViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/TranslateViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/EmailViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ExternalViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ImageViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/PageViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/AutocompleteViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/AutocompleteController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/PaginateController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/PaginateViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Configuration/TypoScript/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Be/Widget/Paginate/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Compiler/AbstractCompilerTemplateTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TestViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TestViewHelper2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/ChildNodeAccessFacetViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/PostParseFacetViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand-split.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06-split.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14-split.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Interceptor/EscapeTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/ParsingStateTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/AbstractNodeTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/BooleanNodeTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/TextNodeTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserPatternTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Rendering/RenderingContextTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractConditionViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractTagBasedViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ArgumentDefinitionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TagBuilderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TemplateVariableContainerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ViewHelperVariableContainerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AjaxWidgetContextHolderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetContextTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestBuilderTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/AbstractTemplateViewTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/StandaloneViewFixture.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewFixture.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewSectionFixture.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TransparentSyntaxTreeNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/UnparsedTemplateFixture.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/StandaloneViewTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/TemplateViewTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/AliasViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfAuthenticatedViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfHasRoleViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CountViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CycleViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ElseViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/ConstraintSyntaxTreeNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfFixture.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfThenElseFixture.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ForViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormFieldViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/CheckboxViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/EmptySyntaxTreeNode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/Fixture_UserDomainClass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/FormFieldViewHelperBaseTestcase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/HiddenViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/PasswordViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/RadioViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SubmitViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextareaViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextfieldViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/UploadViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CropViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CurrencyViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesDecodeViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlspecialcharsViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/Nl2brViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/NumberViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PaddingViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PrintfViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/RawViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/StripTagsViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/UrlencodeViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/GroupedForViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/IfViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/EmailViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ExternalViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderChildrenViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfAuthenticatedViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfHasRoleViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller/PaginateControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Common.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Controller/Form.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Controller/FormController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Controller/Wizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Controller/WizardController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Factory/TypoScriptFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Factory/Typoscript.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Factory/TyposcriptToJson.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/AbstractAdditionalElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/Additional.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/AdditionalAdditionalElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/Error.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/ErrorAdditionalElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/Label.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/LabelAdditionalElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/Legend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/LegendAdditionalElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/Mandatory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Additional/MandatoryAdditionalElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/AbstractAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptCharsetAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/AccesskeyAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/ActionAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/AltAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/AttributesAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/CheckedAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/ClassAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/ColsAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/DirAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/DisabledAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/EnctypeAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/IdAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/LabelAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/LangAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/MaxlengthAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/MethodAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/MultipleAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/NameAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/ReadonlyAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/RowsAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/SelectedAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/SizeAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/SrcAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/StyleAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/TabindexAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/TitleAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/TypeAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attribute/ValueAttribute.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Accept.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Acceptcharset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Accesskey.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Action.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Alt.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Attributes.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Checked.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Class.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Cols.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Dir.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Disabled.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Enctype.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Id.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Label.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Lang.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Maxlength.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Method.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Multiple.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Name.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Readonly.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Rows.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Selected.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Size.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Src.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Style.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Tabindex.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Title.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Type.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Attributes/Value.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Content.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/AbstractElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/AbstractPlain.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/AbstractPlainElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Button.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/ButtonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Checkbox.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxGroupElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Checkboxgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Container.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/ContainerElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Content.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/ContentElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Fieldset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/FieldsetElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Fileupload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/FileuploadElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Header.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/HeaderElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Hidden.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/HiddenElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Imagebutton.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/ImagebuttonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Optgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/OptgroupElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Option.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/OptionElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Password.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/PasswordElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Radio.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/RadioElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/RadioGroupElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Radiogroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Reset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/ResetElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Select.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/SelectElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Submit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/SubmitElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Textarea.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/TextareaElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Textblock.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/TextblockElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/Textline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Element/TextlineElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Form.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/AbstractJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Button.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/ButtonJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Checkbox.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxGroupJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Checkboxgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Container.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/ContainerJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Element.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Fieldset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/FieldsetJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Fileupload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/FileuploadJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Form.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/FormJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Header.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/HeaderJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Hidden.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/HiddenJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Name.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/NameJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Password.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/PasswordJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Radio.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/RadioGroupJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/RadioJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Radiogroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Reset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/ResetJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Select.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Submit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/SubmitJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Textarea.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Textblock.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/Textline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Model/Json/TextlineJsonElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Repository/Content.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Domain/Repository/ContentRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/ElementCounter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/AlphabeticFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/AlphanumericFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/CurrencyFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/DigitFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/FilterInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/IntegerFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/LowerCaseFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/RegExpFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/RemoveXssFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/StripNewLinesFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/TitleCaseFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/TrimFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Filter/UpperCaseFilter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Layout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Localization.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/PostProcess/PostProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/PostProcess/PostProcessorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Request.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Elementcounter/Elementcounter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Alphabetic.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Alphanumeric.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Currency.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Digit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Filter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Integer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Interface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Lowercase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Regexp.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Removexss.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Stripnewlines.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Titlecase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Trim.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Filter/Uppercase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Layout/Layout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Localization/Localization.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Postprocessor/Interface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Postprocessor/Mail.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Postprocessor/Postprocessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Request/Request.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Alphabetic.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Alphanumeric.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Between.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Date.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Digit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Email.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Equals.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Fileallowedtypes.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Filemaximumsize.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Fileminimumsize.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Float.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Greaterthan.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Inarray.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Integer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Interface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Ip.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Length.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Lessthan.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Regexp.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Required.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Uri.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/System/Validate/Validate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Utility/FilterUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Utility/FormUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Utility/TypoScriptToJsonConverter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Utility/ValidatorUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/AbstractValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/AlphabeticValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/AlphanumericValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/BetweenValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/DateValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/DigitValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/EmailValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/EqualsValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/FileAllowedTypesValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/FileMaximumSizeValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/FileMinimumSizeValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/FloatValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/GreaterThanValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/InArrayValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/IntegerValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/IpValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/LengthValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/LessthanValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/RegExpValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/RequiredValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/UriValidator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/Validation/ValidatorInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Additional/Additional.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Additional/AdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Additional/Label.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Additional/LabelAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Additional/Legend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Additional/LegendAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Confirmation.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/ConfirmationView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/AbstractElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Checkbox.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Checkboxgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Container.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/ContainerElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Fieldset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/FieldsetElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Fileupload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/FileuploadElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Optgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/OptgroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Option.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/OptionElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Radio.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/RadioElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/RadioGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Radiogroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Select.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/SelectElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Textarea.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/TextareaElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/Textline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Confirmation/Element/TextlineElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/Additional.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/AdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/Error.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/ErrorAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/Label.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/LabelAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/Legend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/LegendAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/Mandatory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Additional/MandatoryAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/AbstractElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Button.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/ButtonElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Checkbox.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/CheckboxElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/CheckboxGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Checkboxgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Container.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/ContainerElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Content.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/ContentElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Fieldset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/FieldsetElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Fileupload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/FileuploadElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Header.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/HeaderElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Hidden.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/HiddenElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Imagebutton.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/ImagebuttonElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Optgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/OptgroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Option.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/OptionElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Password.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/PasswordElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Radio.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/RadioElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/RadioGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Radiogroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Reset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/ResetElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Select.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/SelectElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Submit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/SubmitElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Textarea.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/TextareaElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Textblock.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/TextblockElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/Textline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Element/TextlineElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/Form.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Form/FormView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Additional/Additional.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Additional/AdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Additional/Label.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Additional/LabelAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Additional/Legend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Additional/LegendAdditionalElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/AbstractElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Checkbox.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Checkboxgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Container.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/ContainerElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Fieldset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/FieldsetElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Fileupload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/FileuploadElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Hidden.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/HiddenElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Optgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/OptgroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Option.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/OptionElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Radio.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Radiogroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Select.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/SelectElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Textarea.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/TextareaElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/Textline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Element/TextlineElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/Html.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Html/HtmlView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Mail.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/MailView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/AbstractElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Checkbox.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Checkboxgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Container.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/ContainerElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Fieldset.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/FieldsetElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Fileupload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/FileuploadElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Hidden.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/HiddenElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Optgroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptgroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Option.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptionElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Radio.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Radiogroup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Select.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Textarea.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/Textline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Plain.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/Abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/Load.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/Save.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/Wizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/WizardView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/PageTS/modWizards.ts -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/TypoScript/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Manual/en/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/button.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/checkbox.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/checkboxgroup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/fieldset.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/hidden.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/imagebutton.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/optgroup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/option.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/password.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/radio.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/radiogroup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/reset.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/select.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/submit.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/textarea.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Attributes/textline.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/alphabetic.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/alphanumeric.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/currency.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/digit.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/integer.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/lowercase.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/regexp.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/stripnewlines.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/titlecase.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/trim.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Filter/uppercase.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Request/checkbox.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Request/option.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Request/radio.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/alphabetic.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/alphanumeric.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/between.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/combined.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/date.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/digit.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/email.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/equals.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/float.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/greaterthan.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/inarray.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/integer.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/ip.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/length.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/lessthan.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/regexp.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/required.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Tests/Validation/uri.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Private/Language/locallang_controller.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Private/Language/locallang_wizard.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Private/Templates/Wizard.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/CSS/Wizard/Form.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/broom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/captcha.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/cursor-move.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/drive-upload.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/edit-heading.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/edit-textblock.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/mail.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/remove.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/submit-trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/tooltip.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-button-default.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-button.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-check-box.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-check-boxes.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-combo-box.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-group-box.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-labels.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-radio-button.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-radio-buttons.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-scroll-pane-text.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-text-field-hidden.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-text-field-password.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/ui-text-field.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/Images/user-silhouette.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Button.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Checkbox.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Fieldset.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Fileupload.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Form.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Hidden.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Password.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Radio.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Reset.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Select.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Submit.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Textarea.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Textline.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/ButtonGroup.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Container.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Content/Header.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Content/Textblock.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Dummy.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Elements.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/CheckboxGroup.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/Email.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/Name.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/RadioGroup.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Helpers/Element.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Helpers/History.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Initialize.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.form.spinnerfield.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.form.textfieldsubmit.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.grid.CheckColumn.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.grid.ItemDeleter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.grid.SingleSelectCheckColumn.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.isemptyobject.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.merge.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.spinner.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/Basic.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/ButtonGroup.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/Content.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/Predefined.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/Attributes.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/Dummy.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/Mail.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/PostProcessor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/Prefix.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Dummy.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Attributes.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Alphabetic.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Alphanumeric.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Currency.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Digit.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Dummy.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Filter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Integer.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/LowerCase.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/RegExp.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/RemoveXSS.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/StripNewLines.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/TitleCase.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Trim.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/UpperCase.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Label.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Legend.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Options.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Alphabetic.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Alphanumeric.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Between.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Date.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Digit.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Dummy.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Email.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Equals.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/FileAllowedTypes.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/FileMaximumSize.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/FileMinimumSize.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Float.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/GreaterThan.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/InArray.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Integer.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Ip.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Length.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/LessThan.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/RegExp.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Required.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Rule.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Uri.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Various.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Panel.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Right.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/AlphabeticFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/AlphanumericFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/CurrencyFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/DigitFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/IntegerFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/RegExpFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/RemoveXssFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/StripNewLinesFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/TrimFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/PostProcess/MailPostProcessorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/PostProcess/PostProcessorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/AlphabeticValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/AlphanumericValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/BetweenValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/DateValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/DigitValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/EmailValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/EqualsValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/FileAllowedTypesValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/FileMaximumSizeValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/FileMinimumSizeValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/FloatValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/GreaterThanValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/Helper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/InArrayValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/IntegerValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/IpValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/LengthValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/LessThanValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/RegExpValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/RequiredValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/Validation/UriValidatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element/AbstractElementViewTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/AbstractContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ClearGifContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ColumnsContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetDataHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetImageResourceHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetPublicUrlForFileHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetSingleHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectPostInitHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentObjectStdWrapHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ContentTableContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/EditPanelContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/FileContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/FileLinkHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/FlowPlayerContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/FormContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/HorizontalRulerContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ImageTextContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/LoadRegisterContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/MediaContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuFilterPagesHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/Exception/NoSuchMenuTypeException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuFoldoutContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuLayersContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/JavaScriptMenuContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/MenuContentObjectFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuLayersContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/MultimediaContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/OffsetTableContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/QuicktimeObjectContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/RestoreRegisterContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/SearchResultContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/ShockwaveFlashObjectContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/TableRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/ContentObject/UserInternalContentObject.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Controller/DataSubmissionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Controller/PageInformationController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Controller/ShowImageController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Controller/TranslationStatusController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Exception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Hooks/MediaItemHooks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderManager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Page/CacheHashCalculator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Page/FramesetRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Page/PageGenerator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Page/PageRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageOverlayHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Page/PageRepositoryGetRecordOverlayHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Utility/CompressionUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/Utility/EidUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/View/AdminPanelView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Classes/View/AdminPanelViewHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/Controller/DataSubmissionControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/Controller/Fixtures/renderedPage.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/frontend/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/Classes/Controller/PageFunctionsController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/func.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/class.tx_funcwizards_webfunc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Clickmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Controller/ImportExportController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Controller/ModuleFunctionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/ImportExport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/LocalPageTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Task/ImportExportTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/class.tx_impexp_localpagetree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/class.tx_impexp.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/class.tx_impexp_clickmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/diffview.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/excludebox.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/export.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/export1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/export2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/extdep.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/fileformat.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/htmlcss.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/import.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/import_selectfile.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/metadata.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/pagetreecfg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/phpext.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/singlerecord.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/tablelist.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/update.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/doc/TODO.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/export.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh_45.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Controller/IndexingStatisticsController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Controller/ModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Controller/SearchController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Example/CrawlerHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Example/PluginHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/FileContentParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/CrawlerFilesHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Indexer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Lexer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Utility/DoubleMetaPhoneUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TypoScript/constants.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TypoScript/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Resources/Private/Language/locallang.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Resources/Private/Partials/Rules.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Resources/Private/Partials/Searchresult.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Resources/Private/Templates/Search/Form.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Resources/Private/Templates/Search/Search.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.crawler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.doublemetaphone.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.external_parser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.indexer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.lexer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.tx_indexedsearch_util.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/cli/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/doc/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_conf_template.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_typoscript_setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/hooks/class.tx_indexedsearch_tslib_fe_hook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang_csh_indexcfg.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/isearch.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/mod_template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc2/class.tx_indexedsearch_modfunc2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc2/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/indexed_search.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/csv.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/doc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/jpg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/locked.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/pages.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/pdf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/pps.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/ppt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/rtf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/sxc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/sxi.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/sxw.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/tif.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/txt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/xls.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/xml.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/template_css.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/tca.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search_mysql/class.tx_indexedsearch_mysql.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search_mysql/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search_mysql/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search_mysql/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search_mysql/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/Classes/Controller/InfoModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/info.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/log.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/class.tx_infopagetsconfig_webinfo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/doc/TODO.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/locallang_csh_webinfo.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CheckTheDatabaseHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Controller/InstallToolModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/AddFlexFormsToAclUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/CharsetDefaultsUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/CompatVersionUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/CompressionLevelUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/CscSplitUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/ExtensionManagerTables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/FlagsFromSpriteUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/ImagecolsUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/ImagelinkUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/InstallSysExtsUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/LocalConfigurationUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/MediaFlexformUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/MergeAdvancedUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/MigrateWorkspacesUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/NotInMenuUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/RootTemplateUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/StaticTemplatesUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/CoreUpdates/T3skinUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/EidHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/EnableFileService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/InstallBootstrap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Installer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Interfaces/CheckTheDatabaseHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Report/InstallStatusReport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Service/BasicService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Service/UpdateDispatcherService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Session.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Sql/SchemaMigrator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/AbstractUpdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/Base.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/File/FilemountUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/File/InitUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/File/TceformsUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/File/TtContentUploadsUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/AlterPasswordForm.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckImageMagick.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckMail.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseAdminUser.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseCache.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseImport.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseMenu.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseUc.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CleanUpManager.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayFieldComp.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayFields.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplaySuggestions.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayTwinImage.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GenerateConfigForm.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GenerateUpdateDatabaseFormCheckboxes.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GetUpdateDbFormWrap.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/ImageMenu.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/InitExtConfig.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install_123.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install_login.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/LoginForm.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PhpInformation.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PrintAll.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PrintSection.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/SetupGeneral.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/StepHeader.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/StepOutput.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Typo3ConfEdit.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Typo3TempManager.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/UpdateWizardParts.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/ViewArray.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/WriteToLocalConfControl.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/body-background.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/button-background-hover.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/button-background.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-background.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-bottom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-top.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/input-background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/login-icon-key.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuAbout.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuBackground.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuCleanup.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuConfig.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuDatabase.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuExtConfig.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuImages.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuPhpinfo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuTypo3confEdit.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuTypo3temp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuUpdate.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/numbers.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Javascript/install.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/general.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/ie7.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install_123.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install_login.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/reset.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Tests/Unit/InstallToolTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Tests/Unit/SchemaMigratorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/blackwhite_mask.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/combine_back.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/combine_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/copyrights.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/greenback.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.bmp -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.pcx -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.tga -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.tif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus2_transp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus2_transp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/pdf_from_imagemagick.pdf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/typo3logotype.ai -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install_ajax.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install_session.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/install.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/mod_styles.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/mod_template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/report/class.tx_install_report_installstatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/report/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/requirements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_addflexformstoacl.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_charsetdefaults.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compatversion.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compressionlevel.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_cscsplit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_flagsfromsprite.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_imagelink.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_imagescols.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_localconfiguration.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_mediaflexform.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_mergeadvanced.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_migrateworkspaces.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_notinmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_statictemplates.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_44f1273ab1.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_48784f637a.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_48784f637a.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_a8f7a333c8.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_a8f7a333c8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_d1fa76faad.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_d1fa76faad.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_f6b0cedc4d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_f6b0cedc4d.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_fcaf26c521.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_fe1e67e805.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_fe1e67e805.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_ai.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_bmp.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_gif.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_jpg.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_pcx.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_pdf.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_png.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_tga.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_tif.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_scale_gif.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_scale_jpg.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_scale_png.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_write_gif.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_write_png.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/readme.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/4.5/locallang_csh_corebe.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/4.5/locallang_csh_pages.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/ClearLanguageCacheMenuItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Controller/LanguageController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Domain/Model/Extension.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Domain/Model/Language.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Domain/Model/LanguageSelectionForm.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Domain/Model/UpdateTranslationForm.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Domain/Repository/ExtensionRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Domain/Repository/LanguageRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Exception/Lang.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Exception/Ter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Exception/XmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/LanguageCacheClearer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/LanguageService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/Utility/Connection/Ter.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/View/Language/CheckTranslationJson.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/View/Language/UpdateTranslationJson.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/ViewHelpers/Be/ContainerViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Classes/ViewHelpers/Be/SpriteIconViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Private/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Private/Language/locallang_mod_language.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Private/Layouts/Default.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Private/Partials/LanguageSelectionList.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Private/Partials/TranslationUpdateList.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Private/Templates/Language/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Public/Contrib/jquery-1.8.0.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Public/Contrib/jquery.dataTables-1.9.4.min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Public/JavaScript/LangModule.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Resources/Public/StyleSheet/LangModule.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Tests/Unit/Domain/Model/ExtensionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageSelectionFormTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/Tests/Unit/Domain/Model/UpdateTranslationFormTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_10.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_11.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_12.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_13.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_14.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_15.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_16.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_17.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_18.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_19.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_20.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_9.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_10.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_11.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_12.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_13.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_14.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_15.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_16.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_17.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_18.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_19.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_20.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_21.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_22.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_23.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_24.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_25.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_26.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_27.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_28.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_29.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_30.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_31.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_32.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_33.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_34.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_35.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_36.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_37.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_38.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_39.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_40.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_41.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_42.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_43.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_44.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_46.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_47.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_48.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_49.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_50.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_51.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_52.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_53.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_54.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_55.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_56.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_57.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_58.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_59.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_60.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_61.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_62.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_63.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_64.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_65.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_67.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_68.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_69.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_70.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_9.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_10.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_11.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_12.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_9.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/filemount_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/login.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pagetree_overview_10.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pagetree_overview_11.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/hooks/clearcache/class.tx_lang_clearcache.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/hooks/clearcache/class.tx_lang_clearcachemenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/hooks/clearcache/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/lang.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_alt_doc.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_alt_intro.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_browse_links.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_common.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_core.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_be_groups.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_be_users.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_corebe.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_em.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_pages.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysfilem.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_syslang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysnews.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysws.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_web_func.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_web_info.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_general.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_login.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_misc.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_admintools.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_doc.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_file.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_file_list.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_help.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_help_about.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_help_cshmanual.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_tools.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_tools_em.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_user.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_user_ws.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_usertools.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_func.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_info.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_list.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_perm.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_show_rechis.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_t3lib_fullsearch.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tca.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tcemain.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tsfe.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tsparser.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_view_help.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_wizards.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/res/js/be/typo3lang.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/.gitignore -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ChangeLog -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/LinkAnalyzer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/AbstractLinktype.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/ExternalLinktype.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/FileLinktype.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/InternalLinktype.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/LinkHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/LinktypeInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/class.tx_linkvalidator_linktype_abstract.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/class.tx_linkvalidator_linktype_external.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/class.tx_linkvalidator_linktype_file.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/class.tx_linkvalidator_linktype_interface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/class.tx_linkvalidator_linktype_internal.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/class.tx_linkvalidator_linktype_linkhandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Report/LinkValidatorReport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Task/ValidatorTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Task/ValidatorTaskAdditionalFieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/class.tx_linkvalidator_processor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/tasks/class.tx_linkvalidator_tasks_validator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/tasks/class.tx_linkvalidator_tasks_validatoradditionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/doc/manual.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/class.tx_linkvalidator_modfuncreport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/mod_template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/linkvalidator.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/mailtemplate.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/pagetsconfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/AdminCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/CleanFlexformCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/CleanerCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/DeletedRecordsCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/DoubleFilesCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/LostFilesCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/MissingFilesCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/MissingRelationsCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/RteImagesCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/SyslogCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/Utility/ArrayBrowser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/VersionsCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/View/ConfigurationView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/HOWTO_clean_up_TYPO3_installations.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/Tests/Unit/Utility/ArrayBrowserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/admin_cli.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_admin_core.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_cleaner_core.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.cleanflexform.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.deleted.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.double_files.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.lost_files.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.missing_files.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.missing_relations.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.orphan_records.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.rte_images.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.syslog.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.versions.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/config.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/cli/cleaner_cli.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/cli/refindex_cli.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/db.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/doc/TODO.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/Classes/Controller/OpendocsController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/Resources/Public/Css/opendocs.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/Resources/Public/Icons/opendocs.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/Resources/Public/Images/toolbar_item_active_bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/Resources/Public/JavaScript/opendocs.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/class.tx_opendocs.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/locallang_opendocs.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/registerToolbarItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidEid.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidModuleSetup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidReturn.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/TODO -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_eid.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_mod_setup.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_return.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/AX.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Association.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/BigMath.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Consumer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/CryptUtil.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DatabaseConnection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DiffieHellman.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Discover.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DumbStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Extension.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/FileStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/HMAC.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Interface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/KVForm.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MDB2Store.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MemcachedStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Message.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MySQLStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Nonce.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PAPE.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Parse.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PostgreSQLStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLiteStore.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SReg.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Server.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/ServerRequest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/TrustRoot.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/URINorm.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/HTTPFetcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Manager.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Misc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParseHTML.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/PlainHTTPFetcher.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XML.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRDS.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRI.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRIRes.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Yadis.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/COPYING -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/php-openid-typo3.patch -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_csh_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/sv1/class.tx_openid_store.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/sv1/class.tx_openid_sv1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/Classes/Controller/PermissionAjaxController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/Classes/Controller/PermissionModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/perm.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/perm.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Classes/Controller/ElementBrowserFramesetController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Classes/RecordList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Classes/RecordList/RecordListHookInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/Tests/Unit/Browser/ElementBrowserTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/class.tx_recycler_controller_ajax.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Domain/Model/Tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/helper/class.tx_recycler_helper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_deletedRecords.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/model/class.tx_recycler_model_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/view/class.tx_recycler_view_deletedRecords.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/mod_template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/moduleicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/css/customExtJs.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/accept.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/arrow_redo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/arrow_rotate_anticlockwise.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin_closed.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin_empty.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/database_save.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/filter_clear.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/filter_refresh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/recycler.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/recycler2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/x_toolbar_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/js/t3_recycler.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Controller/ReportController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Report/Status/Status.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Report/Status/SystemStatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Report/Status/Typo3Status.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Report/Status/WarningMessagePostProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/ReportInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Status.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/StatusProviderInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/ViewHelpers/ActionMenuItemViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Classes/ViewHelpers/IconViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Resources/Private/Layouts/Default.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Resources/Private/Partials/Menu.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Resources/Private/Templates/Report/Detail.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Resources/Private/Templates/Report/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Resources/Public/moduleicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Resources/Public/styles.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/Tests/Unit/Report/Status/Typo3StatusTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/interfaces/interface.tx_reports_report.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/interfaces/interface.tx_reports_statusprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/class.tx_reports_reports_status.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_configurationstatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_securitystatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_status.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_systemstatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_typo3status.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_warningmessagepostprocessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/tasks/class.tx_reports_tasks_systemstatusupdatetask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/tasks/class.tx_reports_tasks_systemstatusupdatetasknotificationemailfield.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Backend/AbstractBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Backend/BackendFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Backend/CommandLineBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/BackendWarnings.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Keypair.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/RsaAuthService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/Backend/CommandLineBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/Backend/PhpBackendTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/KeypairTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_conf_template.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_backendwarnings.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_feloginhook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_loginformhook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_usersetuphook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/base64.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/jsbn.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/jsbn2.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/prng4.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rng.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rsa.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rsa2.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/rsaauth.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/rsaauth_min.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_abstract_backend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_backendfactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_cmdline_backend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_keypair.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_php_backend.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_abstract_storage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_session_storage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_split_storage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_storagefactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/BrowseLinks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/ContentParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Controller/AccessibilityLinkController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Controller/CustomAttributeController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Controller/FrontendRteController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Controller/SpellCheckingController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Acronym.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/BlockStyle.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultClean.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultImage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultInline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultLink.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/DefinitionList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/EditElement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/EditorMode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/FindReplace.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/InlineElements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/InsertSmiley.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Language.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/MicroDataSchema.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Plaintext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/QuickTag.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/RemoveFormat.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/SelectFont.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Spellchecker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/TableOperations.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/TextIndicator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/TextStyle.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Color.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3HtmlParser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Image.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Link.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/UndoRedo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Extension/UserElements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/FolderTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/ImageFolderTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/PageTree.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/SelectImage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/User.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/class.tx_rtehtmlareaapi.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_conf_template.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/class.tx_rtehtmlarea_abouteditor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images/about.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/class.tx_rtehtmlarea_acronym.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images/acronym.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/class.tx_rtehtmlarea_blockelements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/blockquote.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/indent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertHorizontalRule.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertOrderedList.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphAfter.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphBefore.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertUnorderedList.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyCenter.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyFull.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyLeft.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyRight.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/outdent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/class.tx_rtehtmlarea_blockstyle.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/class.tx_rtehtmlarea_charactermap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/character-insert-from-map.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/soft-hyphen-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/ContextMenu/class.tx_rtehtmlarea_contextmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/class.tx_rtehtmlarea_copypaste.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/copy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/cut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/paste.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultClean/class.tx_rtehtmlarea_defaultclean.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/forecolor.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/hilitecolor.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/class.tx_rtehtmlarea_defaultimage.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images/image.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/class.tx_rtehtmlarea_defaultinline.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/bold.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/italic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/strikethrough.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/subscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/superscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/underline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/class.tx_rtehtmlarea_defaultlink.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/unlink.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/class.tx_rtehtmlarea_definitionlist.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionItem.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionList.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/class.tx_rtehtmlarea_editelement.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/images/element-edit.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/class.tx_rtehtmlarea_editormode.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/images/ed_html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/class.tx_rtehtmlarea_findreplace.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/images/find.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/class.tx_rtehtmlarea_inlineelements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/res/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/bidioverride.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/bold.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/citation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/code.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/definition.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/deletedtext.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/emphasis.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/insertedtext.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/italic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/keyboard.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/monospaced.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/quotation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/sample.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/span.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/strikethrough.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/strong.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/subscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/superscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/underline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/variable.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/class.tx_rtehtmlarea_insertsmiley.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/images/smiley.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/class.tx_rtehtmlarea_language.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/left_to_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/right_to_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/show-language-marks.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/class.tx_rtehtmlarea_microdataschema.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/res/schemaOrgAll.rdf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin/images/microdata-show.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/class.tx_rtehtmlarea_plaintext.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-behaviour.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-toggle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/class.tx_rtehtmlarea_quicktag.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/images/inserttag.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/class.tx_rtehtmlarea_removeformat.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/images/remove-format.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SelectFont/class.tx_rtehtmlarea_selectfont.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SelectFont/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/class.tx_rtehtmlarea_spellchecker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/images/spell-check.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/class.tx_rtehtmlarea_typo3color.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images/forecolor.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images/hilitecolor.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3HtmlParser/class.tx_rtehtmlarea_typo3htmlparser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/class.tx_rtehtmlarea_typo3image.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/images/image.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/class.tx_rtehtmlarea_typo3link.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images/link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images/unlink.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/class.tx_rtehtmlarea_tableoperations.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-merge.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-prop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-prop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/insert_table.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-insert-above.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-insert-under.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-prop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-prop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-restyle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/toggle-borders.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextIndicator/class.tx_rtehtmlarea_textindicator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextIndicator/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextStyle/class.tx_rtehtmlarea_textstyle.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextStyle/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/class.tx_rtehtmlarea_undoredo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/redo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/undo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/class.tx_rtehtmlarea_userelements.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/images/user.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/install/class.tx_rtehtmlarea_deprecatedrteproperties.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/softref/class.tx_rtehtmlarea_softrefproc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/softref/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/softref/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/class.tx_rtehtmlarea_statusreport_conflictscheck.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/HTMLAREA_LICENSE.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_dialogs.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_msg.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_tooltips.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/AboutEditor/about-editor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/acronym.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/block-elements.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/block-style.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/character-map.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/context-menu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/copy-paste.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/default-clean.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultFont/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/default-image.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/default-inline.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/default-link.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/definition-list.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/img/red_arrow_bullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement/edit-element.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/editor-mode.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/find-replace.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineCSS/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/inline-elements.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/insert-smiley.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0001.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0002.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0003.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0004.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0005.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0006.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0007.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0008.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0009.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0010.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0011.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0012.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0013.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0014.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0015.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0016.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0017.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0018.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0019.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0020.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cool.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cry.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_embarassed.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_footinmouth.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_frown.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_innocent.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_kiss.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_laughing.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_moneyinmouth.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_public_license.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_sealed.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_smile.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_surprised.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_tongueout.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_undecided.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_wink.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_yell.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/language.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/MicrodataSchema/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/MicrodataSchema/microdata-schema.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/plain-text.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/quick-tag.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/remove-format.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectColor/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectFont/select-font.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-style.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/download.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link_new_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link_new_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/mail.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/typo3color.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/typo3html-parser.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/typo3image.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextIndicator/text-indicator.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UndoRedo/undo-redo.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/user-elements.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/popups/blank.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/popups/editor_help.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea-edited-content.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/abbreviation-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bidi-override.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/blockquote.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bold.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-merge.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/character-insert-from-map.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/citation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/code.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-foreground.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/copy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list-item.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/delete-item.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/deleted-text.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-show-about.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-toggle-mode.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/element-edit.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/emphasis.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/find-replace.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/horizontal-rule-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/image-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/indent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/inserted-text.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/italic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-center.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-full.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/keyboard.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/language-marks-show.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/link-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/microdata-show.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/mono-spaced.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/ordered-list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/outdent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-behaviour.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-toggle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/quotation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/redo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/remove-format.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-above.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-under.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/sample.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/smiley-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/soft-hyphen-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/span.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/spell-check.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strike-through.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strong.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/subscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/superscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-restyle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-show-borders.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/tag-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-left-to-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-right-to-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/underline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/undo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unlink.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unordered-list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/user-element-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/variable.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/alt_menu_mainitem_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/language-marker.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/microdata.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/row-header.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-information.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-ok.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading-balls.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/resizable.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/system-help-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_csh_abbreviation.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/browse_links.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/select_image.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/class.tx_rtehtmlarea_user.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/user.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod6/class.tx_rtehtmlarea_parse_html.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod6/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod6/parse_html.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi2/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi3/class.tx_rtehtmlarea_pi3.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/mail.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/advanced/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/advanced/userTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/contentcss/default.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/contentcss/img/red_arrow_bullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/contentcss/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/demo/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/demo/userTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/image/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/indentalign/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/proc/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/style/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/typical/pageTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/typical/userTSConfig.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/static/clickenlarge/setup.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/tca.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/templates/rtehtmlarea_pageheader_frontend.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Autoloader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Evaluation/BackendEvaluator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Evaluation/Evaluator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Evaluation/FrontendEvaluator.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Utility/SaltedPasswordsUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/class.tx_saltedpasswords_autoloader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/class.tx_saltedpasswords_div.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/class.tx_saltedpasswords_emconfhelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/eval/class.tx_saltedpasswords_eval.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/eval/class.tx_saltedpasswords_eval_be.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/eval/class.tx_saltedpasswords_eval_fe.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/salts/class.tx_saltedpasswords_abstract_salts.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/salts/class.tx_saltedpasswords_salts_blowfish.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/salts/class.tx_saltedpasswords_salts_factory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/salts/class.tx_saltedpasswords_salts_md5.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/salts/class.tx_saltedpasswords_salts_phpass.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/salts/interfaces/interface.tx_saltedpasswords_salts.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/tasks/class.tx_saltedpasswords_tasks_bulkupdate.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/tasks/class.tx_saltedpasswords_tasks_bulkupdate_additionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Tests/Unit/Utility/SaltedPasswordsUtilityTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_conf_template.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/locallang_csh_saltedpasswords.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/sv1/class.tx_saltedpasswords_sv1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/AdditionalFieldProviderInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/CronCommand/CronCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Example/SleepTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Example/SleepTaskAdditionalFieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Example/TestTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Example/TestTaskAdditionalFieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Execution.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/FailedExecutionException.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/ProgressProviderInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Scheduler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/AbstractTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/README.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_croncmd.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_croncmd_normalize.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_execution.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_failedexecutionexception.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_module.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_task.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_sleeptask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_sleeptask_additionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_testtask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_testtask_additionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_conf_template.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/interfaces/interface.tx_scheduler_additionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/interfaces/interface.tx_scheduler_progressprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang_csh_scheduler.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/mod_template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/moduleicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_disabled.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_failure.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_late.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_running.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_scheduled.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/stop.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/tx_scheduler_be.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/tx_scheduler_be.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_cachingframeworkgarbagecollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_cachingframeworkgarbagecollection_additionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_fileindexing.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_recyclergarbagecollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_recyclergarbagecollection_additionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_tablegarbagecollection.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_tablegarbagecollection_additionalfieldprovider.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/Classes/Controller/SetupModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/lang.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/rte.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup10.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup11.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup12.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup9.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/locallang_csh_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/setup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/Classes/StaticTemplatesHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/class.tx_statictemplates.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables_static+adt.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/locallang_tca.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/arrow_act.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/arrow_no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blackclear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blackdot.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blank.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet1_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet1_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet2_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet2_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet3_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet3_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet5_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet5_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dot.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dots1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dots2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/fwd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/greenclear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/mark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/pen1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/pen2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/punktmrk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/redclear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/rew.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/stipler3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/left_ro.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart1.tif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart2.tif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart3.tif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menubottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menulevel1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menulevel2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menutop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/middle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/middle_ro.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/right_ro.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/angry.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/grin.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/sad.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/smile.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/tongue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/tonguewink.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/veryhappy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/wink.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/3ds.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/CREDITS.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ai.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ani.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/au.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/avi.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/bmp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/cdr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/css.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/csv.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/default.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/doc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/dtd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/eps.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/exe.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/fh3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/flash.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/folder.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/gif.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/htm.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ico.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/inc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/java.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/jpg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/js.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/max.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mid.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mov.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mpeg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mpg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pcd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pcx.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pdf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/php3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/png.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ppt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ps.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/psd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/rtf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sgml.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/swf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sxc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sxw.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/t3d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/t3x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tga.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tif.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tmpl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ttf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/txt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/wav.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/wrl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xls.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xml.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xsl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/zip.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/cctld.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/credits.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si_si.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk_f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_at.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_be.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_ch.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_cz.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_de.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_dk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_es.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_fi.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_fr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_gr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_ie.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_is.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_it.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_lt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_pl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_pt.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_se.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_sk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_tr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_uk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist1_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist1_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist2_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist2_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist3_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist3_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist4_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist4_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist5_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist5_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist6_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist6_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist7_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist7_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist8_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist8_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom1_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom1_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom2_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom2_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom3_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom3_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom4_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom4_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom5_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom5_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom6_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom6_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom7_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom7_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom8_bottom.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom8_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_client.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_default.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_fresh.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_selected.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/notfound_thumb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/notfound_thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/creditcard_control_numbers.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/creditcard_control_numbers_mini.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/dankort.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/dankort_small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/diners.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/diners_small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/express.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/letter.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/mastercard.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/mastercard_small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/money.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea_orig.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea_small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/pakketrans.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/postdanmark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/set.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/soloe.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/soloe_small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/visa.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/visa_small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/blank.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/defaultstylesheet.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/end.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_callfunction.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_itemArrayProcFunc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_keepRollover.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_keepRollover.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_languageMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_typolinkpop.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/fe_adminLib.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/gmenu_foldout.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/gmenu_layers.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/join.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/joinbottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/jsfunc.foldout.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/jsfunc.layermenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/makeMenu_datedirectory.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/pdaversion_content.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/plaintextLib.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/plaintext_content.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/printversion_content.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript_EXT.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript_INT.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/thread.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/tmenu_layers.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/wapversionLib.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/xmlversionLib.inc -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/bar_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/bar_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/dot_round.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/home.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/logo_welcome.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/main.htm -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/pil.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/pil2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/search.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/toparrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_de.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_de_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_dk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_dk_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_uk.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_uk_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/background_page.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_back.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_first.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_last.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_middle.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_sublevel.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/pict_logo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/pict_top.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/template.tmpl -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/background_main.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/background_top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/sprache.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/titel.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuRO_mask.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_image.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_mask.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_mask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/600.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/signup.htm -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/style.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/toplogo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/left_background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_act.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_ro.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/menu_afterimage.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/menuback.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/my_logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/top_background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/top_leftofmenu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/testlogo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/testlogo2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topimage.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topimage.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/toplogo.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topmask.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3power1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3power2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typologo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/tca.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/template_standard.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Classes/AbstractAuthenticationService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Classes/AuthenticationService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Classes/LoginFormHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Classes/Report/ServicesListReport.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_auth.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_authbase.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_loginformhook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionList.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_csh_sysaction.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_tca.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_list.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_task.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/tca.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/class.tx_sysaction_toolbarmenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/registerToolbarItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/x-sys_action.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Classes/Hook/PageHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Classes/SysNoteRenderer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Configuration/Tca/SysNote.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Resources/Private/Language/locallang_csh_sysnote.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Resources/Private/Language/locallang_tca.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/Resources/Private/Template/List.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/CodeCompletion.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/FormWizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/Hook/TypoScriptTemplateInfoHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/T3Editor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/TypoScriptReferenceLoader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/class.tx_t3editor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_fileedit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/class.tx_t3editor_hooks_tstemplateinfo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/class.tx_t3editor_tceforms_wizard.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_codecompletion.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/LICENSE -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/icons/loader_eeeeee.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/csscolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/jscolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/sparqlcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor_inner.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/typoscriptcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/xmlcolors.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/fileedit.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/parse_typoscript/parsetyposcript.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/parse_typoscript/tokenizetyposcript.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/t3editor.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/completionresult.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/descriptionPlugin.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tscodecompletion.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsparser.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsref.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/templates/t3editor.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/tsref/tsref.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/alt_backend_logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/alt_intro_image.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_collapse.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_expand.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_right_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_right_top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/button_bg_o.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/c_mainitem_hl_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/dropdown_arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/dropdown_arrow_o.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/faded_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/forms_line_top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h2_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h3_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h4_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h_bgdots.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg_light.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg_light_o.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/intro_all_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/intro_all_bg.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/intro_image.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/li.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/lightgrey_fade.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/list_sep.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/list_sep2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-border-bottom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-box-body.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-box-header.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-field-input.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_all_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_back.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_back.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_footer.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_grid.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_headline_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_nocookies.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_noscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_submit_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/menu_back.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/menu_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/navframe_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/small_arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/toolbar-icon-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/toolbar-sep.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/top_logo_back.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/top_logo_bg.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/ul.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/corners-gray.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/corners.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/l-gray.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/l.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/r-gray.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/r.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/tb-gray.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/tb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn-arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-cs.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-lr.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-tb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-b-noline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-b.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-bo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-noline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-o.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-yes.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/editor/tb-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/clear-trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/date-trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/error-tip-corners.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/exclamation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/search-trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/text-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/trigger.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/gradient-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/col-move-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/col-move-top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/columns.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/dirty.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-blue-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-hrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hd-btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-sel-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/group-by.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/group-expand-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hd-pop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-asc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-desc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/invalid_line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-first-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-first.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-last-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-last.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-next-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-next.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-prev-disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-prev.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/refresh.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-check-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-expand-sprite.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort-hd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort_asc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort_desc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/panel-title-light-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/white-top-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/checked.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/group-checked.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/menu-parent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/unchecked.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/corners-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/left-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/light-hd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tool-sprite-tpl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tool-sprites.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tools-sprites-trans.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/top-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/top-bottom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-corners-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-left-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-top-bottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/progress/progress-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/tip-anchor-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow-c.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow-lr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/glass-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/hd-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/left-btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/loading-balls.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/right-btn.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/e-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/ne-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/nw-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/s-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/se-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/sw-handle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-v-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-v-thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/splitbar/splitbar-background-top.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroll-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroll-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroller-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-left-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-right-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-left-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-right-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-btm-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tabs-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow-light.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-over-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/glass-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/gray-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/more.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/tb-bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/tb-btn-sprite.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/arrows.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/collapse-all.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-between.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-no.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-over.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-under.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-yes.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-minus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-minus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-plus-nl.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-plus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/expand-all.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/folder-open.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/folder.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/leaf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-error-big.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-error.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-info-big.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-info.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-question-big.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-question.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-warning-big.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-corners.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-corners.pspimage -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/right-corners.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/top-bottom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/xtheme-t3skin.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/acm_spacer2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/common-input-clear.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_action/sys_action.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_action/sys_action__h.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/icon-default.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/icon-instruction.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/icon-note.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/icon-template.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/icon-todo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/note-msg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/note-ok.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/templavoila/mod1/clip_ref.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/templavoila/mod1/moduleicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/templavoila/mod1/moduleicon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_address/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_address/ext_icon__h.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_board/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_board/ext_icon__h.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__h.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__ht.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__t.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__x.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_guest/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_guest/ext_icon__h.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__h.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__ht.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__htu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__hu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__t.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__tu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__u.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__x.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon/user_pm_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon/user_pm_icon__h.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/tab_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/tab_icon.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/acm_spacer.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/acm_spacer2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/add_workspaces.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_backend_logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_menu_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_menu_mainitem_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_dummy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_full.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/altmenuline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowdown.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowleft.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowright.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowup.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bar.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bg_input_button.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bg_input_button_hover.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blackclear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blinkarrow_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blinkarrow_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/border_back.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_hide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_unhide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/bullet_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/div.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/filelinks.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/images_only.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/login_form.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/mailform.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/multimedia.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/regular_text.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/searchform.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/sitemap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/sitemap2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/table.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/text_image_below.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/text_image_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/user_defined.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear_all_cache.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear_cache.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear_cache_files_in_typo3c.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clearout.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_copy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_copy_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_cut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_cut_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_deselect.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_pasteafter.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_pasteinto.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_select.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clipbrd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/close.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/close_12h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/closedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/closedok_2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_client.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_default.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_fresh.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_selected.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_first.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_first_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_last.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_last_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_next.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_next_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_previous.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_previous_disabled.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copy_page_after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copy_page_into.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copymode_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copymode_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copymode_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/csv.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/delete_record.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/deleted_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/deletedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dmailerping.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_button.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_click.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_module.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_pane.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit2_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit2_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_fe.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_rtewiz.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/editaccess.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/error.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/expand_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/fileicons/css.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/fileicons/folder.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/filter_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/garbage.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/go.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/goback.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_clipbrd.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_tobottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_totop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_upload.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble_old.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpmark.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/hidden_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history_details.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_readonly.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_webfolders.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_website.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_admin.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups_lists.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/domain.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/domain__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/folder_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/halfline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/modules_fe_users.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__fup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__htup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__tup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_language_overlay.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_link.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__fup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__htup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__tup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__fup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__htup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__tup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__fup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__htup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__tup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/shadow_deleted.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/shadow_hide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__fup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__htup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__tup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sys_workspace.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__fup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hfup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__htup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__tup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_div.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hf.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hfu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__ht.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__htu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__t.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__u.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__x.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_fatalerror.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_note.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok_blue.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok_brown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok_dim.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_warning2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/import.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/import_update.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/info.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/information.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/link_popup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/loginlogo_transp.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/logout.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mailicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/maximize.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/menu_dummy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/minimize.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/minusbullet_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode1_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode2_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode3_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode4_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode5_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode6_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode7_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_page_after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_page_into.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_record.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/napshot.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_el.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_record.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newmail.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord2_marker.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord2_marker_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord_marker.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord_marker_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notfound_thumb.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notfound_thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notice.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ok.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/arrowbullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/blank.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/halfline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/join.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/joinbottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/jointop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/line.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minusbottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minusbullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minusonly.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minustop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plus.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusbottom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusbullet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusbullet_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusonly.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plustop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/quadline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/stopper.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/old2_button_unhide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/old_button_hide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/old_button_unhide.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/open_in_new_window.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/options.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_accesssection.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_deleted.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_hidden.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_hidden_timing.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_no_icon_found.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_no_icon_found.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub5.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_timing.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm-allowed.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm-denied.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pildown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilleft_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilleft_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilleft_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilright_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilright_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilright_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/plusbullet2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/plusbullet_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning2_ani.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/reddown.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/10.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/11.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/12.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/13.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/14.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/15.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/16.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/17.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/18.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/19.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/20.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/5.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/6.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/7.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/8.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/9.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/redup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/refresh.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/refresh_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/refresh_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_db.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_db_lost.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_db_static.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_softref.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rename.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/required_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/saveandclosedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/saveandclosedok_2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedok_red.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedoknew.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedokshow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedokshow_red.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savesnapshot.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/select_duplicates.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectall.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectnone.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/above_center.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/above_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/above_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/below_center.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/below_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/below_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_left_nowrap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_right_nowrap.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcut_background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcutgroups-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/spacer.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_large.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_medium.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_medium2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_mini.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_mini2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_minidoc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_minidoc2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_nodoc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stop.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/su.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/su_back.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/switch.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_d.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_h.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_n.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon_group.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon_user.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/toolbar_item_active_bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/toolbar_separator.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/topmenu_background.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/topmenu_background_palette.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_down.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/typo3logo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/undo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/up.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/upload.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/viewdok.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/warning.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_colorpickerex.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_forms.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_rte.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_rte2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_table.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_tsconfig.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_tsconfig_s.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/working.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/zoom.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/zoom2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-alert-error.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-alert-warning.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-icon-key.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-icon-news.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-submit-progress.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_capslock.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_help.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_logo_sw.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_padlock.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_reload.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_user.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/logo-openid.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/mod/web/perm/legend.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file_images.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file_list_big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_about.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_aboutmodules.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_cshmanual.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_ts.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_config.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_dbint.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_em.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_em.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_install.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_isearch.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_log.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_phpmyadmin.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_user.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_setup.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_taskcenter.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_taskcenter_big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_ws.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_func.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_info.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_layout.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_layout_big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_list_big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_modules.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_perms.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_ts.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_version.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view_big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/options.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/adminpanel-down.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/adminpanel-up.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-down-alt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-down.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-right-alt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button-hover.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button-hover.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/gray-gradient.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/layout-not-assigned.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/login-box.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right-top.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-top.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/row-header.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/tab.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-left.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-mask.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ad-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ad.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ae-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ae.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/af-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/af.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ag-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ag.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ai-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ai.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/al-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/al.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/am-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/am.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/an-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/an.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ao-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ao.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ar-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ar.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/as-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/as.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/at-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/at.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/au-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/au.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/aw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/aw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ax-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ax.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/az-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/az.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ba-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ba.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bb-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bd-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bd.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/be-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/be.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bf-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bh-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bi-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bi.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bj-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bj.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bo-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/br-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/br.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bs-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bs.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bt-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bv-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/by-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/by.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ca-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ca.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/catalonia-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/catalonia.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cd-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cd.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cf-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ch-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ch.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ci-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ci.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ck-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ck.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cl-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cl.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/co-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/co.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cs-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cs.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cu-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cv-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cx-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cx.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cy-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cy.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/de-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/de.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dj-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dj.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/do-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/do.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ec-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ec.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ee-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ee.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eh-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/england-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/england.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/er-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/er.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/es-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/es.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/et-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/et.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/europeanunion-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/europeanunion.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fam-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fam.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fi-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fi.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fj-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fj.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fo-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ga-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ga.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gb-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gd-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gd.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ge-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ge.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gf-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gh-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gi-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gi.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gl-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gl.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gp-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gq-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gq.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gs-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gs.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gt-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gu-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gy-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gy.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ht-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ht.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hu-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/id-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/id.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ie-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ie.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/il-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/il.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/in-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/in.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/io-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/io.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/iq-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/iq.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ir-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ir.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/is-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/is.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/it-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/it.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jo-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jp-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ke-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ke.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kh-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ki-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ki.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/km-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/km.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kp-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ky-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ky.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/la-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/la.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lb-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/li-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/li.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ls-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ls.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lt-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lu-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lv-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ly-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ly.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ma-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ma.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/md-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/md.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/me-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/me.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mh-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ml-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ml.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mo-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mp-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mq-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mq.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ms-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ms.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mt-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mu-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/multiple.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mv-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mx-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mx.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/my-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/my.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/na-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/na.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ne-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ne.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nf-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ng-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ng.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ni-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ni.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nl-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nl.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/no-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/no.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/np-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/np.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nu-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/om-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/om.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pa-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pa.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pe-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pe.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pf-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ph-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ph.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pl-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pl.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ps-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ps.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pt-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/py-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/py.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qa-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qa.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/re-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/re.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ro-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ro.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rs-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rs.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ru-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ru.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sa-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sa.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sb-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/scotland-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/scotland.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sd-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sd.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/se-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/se.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sh-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/si-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/si.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sj-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sj.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sl-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sl.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/so-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/so.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/st-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/st.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sv-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sy-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sy.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/td-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/td.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tf-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/th-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/th.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tj-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tj.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tk-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tk.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tl-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tl.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/to-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/to.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tr-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tr.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tt-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tv-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ua-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ua.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ug-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ug.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/um-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/um.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/us-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/us.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uy-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uy.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uz-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uz.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/va-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/va.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vc-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ve-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ve.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vg-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vi-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vi.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vn-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vn.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vu-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wales-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wales.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wf-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ws-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ws.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ye-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ye.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/yt-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/yt.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/za-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/za.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zm-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zm.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zw-overlay.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zw.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/general/donate_teaser.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-duplicates-select.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-edit-access.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-export-csv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-export-t3d.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-history-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-import-t3d.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-info.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-localize.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-move.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-new.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-open-read-only.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-paste-after.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-paste-into.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-new.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-view.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-select.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-synchronize.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-view.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-add.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-copy-release.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-copy.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-cut-release.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-cut.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-delete.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-hide.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-insert-default.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-high.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-low.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-merge-localization.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-pick-date.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-rename.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-restore.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undelete-edit.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-unhide.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-upload.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/input-clear.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-record.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-reference.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/message-error-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/message-information-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/message-notice-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/message-ok-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/message-warning-close.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-down.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-left.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-move.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-right.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-to-bottom.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-to-top.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-up.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-move.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-new.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/selection-delete.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-backend-user-emulate.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-backend-user-switch.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-high.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-low.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-medium.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-rte.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-configure.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-documentation.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-download.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-import.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-install.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-sqldump.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-uninstall.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-update.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-help-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-list-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-options-view.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-pagemodule-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-refresh.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-shortcut-new.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-tree-search-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/template-new.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-document-remove.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-page-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-version.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-workspace.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-workspace-preview.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-workspace-sendtostage.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-back.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-down.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-forward.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-up.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-list-collapse.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-list-expand.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-first-disabled.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-first.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-last-disabled.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-last.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-next-disabled.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-next.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-previous-disabled.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-previous.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-table-collapse.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-table-expand.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/window-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/clipboard-images.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/clipboard-list.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-add.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-default.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-list.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-locked.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-media.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-news.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-opened.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-recycler.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-temp.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-user.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-mount.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/irre-collapsed.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/irre-expanded.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-collapse.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-above.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-below.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-above.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-below.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-between.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-into.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-between.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-inside.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-place-denied.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-expand.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-approve.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-board.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-fe_users.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-news.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-shop.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-default.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-default.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-domain.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-not-in-menu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-recycler.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-hideinmenu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-root.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-spacer.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/tcatree-select-recursive.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-actions.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-cache.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-opendocs.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-search.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-shortcut.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-workspace.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/compressed.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/excel.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-audio.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-flash.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-image.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-video.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/other-other.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/pdf.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/powerpoint.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-css.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-csv.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-html.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-js.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-php.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-text.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/word.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-divider.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-domain.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form-search.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-header.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-html.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-image.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-link.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-bullets.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-files.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-login.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-menu.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-multimedia.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-page-language-overlay.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-plugin.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-script.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-table.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-extension.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-static.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text-picture.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_action.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_category.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_language.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_news.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_workspace.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x_belayout.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-error.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-information.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-notification.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-ok.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-warning.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-access-restricted.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-deleted.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-hidden.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-icon-missing.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-includes-subpages.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-locked.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-scheduled-future-end.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-scheduled.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-translated.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-checked.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-current.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-edit-read-only.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-icon-missing.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-locked.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-permission-denied.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-permission-granted.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-readonly.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-reference-hard.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-reference-soft.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-sorting-asc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-sorting-desc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-sorting-light-asc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-sorting-light-desc.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-workspace-draft.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/system-extension-required.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-admin.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-backend.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-frontend.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-group-backend.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-group-frontend.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-10.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-11.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-12.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-13.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-14.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-15.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-16.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-17.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-18.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-19.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-20.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-21.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-22.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-23.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-24.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-25.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-26.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-27.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-28.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-29.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-3.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-30.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-31.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-32.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-33.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-34.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-35.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-36.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-37.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-38.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-39.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-4.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-40.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-41.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-42.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-43.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-44.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-45.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-46.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-47.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-48.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-49.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-5.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-50.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-6.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-7.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-8.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-9.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-no-version.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/warning-in-use.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/warning-lock.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/login-submit-background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/typo3logo-white-greyback.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/typo3logo-white.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/docheader1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/docheader2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/navigation-container.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/000000.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/3f3f3f.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/big-f0f0f0.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/d5d5d5.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/f1f1f1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/ffffff.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/flags.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3skin.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/issues.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/resources/login.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/htmlarea-edited-content.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/htmlarea.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/abbreviation-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/bidi-override.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/big.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/blockquote.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/bold.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-merge.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/character-insert-from-map.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/citation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/code.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-background.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-foreground.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/copy.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cut.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list-item.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/delete-item.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/deleted-text.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-show-about.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-toggle-mode.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/element-edit.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/emphasis.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/find-replace.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/horizontal-rule-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/image-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/indent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/inserted-text.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/italic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-center.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-full.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/keyboard.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/language-marks-show.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/link-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/microdata-show.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/mono-spaced.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/ordered-list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/outdent.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-after.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-before.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-behaviour.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-toggle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/quotation.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/redo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/remove-format.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-delete.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-above.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-under.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-split.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/sample.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/small.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/smiley-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/soft-hyphen-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/span.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/spell-check.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/strike-through.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/strong.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/subscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/superscript.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-edit-properties.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-restyle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-show-borders.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/tag-insert.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-left-to-right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-right-to-left.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/underline.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/undo.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/unlink.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/unordered-list.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/user-element-edit.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/variable.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/alt_menu_mainitem_bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/language-marker.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/microdata.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/separator.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-information.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-ok.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading-balls.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/resizable.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/system-help-open.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/flags.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3skin.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/errorpage-message.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_button_back.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_clipboard.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_csh.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_csm.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_docheader.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_history.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_infopopup.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_message.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_move_element.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_pagetree.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_recent_edited.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_rte.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_spinner.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tab.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tree.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_version.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_wizard.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/login_screen.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_body.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_content.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_decorations.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_scaffolding.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_admin_extension_manager.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_admin_useradmin.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_file_list.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_file_upload.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_about.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_about_module.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_manual.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_menu.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_settings.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_taskcenter.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_ws.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_access.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_info.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_list.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_list_sysnote.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_new_element.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_page.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_permissions.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_template.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_caching.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_logout.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_search.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_shortcut.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_username.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_workspace.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/topbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/debug_panel.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_button_back.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_clipboard.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_csh.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_csm.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_docheader.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_extjs_icons.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_history.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_message.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_pagetree.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_recent_edited.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_rte.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_spinner.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tab.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_table.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tceforms.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tree.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_typoscript.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_version.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_wizard.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/login_screen.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_body.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_content.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_decorations.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_admin_extension_manager.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_file_list.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_file_upload.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_about.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_about_module.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_manual.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_menu.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_access.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_info.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_list.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_new_element.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_page.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_permissions.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_template.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_caching.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_livesearch.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_logout.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_shortcut.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_workspace.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/topbar.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/errorpage-message.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/login.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/TaskInterface.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/TaskStatus.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/class.tx_taskcenter_status.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/doc/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/interfaces/interface.tx_taskcenter_task.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/item-background.jpg -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/list-item-act.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/list-item.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/mod_styles.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/mod_template.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/tasklist.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/task.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/Classes/Controller/TypoScriptConfigHelpModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/doc/TODO.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_tables_static+adt.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/moduleicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/ts.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/ts1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/Classes/Controller/TemplateAnalyzerModuleFunctionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/doc/TODO.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/1.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/10.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/11.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/12.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/13.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/14.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/15.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/16.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/17.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/18.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/19.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/20.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/4.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/5.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/6.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/7.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/8.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/9.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUG_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUG_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUG_menu2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUSINESS_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUSINESS_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CANDIDATE_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CANDIDATE_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CANDIDATE_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CrCPH_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/FIRST_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/FIRST_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GLCK_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GLCK_columns.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GLCK_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_menu2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_menu3.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_menu2.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_page.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_toptitle.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/MM_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/MM_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/MM_right.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/NEWSLETTER_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_leftmenu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_top.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/TU_basic.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/TU_menu.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/doc/TODO.txt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ChangeLog -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/ClickMenu/VersionClickMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Controller/VersionModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Controller/WorkspaceModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/DataHandler/CommandMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Dependency/DependencyEntityFactory.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Dependency/DependencyResolver.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Dependency/ElementEntity.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Dependency/EventCallback.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Dependency/ReferenceEntity.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Hook/DataHandlerHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Hook/IconUtilityHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Hook/PreviewHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Preview.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Task/AutoPublishTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/Utility/WorkspacesUtility.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Classes/View/VersionView.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Resources/Private/Language/locallang_emails.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_cm1.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_gui.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_iconworks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain_commandmap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/clear.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/cm_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/conf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tasks/class.tx_version_tasks_autopublish.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/.htaccess -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/index.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/Resources/Private/Language/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/Resources/Private/Layouts/DocHeader.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/Resources/Private/Templates/ViewModule/Show.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/class.tx_wizardcrpages_webfunc_2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/cshimages/wizards_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/cshimages/wizards_2.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/class.tx_wizardsortpages_webfunc_2.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/cshimages/wizards_1.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/locallang_csh.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ChangeLog -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/AbstractController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/PreviewController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/ReviewController.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Domain/Model/CombinedRecord.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Domain/Model/DatabaseRecord.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/AbstractHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ExtDirectServer.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/MassActionHandler.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/PagetreeCollectionsProcessor.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/Server.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ToolbarMenu.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/WorkspaceSelectorToolbarItem.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Hook/TypoScriptFrontendControllerHook.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublish.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Befunc.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/CleanupPreviewLinkTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Fehooks.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridData.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridDataService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/History.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/HistoryService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Integrity.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/IntegrityService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Stages.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/StagesService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Tcemain.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/WorkspaceService.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Workspaces.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Task/AutoPublishTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Task/CleanupPreviewLinkTask.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.odt -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.pdf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.sxw -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Migrations/Code/ClassAliasMap.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_csh_sysws_stage.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xlf -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/Module.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/Nodoc.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/Popup.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/legend.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/navigation.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Help.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/NewPage.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Preview.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/FullIndex.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/Index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/SingleIndex.html -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/bg.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/button_approve.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/button_discard.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/button_reject.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/generate-ws-preview-link.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/moduleicon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/slider-bg.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/slider-thumb.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/typo3-logo.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtonextstage.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtoprevstage.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/workspaces-comments-arrow.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/Ext.ux.plugins.TabStripContainer.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/Store/mainstore.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/actions.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/component.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/configuration.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/grid.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/GridFilters.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/GridFilters.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/RangeMenu.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/BooleanFilter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/DateFilter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/Filter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/ListFilter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/NumericFilter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/StringFilter.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/equals.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/find.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/greater_than.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/less_than.png -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_asc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_desc.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/ListMenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/RangeMenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/helpers.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/preview.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/toolbar.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacemenu.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspaces.js -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/module.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/preview.css -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/Service/WorkspaceTest.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/Service/fixtures/dbDefaultPages.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/Service/fixtures/dbDefaultWorkspaces.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/Service/fixtures/dbMovedContent.xml -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_autoload.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_emconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_icon.gif -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_localconf.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.php -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.sql -${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/tca.php -${TYPO3DIR}/${TYPO3NAME}/typo3/tab.js -${TYPO3DIR}/${TYPO3NAME}/typo3/tce_db.php -${TYPO3DIR}/${TYPO3NAME}/typo3/tce_file.php -${TYPO3DIR}/${TYPO3NAME}/typo3/template.php -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_db_navframe.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_doc.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_file_navframe.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/belog.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/beuser.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/config.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout_quickedit.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_list.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_new.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_new_content_el.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/dbint.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/em_index.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/errorpage.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_edit.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_list.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_newfolder.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_rename.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_upload.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/func.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/helper_javascript_css.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/info.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/install.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/login.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/move_el.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/perm.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/setup.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/show_rechis.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tceforms.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/template_page_backend.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tsconfig_help.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tstemplate.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/version.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_forms.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_rte.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_table.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/ws.html -${TYPO3DIR}/${TYPO3NAME}/typo3/templates/ws_forms.html -${TYPO3DIR}/${TYPO3NAME}/typo3/thumbs.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_add.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_colorpicker.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_edit.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_forms.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_list.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_rte.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_table.php -${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_tsconfig.php -${TYPO3DIR}/${SITEDIR}/INSTALL.txt -${TYPO3DIR}/${SITEDIR}/README.txt -${TYPO3DIR}/${SITEDIR}/RELEASE_NOTES.txt -${TYPO3DIR}/${SITEDIR}/_.htaccess -${TYPO3DIR}/${SITEDIR}/clear.gif -${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/.htaccess -${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/index.html -${TYPO3DIR}/${SITEDIR}/fileadmin/user_upload/index.html -${TYPO3DIR}/${SITEDIR}/index.php -${TYPO3DIR}/${SITEDIR}/t3lib -${TYPO3DIR}/${SITEDIR}/typo3 -${TYPO3DIR}/${SITEDIR}/typo3_src -${TYPO3DIR}/${SITEDIR}/typo3conf/ext/index.html -${TYPO3DIR}/${SITEDIR}/typo3conf/extTables.php -${TYPO3DIR}/${SITEDIR}/typo3conf/index.html -${TYPO3DIR}/${SITEDIR}/typo3conf/l10n/index.html -${TYPO3DIR}/${SITEDIR}/typo3temp/index.html -${TYPO3DIR}/${SITEDIR}/uploads/index.html -${TYPO3DIR}/${SITEDIR}/uploads/media/index.html -${TYPO3DIR}/${SITEDIR}/uploads/pics/index.html -${TYPO3DIR}/${SITEDIR}/uploads/tf/index.html diff --git a/www/typo3_60/distinfo b/www/typo3_60/distinfo deleted file mode 100644 index 91cc94cf07f..00000000000 --- a/www/typo3_60/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.8 2014/05/27 13:50:48 taca Exp $ - -SHA1 (dummy-6.0.14.tar.gz) = 382058af0b61aeb4f2ce9a4bfa9f903c7bb88afa -RMD160 (dummy-6.0.14.tar.gz) = 384dcfbc1f4ca5bc2f57061951639a3f6c3a2cd9 -Size (dummy-6.0.14.tar.gz) = 10321 bytes -SHA1 (typo3_src-6.0.14.tar.gz) = d346db6e3bb7910ad6a090f57b312c51454c4cbd -RMD160 (typo3_src-6.0.14.tar.gz) = 981daa5d4f4ad8f99712a15e26e538f3c0aad6d6 -Size (typo3_src-6.0.14.tar.gz) = 22254713 bytes -SHA1 (patch-t3lib_stddb_DefaultConfiguration.php) = ab5f670ed50d6f7b30564d275f0b95d1c33193d3 diff --git a/www/typo3_60/patches/patch-t3lib_stddb_DefaultConfiguration.php b/www/typo3_60/patches/patch-t3lib_stddb_DefaultConfiguration.php deleted file mode 100644 index 0539b79f898..00000000000 --- a/www/typo3_60/patches/patch-t3lib_stddb_DefaultConfiguration.php +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-t3lib_stddb_DefaultConfiguration.php,v 1.1 2013/05/16 16:30:46 taca Exp $ - -Fix default path for pkgsrc. - ---- t3lib/stddb/DefaultConfiguration.php.orig 2013-05-03 06:58:57.000000000 +0000 -+++ t3lib/stddb/DefaultConfiguration.php -@@ -38,8 +38,8 @@ return array( - 'gdlib' => TRUE, // Boolean: Enables the use of GD. - 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead! - 'im' => TRUE, // Boolean: Enables the use of IM. -- 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. -- 'im_path_lzw' => '/usr/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'. -+ 'im_path' => '@PREFIX@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. -+ 'im_path_lzw' => '@PREFIX@/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'. - 'im_version_5' => 'im6', // String: Set this either to "im6" or "gm" (uses GraphicsMagick instead of ImageMagick). Setting this value will automatically configure some settings for use with the specified program version. - 'im_negate_mask' => FALSE, // Boolean: Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be FALSE. Above ImageMagick version 5.2+ it should be TRUE. Just set the flag if the masks works opposite the intension! - 'im_imvMaskState' => FALSE, // Boolean: If set, the 'im_negate_mask' state is inverted. This is very useful with newer versions of IM5 (at least 5.4.3+) where the 'im_version_5' setting will set 'im_negate_mask' which will eventually be wrong... Halleluja for ImageMagick - have I ever regreted using that package... |