aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-07-11 19:15:52 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-07-11 19:15:52 +0800
commitf2ecdc9d2d4fb46fdd0c6c88557985358adac4e6 (patch)
treef40c7f0749c4d19474a59c36889c5c576adfe27c /www
parenteaec2ae946ccc570571a73681ad9348f31227595 (diff)
downloadfreebsd-ports-gnome-f2ecdc9d2d4fb46fdd0c6c88557985358adac4e6.tar.gz
freebsd-ports-gnome-f2ecdc9d2d4fb46fdd0c6c88557985358adac4e6.tar.zst
freebsd-ports-gnome-f2ecdc9d2d4fb46fdd0c6c88557985358adac4e6.zip
- Generate PLIST dynamically
- Bump PORTREVISION for package change PR: ports/190341 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/typo3-lts/Makefile31
-rw-r--r--www/typo3-lts/pkg-plist11876
2 files changed, 28 insertions, 11879 deletions
diff --git a/www/typo3-lts/Makefile b/www/typo3-lts/Makefile
index ff27ba6ac95f..562ae95b74bd 100644
--- a/www/typo3-lts/Makefile
+++ b/www/typo3-lts/Makefile
@@ -3,6 +3,7 @@
PORTNAME= typo3
PORTVERSION= 6.2.3
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
PKGNAMESUFFIX= -lts
@@ -25,9 +26,6 @@ TYPO3SRC= ${PORTNAME}_src-${PORTVERSION}
USERS= ${WWWOWN}
GROUPS= ${WWWGRP}
-PLIST_SUB+= PORTVERSION="${PORTVERSION}" \
- WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
-
DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX}
OPTIONS_DEFINE= APC CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB
@@ -63,4 +61,31 @@ do-install:
${LN} -fs typo3_src/typo3 ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/typo3
${CP} ${WRKDIR}/${TYPO3SRC}/_.htaccess ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/.htaccess
+post-install:
+ @cd ${STAGEDIR}${PREFIX}; \
+ ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*" | \
+ ${SORT} >> ${TMPPLIST}
+ @${ECHO_CMD} -e "@owner ${WWWOWN}\n@group ${WWWGRP}" >> ${TMPPLIST}
+ @cd ${STAGEDIR}${PREFIX}; \
+ ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" | \
+ ${SORT} >> ${TMPPLIST}
+ @${ECHO_CMD} -e "@owner root\n@group wheel" >> ${TMPPLIST}
+ @cd ${STAGEDIR}${PREFIX}; \
+ ${FIND} * \( -type f -or -type l \) \
+ -not \( -path "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*" -or \
+ -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" \) | \
+ ${SORT} >> ${TMPPLIST}
+ @${ECHO_CMD} -e "@owner ${WWWOWN}\n@group ${WWWGRP}" >> ${TMPPLIST}
+ @cd ${STAGEDIR}${PREFIX}; ${FIND} -d * -type d -regex "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*.*" | \
+ ${SORT} | ${SED} -ne 's#^#@dirrmtry #p' >> ${TMPPLIST}
+ @${ECHO_CMD} -e "@owner ${WWWOWN}\n@group ${WWWGRP}" >> ${TMPPLIST}
+ @cd ${STAGEDIR}${PREFIX}; ${FIND} -d * -type d -regex "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*.*" | \
+ ${SORT} | ${SED} -ne 's#^#@dirrmtry #p' >> ${TMPPLIST}
+ @${ECHO_CMD} -e "@owner root\n@group wheel" >> ${TMPPLIST}
+ @cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d \
+ -path "${TYPO3WWW}/*" \
+ -not \( -regex "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*.*" -or \
+ -regex "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*.*" \) | \
+ ${SORT} | ${SED} -ne 's#^#@dirrmtry #p' >> ${TMPPLIST}
+
.include <bsd.port.mk>
diff --git a/www/typo3-lts/pkg-plist b/www/typo3-lts/pkg-plist
deleted file mode 100644
index 8ae2bf0571ff..000000000000
--- a/www/typo3-lts/pkg-plist
+++ /dev/null
@@ -1,11876 +0,0 @@
-@owner %%WWWOWN%%
-@group %%WWWGRP%%
-%%WWWDIR%%-LTS/.htaccess
-%%WWWDIR%%-LTS/index.php
-%%WWWDIR%%-LTS/typo3
-%%WWWDIR%%-LTS/typo3_src
-%%WWWDIR%%_src-%%PORTVERSION%%/ChangeLog
-%%WWWDIR%%_src-%%PORTVERSION%%/GPL.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/INSTALL.md
-%%WWWDIR%%_src-%%PORTVERSION%%/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/NEWS.md
-%%WWWDIR%%_src-%%PORTVERSION%%/README.md
-%%WWWDIR%%_src-%%PORTVERSION%%/_.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/ajax.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_clickmenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_db_navframe.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc_nodoc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_file_navframe.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/backend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/browser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.browse_links.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/cleaner_check.sh
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/cleaner_fix.sh
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/cli_dispatch.phpsh
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/close.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr/Log/InvalidArgumentException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr/Log/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr/Log/LoggerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/RemoveXSS/RemoveXSS.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/VERSION_0.94
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/css/csharpcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/js/parsecsharp.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/js/tokenizecsharp.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/css/luacolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/js/parselua.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/css/ometacolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/js/parseometa.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/js/tokenizeometa.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/css/phpcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js/parsephp.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js/parsephphtmlmixed.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js/tokenizephp.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/css/plsqlcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/js/parseplsql.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/css/pythoncolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/js/parsepython.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/css/schemecolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/js/parsescheme.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/js/tokenizescheme.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/css/sqlcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/js/parsesql.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/baboon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/baboon_vector.ai
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/csscolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/docs.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/font.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/jscolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/people.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/sparqlcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/xmlcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/codemirror.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/editor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/highlight.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/mirrorframe.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsecss.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsedummy.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsehtmlmixed.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsejavascript.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsesparql.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsexml.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/select.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/stringstream.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/tokenize.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/tokenizejavascript.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/undo.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/unittests.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/util.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/unittests.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/INCLUDE_ORDER.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/ext/ext-base-debug.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/ext/ext-base.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter-debug.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter-debug.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/yui/ext-yui-adapter-debug.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/yui/ext-yui-adapter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-all-debug.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-all.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-core-debug.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-core.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext.jsb2
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/gpl-3.0.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/license.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-af.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-am.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-bg.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ca.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-cs.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-da.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-de.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-el_GR.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-en.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-en_GB.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-es.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fa.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fi.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fr.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fr_CA.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-gr.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-he.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-hr.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-hu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-id.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-it.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ja.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ko.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-lt.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-lv.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-mk.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-nl.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-no_NB.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-no_NN.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pl.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pt.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pt_BR.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pt_PT.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ro.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ru.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sk.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sl.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sr.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sr_RS.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sv_SE.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-th.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-tr.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ukr.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-vn.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-zh_CN.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-zh_TW.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/debug.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/ext-all-notheme.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/ext-all.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/reset-min.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/borders.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/box.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/button.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/combo.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/core.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/date-picker.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/dd.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/debug.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/dialog.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/editor.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/form.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/grid.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/layout.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/list-view.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/menu.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/panel-reset.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/panel.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/pivotgrid.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/progress.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/qtips.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/reset.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/resizable.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/slider.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/tabs.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/toolbar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/tree.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/window.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/borders.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/box.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/button.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/combo.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/core.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/date-picker.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/dd.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/debug.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/dialog.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/editor.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/form.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/grid.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/layout.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/list-view.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/menu.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/panel.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/pivotgrid.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/progress.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/qtips.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/resizable.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/slider.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/tabs.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/toolbar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/tree.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/window.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/xtheme-blue.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/expressinstall.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/corners-blue.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/corners.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/l-blue.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/l.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/r-blue.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/r.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/tb-blue.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/tb.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/group-cs.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/group-lr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/group-tb.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-b-noline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-b.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-bo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-noline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-o.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd/drop-add.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd/drop-no.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd/drop-yes.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/editor/tb-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/checkbox.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/clear-trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/clear-trigger.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/date-trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/date-trigger.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/error-tip-corners.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/exclamation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/radio.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/search-trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/search-trigger.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/text-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger-square.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger-square.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger-tpl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/gradient-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/arrow-left-white.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/arrow-right-white.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/col-move-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/col-move-top.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/columns.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/dirty.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/done.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/drop-no.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/drop-yes.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/footer-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-blue-hd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-blue-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-hrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-vista-hd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-hd-btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-rowheader.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-sel-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-by.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-collapse.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-expand-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-expand.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hd-pop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-asc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-desc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/invalid_line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/mso-hd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/nowait.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-first-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-first.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-last-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-last.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-next-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-next.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-prev-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-prev.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/pick-button.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/refresh-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/refresh.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-check-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-expand-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-sel.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/sort-hd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/sort_asc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/sort_desc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/wait.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/collapse.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/expand.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/gradient-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-top.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/ns-collapse.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/ns-expand.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/panel-close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/panel-title-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/panel-title-light-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/stick.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/stuck.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/tab-close-on.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/tab-close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/checked.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/group-checked.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/item-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/menu-parent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/unchecked.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/corners-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/left-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/light-hd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/tool-sprite-tpl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/tool-sprites.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/tools-sprites-trans.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/top-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/top-bottom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/white-corners-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/white-left-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/white-top-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/progress/progress-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/tip-anchor-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/tip-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shadow-c.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shadow-lr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shadow.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/blue-loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/calendar.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/glass-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/hd-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/large-loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/left-btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/loading-balls.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/right-btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/warning.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/e-handle-dark.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/e-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/ne-handle-dark.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/ne-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/nw-handle-dark.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/nw-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/s-handle-dark.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/s-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/se-handle-dark.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/se-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/square.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/sw-handle-dark.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/sw-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-thumb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-v-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-v-thumb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/scroll-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/scroll-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/scroller-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-left-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-right-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-btm-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tabs-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow-light.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/btn-over-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/gray-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/more.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-btn-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-sep.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/arrows.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-add.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-between.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-no.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-under.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-yes.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-minus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-minus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-plus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-plus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/folder-open.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/folder.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/leaf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-error.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-info.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-question.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-warning.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-corners.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-corners.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-right.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/right-corners.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/right-corners.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE-exception.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/index.html.tmpl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/style.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/express-install/express-install.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/express-install/flashplayerlogo.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/expressinstall.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.12.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.16.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.15.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/license.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/readme.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit/flexunit.swc
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go/tutorials/SizeTweenMG.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go/tutorials/WidthTween.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/GoEngine.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/PlayableBase.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/DuplicateManagerError.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/EasingFormatError.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/InstanceNotAllowedError.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/events/GoEvent.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/events/SequenceEvent.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/ILiveManager.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IManageable.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IManager.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IPlayable.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IPlayableBase.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IUpdatable.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/GoItem.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/LinearGo.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/PhysicsGo.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/LinearGoRepeater.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/OverlapMonitor.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/Repeater.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/PlayableGroup.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/Sequence.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceBase.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceCA.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceStep.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceStepCA.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnConditionTrue.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnDurationComplete.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnEventComplete.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnPlayableComplete.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/SequenceAdvance.as
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey/licensekey.swc
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt/ThunderBoltAS3_Flash.swc
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/manifest.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio-3.2.10.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions-3.2.9.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flowplayer.captions.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/left.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame00.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame01.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame02.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame03.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame04.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame05.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame06.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame07.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame08.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame09.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame10.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame11.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame12.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame13.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame14.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame15.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame16.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame17.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame18.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame19.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame20.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/index.html.tmpl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/tools.scrollable-1.1.2.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content-3.2.8.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/release.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.11.0.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.11.0.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.9.1.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.9.1.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.clearable.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.clearable.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.dataTables-1.9.4.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.tools.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jqueryui/jquery-ui-1.10.4.custom.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/modernizr.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/normalize/normalize.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter/Curl.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter/Mock.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter/Socket.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/CookieJar.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/MultipartBody.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Observer/Log.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Response.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/SOCKS5.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/SocketWrapper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/Net/URL2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/PEAR/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/public-suffix-list.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype/prototype.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/CHANGELOG
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/MIT-LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/builder.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/controls.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/dragdrop.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/effects.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/scriptaculous.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/slider.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/sound.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/unittest.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/CHANGES
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/README
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/VERSION
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Attachment.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/AbstractFilterableInputStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/ArrayByteStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/FileByteStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/TemporaryFileByteStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/GenericFixedWidthReader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/UsAsciiReader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/Utf8Reader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/ArrayCharacterStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/NgCharacterStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ConfigurableSpool.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/DependencyContainer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/DependencyException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/EmbeddedFile.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder/Base64Encoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder/QpEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder/Rfc2231Encoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoding.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/CommandEvent.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/CommandListener.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/Event.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/EventDispatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/EventListener.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/EventObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseEvent.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseListener.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/SendEvent.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/SendListener.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/SimpleEventDispatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeEvent.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeListener.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionEvent.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionListener.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/FailoverTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/FileSpool.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/FileStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Filterable.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Image.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/InputByteStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/IoException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/ArrayKeyCache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DiskKeyCache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/KeyCacheInputStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/NullKeyCache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/LoadBalancedTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/MailTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer/ArrayRecipientIterator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer/RecipientIterator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/MemorySpool.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Message.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Attachment.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/CharsetObserver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/EmbeddedFile.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/EncodingObserver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Grammar.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Header.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderSet.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/AbstractHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/DateHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/IdentificationHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/MailboxHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/ParameterizedHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/PathHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/UnstructuredHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Message.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/MimeEntity.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/MimePart.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ParameterizedHeader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderSet.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMessage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMimeEntity.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/MimePart.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/NullTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/OutputByteStream.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/AntiFloodPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/BandwidthMonitorPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Decorator/Replacements.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/DecoratorPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/ImpersonatePlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Logger.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/LoggerPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/ArrayLogger.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/EchoLogger.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/MessageLogger.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Connection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/RedirectingPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/ReporterPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HitReporter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HtmlReporter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Sleeper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/ThrottlerPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Timer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Preferences.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ReplacementFilterFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/RfcComplianceException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SendmailTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SignedMessage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/BodySigner.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/DKIMSigner.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/DomainKeySigner.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/HeaderSigner.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/SMimeSigner.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SmtpTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Spool.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SpoolTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SwiftException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/AuthHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Authenticator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/FailoverTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/IoBuffer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/LoadBalancedTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/MailInvoker.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/MailTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/NullTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SendmailTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SimpleMailInvoker.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SmtpAgent.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SpoolTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/StreamBuffer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/TransportException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Validate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/cache_deps.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/message_deps.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/mime_deps.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/transport_deps.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/mime_types.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/preferences.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/swift_init.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/swift_required.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/swift_required_pear.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/README.markdown
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/audio-description.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/audio-description.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/captions.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/captions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/control-bar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/control-bar.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/demo-subtitles.srt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/demo.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins/hu.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins/tube.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins/vim.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/video-js.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/video.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.htc
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/db_new.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/dummy.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/ext/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_edit.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_newfolder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_rename.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_upload.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/alt_backend_logo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/alt_topmenu_back_dummy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/alt_topmenu_back_full.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowdown.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowleft.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowright.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowup.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/bar.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/blinkarrow_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/blinkarrow_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_hide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_unhide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/bullet_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/div.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/filelinks.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/html.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/images_only.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/login_form.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/mailform.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/multimedia.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/regular_header.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/regular_text.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/searchform.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/sitemap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/sitemap2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/table.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/text_image_below.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/text_image_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/user_defined.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_copy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_cut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_select.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/close_gray.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/closedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/closedok_2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/colorpicker.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/colorpicker_empty.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/content_client.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/content_selected.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_first.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_first_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_last.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_last_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_next.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_next_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_previous.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_previous_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/copymode_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/copymode_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/copymode_s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/csv.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/datepicker.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/delete_record.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/deletedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/dummy_module.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit_fe.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit_file.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit_rtewiz.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emarrow_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emarrow_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/embeer.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emcocktl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emcrook.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emdgust.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/ememail.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emexclaim.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emfemale.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emgift.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emhammer.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emlips.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emlove.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emmail_alert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emmale.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emmessag.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emphone.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emphoto.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emrose.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsad.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsmile.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsmiled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsmileo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsmilep.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emthdown.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emthup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emunlove.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emvamp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emwink.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emwww_link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/error.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/favicon.ico
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/3ds.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/CREDITS.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ai.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ani.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/au.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/avi.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/bmp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/cdr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/css.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/csv.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/default.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/doc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/dtd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/eps.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/exe.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/fh3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/flash.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/folder.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/gif.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/htm.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/html.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/html1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/html2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/html3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ico.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/inc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/java.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/jpg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/js.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/max.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/mid.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/mov.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/mp3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/mpeg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/mpg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/pcd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/pcx.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/pdf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/php3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/png.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ppt.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ps.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/psd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/rtf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/sgml.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/swf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/sxc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/sxw.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/t3d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/t3x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/tga.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/tif.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/tmpl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ttf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/txt.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/wav.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/wrl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/xls.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/xml.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/xsl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/zip.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/filter_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/CREDITS.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/at.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ba.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/be.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/br.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ch.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/cn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/cs.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/cy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/cz.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/de.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/dk.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ee.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/eg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/es-basque.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/es.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/fi.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/fo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/fr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ga.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/gb.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/gl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/gr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/hr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ie.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/il.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ir.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/is.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/it.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/jp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/kr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/lt.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/lv.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ma.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/mk.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/mt.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/multi-language.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/no.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/pl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/pt.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ro.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/rs.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ru.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/sa.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/se.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/sk.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/sl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/tn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/tr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/ua.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/unknown.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/us.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags/vn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/garbage.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/go.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/helpbubble.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/hidden_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/history2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_folders.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_folders_ro.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_folders_tmp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_ftp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_ftp__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_ftp__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_ftp_group.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_ftp_readonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_ftp_user.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_webfolders.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_webfolders_ro.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/_icon_website.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/backup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_groups.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_groups__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_groups__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_groups_lists.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_groups_lists__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_groups_lists__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_admin.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_admin__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_admin__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_admin__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_admin__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_admin__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_section.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_section__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_section__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_section__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/be_users_section__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/catalog.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/db_database.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_black.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_blue.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_gray1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_gray2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_gray3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_gray4.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_gray5.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_gray6.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_green.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_purple.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_red.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/default_yellow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/dmail.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/domain.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/domain__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/domain__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_groups.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_groups__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_groups__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_users.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_users__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_users__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_users__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_users__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/fe_users__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/folder.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/folder_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/mail.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/mailgroup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/module.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modulefolder.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_fe_users.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_fe_users__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/no_icon_found.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/notfound.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__fp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__fu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__fup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__hfp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__hfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__hp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__htf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__htfp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__htfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__htfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__htp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__htup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__hup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__tf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__tfp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__tfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__tfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__tp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__tu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__tup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_catalog.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_language_overlay.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_language_overlay__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_language_overlay__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_language_overlay__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_language_overlay__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_language_overlay__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_link__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_link__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_link__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_link__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_mountpoint.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_mountpoint__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_mountpoint__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_mountpoint__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_mountpoint__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_notinmenu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_notinmenu__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_notinmenu__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_notinmenu__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_notinmenu__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_shortcut__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_shortcut__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_shortcut__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_shortcut__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_sitemap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/recycler.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/recycler__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/recycler__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/recycler__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/recycler__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/setup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/shadow_delete.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/shadow_hide.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/shadow_moveto_plh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/shadow_moveto_pointer.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sitemap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/spacer_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/spacer_icon__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/spacer_icon__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/spacer_icon__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/spacer_icon__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_action.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_lang.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_language.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_language__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_language__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_note.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_staticfile.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_subscriber.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_workflows.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sys_workspace.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sysf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sysf__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sysf__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sysf__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sysf__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/sysf_feuser.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_actions.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_mails.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_mails_group.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_modules.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_notepad.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_pages.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_todos.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_todos_foreign.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_todos_foreign_group.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_todos_group.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tc_workflow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template_add.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template_add__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template_add__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template_add__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template_add__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/template_standard.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_address.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_antiques.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_bookstore_author.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_bookstore_books.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_bookstore_category.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_bookstore_publisher.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender_cat.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender_todo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender_todo__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender_todo__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender_todo__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_calender_todo__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_bullets__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_div__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_form__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_header__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_html__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_image__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_list__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_login__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_menu__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_mm__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_shortcut__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_table__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_textpic__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_uploads__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_faq.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_faq_board.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_faq_board_root.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_faq_board_root__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_faq_faq.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_faq_no.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_heritage.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_images.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_links.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__tu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_article__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_cat.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__tu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_news_exturl__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_poll.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_products.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_products_cat.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_rating.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_user_antiques.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_user_event.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_user_heritage.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_user_profile.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/user2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/user_event.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/user_profile.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/userdatabase.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/icon_fatalerror.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/icon_note.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/icon_warning2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/import.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/info.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/information.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/legend.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/lightning.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/lightning_green.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/lightning_red.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/link_popup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/localize_el.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/loginbox_image.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/loginbox_image_dev.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/loginlogo_transp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/mailicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/markstate.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/move.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/move_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/move_page_after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/move_page_into.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/new_el.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/new_file.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/new_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/new_record.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/newrecord2_marker_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/newrecord_marker_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/notfound_thumb.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/notfound_thumb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/notice.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ok.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/arrowbullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/blank.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/halfline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/join.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/joinbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/jointop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/minus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/minusbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/minusbullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/minusonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/minustop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/plus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/plusbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/plusbullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/plusonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/plustop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/quadline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol/stopper.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/open_in_new_window.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/overlay_deleted.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/overlay_group.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/overlay_hidden.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/overlay_hidden_timing.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/overlay_no_icon_found.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/overlay_sub.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/overlay_timing.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/perm-allowed.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/perm-denied.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/perm.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pil2down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pil2left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pil2right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pil2up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pildown.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pilleft_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pilleft_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pilleft_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pilright_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pilright_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pilright_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/pilup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/plusbullet2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/recordlock_warning3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/10.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/11.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/12.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/13.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/14.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/15.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/16.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/17.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/18.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/19.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/20.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/4.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/5.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/6.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/7.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/8.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers/9.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/refresh.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/refresh_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/refresh_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rename.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/required_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/revert_0.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/revert_1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/revert_2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/saveandclosedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/saveandclosedok_2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/savedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/savedoknew.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/savedokshow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/savesnapshot.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selectmode_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/above_center.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/above_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/above_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/below_center.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/below_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/below_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/intext_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/intext_left_nowrap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/intext_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons/intext_right_nowrap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/shortcutgroups-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/spacer.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/spinner.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/stiblet_medium2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/turn_down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/turn_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/turn_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/turn_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/typo3-topbar@2x.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/typo3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/typo3logo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/typo3logo_mini.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/undo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/upload.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/warning.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/wizard_forms.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/wizard_rte2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/wizard_table.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/zoom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/zoom2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/init.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/browse_links.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/constantEditor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/backendcontentiframe.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/Ext.ux.state.TreePanel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/actions.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/app.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/contextmenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/deletiondropzone.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/filteringtree.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/loadorder.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/nodeui.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/toppanel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/tree.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript/treeeditor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/debugPanel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/modulepanel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/Ext.app.SearchField.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/Ext.grid.RowExpander.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/Ext.ux.DateTimePicker.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/Ext.ux.FitToParent.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/ext.resizable.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/ext.ux.tabclosemenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/resize.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux/resize.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/viewport.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/viewportConfiguration.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/jsfunc.updateform.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/tree.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/listframe_loader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/login_frameset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/logout.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/file/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/help/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/system/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/tools/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/user/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/web/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/move_el.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/show_item.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/show_rechis.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Controller/AboutController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Model/Extension.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Layouts/Default.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/About.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/CoreTeam.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Credits.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Donation.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Extensions.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/Logo.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Templates/About/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Language/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Layouts/Default.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Templates/Modules/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-active-record.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-active-recordx.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-csvlib.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-datadict.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-error.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-errorhandler.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-errorpear.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-exceptions.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-iterator.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-lib.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-memcache.lib.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-pager.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-pear.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-perf.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-php4.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-time.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/contrib/toxmlrpc.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-access.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-db2.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-firebird.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-generic.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-ibase.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-informix.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-mssql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-mssqlnative.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-oci8.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-sapdb.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-sqlite.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict/datadict-sybase.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-access.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-ado_access.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-ado_mssql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-ads.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-borland_ibase.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-csv.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-db2oci.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-db2ora.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-fbsql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-firebird.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-informix.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-informix72.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-ldap.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mssql_n.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mssqlnative.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mssqlpo.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mysqlpo.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-mysqlt.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-netezza.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-oci805.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-odbc_db2.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-odbc_mssql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-odbc_oracle.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-odbtp_unicode.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-oracle.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-pdo.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mssql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mysql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-pdo_oci.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-pdo_pgsql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-pdo_sqlite.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-postgres.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-postgres8.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-postgres9.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-proxy.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-sapdb.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-sqlanywhere.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-sqlite3.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-sqlitepo.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-sybase.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-sybase_ase.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers/adodb-vfp.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-ar.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-bg.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-bgutf8.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-ca.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-cn.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-cz.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-da.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-de.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-en.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-es.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-esperanto.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-fa.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-fr.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-hu.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-it.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-nl.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-pl.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-pt-br.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-ro.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-ru1251.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-sv.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb-uk1251.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang/adodb_th.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/license.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear/Auth/Container/ADOdb.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear/readme.Auth.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf/perf-db2.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf/perf-informix.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf/perf-mssql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf/perf-mssqlnative.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf/perf-mysql.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf/perf-oci8.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf/perf-postgres.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pivottable.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/readme.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/rsfilter.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/server.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-compress-bzip2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-compress-gzip.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-cryptsession.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-cryptsession2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-encrypt-mcrypt.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-encrypt-md5.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-encrypt-secret.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-encrypt-sha1.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-sess.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-session-clob.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-session-clob2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-session.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-session2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-sessions.mysql.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.clob.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/crypt.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/session_schema.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session/session_schema2.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/toexport.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/tohtml.inc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xmlschema.dtd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xmlschema03.dtd
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.2.xsl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.3.xsl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl/convert-0.2-0.1.xsl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl/convert-0.2-0.3.xsl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl/remove-0.2.xsl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl/remove-0.3.xsl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/AjaxLoginHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Clipboard/Clipboard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/BackendController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ClickMenuController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/DummyController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/EditDocumentController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/EditFileController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/FileController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LoginController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LogoutController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/NewRecordController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/PageLayoutController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/DataPreprocessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/InlineElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/TreeElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/ElementConditionMatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FormDataTraverser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FormEngine.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/History/RecordHistory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/BaseScriptClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleLoader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleSettings.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleStorage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Rte/AbstractRte.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/DocumentTemplate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTree.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility/BackendUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility/IconUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility/IconUtilityOverrideResourceIconHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayout/BackendLayout.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayout/BackendLayoutCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayout/DataProviderCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayout/DataProviderContext.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayout/DataProviderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayoutView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/LogoView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/ModuleMenuView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayoutView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageTreeView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/ThumbnailView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/RecordHistory/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/RecordHistory/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/AddWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/AddWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/BackendLayoutWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/BackendLayoutWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/ColorpickerWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/ColorpickerWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/EditWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/EditWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/FormsWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/FormsWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/ListWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/ListWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/RteWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/RteWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/TableWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/TableWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/FormEngine.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/alt_db_navframe.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/alt_doc.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/alt_file_navframe.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/db_layout.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/db_layout_quickedit.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/db_new.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/db_new_content_el.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/file_edit.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/file_newfolder.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/file_rename.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/file_upload.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/helper_javascript_css.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/login.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/move_el.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/show_rechis.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/wizard_forms.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/wizard_rte.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates/wizard_table.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/structure/element_csh.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/structure/element_docheader.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/structure/main_scaffolding.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/structure/print.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/structure/topbar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/visual/main_content.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/ExtDirect.StateProvider.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/ValueSlider.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/backend.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/clearcachemenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/clickmenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/common.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/contexthelp.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/flashmessages.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/iecompatibility.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/iframepanel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.evalfield.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.inline.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.placeholder.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tceforms_selectboxfilter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tceforms_suggest.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/livesearch.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/loginrefresh.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/md5.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/modulemenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/notifications.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/pagetreefiltermenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/shortcutmenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/tab.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/tabmenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/tceforms.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/toolbarmanager.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/tree.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript/util.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Controller/File/FileControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form/ElementConditionMatcherTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Fixtures/serialized.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/Fixtures/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/View/BackendLayout/BackendLayoutCollectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/View/BackendLayout/BackendLayoutTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/View/BackendLayout/DataProviderCollectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/View/BackendLayoutViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/View/ModuleMenuViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/AbstractController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/ToolsController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/WebInfoController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/Constraint.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/Workspace.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Configuration/TypoScript/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Language/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Layouts/DocHeader.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/Tools/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/WebInfo/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Model/ConstraintTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Controller/BackendUserController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/Demand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/RemoveUserViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Configuration/TypoScript/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Layouts/Default.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/OnlineListRow.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/Filters/BackendUser/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Online.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Public/Css/style.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Model/BackendUserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Model/DemandTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserSessionRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Service/ModuleDataStorageServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/localizationoverview.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/localizationoverview1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_10.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_11.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_12.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_13.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_14.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_15.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagemodule_9.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_8.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/pagetree_overview_9.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/ext_autoload.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/flexform_media.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/class.tx_cms_layout.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/db_layout.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/db_new_content_el.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/js/typo3pageModule.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/layout.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/locallang_db_new_content_el.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/grideditor.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/grideditor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-edit-inactive-1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-edit-inactive.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-edit.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-down-inactive.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-down.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-left-inactive.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-left.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-right-inactive.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-up-inactive.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-editor-up.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-layer-icon-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-layer-icon-help.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-layer-icon-save.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-tabledown.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-tableleft.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-tableright.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res/t3grid-tableup.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/wizard_backend_layout.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/locallang_csh_webinfo.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/locallang_csh_weblayout.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/locallang_tca.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/locallang_ttc.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_pagegen.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/extdirecteid.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/index_ts.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/showpic.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/web_info/class.tx_cms_webinfo_lang.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/web_info/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5/locallang_csh_pages.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/fegroups_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/fegroups_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/feusers_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/feusers_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/hidden_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/hidden_page.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/page_shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/page_shortcut.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/pages_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/pages_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/static.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/systemplate.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/systemplate1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/systemplate2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/ttcontent_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/ttcontent_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/ttcontent_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/ttcontent_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/ttcontent_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/ttcontent_6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/ttcontent_7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_fe_groups.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_fe_users.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_pages.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_pageslol.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_statictpl.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_sysdomain.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_sysfilestorage.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_systmpl.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_ttcontent.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Build/Configuration/FunctionalTestsConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Build/FunctionalTests.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Build/FunctionalTestsBootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Build/UnitTests.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Build/UnitTestsBootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/ClassLoaderBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/EarlyClassLoaderBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/NullBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/PhpCapableBackendInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/RedisBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/TaggableBackendInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/TransientMemoryBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend/XcacheBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Cache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/CacheFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/CacheManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception/ClassAlreadyLoadedException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception/DuplicateIdentifierException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception/InvalidBackendException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception/InvalidCacheException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception/InvalidDataException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception/NoSuchCacheException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception/NoSuchCacheGroupException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/FrontendInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/last_synched_revision
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Category/CategoryRegistry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Category/Collection/CategoryCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Charset/CharsetConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/CollectionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/EditableCollectionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/NameableCollectionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/PersistableCollectionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/RecordCollectionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/SortableCollectionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection/StaticRecordCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Compatibility/GlobalObjectDeprecationDecorator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Compatibility/LoadedExtensionArrayElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Compatibility/LoadedExtensionsArray.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration/TcaBuildingAspect.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Controller/CommandLineController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core/ApplicationContext.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core/Bootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core/ClassLoader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core/CliBootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core/GlobalDebugFunctions.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/DataHandling/DataHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/DataHandling/TableColumnSubType.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/DataHandling/TableColumnType.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/DatabaseConnection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/PdoHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/PreparedStatement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/QueryGenerator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/QueryView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/ReferenceIndex.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/RelationHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/SqlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database/TableConfigurationPostProcessingHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/ElementBrowser/ElementBrowserHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Encoder/JavaScriptEncoder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/ErrorHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/ErrorHandlerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/ExceptionHandlerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/AbstractClientErrorException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/AbstractServerErrorException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/BadRequestException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/ForbiddenException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/PageNotFoundException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/ServiceUnavailableException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/StatusException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http/UnauthorizedException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/ExtDirect/ExtDirectApi.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/ExtDirect/ExtDirectDebug.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FormProtection/AbstractFormProtection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FormProtection/BackendFormProtection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FormProtection/DisabledFormProtection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FormProtection/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FormProtection/InstallToolFormProtection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FrontendEditing/FrontendEditingController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Html/HtmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Html/RteHtmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Http/HttpRequest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Http/Observer/Download.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Integrity/DatabaseIntegrityCheck.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Exception/FileNotFoundException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Exception/InvalidParserException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Exception/InvalidXmlFileException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/LanguageStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Locales.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/LocalizationFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Parser/LocalizationParserInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Parser/LocallangArrayParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Parser/LocallangXmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Parser/XliffParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Locking/Locker.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/LogLevel.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/LogManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/LogRecord.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Logger.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/AbstractMemoryProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/AbstractProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/IntrospectionProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/MemoryPeakUsageProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/MemoryUsageProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/NullProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/ProcessorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor/WebProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer/AbstractWriter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer/FileWriter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer/NullWriter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer/SyslogWriter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer/WriterInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Mail/MailMessage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Mail/Mailer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Mail/MailerAdapterInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Mail/MboxTransport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Mail/Rfc822AddressesParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Mail/SwiftMailerAdapter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/AbstractMessage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/AbstractStandaloneMessage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/ErrorpageMessage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/FlashMessage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/FlashMessageQueue.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging/FlashMessageService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/DependencyResolver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/Exception/PackageManagerCacheUnavailableException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/Exception/PackageStatesUnavailableException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/FailsafePackageManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/Package.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/PackageFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/PackageInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/PackageManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/UnitTestPackageManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Page/PageRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Registry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/AbstractFile.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/AbstractRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection/AbstractFileCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection/CategoryBasedFileCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection/FileCollectionRegistry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection/StaticFileCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/AbstractHierarchicalFilesystemDriver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/DriverInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/DriverRegistry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/AbstractFileOperationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFileNameException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/ExistingTargetFolderException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/FileDoesNotExistException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/FileOperationErrorException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/FolderDoesNotExistException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/IllegalFileExtensionException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileAccessPermissionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileReadPermissionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InsufficientFileWritePermissionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderAccessPermissionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderReadPermissionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InsufficientFolderWritePermissionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InsufficientUserPermissionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidConfigurationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidFileException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidFileNameException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidFolderException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidPathException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/InvalidTargetFolderException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/NotInMountPointException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/ResourceDoesNotExistException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/UploadException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception/UploadSizeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/File.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/FileInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/FileReference.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/FileRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Filter/FileExtensionFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Filter/FileNameFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Folder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/FolderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Hook/FileDumpEIDHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/InaccessibleFolder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Index/ExtractorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Index/ExtractorRegistry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Index/Indexer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Index/MetaDataRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ProcessedFile.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/AbstractGraphicalTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/AbstractTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/FileDeletionAspect.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/ImageCropScaleMaskTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/ImagePreviewTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/ProcessorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/TaskInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing/TaskTypeRegistry.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceCompressor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceFactoryInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceStorage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/ResourceStorageInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Security/StoragePermissionsAspect.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/IndexerService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/MagicImageService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/UserFileInlineLabelService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/UserFileMountService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service/UserStorageCapabilityService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/StorageRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Utility/BackendUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Utility/ListUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Service/AbstractService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/SingletonInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TimeTracker/NullTimeTracker.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree/TableConfiguration/AbstractTableConfigurationTreeDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree/TableConfiguration/ExtJsArrayTreeRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree/TableConfiguration/TableConfigurationTree.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type/Enumeration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type/Exception/InvalidEnumerationDefinitionException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type/Exception/InvalidEnumerationValueException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type/Exception/InvalidValueExceptionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type/TypeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript/ConfigurationForm.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript/TemplateService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ArrayUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ClientUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/CommandUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/DebugUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/DiffUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/File/ExtendedFileUtilityProcessDataHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/GeneralUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/HttpUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/MailUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/MathUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/MonitorUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/OpcodeCacheUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/PathUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/PhpOptionsUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/ResourceUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/RootlineUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/StringUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/VersionNumberUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Versioning/VersionState.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/DefaultConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/FactoryConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/Resource/Driver/LocalDriverFlexForm.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/be_groups.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/be_users.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/pages.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_category.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_collection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file_collection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file_metadata.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file_reference.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_file_storage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_filemounts.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_history.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_language.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_log.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA/sys_news.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Migrations/Code/LegacyClassesForIde.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/FileDumpEID.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Core/ClassLoader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Log/LoggerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Log/SystemLoggerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Documentation.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Documentation/Format.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/CorruptPackageException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/DuplicatePackageException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageKeyException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageManifestException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackagePathException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageStateException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/MissingPackageManifestException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/PackageKeyAlreadyExistsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/PackageRepositoryException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/PackageStatesFileNotWritableException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/ProtectedPackageKeyException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/UnknownPackageException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData/AbstractConstraint.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData/AbstractParty.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData/Company.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData/PackageConstraint.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData/Person.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData/SystemConstraint.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaDataInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Package.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/PackageManagerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Utility/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Utility/Files.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/README
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/ascii.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/big5.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/euc-kr.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/gb2312.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-1.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-10.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-11.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-13.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-14.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-15.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-16.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-2.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-3.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-4.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-5.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-6.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-7.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-8.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/iso-8859-9.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/koi8-r.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/readme.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/shift_jis.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1250.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1251.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1252.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1253.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1254.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1255.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1256.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1257.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-1258.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl/windows-874.tbl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/unidata/SpecialCasing.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/unidata/Translit.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/unidata/UnicodeData.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Font/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Font/nimbus.ttf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/PdoBackendCacheAndTags.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendTags.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Templates/PageRenderer.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/AccessibleObjectInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/BaseTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Framework/DataSet.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/AbstractTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/addCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/changeCategoryRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/copyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/deleteCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/deleteCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/localizeCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/modifyBothsOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/modifyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/changePageSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyPasteContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContents.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/createPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizeContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePasteContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ChangeLog
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables/ext_tables.1ncsv.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables/ext_tables.1nff.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables/ext_tables.general.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables/ext_tables.mnasym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables/ext_tables.mnattr.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables/ext_tables.mnmmasym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables/ext_tables.mnsym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/FlexForms/tt_content_flexform.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Tca/tca.1ncsv.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Tca/tca.1nff.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Tca/tca.mnasym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Tca/tca.mnattr.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Tca/tca.mnmmasym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Tca/tca.mnsym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Private/Language/locallang_db.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public/Icons/icon_tx_irretutorial_hotel.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public/Icons/icon_tx_irretutorial_hotel_offer_rel.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public/Icons/icon_tx_irretutorial_hotel_rel.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public/Icons/icon_tx_irretutorial_offer.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public/Icons/icon_tx_irretutorial_offer_price_rel.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public/Icons/icon_tx_irretutorial_price.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/Configuration/TCA/tx_testdatahandler_element.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Frontend/AdditionalConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Frontend/JsonRenderer.ts
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Frontend/extTables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/be_users.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/pages.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/pages_language_overlay.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/sys_language.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/tt_content.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/Hook/BackendUserHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/Hook/ContentObjectRendererWatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/Hook/DatabaseConnectionWatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/RenderElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/RenderLevel.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/RequestBootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/Response.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/ResponseContent.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Scripts/Request.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Page/PageRendererTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility/File/ExtendedFileUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/FunctionalTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/FunctionalTestCaseBootstrapUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Integrity/IntegrityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/AbstractBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/ApcBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/MockBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/RedisBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/TransientMemoryBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/WincacheBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend/XcacheBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/FactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Frontend/StringFrontendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/last_synched_revision
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Category/Collection/CategoryCollectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Collection/RecordCollectionRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/ConditionMatcherTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/ConditionMatcherUserFuncs.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcherTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/Fixtures/GeneralUtilityFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core/ApplicationContextTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core/BootstrapTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Database/RelationHandlerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Database/SqlParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Encoder/JavaScriptEncoderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Error/ProductionExceptionHandlerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/BackendFormProtectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures/FormProtectionTesting.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/FormProtectionFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Html/HtmlParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Imaging/GraphicalFunctionsTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang_override.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallangNumericKeys.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallangOnlyDefaultLanguage.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang_override.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang_override.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/LocallangXmlParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Locking/LockerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Fixtures/ProcessorFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFailing.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Fixtures/WriterFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/LogLevelTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/LoggerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractMemoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor/AbstractTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor/IntrospectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryPeakUsageTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor/MemoryUsageTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor/ProcessorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor/WebTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Writer/AbstractWriterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Writer/DatabaseWriterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Writer/FileWriterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Mail/SwiftMailerAdapterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageQueueTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Package/DependencyResolverTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Package/PackageManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Package/PackageTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Page/PageRendererTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/RegistryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/AbstractFileTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/AbstractDriverTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/Dummy.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures/LocalDriverFilenameFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/FileReferenceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/FileTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/FolderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Repository/AbstractRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/ResourceFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Service/FrontendContentAdapterServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Service/IndexerServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Utility/FileExtensionFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/EnumerationTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/Fixture/Enumeration/CompleteEnumeration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/Fixture/Enumeration/DuplicateConstantValueEnumeration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/Fixture/Enumeration/InvalidConstantEnumeration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/Fixture/Enumeration/MissingConstantsEnumeration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/Fixture/Enumeration/MissingDefaultEnumeration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ExtensionManagementUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/GeneralUtilityFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/RuntimeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/clear.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/HttpUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/MailUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/MathUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ResourceUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/StringUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/UnitTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_autoload.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Resources/Private/Templates/cshmanual.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/mod/about.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/mod/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/mod/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/AboutThisDocument/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Constants/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/BulletList/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Divider/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Header/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Html/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Image/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/InsertRecords/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Mailform/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Media/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Menu/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Plugin/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Search/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Table/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Text/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/TextImage/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Uploads/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Setup/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/HowTo/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/ConstantEditor.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/EditTypoScriptProperty.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/ExtensionManager.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/HeaderContentElement.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/ImageContentElement.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/LinkToTop.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/MediaContentElementStructure.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/SectionFrame.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/StaticTemplateInclusion.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/TableContentElement.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/TextContentElement.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/TtContentOverview.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images/TypoScriptObjectBrowser.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Installation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/OutOfTheBoxCssStyling/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Resources/Private/Language/locallang_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/ext_conf_template.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/flexform_ds.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/pageTSconfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/pi1/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.5/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.5/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.6/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.6/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.7/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.7/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.0/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.0/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.1/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.1/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ChangeLog
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Controller/ModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Database/AdodbPreparedStatement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Database/SqlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/ExtensionManager/MessageDisplay.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/QueryCache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/RecordList/DatabaseRecordList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/ConfiguringDatabaseAccess/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/InstallingAndConfiguringAdodbAndDbal/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/CompatibilityTuning/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/ConfiguringDatabaseAccess/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/InstallingAndConfiguringAdodbAndDbal/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Bugs/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/ConfigurationHints/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Debug/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Handlercfg/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Mapping/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Memcached/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Typo3ConfVars/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/DatabaseInformation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/DebugLog/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/SqlCheck/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/CodingGuidelines/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/SmallCookbook/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/SqlStandard/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Faq/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Images/DebugLog.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal/DoingTheActualSetup/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal/PreparingSetup/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/ChangingOfTableOrFieldDefinitionsThroughDbal/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/CreatingADatabaseFromWithinTheInstallTool/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/DatabaseCheckInBackend/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/DatabaseSpecificIssues/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/ResultsOfDatabaseComparisonOperations/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/SequencesCollideWithImportedData/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/SomeFieldNamesAreTooLong/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList/GeneralTodo/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList/NewFeatures/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList/Oracle/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Resources/Private/Language/locallang_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit/Database/AbstractTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionMssqlTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionOracleTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionPostgresqlTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit/Database/SqlParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ext_conf_template.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1/moduleicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/README
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle/indexed_search.diff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle/realurl.diff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle/scheduler.diff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle/templavoila.diff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Controller/DocumentController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Domain/Model/Document.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Domain/Model/DocumentFormat.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Domain/Model/DocumentTranslation.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Domain/Repository/DocumentRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Exception/Document.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Exception/XmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Service/DocumentationService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Slots/ExtensionManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Utility/LanguageUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Utility/MiscUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/ViewHelpers/Be/Security/IfAdminViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/ViewHelpers/FormatsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/ViewHelpers/Link/ActionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/README.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Language/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Layouts/Default.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/helpers/_mixins.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/main.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/page/_base.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/page/_download.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/page/_get.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Templates/Document/Download.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Templates/Document/List.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Public/Css/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Public/Css/main.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Public/JavaScript/configuration.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Public/JavaScript/main.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Tests/Unit/Domain/Model/DocumentFormatTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Tests/Unit/Domain/Model/DocumentTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Tests/Unit/Domain/Model/DocumentTranslationTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ChangeLog.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Command/HelpCommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception/ContainerIsLockedException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchFileException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchOptionException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception/ParseErrorException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/Bootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/BootstrapInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/ModuleRunner.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core/ModuleRunnerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/AbstractFileCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/AbstractFileFolder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/BackendUser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/BackendUserGroup.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/Category.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/File.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/FileMount.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/FileReference.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/Folder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/FolderBasedFileCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/FrontendUser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/FrontendUserGroup.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model/StaticFileCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserGroupRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository/CategoryRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository/FileMountRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/DomainObject/AbstractEntity.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/DomainObject/AbstractValueObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Error/Error.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Error/Message.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Error/Notice.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Error/Result.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Error/Warning.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Hook/DataHandler/CheckFlexFormValue.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli/Command.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli/CommandArgumentDefinition.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli/CommandManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli/Request.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli/RequestBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli/RequestHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli/Response.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/ArgumentError.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/Arguments.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/ArgumentsValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/CommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/CommandControllerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/ControllerContext.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/ControllerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/Exception/RequiredArgumentMissingException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/FlashMessageContainer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/MvcPropertyMappingConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/MvcPropertyMappingConfigurationService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/AmbiguousCommandIdentifierException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/CommandException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InfiniteLoopException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidActionNameException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentMixingException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentNameException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentValueException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidCommandIdentifierException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerNameException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidExtensionNameException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidMarkerException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidOrNoRequestHashException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestMethodException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidTemplateResourceException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidUriPatternException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidViewHelperException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchActionException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchArgumentException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchCommandException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchControllerException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/RequiredArgumentMissingException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/StopActionException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception/UnsupportedRequestTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Request.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/RequestHandlerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/RequestHandlerResolver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/RequestInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Response.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/ResponseInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/View/AbstractView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/View/EmptyView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/View/JsonView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/View/NotFoundView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/View/ViewInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/AbstractRequestHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/BackendRequestHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/Request.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/Response.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/ClassInfo.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/ClassInfoCache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/Container.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/Exception/CannotInitializeCacheException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/Exception/TooManyRecursionLevelsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObjectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObjectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Exception/WrongScopeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/InvalidClassException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/InvalidObjectConfigurationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/InvalidObjectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/ObjectAlreadyRegisteredException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/ObjectManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/ObjectManagerException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/ObjectManagerInterfaceException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/UnknownClassException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/UnknownInterfaceException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/UnresolvedDependenciesException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalRelationTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidQueryException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObjectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/BackendInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/CleanStateNotMemorizedException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InconsistentQuerySettingsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidClassException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidNumberOfConstraintsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidPropertyTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidRelationConfigurationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingBackendException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingColumnMapException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/NotImplementedException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/RepositoryException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/TooDirtyException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnexpectedTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedMethodException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedOrderException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedRelationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/IdentityMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/LazyLoadingProxy.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/LazyObjectStorage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/LoadingStrategyInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/PersistenceManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/PropertyType.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/AndInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/BindVariableValue.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/BindVariableValueInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Comparison.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/ComparisonInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/ConstraintInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/DynamicOperandInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/EquiJoinCondition.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/EquiJoinConditionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Join.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/JoinConditionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/JoinInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LogicalAnd.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LogicalNot.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LogicalOr.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LowerCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/LowerCaseInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/NotInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/OperandInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/OrInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Ordering.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/OrderingInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/PropertyValue.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/PropertyValueInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelConstantsInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelFactoryInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Selector.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/SelectorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/SourceInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Statement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/StaticOperandInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/UpperCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/UpperCaseInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Query.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/QueryFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/QueryFactoryInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/QueryResult.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/QuerySettingsInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Session.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/BackendInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/BadConstraintException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/SqlErrorException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Typo3QuerySettings.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/ObjectMonitoringInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/PersistenceManagerInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/QueryInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/QueryResultInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Repository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/RepositoryInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/DuplicateObjectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/DuplicateTypeConverterException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/FormatNotSupportedException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/InvalidFormatException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyMappingConfigurationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/InvalidSourceException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/InvalidTargetException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/TargetNotFoundException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception/TypeConverterException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Mapper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/MappingResults.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/PropertyMapper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/PropertyMappingConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/PropertyMappingConfigurationBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/PropertyMappingConfigurationInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileCollectionConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileFolderConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractTypeConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/ArrayConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/BooleanConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/CoreTypeConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/DateTimeConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/FileConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/FileReferenceConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/FloatConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderBasedFileCollectionConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/IntegerConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectStorageConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/StaticFileCollectionConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter/StringConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverterInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/ClassReflection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/DocCommentParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/Exception/InvalidPropertyTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/Exception/PropertyNotAccessibleException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/Exception/UnknownClassException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/MethodReflection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/ParameterReflection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/PropertyReflection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/ReflectionService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Scheduler/FieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Scheduler/Task.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Scheduler/TaskExecutor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Channel/RequestHashService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGenerationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForRequestHashGenerationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception/InvalidHashException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception/SyntacticallyWrongRequestHashException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/CacheService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/EnvironmentService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/ExtensionService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/FlexFormService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/ImageService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/TypeHandlingService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service/TypoScriptService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotReturnException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/ArrayUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/Exception/InvalidTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/ExtbaseRequirementsCheckUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/ExtensionUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/FrontendSimulatorUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Error.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception/InvalidSubjectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception/InvalidTypeHintException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfigurationException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptionsException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidatorException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception/NoValidatorFoundException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/PropertyError.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/AbstractCompositeValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/AbstractObjectValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/AbstractValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/AlphanumericValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/BooleanValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/CollectionValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/ConjunctionValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/DateTimeValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/DisjunctionValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/EmailAddressValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/FloatValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/GenericObjectValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/IntegerValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/NotEmptyValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/NumberRangeValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/NumberValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/ObjectValidatorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/RawValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/RegularExpressionValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/StringLengthValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/StringValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/TextValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator/ValidatorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/ValidatorResolver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Documentation/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Migrations/Code/LegacyClassesForIde.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/MVC/NotFoundView_Template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Scripts/CommandLineLauncher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/ClassWithGettersAndSetters.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/ClassWithInjectProperties.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/ClassWithSetters.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/ClassWithSettersAndConstructor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/DummyClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/Entity.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/SecondDummyClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/SlotFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/TxClassWithGettersAndSetters.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture/ValueObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Administrator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Blog.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Comment.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Person.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Post.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Tag.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/AdministratorRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/BlogRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/PersonRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/PostRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/FlexForms/flexform_list.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TCA/Blog.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TCA/Comment.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TCA/Person.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TCA/Post.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TCA/Tag.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TypoScript/DefaultStyles/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TypoScript/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TypoScript/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Private/Language/locallang_csh.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Private/Language/locallang_db.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Public/Icons/icon_tx_blogexample_domain_model_blog.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Public/Icons/icon_tx_blogexample_domain_model_comment.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Public/Icons/icon_tx_blogexample_domain_model_person.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Public/Icons/icon_tx_blogexample_domain_model_post.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Public/Icons/icon_tx_blogexample_domain_model_tag.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/AddTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/CountTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/blogs.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/categories.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/category-mm.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/post-tag-mm.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/posts.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/tags.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/InTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/OperatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/QueryParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/RelationTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/SeleniumBaseTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration/BackendConfigurationManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Core/BootstrapTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/BackendUserGroupTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/BackendUserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/CategoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/FileMountTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/FrontendUserGroupTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model/FrontendUserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Repository/BackendUserGroupRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Repository/BackendUserRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Repository/CategoryRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Repository/FileMountRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error/ErrorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error/MessageTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error/ResultTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Hook/DataHandler/CheckFlexFormValueTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/CommandManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/CommandTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/Fixture/Command/MockACommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/Fixture/Command/MockBCommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/RequestBuilderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/RequestTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/AbstractControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ActionControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentBehaviorBeforeExtbase14Test.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ArgumentsTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/CommandControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/MvcPropertyMappingConfigurationServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/RequestTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/ResponseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/View/JsonViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Web/RequestBuilderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/ClassInfoFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/ContainerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/ContainerConstructorInjectionTestFixtures.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/NamespacedClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/Testclasses.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Model/Entity2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Model/Entity3.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/PersistenceManagerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryResultTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/QueryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/SessionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage/Typo3DbQueryParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Typo3QuerySettingsTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/ObjectStorageTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/MapperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/PropertyMapperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/PropertyMappingConfigurationBuilderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/PropertyMappingConfigurationTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/ArrayConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/BooleanConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/DateTimeConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/FloatConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/IntegerConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/ObjectConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/PersistentObjectConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/StringConverterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchemaTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/ArrayAccessClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithGettersAndSetters.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/ObjectAccessTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/FieldProviderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/Fixtures/MockACommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/Fixtures/MockBCommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/Fixtures/MockCCommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/TaskTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Channel/RequestHashServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Cryptography/HashServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service/CacheServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service/ExtensionServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service/FlexFormServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service/TypeHandlingServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service/TypoScriptServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/SignalSlot/DispatcherTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Utility/ArrayUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Utility/DebuggerUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Utility/ExtensionUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Utility/LocalizationUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AbstractCompositeValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AbstractValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AbstractValidatorTestcase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AlphanumericValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/AlphanumericValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/ConjunctionValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/DateTimeValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/EmailAddressValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/FloatValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/GenericObjectValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/IntegerValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/NotEmptyValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/NumberRangeValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/NumberValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/RawValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/RegularExpressionValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/StringLengthValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14/TextValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BooleanValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/CollectionValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/ConjunctionValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/EmailAddressValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/Fixture/AbstractCompositeValidatorClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/Fixture/AbstractValidatorClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/FloatValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/IntegerValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NotEmptyValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberRangeValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RawValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RegularExpressionValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/TextValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorResolverTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Command/ExtensionCommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/AbstractController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/ActionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/ConfigurationController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/DistributionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/DownloadController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/ListController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/UpdateFromTerController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/UpdateScriptController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller/UploadExtensionFileController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationCategory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationItem.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/ConfigurationSubcategory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/Dependency.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/DownloadQueue.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/Extension.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/Mirrors.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model/Repository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Repository/ConfigurationItemRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Repository/RepositoryRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Exception/ExtensionManagerException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Report/ExtensionStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Task/UpdateExtensionListTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/ConfigurationUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Connection/TerUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/DatabaseUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/DownloadUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/EmConfUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/ExtensionModelUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/FileHandlingUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Importer/MirrorListUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/ListUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractExtensionXmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractMirrorXmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/AbstractXmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPullParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPushParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPullParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/MirrorXmlPushParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser/XmlParserFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/UpdateScriptUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/Be/TriggerViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/ConfigureExtensionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionDataViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/DownloadExtensionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/ImplodeViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format/JsonEncodeViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/ImageViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/InstallationStateCssClassViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/ProcessAvailableActionsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/RemoveExtensionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/ShowExtensionVersionsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/TimeSinceLastUpdateViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/ToggleExtensionInstallationStateViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/UpdateScriptViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration/TCA/tx_extensionmanager_domain_model_extension.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration/TCA/tx_extensionmanager_domain_model_repository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Language/locallang_db.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Language/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Layouts/Main.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/Distribution.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerPaginator.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerShowVersionsSingleLine.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerShowVersionsTable.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerSingleLine.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerTable.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/UpdateFromTer.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List/UploadForm.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/helpers/_mixins.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/main.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/modules/_description.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/modules/_tabs.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_base.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_distribution.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_get.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_manage.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/var/_settings.scss
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Action/RemoveExtension.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Configuration/ShowConfigurationForm.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Distribution/Show.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/CheckDependencies.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/InstallFromTer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/UpdateCommentForUpdatableVersions.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/UpdateExtension.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Distributions.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/List/ShowAllVersions.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateFromTer/UpdateExtensionListFromTer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateScript/Show.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile/Extract.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile/Form.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/marker.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/mask.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/wheel.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/jQueryUI/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/jQueryUI/jquery-ui-1.10.3.custom.min.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/jQueryUI/jquery-ui-1.10.3.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Css/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Css/main.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Icons/module.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/Distribution.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/DistributionWelcome.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/Icons/ExtensionUpdateScript.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_flat_0_aaaaaa_40x100.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_flat_75_ffffff_40x100.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_55_fbf9ee_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_65_ffffff_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_75_dadada_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_75_e6e6e6_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_glass_95_fef1ec_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-bg_highlight-soft_75_cccccc_1x100.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_222222_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_2e83ff_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_454545_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_888888_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_cd0a0a_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/configuration.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery-validate-1.11.1.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/jquery.expander.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/main.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/ter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/update.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/upload.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Controller/UploadExtensionFileControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/ExtensionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/RepositoryRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Service/ExtensionManagementServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Task/UpdateExtensionListTaskTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility/ConfigurationUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility/DependencyUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility/ExtensionModelUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/ext_tables_static+adt.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/info.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/Classes/ExtraPageContextMenuOptions.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/Classes/FrontendEditPanel.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Examples/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Hooks/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Images/ContentElementWizard.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Images/GeneralSettings.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Images/MessagesConfiguration.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Images/RedirectConfiguration.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Images/UserGroupRedirection.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Images/UserRedirection.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/KnownProblems/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism/Display/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism/LoginProcess/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism/RedirectModes/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/UsersManual/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/flexform.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/pi1/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Classes/Controller/FileListController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Classes/FileList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Classes/FileListEditIconHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Classes/FileListFolderTree.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Resources/Private/Templates/file_list.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Resources/Public/JavaScript/FileListLocalisation.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/mod1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/mod1/list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Configuration/TCA/Overrides/sys_file_metadata.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Private/Language/locallang_tca.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Public/Icons/status_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Public/Icons/status_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Public/Icons/status_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ChangeLog.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Compatibility/DocbookGeneratorService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Compatibility/TemplateParserBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Compiler/AbstractCompiledTemplate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Compiler/TemplateCompiler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/Configuration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/Interceptor/Escape.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/InterceptorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/ParsedTemplateInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/ParsingState.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ArrayNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/BooleanNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/NodeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/NumericNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ObjectAccessorNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RenderingContextAwareInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RootNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/TextNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/TemplateParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContextInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractTagBasedViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/ArgumentDefinition.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Arguments.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/InvalidVariableException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/RenderingContextNotAccessibleException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/ChildNodeAccessInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/CompilableInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/PostParseInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/TemplateVariableContainer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperVariableContainer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Exception/MissingControllerException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Exception/RenderingContextNotFoundException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetContextNotFoundException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetRequestNotFoundException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Fluid.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Service/AbstractGenerator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Service/DocbookGenerator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/Exception/InvalidSectionException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/Exception/InvalidTemplateResourceException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/StandaloneView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/TemplateView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/AliasViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/BaseViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/AbstractBackendViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/CshViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/IconViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/ShortcutViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/ContainerViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuItemViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfAuthenticatedViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfHasRoleViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/TableListViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Widget/Controller/PaginateController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Widget/PaginateViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/CaseViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/CommentViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/CountViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/CycleViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/DebugViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/ElseViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/FlashMessagesViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/ForViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormFieldViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/ButtonViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/CheckboxViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/ErrorsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/HiddenViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/PasswordViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/RadioViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/SelectViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/SubmitViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextareaViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextfieldViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/UploadViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form/ValidationResultsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/AbstractEncodingViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/BytesViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/CdataViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/CurrencyViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/DateViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesDecodeViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlspecialcharsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/Nl2brViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/NumberViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/PaddingViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/PrintfViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/RawViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/StripTagsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format/UrlencodeViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/GroupedForViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/LayoutViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Link/ActionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Link/EmailViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Link/ExternalViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Link/PageViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/RenderChildrenViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/SectionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfAuthenticatedViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfHasRoleViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/SwitchViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/ThenViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/TranslateViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri/EmailViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ExternalViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ImageViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri/PageViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/AutocompleteViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/AutocompleteController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/PaginateController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/PaginateViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Configuration/TypoScript/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Be/Widget/Paginate/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Compiler/AbstractCompilerTemplateTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TestViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TestViewHelper2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/ChildNodeAccessFacetViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/PostParseFacetViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand-split.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06-split.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14-split.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Interceptor/EscapeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/ParsingStateTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/AbstractNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/BooleanNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/NumericNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/TextNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserPatternTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Rendering/RenderingContextTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractConditionViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractTagBasedViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ArgumentDefinitionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TagBuilderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TemplateVariableContainerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ViewHelperVariableContainerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget/AjaxWidgetContextHolderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetContextTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestBuilderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/AbstractTemplateViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/StandaloneViewFixture.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewSectionFixture.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TransparentSyntaxTreeNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures/UnparsedTemplateFixture.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/StandaloneViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/TemplateViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/AliasViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfAuthenticatedViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfHasRoleViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CaseViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CountViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CycleViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ElseViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/ConstraintSyntaxTreeNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfFixture.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfThenElseFixture.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FlashMessagesViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ForViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormFieldViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/ButtonViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/CheckboxViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/EmptySyntaxTreeNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/UserDomainClass.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/FormFieldViewHelperBaseTestcase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/HiddenViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/PasswordViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/RadioViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SubmitViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextareaViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextfieldViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/UploadViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/BytesViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CropViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CurrencyViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesDecodeViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlspecialcharsViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/Nl2brViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/NumberViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PaddingViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PrintfViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/RawViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/StripTagsViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/UrlencodeViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/GroupedForViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/IfViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/EmailViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ExternalViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderChildrenViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfAuthenticatedViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfHasRoleViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/SwitchViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller/PaginateControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Controller/FormController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Controller/WizardController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Factory/JsonToTypoScript.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Factory/TypoScriptFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional/AbstractAdditionalElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional/AdditionalAdditionalElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional/ErrorAdditionalElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional/LabelAdditionalElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional/LegendAdditionalElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional/MandatoryAdditionalElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/AbstractAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/AcceptCharsetAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/AccesskeyAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/ActionAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/AltAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/AttributesAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/CheckedAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/ClassAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/ColsAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/DirAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/DisabledAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/EnctypeAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/IdAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/LabelAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/LangAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/MaxlengthAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/MethodAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/MultipleAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/NameAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/ReadonlyAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/RowsAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/SelectedAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/SizeAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/SrcAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/StyleAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/TabindexAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/TitleAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/TypeAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute/ValueAttribute.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Content.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/AbstractElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/AbstractPlainElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/ButtonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/CheckboxGroupElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/ContainerElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/ContentElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/FieldsetElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/FileuploadElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/HeaderElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/HiddenElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/ImagebuttonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/OptgroupElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/OptionElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/PasswordElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/RadioElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/RadioGroupElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/ResetElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/SelectElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/SubmitElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/TextareaElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/TextblockElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element/TextlineElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Form.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/AbstractJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/ButtonJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxGroupJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/CheckboxJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/ContainerJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/FieldsetJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/FileuploadJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/FormJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/HeaderJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/HiddenJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/NameJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/PasswordJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/RadioGroupJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/RadioJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/ResetJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/SelectJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/SubmitJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/TextareaJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/TextblockJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json/TextlineJsonElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Repository/ContentRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/ElementCounter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/AlphabeticFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/AlphanumericFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/CurrencyFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/DigitFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/FilterInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/IntegerFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/LowerCaseFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/RegExpFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/RemoveXssFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/StripNewLinesFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/TitleCaseFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/TrimFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter/UpperCaseFilter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Layout.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Localization.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/PostProcess/PostProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/PostProcess/PostProcessorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/PostProcess/RedirectPostProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Request.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Utility/FilterUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Utility/FormUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Utility/TypoScriptToJsonConverter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Utility/ValidatorUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/AbstractValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/AlphabeticValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/AlphanumericValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/BetweenValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/DateValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/DigitValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/EmailValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/EqualsValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/FileAllowedTypesValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/FileMaximumSizeValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/FileMinimumSizeValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/FloatValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/GreaterThanValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/InArrayValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/IntegerValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/IpValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/LengthValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/LessthanValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/RegExpValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/RequiredValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/UriValidator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation/ValidatorInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Additional/AdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Additional/LabelAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Additional/LegendAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/ConfirmationView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/AbstractElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/CheckboxGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/ContainerElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/FieldsetElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/FileuploadElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/OptgroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/OptionElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/RadioElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/RadioGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/SelectElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/TextareaElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element/TextlineElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Additional/AdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Additional/ErrorAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Additional/LabelAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Additional/LegendAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Additional/MandatoryAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/AbstractElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/ButtonElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/CheckboxElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/CheckboxGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/ContainerElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/ContentElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/FieldsetElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/FileuploadElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/HeaderElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/HiddenElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/ImagebuttonElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/OptgroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/OptionElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/PasswordElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/RadioElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/RadioGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/ResetElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/SelectElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/SubmitElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/TextareaElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/TextblockElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element/TextlineElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/FormView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Additional/AdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Additional/LabelAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Additional/LegendAdditionalElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/AbstractElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/CheckboxGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/ContainerElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/FieldsetElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/FileuploadElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/HiddenElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/OptgroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/OptionElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/RadioGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/SelectElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/TextareaElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element/TextlineElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/HtmlView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/MailView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/AbstractElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/CheckboxGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/ContainerElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/FieldsetElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/FileuploadElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/HiddenElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptgroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/OptionElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Wizard/WizardView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration/PageTS/modWizards.ts
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration/TypoScript/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/CheatSheet/Images.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/CheatSheet/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference/Attributes/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference/Functions/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference/Objects/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Images/CheatSheetAttributes.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Images/CheatSheetFilters.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Images/CheatSheetLayouts.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Images/CheatSheetRules.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Images/FormCreationWizad.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Resources/Cheatsheet.ods
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/button.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/checkbox.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/checkboxgroup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/fieldset.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/hidden.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/imagebutton.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/optgroup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/option.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/password.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/radio.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/radiogroup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/reset.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/select.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/submit.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/textarea.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes/textline.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/alphabetic.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/alphanumeric.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/currency.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/digit.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/integer.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/lowercase.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/regexp.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/stripnewlines.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/titlecase.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/trim.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter/uppercase.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Request/checkbox.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Request/option.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Request/radio.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/alphabetic.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/alphanumeric.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/between.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/combined.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/date.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/digit.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/email.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/equals.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/float.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/greaterthan.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/inarray.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/integer.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/ip.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/length.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/lessthan.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/regexp.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/required.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation/uri.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Modules/Wizards/FormWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Modules/Wizards/FormWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private/Language/locallang_controller.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private/Language/locallang_wizard.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private/Templates/Wizard.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/CSS/Wizard/Form.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/broom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/captcha.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/cursor-move.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/drive-upload.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/edit-heading.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/edit-textblock.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/mail.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/remove.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/submit-trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/tooltip.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-button-default.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-button.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-check-box.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-check-boxes.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-combo-box.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-group-box.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-labels.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-radio-button.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-radio-buttons.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-scroll-pane-text.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-text-field-hidden.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-text-field-password.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/ui-text-field.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images/user-silhouette.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Button.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Checkbox.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Fieldset.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Fileupload.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Form.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Hidden.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Password.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Radio.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Reset.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Select.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Submit.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Textarea.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic/Textline.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/ButtonGroup.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Container.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Content/Header.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Content/Textblock.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Dummy.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Elements.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/CheckboxGroup.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/Email.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/Name.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined/RadioGroup.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Helpers/Element.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Helpers/History.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Initialize.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.form.spinnerfield.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.form.textfieldsubmit.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.grid.CheckColumn.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.grid.ItemDeleter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.grid.SingleSelectCheckColumn.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.isemptyobject.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.merge.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux/Ext.ux.spinner.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/Basic.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/ButtonGroup.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/Content.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements/Predefined.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/Attributes.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/Behaviour.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/Dummy.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/Mail.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/PostProcessor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors/Redirect.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/Prefix.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Dummy.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Attributes.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Alphabetic.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Alphanumeric.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Currency.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Digit.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Dummy.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Filter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Integer.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/LowerCase.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/RegExp.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/RemoveXSS.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/StripNewLines.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/TitleCase.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/Trim.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters/UpperCase.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Label.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Legend.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Options.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Alphabetic.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Alphanumeric.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Between.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Date.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Digit.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Dummy.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Email.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Equals.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/FileAllowedTypes.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/FileMaximumSize.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/FileMinimumSize.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Float.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/GreaterThan.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/InArray.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Integer.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Ip.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Length.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/LessThan.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/RegExp.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Required.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Rule.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation/Uri.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Various.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Panel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Right.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Domain/Factory/TypoScriptFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/AlphabeticFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/AlphanumericFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/CurrencyFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/DigitFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/IntegerFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/RegExpFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/RemoveXssFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/StripNewLinesFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/TrimFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/PostProcess/MailPostProcessorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/PostProcess/PostProcessorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/AlphabeticValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/AlphanumericValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/BetweenValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/DateValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/DigitValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/EmailValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/EqualsValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/FileAllowedTypesValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/FileMaximumSizeValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/FileMinimumSizeValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/FloatValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/GreaterThanValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/Helper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/InArrayValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/IntegerValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/IpValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/LengthValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/LessThanValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/RegExpValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/RequiredValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation/UriValidatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element/AbstractElementViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Aspect/FileMetadataOverlayAspect.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Category/Collection/CategoryCollection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/AbstractContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ClearGifContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ColumnsContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetDataHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetImageResourceHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetPublicUrlForFileHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectGetSingleHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectOneSourceCollectionHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectPostInitHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentObjectStdWrapHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ContentTableContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/EditPanelContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/FileContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/FileLinkHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/FlowPlayerContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/FormContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/HorizontalRulerContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ImageTextContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/LoadRegisterContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/MediaContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuFilterPagesHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/CategoryMenuUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/Exception/NoSuchMenuTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/ImageMenuContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/JavaScriptMenuContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/MenuContentObjectFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/MultimediaContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/OffsetTableContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/QuicktimeObjectContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/RestoreRegisterContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/SearchResultContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/ShockwaveFlashObjectContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/TableRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/UserInternalContentObject.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/DataSubmissionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/ExtDirectEidController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/PageInformationController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/ShowImageController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/TranslationStatusController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks/MediaItemHooks.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page/CacheHashCalculator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page/FramesetRenderer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page/PageGenerator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page/PageRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page/PageRepositoryGetPageOverlayHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page/PageRepositoryGetRecordOverlayHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Utility/CompressionUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Utility/EidUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/View/AdminPanelView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/View/AdminPanelViewHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA/backend_layout.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA/fe_groups.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA/fe_users.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA/pages_language_overlay.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA/sys_domain.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA/sys_template.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA/tt_content.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Resources/Public/JavaScript/AdminPanel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Resources/Public/JavaScript/jsfunc.menu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Resources/Public/JavaScript/jsfunc.validateform.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Functional/ContentObject/FluidTemplateContentObjectTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/MenuContentObjectFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/DataSubmissionControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/Fixtures/renderedPage.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/MediaWizard/MediaWizardProviderTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Plugin/AbstractPluginTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Classes/Controller/PageFunctionsController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Resources/Private/Templates/func.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/mod1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/mod1/func.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Clickmenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Controller/ImportExportController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Hook/BackendControllerHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/ImportExport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/LocalPageTree.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Task/ImportExportTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Utility/ImportExportUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/AbstractExportTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/GroupFileAndFileReferenceItem/ExportTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/GroupFileAndFileReferenceItemInFlexForm/ExportTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecords/ExportTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContent/ExportTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContentWithImages/ExportTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContentWithRteImagesAndFileLink/ExportTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/irre_tutorial.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/pages.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/sys_file.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/sys_file_metadata.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/sys_file_reference.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/sys_file_storage.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/sys_language.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/tt_content-with-image.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/tt_content-with-rte-image-n-file-link.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/tt_content.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database/tx_impexpgroupfiles_item.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Configuration/TCA/tx_impexpgroupfiles_item.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Resources/Private/Language/locallang_db.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Resources/Public/Icons/icon_tx_impextgroupfiles_item.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin/_processed_/csm_typo3_image2_5c2670fd59.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin/user_upload/typo3_image2.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin/user_upload/typo3_image3.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin/user_upload/typo3_image5.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/uploads/tx_impexpgroupfiles/typo3_image4.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/impexp-group-file-and-file_reference-item-in-ff.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/impexp-group-file-and-file_reference-item.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/irre-records.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/pages-and-ttcontent-with-image.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/pages-and-ttcontent-with-rte-image-n-file-link.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/pages-and-ttcontent.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/AbstractImportTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItem/DataSet/Assertion/importGroupFileAndFileReferenceItem.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItem/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItemInFlexForm/DataSet/Assertion/importGroupFileAndFileReferenceItemInFlexForm.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItemInFlexForm/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/IrreTutorialRecords/DataSet/Assertion/importIrreRecords.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/IrreTutorialRecords/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContent/DataSet/Assertion/importSimplePagesAndRelatedTtContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContent/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithDifferentImageToExistingData.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithImagesButWithoutStorageOnCaseInsensitiveFilesystems.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithImagesButWithoutStorageOnCaseSensitiveFilesystems.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithImagesOnCaseInsensitiveFilesystems.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithImagesOnCaseSensitiveFilesystems.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithSameImageToExistingData.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/Folders/Assertion/fileadmin/user_upload/typo3_image2_01.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-existing-different-image.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-existing-same-image.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-image-without-storage.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportInFilledDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithRteImagesAndFileLink/DataSet/Assertion/importPagesAndRelatedTtContentWithRteImagesAndFileLink.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithRteImagesAndFileLink/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItem/DataSet/Assertion/importGroupFileAndFileReferenceItem.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItem/ImportExportXml/impexp-group-file-and-file_reference-item.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItem/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItemInFlexForm/DataSet/Assertion/importGroupFileAndFileReferenceItemInFlexForm.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItemInFlexForm/ImportExportXml/impexp-group-file-and-file_reference-item-in-ff.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItemInFlexForm/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContent/DataSet/Assertion/importPagesAndRelatedTtContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContent/ImportExportXml/pages-and-ttcontent.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContent/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentUploads/DataSet/Assertion/importPagesAndTtContentUploads.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentUploads/ImportExportXml/pages-and-ttcontent-uploads.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentUploads/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithImages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithImages/ImportExportXml/pages-and-ttcontent-with-images.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithImages/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink/DataSet/Assertion/importPagesAndRelatedTtContentWithRteImagesAndFileLink.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink/ImportExportXml/pages-and-ttcontent-with-rte-image-n-file-link.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesWithLanguageOverlay/DataSet/Assertion/importPagesWithLanguageOverlay.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesWithLanguageOverlay/ImportExportXml/pages-and-pages-language-overlay.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesWithLanguageOverlay/ImportInEmptyDatabaseTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/app/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/app/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/app/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/app/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/app/template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/diffview.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/excludebox.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/export.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/export1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/export2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/extdep.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/fileformat.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/htmlcss.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/impexp.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/impexp_misc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/impexp_misc1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/impexp_misc2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/impexp_misc3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/impexp_misc4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/import.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/import_selectfile.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/metadata.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/pagetreecfg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/phpext.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/references.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/references1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/references2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/singlerecord.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/static.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/static1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/tablelist.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages/update.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/doc/TODO.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/export.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/import.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/locallang_csh_45.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Controller/IndexingStatisticsController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Controller/ModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Controller/SearchController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Example/CrawlerHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Example/PluginHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/FileContentParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Hook/CrawlerFilesHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Indexer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Lexer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Utility/DoubleMetaPhoneUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TCA/index_config.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TypoScript/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TypoScript/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Configuration/General/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Configuration/Typoscript/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/AdvancedSearchOptions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CategorizationSelector.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CommonIndexingConfigurations.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ComplexScenarioMoreExamples.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ComplexScenarioOverview.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ComplexScenarioPlugin.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CrawlerForLinkedFiles.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CrawlerLogConfigurationId.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CrawlerLogDirectories.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CrawlerLogExternal.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CrawlerLogFullIndexing.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CrawlerLogRecords.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/CrawlerVerfiyIndexing.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/DisableFrontendIndexing.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/FrontendSearchForm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/FrontendSearchResults.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/GlobalPageDetails.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/GlobalStatistics.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/GroupingConfigurations.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/IndexedSearchPluginType.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/IndexingConfigurationDirectory.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/IndexingConfigurationExternal.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/IndexingConfigurationFullTree.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/IndexingConfigurationRecords.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/IndexingModuleSelection.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/PageIndexingCleanup.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/PageIndexingStatistics.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/RecordConfigurationPlacement.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/VerifyingIndexedDirectories.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/VerifyingIndexedExternals.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/VerifyingIndexedRecords.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ViewResultsBasic.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ViewResultsCategorized.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ViewResultsGrouped.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ViewResultsLocalized.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images/ViewResultsOrdered.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Configurations/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/DisableFrontendIndexing/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Grouping/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingDirectories/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingExternals/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingFilesSeparately/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingRecords/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingWebsite/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/ShowingResults/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/KnownProblems/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/AccessRestrictedPages/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/ExternalMedia/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HowPagesAreIndexed/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HtmlContent/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/UseOfHashes/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/UserManual/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Language/locallang_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Partials/Rules.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Partials/Searchresult.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Templates/Search/Form.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Templates/Search/Search.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/class.crawler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/cli/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/ext_conf_template.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/locallang_csh_indexcfg.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod/isearch.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod/mod_template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/modfunc1/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/modfunc2/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/indexed_search.tmpl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/csv.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/doc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/html.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/jpg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/locked.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/pages.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/pdf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/pps.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/ppt.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/rtf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/sxc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/sxi.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/sxw.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/tif.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/txt.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/xls.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res/xml.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/template_css.tmpl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Classes/Controller/InfoModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Resources/Private/Templates/info.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1/info.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1/log.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Classes/Controller/InfoPageTyposcriptConfigController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/cshimages/img_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/cshimages/img_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/cshimages/img_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/cshimages/img_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/cshimages/img_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/doc/TODO.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/locallang_csh_webinfo.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/AbstractCustomPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/AbstractFeature.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/AbstractPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Charset/CharsetFeature.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Charset/CoreInternalPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Charset/CustomPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Charset/IconvPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Charset/MbstringPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Context/CustomPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Context/DevelopmentPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Context/ProductionPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/CustomPresetInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ApcPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/DatabasePreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ExtbaseObjectCacheFeature.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/FeatureInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/FeatureManager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Image/AbstractImagePreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Image/CustomPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Image/ImageFeature.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/PresetInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/AbstractController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/AbstractAction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/ActionInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/AbstractAjaxAction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/AbstractCoreUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/ClearCache.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateActivate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateCheckPreConditions.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateDownload.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateIsUpdateAvailable.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateMove.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateUnpack.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateUpdateVersionMatrix.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateVerifyChecksum.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/EnvironmentStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/ExtensionCompatibilityTester.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/FolderStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax/UninstallExtension.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Common/AccessNotAllowedAction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Common/InstallToolDisabledAction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Common/InstallToolPasswordNotSetAction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Common/LoginForm.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step/AbstractStepAction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step/DatabaseConnect.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step/DatabaseData.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step/DatabaseSelect.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step/DefaultConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step/EnvironmentAndFolders.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step/StepInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/AllConfiguration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/CleanUp.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/Configuration.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/FolderStructure.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/ImportantActions.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/LoadExtensions.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/SystemEnvironment.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/TestSetup.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/UpgradeWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool/Welcome.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/AjaxController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/BackendModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Exception/RedirectException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Exception/RedirectLoopException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/StepController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/ToolController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Database/DatabaseConnectionMock.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/AbstractNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/DefaultPermissionsCheck.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/DirectoryNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/Exception/InvalidArgumentException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/Exception/RootNodeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/FileNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/LinkNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/NodeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/RootNode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/RootNodeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/StructureFacade.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/StructureFacadeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Report/EnvironmentStatusReport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Report/InstallStatusReport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/CachingFrameworkDatabaseSchemaService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/ClearCacheService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/ContextService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/CoreUpdateService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/CoreVersionService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/EnableFileService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/Exception/CoreVersionServiceException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/Exception/RemoteFetchException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/Exception/UnexpectedSignalReturnValueTypeException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/SessionService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/SqlExpectedSchemaService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/SqlSchemaMigrationService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/AbstractStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/AlertStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/ErrorStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/InfoStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/NoticeStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/OkStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/StatusInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/StatusUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status/WarningStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/Check.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/AbstractDatabaseSchemaUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/AbstractUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/CompatVersionUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/ExtensionManagerTables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/FileIdentifierHashUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/FileTableSplittingUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/FilemountUpdateWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/FinalDatabaseSchemaUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/InitialDatabaseSchemaUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/MediaFlexformUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/RootTemplateUpdate.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/RteFileLinksUpdateWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/RteMagicImagesUpdateWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/TruncateSysFileProcessedFileTable.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/View/FailsafeView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/View/JsonView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/View/StandaloneView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/ConstantViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/File/RelativePathViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/Format/ImageMagickCommandsViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/PhpInfoViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/fileadmin-temp-htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/fileadmin-temp-index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/fileadmin-user_upload-temp-importexport-htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/uploads-index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Font/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Font/vera.ttf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Language/BackendModule.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Language/Report/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Layouts/BackendModule.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Layouts/Step.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Layouts/ToolAuthenticated.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/Copyright.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/Head.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/HiddenFormFields.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/Left.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/LoginForm.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/StatusMessage.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common/SubmitButton.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/ConnectDetails.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/DbalDriverSelection.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/LoadDbal.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect/UnloadDbal.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Step/StepCounter.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/AllConfiguration/SubSection.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/CleanUp/ClearTables.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/CleanUp/ResetBackendUserUc.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/CleanUp/Typo3TempFiles.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Charset.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Charset/CoreInternal.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Charset/Custom.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Charset/Iconv.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Charset/Mbstring.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Context.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Context/Custom.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Context/Development.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Context/Production.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/ExtbaseObjectCache.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/ExtbaseObjectCache/Apc.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/ExtbaseObjectCache/Database.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Image.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Image/Custom.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Image/GraphicsMagick.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Image/ImageMagick6.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/ChangeSiteName.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/ClearAllCache.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/ClearOpcodeCache.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/CoreUpdateButton.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/CreateAdministrator.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/DatabaseAnalyzerButton.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/DatabaseAnalyzerData.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/DatabaseAnalyzerSuggestion.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/ExtensionCompatibilityTester.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/LastError.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/NewInstallToolPassword.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/SetNewEncryptionKey.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/SystemInformation.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/AboutImageHandling.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/CombiningImages.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/ConvertImageFormatsToJpg.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/CurrentConfiguration.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/DisplayTwinImage.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/Gdlib.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/Mail.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/ScalingImages.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/TrueTypeFontDpi.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/VerifyTestResults.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup/WriteGifAndPng.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/GetUserInput.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/ListUpdates.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/PerformUpdate.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Common/AccessNotAllowed.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolDisabled.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolDisabled.phtml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Common/InstallToolPasswordNotSet.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Common/Login.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseConnect.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseData.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Step/DatabaseSelect.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Step/DefaultConfiguration.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Step/EnvironmentAndFolders.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Step/EnvironmentAndFolders.phtml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/AllConfiguration.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/CleanUp.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/Configuration.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/FolderStructure.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/ImportantActions.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/LoadExtensions.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/SystemEnvironment.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/TestSetup.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/UpgradeWizard.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool/Welcome.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/BackendModule/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/BackendModule/ShowEnableInstallToolButton.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Background/Body.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Background/Content.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Background/ContentBottom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Background/ContentTop.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Background/Logo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Background/Menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/BackendModule.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/Error.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/Information.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/LoginIconKey.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/Notice.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/Ok.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/Save.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/SpinnerSmall.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/Warning.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/arrowdown-dark.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/arrowdown-white.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/arrowright-dark.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon/arrowright-white.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/AllConfiguration.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/CleanUp.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/Configuration.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/FolderStructure.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/ImportantActions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/SystemEnvironment.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/TestSetup.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/UpgradeWizard.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu/Welcome.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/BackgroundCombine.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/BackgroundGreen.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/MaskBlackWhite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/MaskCombine.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.ai
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.bmp
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.pcx
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.pdf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.tga
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Test.tif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Transparent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput/Transparent.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/About.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Combine-1.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Combine-2.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Font.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-box.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-box.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-niceText.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-niceText.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-shadow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-shadow.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-simple.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-simple.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-text.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-text.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-ai.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-bmp.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-gif.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-jpg.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-pcx.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-pdf.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-png.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-tga.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Read-tif.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Scale-gif.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Scale-jpg.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Scale-png.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Write-gif.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference/Write-png.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Javascript/Install.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/Action/Common/EarlyExit.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/Action/Common/Install.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/Action/Common/Login.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/Action/Step/General.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/BackendModule/ShowEnableInstallToolButton.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Start/Install.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller/Action/Ajax/ExtensionCompatibilityTesterTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller/Action/Ajax/Fixtures/demo1/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller/Action/Ajax/Fixtures/demo1/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure/AbstractNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure/DefaultFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure/DirectoryNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure/FileNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure/LinkNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure/RootNodeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure/StructureFacadeTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Service/CoreUpdateServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Service/CoreVersionServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Service/Fixtures/VersionMatrixFixture.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Service/SqlSchemaMigrationServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Status/StatusUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/View/JsonViewTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/ViewHelpers/Format/PhpErrorCodeViewHelperTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/4.5/locallang_csh_corebe.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/4.5/locallang_csh_pages.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Command/LanguageCommandController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Controller/LanguageController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Model/Extension.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Model/Language.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Model/LanguageSelectionForm.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Model/UpdateTranslationForm.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Repository/ExtensionRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Repository/LanguageRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Exception/Lang.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Exception/Ter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Exception/XmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/LanguageService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Service/UpdateTranslationService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Utility/Connection/Ter.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/View/Language/CheckTranslationJson.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/View/Language/UpdateTranslationJson.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/ViewHelpers/Be/SpriteIconViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/.htaccess
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Language/locallang_mod_language.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Layouts/Default.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Partials/LanguageSelectionList.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Partials/TranslationUpdateList.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Templates/Language/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/JavaScript/LangModule.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/JavaScript/Typo3Lang.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/StyleSheet/LangModule.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain/Model/ExtensionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageSelectionFormTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain/Model/LanguageTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain/Model/UpdateTranslationFormTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_10.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_11.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_12.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_13.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_14.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_15.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_16.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_17.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_18.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_19.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_20.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_8.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/be_groups_9.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/beuser_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/beuser_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/beuser_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/beuser_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_10.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_11.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_12.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_13.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_14.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_15.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_16.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_17.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_18.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_19.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_20.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_21.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_22.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_23.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_24.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_25.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_26.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_27.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_28.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_29.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_30.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_31.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_32.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_33.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_34.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_35.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_36.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_37.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_38.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_39.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_40.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_41.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_42.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_43.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_44.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_46.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_47.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_48.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_49.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_50.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_51.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_52.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_53.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_54.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_55.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_56.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_57.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_58.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_59.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_60.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_61.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_62.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_63.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_64.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_65.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_67.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_68.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_69.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_70.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_8.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/core_9.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_10.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_11.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_12.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_8.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/em_9.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/filemount_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/login.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pages_8.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pagetree_overview_10.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages/pagetree_overview_11.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/hooks/clearcache/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/lang.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_alt_doc.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_alt_intro.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_browse_links.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_common.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_core.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_be_groups.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_be_users.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_corebe.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_pages.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_sysfilem.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_syslang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_sysnews.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_sysws.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_web_func.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_csh_web_info.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_general.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_login.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_misc.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_admintools.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_doc.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_file.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_file_list.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_help.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_help_about.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_help_cshmanual.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_system.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_tools.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_tools_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_user.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_user_ws.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_usertools.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_web.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_web_func.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_web_info.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_web_list.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_mod_web_perm.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_show_rechis.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_t3lib_fullsearch.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_tca.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_tcemain.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_tsfe.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_tsparser.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_view_help.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/locallang_wizards.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ChangeLog
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/LinkAnalyzer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype/AbstractLinktype.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype/ExternalLinktype.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype/FileLinktype.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype/InternalLinktype.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype/LinkHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype/LinktypeInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Report/LinkValidatorReport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Task/ValidatorTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Task/ValidatorTaskAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration/TsConfig/Page/pagetsconfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Images/CheckLinksTab.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Images/CheckLinksTabVisible.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Images/ReportsTab.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Images/SchedulerTask.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/NextSteps/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Templates/mailtemplate.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Templates/mod_template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Public/Css/linkvalidator.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/AdminCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/CleanFlexformCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/CleanerCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/DeletedRecordsCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/DoubleFilesCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/LostFilesCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/MissingFilesCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/MissingRelationsCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/OrphanRecordsCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/RteImagesCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/SyslogCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/Utility/ArrayBrowser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/VersionsCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/View/ConfigurationView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/View/DatabaseIntegrityView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/HOWTO_clean_up_TYPO3_installations.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Resources/Private/Templates/config.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Resources/Private/Templates/dbint.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Tests/Unit/Utility/ArrayBrowserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/admin_cli.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config/config.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/cli/cleaner_cli.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/cli/refindex_cli.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/db.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Classes/Controller/OpendocsController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Css/opendocs.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Icons/opendocs.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Images/toolbar_item_active_bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/JavaScript/opendocs.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/locallang_opendocs.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/registerToolbarItem.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes/Exception.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes/OpenidEid.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes/OpenidModuleSetup.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes/OpenidReturn.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes/OpenidService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes/OpenidStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes/Wizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Images/BackendUserConfiguration.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Images/FrontendUserConfiguration.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Images/YahooOpenIdScreen.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/UsersManual/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Private/Language/Wizard.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Private/Templates/Wizard/Content.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Public/StyleSheets/Wizard.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/class.tx_openid_eid.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/class.tx_openid_return.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/AX.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Association.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/BigMath.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Consumer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/CryptUtil.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DatabaseConnection.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DiffieHellman.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Discover.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DumbStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Extension.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/FileStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/HMAC.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Interface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/KVForm.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MDB2Store.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MemcachedStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Message.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MySQLStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Nonce.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PAPE.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Parse.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PostgreSQLStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLiteStore.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SReg.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Server.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/ServerRequest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/TrustRoot.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID/URINorm.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/HTTPFetcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Manager.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Misc.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParseHTML.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/PlainHTTPFetcher.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XML.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRDS.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRI.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRIRes.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Yadis.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/COPYING
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/php-openid-typo3.patch
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/locallang_csh_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/wizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/wizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Classes/Controller/PermissionAjaxController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Classes/Controller/PermissionModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Resources/Private/Templates/perm.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1/perm.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1/perm.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/Controller/ElementBrowserController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/Controller/ElementBrowserFramesetController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList/RecordListHookInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Modules/Wizards/ElementBrowserWizard/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Modules/Wizards/ElementBrowserWizard/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Resources/Private/Templates/db_list.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit/Browser/ElementBrowserTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/mod1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/mod1/list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Domain/Model/Tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Images/RecyclerMainScreen.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1/mod_template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1/moduleicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/css/customExtJs.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/accept.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/arrow_redo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/arrow_rotate_anticlockwise.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/bin.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/bin_closed.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/bin_empty.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/database_save.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/filter_clear.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/filter_refresh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/recycler.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/recycler2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons/x_toolbar_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/js/t3_recycler.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Controller/ReportController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status/FalStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status/Status.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status/SystemStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status/Typo3Status.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status/WarningMessagePostProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/ReportInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Status.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/StatusProviderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTaskNotificationEmailField.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/ViewHelpers/ActionMenuItemViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/ViewHelpers/IconViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Layouts/Default.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Partials/Menu.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Templates/Report/Detail.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Templates/Report/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Public/styles.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests/Unit/Report/Status/Typo3StatusTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/reports/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Backend/AbstractBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Backend/AjaxLoginHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Backend/BackendFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Backend/CommandLineBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/BackendWarnings.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Hook/BackendHookForAjaxLogin.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Keypair.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/RsaAuthService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Configuration/TCA/tx_rsaauth_keys.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/UsersManual/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit/Backend/CommandLineBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit/Backend/PhpBackendTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit/KeypairTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_conf_template.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/hooks/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/locallang_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/BackendLoginFormRsaEncryption.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/base64.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/jsbn.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/jsbn2.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/prng4.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/rng.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/rsa.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn/rsa2.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/rsaauth.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/rsaauth_min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/BrowseLinks.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/ContentParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller/AccessibilityLinkController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller/BrowseLinksController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller/CustomAttributeController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller/FrontendRteController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller/ImageRenderingController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller/SelectImageController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller/SpellCheckingController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/AboutEditor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Acronym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/BlockElements.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/BlockStyle.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/CharacterMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/ContextMenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/CopyPaste.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultClean.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultImage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultInline.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/DefaultLink.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/DefinitionList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/EditElement.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/EditorMode.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/FindReplace.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/InlineElements.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/InsertSmiley.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Language.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/MicroDataSchema.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Plaintext.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/QuickTag.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/RemoveFormat.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/SelectFont.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Spellchecker.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/TableOperations.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/TextIndicator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/TextStyle.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Color.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3HtmlParser.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Image.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/Typo3Link.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/UndoRedo.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension/UserElements.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/FolderTree.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/Frontend/Controller/TypoScriptFrontendControllerHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/PageTree.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/SelectImage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/User.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/Hook/Frontend/Controller/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/TCA/tx_rtehtmlarea_acronym.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/TypoScript/ImageRendering/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/AnchorAccessibility/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/Clickenlarge/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/CustomTags/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/DefaultWebsiteLanguage/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/ExtensionConfiguration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/FrontEndPlugins/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/InstallingMultipleRtes/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classes/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classesAnchor/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/colors/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/fontSizes/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/fonts/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/interfaceConfiguration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/mutuallyExclusiveClasses/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/userCategory/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/userElements/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/userLinks/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/ServerConfiguration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/ToolbarElements/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/UserTsconfig/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Copyright/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Default/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Demo/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Image/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Minimal/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Typical/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Installation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/FirefoxExtensionNoscript/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/GzipCachingProblem/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/HtmlTagAbbr/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/OperaExtensionHyperTranslate/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/SecurityErrorStylesheets/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Buttons/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Creating/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Nesting/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Remapping/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/Faq/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements/DropDownBehavior/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements/DropDownLabels/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements/ElementsList/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/Hotkeys/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/MarkingLanguage/DropDownList/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/MarkingLanguage/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/MarkingLanguage/LanguageMarks/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements/DropDownBehavior/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements/DropDownLabels/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements/ElementsList/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Resources/Private/Language/locallang_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/ext_autoload.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/ext_conf_template.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images/about.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images/acronym.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/blockquote.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/indent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertHorizontalRule.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertOrderedList.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphAfter.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphBefore.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertUnorderedList.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyCenter.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyFull.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyLeft.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyRight.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/outdent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockStyle/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/character-insert-from-map.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/soft-hyphen-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/copy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/cut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/paste.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/forecolor.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/hilitecolor.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultFont/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images/image.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/bold.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/italic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/strikethrough.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/subscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/superscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/underline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/unlink.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionItem.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionList.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/images/element-edit.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/images/ed_html.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/images/find.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/res/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/bidioverride.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/bold.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/citation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/code.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/definition.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/deletedtext.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/emphasis.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/insertedtext.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/italic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/keyboard.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/monospaced.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/quotation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/sample.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/small.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/span.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/strikethrough.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/strong.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/subscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/superscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/underline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/variable.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/images/smiley.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/left_to_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/right_to_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/show-language-marks.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/res/schemaOrgAll.rdf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin/images/microdata-show.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-behaviour.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-toggle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/images/inserttag.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/images/remove-format.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SelectFont/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/images/spell-check.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images/forecolor.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images/hilitecolor.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/images/image.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images/link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images/unlink.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-merge.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-prop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-prop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/insert_table.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-insert-above.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-insert-under.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-prop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-prop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-restyle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/toggle-borders.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextIndicator/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextStyle/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/redo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/undo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/images/user.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/clearrtecache/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/softref/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/softref/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/statusreport/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/statusreport/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/HTMLAREA_LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/locallang_dialogs.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/locallang_msg.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/locallang_tooltips.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/AboutEditor/about-editor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/acronym.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/block-elements.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/block-style.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/character-map.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/context-menu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/copy-paste.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/default-clean.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultFont/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/default-image.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/default-inline.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/default-link.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/definition-list.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/img/red_arrow_bullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement/edit-element.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/editor-mode.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/find-replace.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineCSS/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/inline-elements.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/insert-smiley.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0001.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0002.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0003.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0004.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0005.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0006.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0007.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0008.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0009.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0010.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0011.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0012.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0013.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0014.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0015.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0016.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0017.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0018.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0019.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0020.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cool.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cry.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_embarassed.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_footinmouth.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_frown.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_innocent.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_kiss.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_laughing.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_moneyinmouth.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_public_license.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_sealed.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_smile.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_surprised.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_tongueout.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_undecided.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_wink.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_yell.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/language.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/MicrodataSchema/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/MicrodataSchema/microdata-schema.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/plain-text.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/quick-tag.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/remove-format.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectColor/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectFont/select-font.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-style.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/download.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link_new_window.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link_new_window.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/mail.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/typo3color.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/typo3html-parser.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/typo3image.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextIndicator/text-indicator.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/UndoRedo/undo-redo.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/user-elements.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/popups/blank.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/popups/editor_help.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea-edited-content.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/abbreviation-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bidi-override.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/blockquote.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bold.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-merge.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/character-insert-from-map.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/citation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/code.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-background.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-foreground.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/copy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list-item.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/delete-item.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/deleted-text.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-show-about.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-toggle-mode.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/element-edit.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/emphasis.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/find-replace.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/horizontal-rule-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/image-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/indent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/inserted-text.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/italic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-center.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-full.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/keyboard.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/language-marks-show.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/link-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/microdata-show.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/mono-spaced.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/ordered-list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/outdent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-behaviour.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-toggle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/quotation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/redo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/remove-format.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-above.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-under.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/sample.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/small.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/smiley-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/soft-hyphen-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/span.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/spell-check.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strike-through.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strong.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/subscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/superscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-restyle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-show-borders.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/tag-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-left-to-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-right-to-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/underline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/undo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unlink.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unordered-list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/user-element-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/variable.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/alt_menu_mainitem_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/language-marker.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/microdata.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/row-header.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-information.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-ok.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading-balls.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/resizable.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/system-help-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/locallang_csh_abbreviation.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod2/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod3/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod3/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod3/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod3/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod4/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod4/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod4/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod4/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod5/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod5/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod5/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod5/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod6/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod6/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi1/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi2/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi3/class.tx_rtehtmlarea_pi3.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/mail.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/advanced/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/advanced/userTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss/default.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss/img/red_arrow_bullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/demo/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/demo/userTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/image/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/proc/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/style/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/typical/pageTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/typical/userTSConfig.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/static/clickenlarge/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/templates/rtehtmlarea_pageheader_frontend.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Evaluation/BackendEvaluator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Evaluation/Evaluator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Evaluation/FrontendEvaluator.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Utility/SaltedPasswordsUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Credits/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/DevelopersGuide/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Images/ExtensionConfigurationCheck.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Images/SaltedHashInDatabase.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Installation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Licenses/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Overview/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Resources/Private/Language/locallang_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Utility/SaltedPasswordsUtilityTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/ext_conf_template.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/locallang_csh_saltedpasswords.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/AdditionalFieldProviderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/CronCommand/CronCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Example/SleepTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Example/SleepTaskAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Example/TestTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Example/TestTaskAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Execution.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/FailedExecutionException.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/ProgressProviderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Scheduler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/AbstractTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/FileStorageExtractionAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/FileStorageExtractionTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/FileStorageIndexingAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/FileStorageIndexingTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Configuration/TCA/tx_scheduler_task_group.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/DeleteTask/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/EditTask/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/ManualExecution/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/StopTask/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/AppendixA/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/DevelopersGuide/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/AddingATask.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/BackendModuleMainView.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/GroupRecords.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/GroupedTasks.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/InformationScreen.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/InputValidation.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/LateTask.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/MissingTaskClass.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/SetupCheck.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/StoppingATask.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images/TableGarbageCollectionTaskConfiguration.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/BaseTasks/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/Installing/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/SchedulerShellScript/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/SchedulerUser/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/SetupCheck/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/KnownProblems/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Overview/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/To-doList/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Private/Language/locallang_em.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public/Images/Icons/RunTask.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/CronCommand/CronCommandTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/ext_conf_template.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/locallang_tca.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1/locallang_csh_scheduler.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1/mod_template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1/moduleicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx/status_disabled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx/status_failure.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx/status_late.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx/status_running.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx/status_scheduled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx/stop.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/tx_scheduler_be.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/tx_scheduler_be.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Classes/Controller/SetupModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Resources/Private/Templates/setup.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/lang.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/rte.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup10.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup11.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup12.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup8.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages/setup9.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/locallang_csh_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod/setup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes/AbstractAuthenticationService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes/AuthenticationService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes/LoginFormHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes/Report/ServicesListReport.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Resources/Public/Images/tx_sv_report.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Tests/Unit/AuthenticationServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Classes/ActionList.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Classes/ActionTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Configuration/TCA/sys_action.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Images/CreateBackendUserAction.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Images/CreateSqlQuery.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Images/RecordListAction.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Images/SqlQueryAction.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/CreateBackendUser/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/EditRecords/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/InGeneral/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/NewRecord/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/RecordList/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/SqlQuery/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/locallang_csh_sysaction.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/locallang_tca.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/toolbarmenu/registerToolbarItem.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/x-sys_action.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Controller/NoteController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Core/Bootstrap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain/Model/SysNote.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Hook/PageHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/ViewHelpers/EditLinkViewHelper.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration/TCA/sys_note.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration/TypoScript/constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration/TypoScript/setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Language/locallang_csh_sysnote.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Language/locallang_tca.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Layouts/Default.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Templates/Note/List.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/ext_typoscript_constants.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/ext_typoscript_setup.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/CodeCompletion.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/FormWizard.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/Hook/TypoScriptTemplateInfoHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/T3editor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/TypoScriptReferenceLoader.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/LICENSE
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/icons/loader_eeeeee.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css/csscolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css/jscolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css/sparqlcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css/t3editor.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css/t3editor_inner.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css/typoscriptcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css/xmlcolors.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/fileedit.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/parse_typoscript/parsetyposcript.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/parse_typoscript/tokenizetyposcript.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/t3editor.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/ts_codecompletion/completionresult.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/ts_codecompletion/descriptionPlugin.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tscodecompletion.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsparser.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsref.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/templates/t3editor.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/tsref/tsref.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Classes/Hook/StyleGenerationHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Private/Templates/login.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_button_back.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_clipboard.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_csh.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_csm.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_docheader.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_history.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_infopopup.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_message.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_move_element.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_pagetree.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_recent_edited.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_rte.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_spinner.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_tab.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_table.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_tceforms.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_tree.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_version.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/element_wizard.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/login_screen.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/main_body.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/main_content.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/main_decorations.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/main_form.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/main_scaffolding.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_file_list.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_help_about.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_help_about_module.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_menu.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_user_settings.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_user_taskcenter.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_user_ws.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_list.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_list_sysnote.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_new_element.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_page.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_permissions.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_template.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/toolbar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/toolbar_caching.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/toolbar_logout.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/toolbar_shortcut.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/toolbar_username.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/toolbar_workspace.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure/topbar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/debug_panel.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_button_back.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_clipboard.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_csh.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_csm.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_docheader.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_extjs_icons.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_history.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_message.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_pagetree.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_recent_edited.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_rte.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_spinner.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_tab.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_table.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_tceforms.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_tree.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_typoscript.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_version.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/element_wizard.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/fonts.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/login_screen.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/main_body.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/main_content.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/main_decorations.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/main_form.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/misc_loading.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_file_list.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_file_upload.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_help_about.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_help_about_module.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_menu.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_info.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_list.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_list_sysnote.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_new_element.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_page.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_permissions.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_template.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/toolbar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/toolbar_caching.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/toolbar_livesearch.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/toolbar_logout.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/toolbar_shortcut.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/toolbar_username.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/toolbar_workspace.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual/topbar.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/generator_config.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bold-webfont.eot
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bold-webfont.svg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bold-webfont.ttf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bold-webfont.woff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bolditalic-webfont.eot
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bolditalic-webfont.svg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bolditalic-webfont.ttf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-bolditalic-webfont.woff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-italic-webfont.eot
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-italic-webfont.svg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-italic-webfont.ttf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-italic-webfont.woff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-regular-webfont.eot
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-regular-webfont.svg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-regular-webfont.ttf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts/share-regular-webfont.woff
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/JavaScript/login.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/alt_backend_logo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/alt_intro_image.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/border_collapse.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/border_expand.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/border_right_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/border_right_top.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/button_bg_o.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/c_mainitem_hl_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/dropdown_arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/dropdown_arrow_o.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/faded_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/forms_line_top.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/h2_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/h3_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/h4_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/h_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/h_bgdots.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/icon_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg_light.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg_light_o.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/intro_all_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/intro_all_bg.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/intro_image.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/li.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/lightgrey_fade.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/list_sep.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/list_sep2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login-border-bottom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login-box-body.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login-box-header.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login-field-input.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_all_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_back.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_back.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_footer.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_grid.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_headline_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_nocookies.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_noscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/login_submit_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/menu_back.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/menu_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/navframe_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/small_arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/toolbar-icon-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/toolbar-sep.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/top_logo_back.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/top_logo_bg.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds/ul.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/corners-gray.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/corners.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/l-gray.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/l.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/r-gray.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/r.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/tb-gray.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box/tb.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/btn-arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/btn-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/group-cs.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/group-lr.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/group-tb.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/s-arrow-b-noline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/s-arrow-b.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/s-arrow-bo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/s-arrow-noline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/s-arrow-o.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button/s-arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/dd/drop-add.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/dd/drop-no.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/dd/drop-yes.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/editor/tb-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form/clear-trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form/date-trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form/error-tip-corners.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form/exclamation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form/search-trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form/text-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form/trigger.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/gradient-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/col-move-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/col-move-top.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/columns.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/dirty.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid-blue-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid-hrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid3-hd-btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-sel-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/group-by.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/group-expand-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/hd-pop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/hmenu-asc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/hmenu-desc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/invalid_line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-first-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-first.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-last-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-last.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-next-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-next.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-prev-disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/page-prev.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/refresh.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/row-check-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/row-expand-sprite.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/row-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/sort-hd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/sort_asc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid/sort_desc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout/mini-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout/mini-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout/mini-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout/mini-top.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout/panel-title-light-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout/white-top-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/menu/checked.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/menu/group-checked.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/menu/menu-parent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/menu/menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/menu/unchecked.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/corners-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/left-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/light-hd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/tool-sprite-tpl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/tool-sprites.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/tools-sprites-trans.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/top-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/top-bottom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/white-corners-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/white-left-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel/white-top-bottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/progress/progress-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/qtip/bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/qtip/close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/qtip/tip-anchor-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shadow-c.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shadow-lr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shadow.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared/glass-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared/hd-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared/left-btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared/loading-balls.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared/right-btn.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared/warning.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer/e-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer/ne-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer/nw-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer/s-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer/se-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer/sw-handle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/slider/slider-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/slider/slider-thumb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/slider/slider-v-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/slider/slider-v-thumb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/splitbar/splitbar-background-top.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/scroll-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/scroll-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/scroller-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-left-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-right-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-left-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-right-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-btm-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs/tabs-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow-light.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/btn-over-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/glass-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/gray-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/more.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/tb-bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar/tb-btn-sprite.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/arrows.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/collapse-all.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/drop-add.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/drop-between.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/drop-no.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/drop-over.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/drop-under.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/drop-yes.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-end.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-minus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-minus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-plus-nl.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow-plus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/elbow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/expand-all.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/folder-open.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/folder.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/leaf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree/loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-error-big.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-error.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-info-big.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-info.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-question-big.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-question.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-warning-big.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/icon-warning.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/left-corners.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/left-corners.pspimage
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/left-right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/right-corners.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window/top-bottom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/xtheme-t3skin.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/acm_spacer2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/common-input-clear.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_action/sys_action.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_action/sys_action__h.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/icon-default.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/icon-instruction.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/icon-note.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/icon-template.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/icon-todo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/note-msg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note/note-ok.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/templavoila/mod1/clip_ref.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/templavoila/mod1/moduleicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/templavoila/mod1/moduleicon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_address/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_address/ext_icon__h.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_board/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_board/ext_icon__h.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__h.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__ht.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__t.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__x.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_guest/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_guest/ext_icon__h.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__h.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__ht.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__htu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__hu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__t.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__tu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__u.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__x.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon/user_pm_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon/user_pm_icon__h.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon/tab_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon/tab_icon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/acm_spacer.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/acm_spacer2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/add.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/add_workspaces.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/alt_backend_logo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/alt_menu_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/alt_menu_mainitem_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_dummy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_full.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/altmenuline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/arrowdown.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/arrowleft.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/arrowright.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/arrowup.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/bar.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/bg_input_button.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/bg_input_button_hover.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/blackclear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/blinkarrow_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/blinkarrow_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/border_back.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/button_down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/button_hide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/button_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/button_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/button_unhide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/button_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/bullet_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/div.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/filelinks.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/html.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/images_only.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/login_form.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/mailform.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/multimedia.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/regular_text.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/searchform.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/sitemap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/sitemap2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/table.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/text_image_below.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/text_image_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz/user_defined.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clear_all_cache.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clear_cache.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clear_cache_files_in_typo3c.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clearout.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_copy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_copy_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_cut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_cut_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_deselect.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_pasteafter.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_pasteinto.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clip_select.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/clipbrd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/close.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/close_12h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/closedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/closedok_2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/content_client.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/content_default.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/content_fresh.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/content_selected.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_first.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_first_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_last.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_last_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_next.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_next_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_previous.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/control_previous_disabled.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/copy_page_after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/copy_page_into.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/copymode_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/copymode_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/copymode_s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/csv.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/delete_record.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/deleted_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/deletedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/dmailerping.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/dummy_button.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/dummy_click.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/dummy_module.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/dummy_pane.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit2_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit2_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit_fe.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit_file.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/edit_rtewiz.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/editaccess.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/error.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/expand_window.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/fileicons/css.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/fileicons/folder.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/filter_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/garbage.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/go.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/goback.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/group_clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/group_clipbrd.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/group_tobottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/group_totop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/group_upload.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/helpbubble.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/helpbubble_old.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/helpmark.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/hidden_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/history.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/history2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/history_details.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_readonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/_icon_webfolders.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/_icon_website.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/backend_layout__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_admin.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_groups.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_groups__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_groups_lists.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users_admin.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/domain.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/domain__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/folder_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/halfline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/modules_fe_users.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__fup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__hfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__htup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__hup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__tup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_language_overlay.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_link.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__fup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__htup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__tup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__fup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__htup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__tup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/pages_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__fup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__hfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__htup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__hup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__tup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/recycler__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/shadow_deleted.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/shadow_hide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__fup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__htup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__tup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sys_workspace.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__fup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__hfup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__htup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__hup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__tup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/sysf__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_add__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/template_standard__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_div.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hf.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hfu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__ht.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__htu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__t.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__u.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__x.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_fatalerror.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_note.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_ok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_ok2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_ok_blue.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_ok_brown.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_ok_dim.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_warning.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/icon_warning2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/import.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/import_update.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/info.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/information.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/insert1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/insert2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/insert3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/insert4.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/insert5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/link_popup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/loginlogo_transp.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/logo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/logout.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mailicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/maximize.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/menu_dummy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/minimize.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/minusbullet_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mode1_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mode2_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mode3_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mode4_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mode5_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mode6_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/mode7_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/move_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/move_page_after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/move_page_into.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/move_record.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/napshot.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/new_el.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/new_file.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/new_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/new_record.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/newmail.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/newrecord2_marker.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/newrecord2_marker_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/newrecord_marker.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/newrecord_marker_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/notfound_thumb.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/notfound_thumb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/notice.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ok.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/arrowbullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/blank.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/halfline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/join.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/joinbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/jointop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/minus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/minusbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/minusbullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/minusonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/minustop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/plus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/plusbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/plusbullet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/plusbullet_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/plusonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/plustop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/quadline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol/stopper.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/old2_button_unhide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/old_button_hide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/old_button_unhide.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/open_in_new_window.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/options.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_accesssection.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_deleted.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_group.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_hidden.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_hidden_timing.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_no_icon_found.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_no_icon_found.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_sub.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_sub4.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_sub5.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/overlay_timing.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/perm-allowed.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/perm-denied.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/perm.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pil2down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pil2left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pil2right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pil2up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pildown.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pilleft_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pilleft_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pilleft_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pilright_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pilright_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pilright_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/pilup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/plusbullet2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/plusbullet_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/recordlock_warning.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/recordlock_warning2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/recordlock_warning2_ani.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/recordlock_warning3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/reddown.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/10.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/11.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/12.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/13.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/14.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/15.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/16.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/17.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/18.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/19.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/20.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/4.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/5.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/6.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/7.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/8.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers/9.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/redup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/refresh.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/refresh_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/refresh_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rel_db.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rel_db_lost.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rel_db_static.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rel_file.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rel_softref.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rename.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/required_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/saveandclosedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/saveandclosedok_2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/savedok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/savedok_red.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/savedoknew.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/savedokshow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/savedokshow_red.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/savesnapshot.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/select_duplicates.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selectall.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selectmode_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selectmode_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selectmode_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selectmode_s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selectnone.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/above_center.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/above_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/above_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/below_center.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/below_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/below_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/intext_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/intext_left_nowrap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/intext_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons/intext_right_nowrap.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/shortcut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/shortcut_background.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/shortcutgroups-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/spacer.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_large.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_medium.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_medium2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_mini.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_mini2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_minidoc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_minidoc2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stiblet_nodoc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/stop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/su.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/su_back.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/switch.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/thumb_d.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/thumb_h.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/thumb_n.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/thumb_s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/todoicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/todoicon_group.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/todoicon_user.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/toolbar_item_active_bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/toolbar_separator.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/topmenu_background.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/topmenu_background_palette.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/turn_down.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/turn_left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/turn_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/turn_up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/typo3logo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/undo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/up.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/upload.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/viewdok.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/warning.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/wizard_colorpickerex.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/wizard_forms.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/wizard_rte.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/wizard_rte2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/wizard_table.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/wizard_tsconfig.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/wizard_tsconfig_s.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/working.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/zoom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/zoom2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login-alert-error.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login-alert-warning.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login-icon-key.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login-icon-news.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login-submit-progress.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login_capslock.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login_clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login_help.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login_logo_sw.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login_padlock.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login_reload.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/login_user.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/logo-openid.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/mod/web/perm/legend.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_file.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_file_images.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_file_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_file_list_big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_help.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_help_about.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_help_aboutmodules.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_help_cshmanual.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_help_ts.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_system_config.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_system_dbint.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_system_install.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_system_log.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_system_user.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_tools.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_tools_em.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_tools_em.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_tools_isearch.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_tools_phpmyadmin.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_user.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_user_setup.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_user_taskcenter.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_user_taskcenter_big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_user_ws.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_func.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_info.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_layout.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_layout_big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_list_big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_modules.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_perms.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_ts.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_version.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_view.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/module_web_view_big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/options.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/adminpanel-down.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/adminpanel-up.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-down-alt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-down-gray.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-down-gray@2x.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-down.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-left-gray.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-left-gray@2x.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-right-alt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows/module-menu-right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/button-hover.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/button.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button-hover.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/gray-gradient.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/layout-not-assigned.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/login-box.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/module-menu-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/module-menu-right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/module-menu-top.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/tab.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-left.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-mask.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds/topbar.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ad-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ad.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ae-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ae.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/af-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/af.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ag-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ag.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ai-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ai.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/al-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/al.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/am-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/am.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/an-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/an.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ao-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ao.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ar-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ar.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/as-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/as.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/at-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/at.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/au-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/au.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/aw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/aw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ax-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ax.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/az-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/az.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ba-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ba.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bb-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bd-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bd.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/be-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/be.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bf-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bh-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bi-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bi.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bj-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bj.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bo-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/br-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/br.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bs-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bs.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bt-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bv-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/by-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/by.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/bz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ca-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ca.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/catalonia-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/catalonia.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cd-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cd.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cf-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ch-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ch.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ci-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ci.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ck-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ck.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cl-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cl.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/co-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/co.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cs-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cs.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cu-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cv-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cx-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cx.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cy-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cy.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/cz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/de-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/de.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dj-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dj.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/do-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/do.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/dz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ec-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ec.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ee-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ee.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/eg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/eg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/eh-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/eh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/england-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/england.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/er-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/er.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/es-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/es.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/et-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/et.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/europeanunion-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/europeanunion.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fam-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fam.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fi-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fi.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fj-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fj.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fo-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/fr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ga-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ga.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gb-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gd-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gd.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ge-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ge.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gf-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gh-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gi-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gi.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gl-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gl.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gp-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gp.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gq-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gq.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gs-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gs.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gt-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gu-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gy-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/gy.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ht-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ht.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hu-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/hu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/id-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/id.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ie-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ie.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/il-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/il.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/in-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/in.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/io-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/io.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/iq-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/iq.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ir-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ir.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/is-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/is.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/it-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/it.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/jm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/jm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/jo-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/jo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/jp-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/jp.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ke-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ke.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kh-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ki-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ki.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/km-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/km.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kp-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kp.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ky-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ky.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/kz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/la-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/la.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lb-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/li-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/li.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ls-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ls.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lt-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lu-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lv-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/lv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ly-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ly.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ma-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ma.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/md-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/md.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/me-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/me.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mh-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ml-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ml.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mo-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mp-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mp.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mq-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mq.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ms-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ms.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mt-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mu-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/multiple.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mv-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mx-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mx.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/my-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/my.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/mz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/na-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/na.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ne-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ne.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nf-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ng-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ng.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ni-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ni.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nl-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nl.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/no-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/no.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/np-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/np.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nu-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/nz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/om-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/om.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pa-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pa.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pe-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pe.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pf-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ph-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ph.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pl-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pl.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ps-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ps.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pt-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/pw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/py-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/py.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/qa-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/qa.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/qc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/qc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/re-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/re.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ro-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ro.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/rs-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/rs.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ru-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ru.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/rw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/rw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sa-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sa.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sb-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/scotland-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/scotland.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sd-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sd.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/se-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/se.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sh-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/si-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/si.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sj-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sj.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sl-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sl.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/so-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/so.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/st-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/st.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sv-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sy-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sy.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/sz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/td-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/td.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tf-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/th-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/th.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tj-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tj.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tk-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tk.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tl-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tl.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/to-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/to.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tr-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tr.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tt-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tv-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/tz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ua-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ua.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ug-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ug.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/um-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/um.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/us-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/us.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/uy-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/uy.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/uz-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/uz.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/va-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/va.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vc-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ve-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ve.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vg-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vi-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vi.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vn-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vn.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vu-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/vu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/wales-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/wales.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/wf-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/wf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ws-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ws.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ye-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/ye.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/yt-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/yt.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/za-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/za.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/zm-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/zm.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/zw-overlay.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags/zw.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/general/donate_teaser.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-duplicates-select.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-edit-access.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-export-csv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-export-t3d.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-history-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-import-t3d.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-info.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-localize.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-move.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-new.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-open-read-only.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-paste-after.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-paste-into.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-save-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-save-new.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-save-view.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-save.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-select.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-synchronize.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/document-view.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-add.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-copy-release.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-copy.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-cut-release.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-cut.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-delete.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-download.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-hide.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-insert-default.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-high.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-low.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-merge-localization.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-pick-date.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-rename.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-restore.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-undelete-edit.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-undo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-unhide.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/edit-upload.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/input-clear.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/insert-record.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/insert-reference.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/markstate.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/message-error-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/message-information-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/message-notice-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/message-ok-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/message-warning-close.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/move-down.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/move-left.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/move-move.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/move-right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/move-to-bottom.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/move-to-top.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/move-up.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/page-move.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/page-new.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/page-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/selection-delete.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-backend-user-emulate.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-backend-user-switch.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-high.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-low.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-medium.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-rte.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-cache-clear.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-configure.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-documentation.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-download.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-import.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-install.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-sqldump.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-uninstall.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-update-disabled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-extension-update.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-help-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-list-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-options-view.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-pagemodule-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-refresh.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-shortcut-new.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-tree-search-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/template-new.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/unmarkstate.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/version-document-remove.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/version-page-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/version-swap-version.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/version-swap-workspace.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/version-workspace-preview.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/version-workspace-sendtostage.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-go-back.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-go-down.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-go-forward.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-go-up.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-list-collapse.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-list-expand.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-first-disabled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-first.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-last-disabled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-last.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-next-disabled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-next.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-previous-disabled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-paging-previous.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-table-collapse.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/view-table-expand.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions/window-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/clipboard-images.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/clipboard-list.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-add.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-default.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-list.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-locked.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-media.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-news.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-opened.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-recycler.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-temp.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-folder-user.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-mount.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/filetree-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/irre-collapsed.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/irre-expanded.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-collapse.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-above.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-below.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-above.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-below.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-between.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-into.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-between.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-inside.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-place-denied.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-expand.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-approve.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-board.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-fe_users.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-news.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-shop.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-default.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-default.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-domain.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-not-in-menu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-recycler.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-hideinmenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-root.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/pagetree-spacer.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/tcatree-select-recursive.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-actions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-cache.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-opendocs.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-search.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-shortcut.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-workspace.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/compressed.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/excel.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/media-audio.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/media-flash.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/media-image.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/media-video.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/other-other.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/pdf.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/powerpoint.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/text-css.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/text-csv.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/text-html.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/text-js.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/text-php.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/text-text.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/word.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-divider.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-domain.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form-search.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-header.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-html.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-image.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-link.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-bullets.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-files.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-login.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-menu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-multimedia.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-page-language-overlay.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-plugin.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-script.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-table.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-extension.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-static.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text-picture.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_action.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_category.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_language.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_news.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_workspace.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes/x_belayout.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/dialog-error.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/dialog-information.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/dialog-notification.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/dialog-ok.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/dialog-warning.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-access-restricted.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-deleted.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-hidden.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-icon-missing.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-includes-subpages.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-locked.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-scheduled-future-end.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-scheduled.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/overlay-translated.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-checked.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-current.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-edit-read-only.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-icon-missing.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-locked.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-permission-denied.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-permission-granted.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-readonly.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-reference-hard.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-reference-soft.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-sorting-asc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-sorting-desc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-sorting-light-asc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-sorting-light-desc.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/status-workspace-draft.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/system-extension-required.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/user-admin.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/user-backend.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/user-frontend.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/user-group-backend.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/user-group-frontend.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-10.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-11.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-12.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-13.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-14.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-15.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-16.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-17.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-18.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-19.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-20.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-21.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-22.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-23.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-24.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-25.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-26.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-27.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-28.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-29.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-3.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-30.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-31.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-32.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-33.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-34.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-35.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-36.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-37.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-38.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-39.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-4.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-40.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-41.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-42.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-43.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-44.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-45.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-46.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-47.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-48.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-49.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-5.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-50.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-6.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-7.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-8.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-9.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/version-no-version.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/warning-in-use.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status/warning-lock.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/blank.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/join.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/joinbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/jointop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/line.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/minus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/minusbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/minusonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/minustop.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/plus.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/plusbottom.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/plusonly.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline/stopper.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/login/login-submit-background.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/login/typo3logo-white-greyback.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/login/typo3logo-white.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/shadows/box-bottom-424.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/shadows/box-bottom-424.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/shadows/box-top-428.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/shadows/box-top-428.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/shadows/navigation-container.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner/000000.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner/3f3f3f.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner/big-f0f0f0.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner/d5d5d5.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner/f1f1f1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner/ffffff.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/sprites/flags.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/sprites/t3skin.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/sprites/t3skin@x2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/htmlarea-edited-content.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/htmlarea.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/abbreviation-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/bidi-override.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/big.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/blockquote.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/bold.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-merge.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/character-insert-from-map.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/citation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/code.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-background.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-foreground.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/copy.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/cut.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list-item.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/delete-item.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/deleted-text.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-show-about.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-toggle-mode.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/element-edit.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/emphasis.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/find-replace.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/horizontal-rule-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/image-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/indent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/inserted-text.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/italic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-center.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-full.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/keyboard.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/language-marks-show.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/link-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/microdata-show.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/mono-spaced.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/ordered-list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/outdent.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-after.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-before.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-behaviour.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-toggle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/quotation.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/redo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/remove-format.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-delete.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-above.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-under.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-split.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/sample.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/small.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/smiley-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/soft-hyphen-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/span.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/spell-check.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/strike-through.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/strong.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/subscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/superscript.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-edit-properties.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-restyle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-show-borders.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/tag-insert.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-left-to-right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-right-to-left.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/underline.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/undo.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/unlink.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/unordered-list.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/user-element-edit.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions/variable.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/alt_menu_mainitem_bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/language-marker.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/microdata.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/separator.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-information.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-ok.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/status/loading-balls.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/status/loading.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/status/resizable.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/system-help-open.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/sprites/flags.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/sprites/t3skin.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/standalone/errorpage-message.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/templates/errorpage-message.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Classes/TaskInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Classes/TaskStatus.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/DevelopersGuide/CreatingANewTask/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/DevelopersGuide/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/DevelopersGuide/TaskcenterApi/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Images/ExampleScreenshot.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res/item-background.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res/list-item-act.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res/list-item.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res/mod_styles.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res/mod_template.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res/tasklist.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task/icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task/task.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private/Language/locallang_analyzer.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private/Language/locallang_ceditor.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private/Language/locallang_info.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private/Language/locallang_objbrowser.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private/Templates/tstemplate.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/10.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/11.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/12.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/13.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/14.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/15.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/16.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/17.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/18.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/19.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/20.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/4.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/5.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/6.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/7.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/8.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/9.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/BUG_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/BUG_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/BUG_menu2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/BUSINESS_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/BUSINESS_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/CANDIDATE_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/CANDIDATE_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/CANDIDATE_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/CrCPH_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/FIRST_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/FIRST_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/GLCK_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/GLCK_columns.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/GLCK_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/GREEN_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/GREEN_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/GREEN_menu2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/GREEN_menu3.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/HYPER_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/HYPER_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/HYPER_menu2.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/HYPER_page.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/HYPER_toptitle.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/MM_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/MM_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/MM_right.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/NEWSLETTER_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/RE_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/RE_leftmenu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/RE_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/RE_top.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/TU_basic.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx/TU_menu.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts/ts1.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/ChangeLog
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/ClickMenu/VersionClickMenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Controller/VersionModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/DataHandler/CommandMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency/DependencyEntityFactory.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency/DependencyResolver.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency/ElementEntity.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency/ElementEntityProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency/EventCallback.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency/ReferenceEntity.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Hook/DataHandlerHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Hook/IconUtilityHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Hook/PreviewHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Task/AutoPublishTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Utility/WorkspacesUtility.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/View/VersionView.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources/Private/Language/locallang_emails.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources/Private/Templates/version.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/cm1/clear.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/cm1/cm_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/cm1/conf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/cm1/index.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Language/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Layouts/DocHeader.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Templates/ViewModule/Show.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/main.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/animated-overlay.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-icons_222222_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-icons_228ef1_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-icons_ef8c08_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-icons_ffd27a_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images/ui-icons_ffffff_256x240.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/jquery-ui-1.10.3.custom.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/jquery-ui-1.10.3.custom.min.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/JavaScript/common.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/JavaScript/jquery-ui-1.10.3.custom.min.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Classes/Controller/CreatePagesWizardModuleFunctionController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/cshimages/wizards_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/cshimages/wizards_2.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/cshimages/wizards_1.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/locallang_csh.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/ChangeLog
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ColumnDataProviderInterface.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Controller/AbstractController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Controller/PreviewController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Controller/ReviewController.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Domain/Model/CombinedRecord.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Domain/Model/DatabaseRecord.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect/AbstractHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect/ExtDirectServer.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect/MassActionHandler.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect/PagetreeCollectionsProcessor.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect/ToolbarMenu.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect/WorkspaceSelectorToolbarItem.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Hook/TypoScriptFrontendControllerHook.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/AdditionalColumnService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/AdditionalResourceService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/AutoPublishService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/Dependency/CollectionService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/GridDataService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/HistoryService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/IntegrityService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/StagesService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/WorkspaceService.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Task/AutoPublishTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Task/CleanupPreviewLinkTask.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Configuration/TCA/sys_workspace.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Configuration/TCA/sys_workspace_stage.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/.gitignore
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration/Configuration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration/Versioning/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration/Workspaces/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/CustomWorkspace/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/ChangeInTheNextStage.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/ChangeRejected.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/CreateCustomWorkspace.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/CustomWorkspacesPermissions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/IndividualActions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/IndividualControlButtons.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/MassActionsMenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/ModifiedPageHighlight.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/PageViewIcon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/SaveAndViewButton.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/SendToNextStage.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/SendToNextStageMessage.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/SettingWorkspacesPermissions.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/TuningCustomWorkspace.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/VersionsInListView.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/WorkspaceIndicator.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/WorkspaceLogging.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/WorkspaceMenu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/WorkspaceModuleOverview.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/WorkspacePreviewIcon.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images/WorkspaceSplitPreview.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Includes.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Introduction/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Settings.yml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Targets.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/UsersGuide/Index.rst
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Migrations/Code/ClassAliasMap.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Language/locallang_csh_sysws_stage.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xlf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Layouts/Module.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Layouts/Nodoc.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Layouts/Popup.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Partials/legend.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Partials/navigation.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Help.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Preview/NewPage.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Preview.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Review/FullIndex.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Review/Index.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Review/SingleIndex.html
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/bg.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/button_approve.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/button_discard.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/button_reject.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/generate-ws-preview-link.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/menu.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/moduleicon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/slider-bg.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/slider-thumb.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/typo3-logo.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtonextstage.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtoprevstage.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/workspaces-comments-arrow.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/zoom_in.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images/zoom_out.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Component/RowDetailTemplate.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Component/RowExpander.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Component/TabPanel.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Ext.ux.plugins.TabStripContainer.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Store/mainstore.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/actions.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/component.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/configuration.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/grid.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/GridFilters.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/GridFilters.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/RangeMenu.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/BooleanFilter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/DateFilter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/Filter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/ListFilter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/NumericFilter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/StringFilter.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/equals.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/find.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/greater_than.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/less_than.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_asc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_desc.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/ListMenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/RangeMenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/helpers.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/preview.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/toolbar.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacemenu.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/workspaces.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/StyleSheet/module.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/StyleSheet/preview.css
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/deleteParentContentNDiscardDeletedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyNDiscardNModifyParentWHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNHotelChildNDiscardAll.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/modifyParentNHotelChildNDiscardModifiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/deleteParentContentNDiscardDeletedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyNDiscardNModifyParentWHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyParentNHotelChildNDiscardAll.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/modifyParentNHotelChildNDiscardModifiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/deleteParentContentNDiscardDeletedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyNDiscardNModifyParentWHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyParentNHotelChildNDiscardAll.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/modifyParentNHotelChildNDiscardModifiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContentNDiscardDeletedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyNDiscardNModifyParentWHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNHotelChildNDiscardAll.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNHotelChildNDiscardModifiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/deleteParentContentNDiscardDeletedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyNDiscardNModifyParentWHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyParentNHotelChildNDiscardAll.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/modifyParentNHotelChildNDiscardModifiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/changeParentContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/copyPageWHotelBeforeParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/copyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/copyParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/createParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/createParentContentNHotelNOfferChildren.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/deleteParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/deleteParentContentNDiscardDeletedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/localizeParentContentKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/localizeParentContentSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/localizeParentContentWAllChildrenKeep.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/localizeParentContentWAllChildrenSelect.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyNDiscardNModifyParentWHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyOnlyHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyParentContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyParentNAddHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyParentNChangeHotelChildrenSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyParentNDeleteHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyParentNHotelChild.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyParentNHotelChildNDiscardAll.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/modifyParentNHotelChildNDiscardModifiedParent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/moveParentContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/addCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/changeCategoryRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/copyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/createCategoryNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/createCategoryNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/deleteCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/deleteCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/localizeCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/modifyBothsOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/modifyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/addCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/changeCategoryRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/copyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/createCategoryNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/createCategoryNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/deleteCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/deleteCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/localizeCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/modifyBothsOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/modifyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/addCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/changeCategoryRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/copyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/createCategoryNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/createCategoryNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/deleteCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/deleteCategoryRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/localizeCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyBothsOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyCategoryOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changePageSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContentNDiscardCreatedContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContents.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createNCopyContentNDiscardCopiedContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizeContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPageNCreatePageAfterMovedPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/changeContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/changePageSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/copyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createContentNDiscardCreatedContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createContents.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createNCopyContentNDiscardCopiedContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/deleteContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/localizeContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/localizePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/modifyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/moveContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/moveContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/movePageToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/movePageToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/movePageToDifferentPageNCreatePageAfterMovedPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/changeContentSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/changePageSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/copyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/copyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/createContentNDiscardCreatedContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/createContents.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/createNCopyContentNDiscardCopiedContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/createPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/deleteContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/deletePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/localizeContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/localizePage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/modifyContent.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/modifyPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/moveContentToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/moveContentToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/movePageToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/movePageToDifferentPageNChangeSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/movePageToDifferentPageNCreatePageAfterMovedPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/AbstractActionTestCase.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/DataSet/LiveDefaultElements.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/DataSet/LiveDefaultPages.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/DataSet/ReferenceIndex.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/ActionTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/addElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/changeElementRelationSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/changeElementSorting.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/copyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/copyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/createContentNAddRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/createContentNCreateRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/deleteContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/deleteElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/deleteElementRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/localizeContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/localizeElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/modifyBothSidesOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/modifyContentOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/modifyElementOfRelation.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet/moveContentOfRelationToDifferentPage.csv
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Fixtures/pages.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Fixtures/sys_workspace.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Service/Fixtures/WorkspaceServiceTestMovedContent.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Service/WorkspaceServiceTest.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/composer.json
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/ext_emconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/ext_icon.gif
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/ext_localconf.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/ext_tables.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/ext_tables.sql
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/tce_db.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/tce_file.php
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/thumbs.php
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Service/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/PublishAll
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Publish
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Select
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Publish
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/PublishAll
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/PublishAll
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Publish
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling/Group
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/DataHandling
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/StyleSheet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Store
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Component
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Review
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Preview
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/UsersGuide
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/CustomWorkspace
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration/Workspaces
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration/Versioning
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service/Dependency
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css/ui-lightness
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Templates/ViewModule
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/cm1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/DataHandler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/ClickMenu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public/gfx
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/DevelopersGuide/TaskcenterApi
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/DevelopersGuide/CreatingANewTask
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/DevelopersGuide
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/standalone
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/sprites
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/status
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/sprites
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/sprites
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/shadows
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/login
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/treeline
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/general
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/mod/web/perm
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/mod/web
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/mod
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/fileicons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_guest
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_calender
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_board
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_address
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/templavoila/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/templavoila
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/splitbar
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/slider
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/qtip
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/progress
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/menu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/editor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/dd
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Fonts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/visual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css/structure
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/tsref
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/ts_codecompletion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/parse_typoscript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Templates/Note
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/toolbarmenu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/SqlQuery
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/RecordList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/NewRecord
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/InGeneral
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/EditRecords
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual/CreateBackendUser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/UsersManual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Resources/Public/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/cli
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/CronCommand
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public/Images/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/To-doList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Overview
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/KnownProblems
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/SetupCheck
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/SchedulerUser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/SchedulerShellScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/Installing
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/CronJob
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation/BaseTasks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Installation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/DevelopersGuide
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/AppendixA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/StopTask
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/ManualExecution
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/GroupTask
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/EditTask
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/DeleteTask
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration/BackendModule
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Example
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/CronCommand
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Salt
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Overview
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Licenses
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Installation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/DevelopersGuide
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Credits
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Evaluation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/static/clickenlarge
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/static
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/typical
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/style
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/proc
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/image
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/demo
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss/img
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/advanced
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi3
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi2
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod6
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod5
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod4
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod3
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod2
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/popups
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/UndoRedo
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextIndicator
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectFont
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectColor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/MicrodataSchema
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineCSS
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/img
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultFont
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/AboutEditor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/statusreport
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/softref
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/clearrtecache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextStyle
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextIndicator/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextIndicator
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SelectFont
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultFont
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockStyle
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements/ElementsList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements/DropDownLabels
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements/DropDownBehavior
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/StylingInlineElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/MarkingLanguage/LanguageMarks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/MarkingLanguage/DropDownList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/MarkingLanguage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/Hotkeys
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements/ElementsList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements/DropDownLabels
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements/DropDownBehavior
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/FormatingInlineElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/Faq
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Remapping
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Nesting
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Creating
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists/Buttons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual/DefinitionLists
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/UsersManual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/SecurityErrorStylesheets
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/OperaExtensionHyperTranslate
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/HtmlTagAbbr
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/GzipCachingProblem
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting/FirefoxExtensionNoscript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Troubleshooting
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Installation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Typical
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Minimal
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Image
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Demo
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations/Default
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/DefaultConfigurations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Copyright
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/UserTsconfig
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/ToolbarElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/ServerConfiguration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/userLinks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/userElements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/userCategory
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/mutuallyExclusiveClasses
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/interfaceConfiguration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/fonts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/fontSizes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/colors
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classesAnchor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/InstallingMultipleRtes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/FrontEndPlugins
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/ExtensionConfiguration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/DefaultWebsiteLanguage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/CustomTags
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/Clickenlarge
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration/AnchorAccessibility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/TypoScript/ImageRendering
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/Hook/Frontend/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/Hook/Frontend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/Install
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/Frontend/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/Frontend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/hooks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit/Backend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/UsersManual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Backend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/reports
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests/Unit/Report/Status
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests/Unit/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Templates/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit/Browser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Modules/Wizards/ElementBrowserWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Modules/Wizards
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Modules
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/Browser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/wizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Public/StyleSheets
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Private/Templates/Wizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/UsersManual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/cli
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Tests/Unit/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/NextSteps
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/LargeSites
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration/TsConfig/Page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration/TsConfig
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/hooks/clearcache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/hooks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/StyleSheet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Templates/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/View/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Utility/Connection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Command
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/4.5
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/ViewHelpers/Format
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Status
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Service/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/FolderStructure
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller/Action/Ajax/Fixtures/demo1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller/Action/Ajax/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller/Action/Ajax
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller/Action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Start
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/BackendModule
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/Action/Step
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/Action/Common
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/Action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Javascript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestReference
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/TestInput
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Menu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Icon
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images/Background
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/BackendModule
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Tool
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Step
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action/Common
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates/Action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/TestSetup
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Image
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/ExtbaseObjectCache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Context
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Charset
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/CleanUp
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool/AllConfiguration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Tool
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Step/DatabaseConnect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Step
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action/Common
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials/Action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Language/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Font
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/Format
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/File
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Status
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/FolderStructure
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Database
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Tool
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Step
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Common
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action/Ajax
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller/Action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Image
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Context
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration/Charset
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/doc
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/modfunc2
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/modfunc1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/cli
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Templates/Search
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/UserManual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/UseOfHashes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HtmlContent
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HowPagesAreIndexed
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/ExternalMedia
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails/AccessRestrictedPages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/TechnicalDetails
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/KnownProblems
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/ShowingResults
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingWebsite
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingRecords
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingFilesSeparately
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingExternals
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingDirectories
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Grouping
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/DisableFrontendIndexing
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Configurations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/IndexingConfigurations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/DatabaseTables
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Configuration/Typoscript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Configuration/General
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Example
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/doc
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/app
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesWithLanguageOverlay/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesWithLanguageOverlay/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesWithLanguageOverlay/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesWithLanguageOverlay
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithImages/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithImages/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithImages/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithImages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentUploads/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentUploads/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentUploads/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentUploads
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContent/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContent/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContent/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContent
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItemInFlexForm/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItemInFlexForm/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItemInFlexForm/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItemInFlexForm
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItem/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItem/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItem/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/GroupFileAndFileReferenceItem
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithRteImagesAndFileLink/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithRteImagesAndFileLink/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithRteImagesAndFileLink
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/Folders/Assertion/fileadmin/user_upload
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/Folders/Assertion/fileadmin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/Folders/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/Folders
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContent/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContent/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContent
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/IrreTutorialRecords/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/IrreTutorialRecords/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/IrreTutorialRecords
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItemInFlexForm/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItemInFlexForm/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItemInFlexForm
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItem/DataSet/Assertion
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItem/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItem
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Import
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/uploads/tx_impexpgroupfiles
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/uploads
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin/user_upload
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin/_processed_
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Folders
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Resources/Public/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures/Database
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContentWithRteImagesAndFileLink
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContentWithImages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContent
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecords
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/GroupFileAndFileReferenceItemInFlexForm
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export/GroupFileAndFileReferenceItem
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional/Export
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests/Functional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Plugin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/MediaWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Functional/ContentObject
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Functional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Plugin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/MediaWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Imaging
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Category/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Category
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Authentication
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Aspect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View/Mail/Html
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View/Mail
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/PostProcess
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Domain/Factory
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Helpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Content
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/CSS/Wizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/CSS
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Modules/Wizards/FormWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Modules/Wizards
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Modules
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Request
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference/Objects
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference/Functions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference/Attributes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/Reference
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration/CheatSheet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Administration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration/PageTS
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Wizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Additional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Additional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Additional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/PostProcess
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Factory
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Rendering
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Interceptor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Compiler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Be/Widget/Paginate
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Be/Widget
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Link
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Widget/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Widget
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Rendering
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/Interceptor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Compiler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Compatibility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Public/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Configuration/TCA/Overrides
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filemetadata
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/pi1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Tests/Unit/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/UsersManual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism/RedirectModes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism/LoginProcess
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism/Display
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/LoginMechanism
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/KnownProblems
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Hooks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Examples
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Classes/Hooks
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/jQueryUI
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/Contrib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateFromTer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/List
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Download
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Distribution
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates/Action
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/var
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/modules
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss/helpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Scss
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials/List
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/Format
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Parser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Importer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility/Connection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Task
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Report
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes/Command
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/Fixture
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/SignalSlot
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Cryptography
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Channel
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Scheduler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Storage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Generic
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Web
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/Fixture/Command
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli/Fixture
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc/Cli
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Mvc
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Hook/DataHandler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/DomainObject
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Persistence
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Public/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TypoScript/DefaultStyles
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/FlexForms
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Functional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Fixture
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Scripts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/MVC
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Cryptography
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Channel
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Scheduler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Storage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Qom
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Generic
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web/Routing
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Web
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc/Cli
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Mvc
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Hook/DataHandler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Error
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/DomainObject
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Command
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Tests/Unit/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Tests/Unit/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Templates/Document
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss/helpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Scss
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/ViewHelpers/Link
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/ViewHelpers/Be/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Slots
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/postgresql
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit/Database
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList/Oracle
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList/NewFeatures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList/GeneralTodo
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/To-doList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/SomeFieldNamesAreTooLong
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/SequencesCollideWithImportedData
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/ResultsOfDatabaseComparisonOperations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/DatabaseSpecificIssues
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/DatabaseCheckInBackend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/CreatingADatabaseFromWithinTheInstallTool
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems/ChangingOfTableOrFieldDefinitionsThroughDbal
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/KnownProblems
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal/PreparingSetup
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal/DoingTheActualSetup
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/InstallingWithDbal
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Faq
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/SqlStandard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/SmallCookbook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions/CodingGuidelines
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Extensions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/SqlCheck
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/DebugLog
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/DatabaseInformation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/DebugBackendModule
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Typo3ConfVars
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Memcached
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Mapping
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Handlercfg
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/Debug
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration/ConfigurationHints
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Bugs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/InstallingAndConfiguringAdodbAndDbal
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/ConfiguringDatabaseAccess
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/CompatibilityTuning
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/InstallingAndConfiguringAdodbAndDbal
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/ConfiguringDatabaseAccess
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation/Appendices
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/RecordList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/ExtensionManager
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Database
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v6.0
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.7
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.6
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.5
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/pi1
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/OutOfTheBoxCssStyling
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Introduction
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Installation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/HowTo
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Setup
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Uploads
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/TextImage
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Text
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Table
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Search
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Plugin
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Menu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Media
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Mailform
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/InsertRecords
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Image
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Html
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Header
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Divider
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/BulletList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Objects
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration/Constants
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation/AboutThisDocument
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/mod
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Parser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/Fixture/Enumeration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type/Fixture
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Type
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Tree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Driver
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Resource
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Package
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Messaging
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Mail
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Writer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Processor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Log
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Locking
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Imaging
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Html
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Error
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Encoder
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Database
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/DataHandling
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Charset
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Category/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Category
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Frontend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache/Backend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Cache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Authentication
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy/typo3/contrib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy/typo3
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Integrity
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility/File
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Scripts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework/Frontend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Framework
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Frontend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public/Icons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Tca
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/FlexForms
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/ExtTables
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures/Extensions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Select
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Regular
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/IRRE
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/Modify
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group/DataSet
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Group
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling/Framework
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/DataHandling
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache/Backend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql/Cache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Sql
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Font
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/unidata
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets/csconvtbl
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private/Charsets
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/MetaData
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Documentation
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Log
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP/TYPO3.Flow
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources/PHP
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/TCA
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/Resource/Driver
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration/Resource
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Versioning
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility/File
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript/Parser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Type
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree/TableConfiguration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Tree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/TimeTracker
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Processing
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Index
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Filter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Driver
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Resource
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Page
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Package
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Messaging
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Mail
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Writer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log/Processor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Log
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Locking
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Parser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Localization
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Integrity
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Imaging
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Http/Observer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Http
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Html
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FrontendEditing
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/FormProtection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/ExtDirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error/Http
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Error
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Encoder
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/ElementBrowser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Database
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/DataHandling
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration/FlexForm
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Compatibility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Charset
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Category/Collection
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Category
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Frontend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Exception
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache/Backend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Cache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes/Authentication
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Build/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Build
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/Classes/ExtDirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/web_info
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/Filters/BackendUser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/Filters
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/BackendUser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Service
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Hook
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/WebInfo
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/Tools
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Module
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/View/BackendLayout
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Pagetree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Fixtures
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Sprite
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Module
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Controller/File
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/JavaScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/visual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css/structure
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public/Css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Public
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/TableWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/RteWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/ListWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/FormsWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/EditWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/ColorpickerWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/BackendLayoutWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards/AddWizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/Wizards
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules/RecordHistory
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Modules
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Wizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayout/Extdirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayout
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayout
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/User/ExtDirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/User
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Security
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Rte
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/InterfaceState/ExtDirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/InterfaceState
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/History
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Repository/Module
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Model/Module
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Renderer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Extdirect
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TypoScript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Clipboard
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ClickMenu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear/Auth/Container
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear/Auth
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/contrib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Templates/Modules
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Language
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Templates/About
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Templates
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Layouts
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Migrations/Code
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Migrations
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/ViewHelpers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Repository
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Model
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Controller
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/web
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/user
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/tools
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/system
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/help
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/file
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/ux
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree/javascript
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components/pagetree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs/components
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/ext
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Decorator
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/PEAR
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/Net
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Observer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/normalize
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jqueryui
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/events
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go/tutorials
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/express-install
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/progress
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/editor
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/yui
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/prototype
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/jquery
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/ext
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/js
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/css
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/RemoveXSS
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr/Log
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/typo3
-@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%
-@dirrmtry %%WWWDIR%%-LTS
-@owner
-@group