Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2008 17:14:31 -0500 (EST)
From:      Greg Larkin <glarkin@sourcehosting.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@sourcehosting.net
Subject:   ports/119344: [NEW PORT] www/prado: A framework for developing PHP web applications
Message-ID:  <200801042214.m04MEVLw003320@ports.entropy.prv>
Resent-Message-ID: <200801042220.m04MK1k3029199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119344
>Category:       ports
>Synopsis:       [NEW PORT] www/prado: A framework for developing PHP web applications
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 04 22:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Thu Apr 26 14:24:01 UTC 2007
>Description:
PRADO(tm) is a component-based and event-driven programming framework
for developing Web applications in PHP 5. PRADO stands for PHP Rapid
Application Development Object-oriented.

WWW: http://www.pradosoft.com/
- Greg Larkin
glarkin@sourcehosting.net

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- prado-3.1.1.r2290.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	prado
#	prado/files
#	prado/files/prado-development.conf.in
#	prado/files/prado-production-cgi.conf.in
#	prado/files/prado-production.conf.in
#	prado/files/pkg-message.in
#	prado/files/prado-development-cgi.conf.in
#	prado/Makefile
#	prado/distinfo
#	prado/pkg-descr
#	prado/pkg-plist
#
echo c - prado
mkdir -p prado > /dev/null 2>&1
echo c - prado/files
mkdir -p prado/files > /dev/null 2>&1
echo x - prado/files/prado-development.conf.in
sed 's/^X//' >prado/files/prado-development.conf.in << 'END-of-prado/files/prado-development.conf.in'
XAddType application/x-httpd-php .php
XAddType application/x-httpd-php-source .phps
X
XAlias /prado %%WWWDIR%%
X
X<Location /prado>
X    DirectoryIndex index.php index.html
X    Order deny,allow
X    Allow from all
X</Location>
END-of-prado/files/prado-development.conf.in
echo x - prado/files/prado-production-cgi.conf.in
sed 's/^X//' >prado/files/prado-production-cgi.conf.in << 'END-of-prado/files/prado-production-cgi.conf.in'
XAddType application/x-httpd-php .php
XAddType application/x-httpd-php-source .phps
X
XAction php-script %%PHPCGI%%         
XAddHandler php-script .php
X 
XDocumentRoot %%WWWDIR%%
X
X<Location />
X    DirectoryIndex index.php index.html
X    Order deny,allow
X    Allow from all
X</Location>
END-of-prado/files/prado-production-cgi.conf.in
echo x - prado/files/prado-production.conf.in
sed 's/^X//' >prado/files/prado-production.conf.in << 'END-of-prado/files/prado-production.conf.in'
XAddType application/x-httpd-php .php
XAddType application/x-httpd-php-source .phps
X
XDocumentRoot %%WWWDIR%%
X
X<Location />
X    DirectoryIndex index.php index.html
X    Order deny,allow
X    Allow from all
X</Location>
END-of-prado/files/prado-production.conf.in
echo x - prado/files/pkg-message.in
sed 's/^X//' >prado/files/pkg-message.in << 'END-of-prado/files/pkg-message.in'
X
X*********************************************************************
XYou have just installed the Prado web application framework.
X
XNote that you should restart your Apache web server to ensure that
Xthe Prado configuration file is loaded.
X
END-of-prado/files/pkg-message.in
echo x - prado/files/prado-development-cgi.conf.in
sed 's/^X//' >prado/files/prado-development-cgi.conf.in << 'END-of-prado/files/prado-development-cgi.conf.in'
XAddType application/x-httpd-php .php
XAddType application/x-httpd-php-source .phps
X
XAction php-script %%PHPCGI%%
XAddHandler php-script .php
X
XAlias /prado %%WWWDIR%%
X
X<Location /prado>
X    DirectoryIndex index.php index.html
X    Order deny,allow
X    Allow from all
X</Location>
END-of-prado/files/prado-development-cgi.conf.in
echo x - prado/Makefile
sed 's/^X//' >prado/Makefile << 'END-of-prado/Makefile'
X# New ports collection makefile for:	prado
X# Date created:        04 January 2008
X# Whom:                Greg Larkin <glarkin@sourcehosting.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	prado
XPORTVERSION=	3.1.1.r2290
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	glarkin@sourcehosting.net
XCOMMENT=	A framework for developing PHP web applications
X
XUSE_ZIP=	yes
X
XUSE_APACHE=	2.0+
X
XNO_BUILD=	yes
XUSE_PHP=	session
XWANT_PHP_WEB=	yes
X
XSUB_FILES=	pkg-message
X
XOPTIONS=	PROD "Install for production server (see: make confighelp)" Off \
X		REQPHP "Install required PHP dependencies" On \
X		OPTPHP "Install optional PHP dependencies" Off
X
XPLIST_SUB+=	CONFDIR=${CONFDIR_REL}
X
XCONFDIR=	${PREFIX}/${CONFDIR_REL}
XCONFDIR_REL=	${APACHEETCDIR}/Includes
X
X.include <bsd.port.pre.mk>
X
XWITH_PHP_CGI?=	/cgi-bin/php
X
X.if ${PHP_SAPI:Mcgi} == "cgi" && ${PHP_SAPI:Mmod} == ""
XCGI_EXT=	-cgi
X.else
XCGI_EXT=
X.endif
X
XDEFAULT_PHP_VER=5
XIGNORE_WITH_PHP=4
X
XSUB_LIST+=	PHPCGI=${WITH_PHP_CGI}
X
X.if defined(WITH_PROD)
XPROD=		production
X.else
XPROD=		development
X.endif
X
XCONF=		prado-${PROD}${CGI_EXT}.conf
XSUB_FILES+=	${CONF}
X
X.if defined(WITH_REQPHP)
XUSE_PHP+=	dom spl ctype pcre
X.endif
X
X.if defined(WITH_OPTPHP)
XUSE_PHP+=	pdo iconv zlib sqlite memcache mcrypt xsl soap
XRUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC
X.endif
X
Xconfighelp:
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "On a production server, the Apache DocumentRoot is"
X	@${ECHO_MSG} "updated to point to the Prado webroot directory."
X	@${ECHO_MSG} "In this configuration, the Prado application is"
X	@${ECHO_MSG} "accessed at http://www.myservername.com/."
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "A non-production server, Prado is installed at"
X	@${ECHO_MSG} "the /prado URL, and the Prado application is"
X	@${ECHO_MSG} "accessed at http://www.myservername.com/prado/."
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "For more information, please see:"
X	@${ECHO_MSG} "http://www.pradosoft.com/wiki/index.php/Installation"
X	@${ECHO_MSG} ""
X
X#COPYRIGHT
X#HISTORY
X#UPGRADE
X
Xdo-install:
X	@${MKDIR} ${WWWDIR}
X	${CP} -R ${WRKSRC}/index.html \
X		${WRKSRC}/demos \
X		${WRKSRC}/editors \
X		${WRKSRC}/framework \
X		${WRKSRC}/requirements \
X		${WRKSRC}/tests ${WWWDIR}
X	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
X	${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
X	${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
X
Xpost-install:
X	@if [ -d "${CONFDIR}" ]; then \
X	  ${CP} ${WRKDIR}/${CONF} ${CONFDIR}/prado.conf; \
X	else \
X	  ${ECHO_MSG} "" ; \
X	  ${ECHO_MSG} "Please check your Apache 2.x installation -" ; \
X	  ${ECHO_MSG} "${CONFDIR} doesn't exist," ; \
X	  ${ECHO_MSG} "so I cannot install prado.conf there!" ; \
X	  ${ECHO_MSG} "" ; \
X	  ${FALSE} ; \
X	fi
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/)
X.endif
X	@${CAT} ${PKGMESSAGE}
X.if ${CGI_EXT} == "-cgi"
X	@${ECHO_MSG}	""
X	@${ECHO_MSG}	"Your Prado installation was configured to use the PHP CGI binary."
X	@${ECHO_MSG}	"The PHP CGI binary is expected to be referenced by the URL:"
X	@${ECHO_MSG}	""
X	@${ECHO_MSG}	"	${WITH_PHP_CGI}"
X	@${ECHO_MSG}	""
X	@${ECHO_MSG}	"If this is incorrect, reinstall the port with the WITH_PHP_CGI knob"
X	@${ECHO_MSG}	"set to the correct URL."
X.endif
X	@${ECHO_MSG}	"*********************************************************************"
X
X.include <bsd.port.post.mk>
END-of-prado/Makefile
echo x - prado/distinfo
sed 's/^X//' >prado/distinfo << 'END-of-prado/distinfo'
XMD5 (prado-3.1.1.r2290.zip) = 7361d0bb8910c4065f566375f3a9141b
XSHA256 (prado-3.1.1.r2290.zip) = 17a232e15f9b66bd72af7141114ea63099b77644d6846d614b90feb6b81b2e71
XSIZE (prado-3.1.1.r2290.zip) = 18717240
END-of-prado/distinfo
echo x - prado/pkg-descr
sed 's/^X//' >prado/pkg-descr << 'END-of-prado/pkg-descr'
XPRADO(tm) is a component-based and event-driven programming framework
Xfor developing Web applications in PHP 5. PRADO stands for PHP Rapid
XApplication Development Object-oriented.
X
XWWW: http://www.pradosoft.com/
X- Greg Larkin
Xglarkin@sourcehosting.net
END-of-prado/pkg-descr
echo x - prado/pkg-plist
sed 's/^X//' >prado/pkg-plist << 'END-of-prado/pkg-plist'
X%%CONFDIR%%/prado.conf
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TAPCCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TApplicationStateCacheDependency.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TCacheDependency.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TCacheDependencyList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TChainedCacheDependency.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TDbCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TDirectoryCacheDependency.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TFileCacheDependency.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TGlobalStateCacheDependency.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TMemCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/TSqliteCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/_Caching_TAPCCache_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/_Caching_TCache_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/_Caching_TDbCache_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/_Caching_TMemCache_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Caching/_Caching_TSqliteCache_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TAttributeCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TDummyDataSource.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TDummyDataSourceIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TPagedDataSource.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TPagedList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TPagedListFetchDataEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TPagedListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TPagedListPageChangedEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TPagedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TQueue.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TQueueIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TStack.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/TStackIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TAttributeCollection_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TDummyDataSource_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TMap_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TPagedDataSource_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TPagedList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TQueue_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Collections/_Collections_TStack_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/TActiveRecordBelongsTo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/TActiveRecordHasMany.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/TActiveRecordHasManyAssociation.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/TActiveRecordHasOne.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/TActiveRecordRelation.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/TActiveRecordRelationContext.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/_Data_ActiveRecord_Relations_TActiveRecordBelongsTo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/_Data_ActiveRecord_Relations_TActiveRecordHasManyAssociation_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/_Data_ActiveRecord_Relations_TActiveRecordHasMany_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/_Data_ActiveRecord_Relations_TActiveRecordHasOne_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/_Data_ActiveRecord_Relations_TActiveRecordRelationContext_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations/_Data_ActiveRecord_Relations_TActiveRecordRelation_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/IScaffoldEditRenderer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/TScaffoldBase.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/TScaffoldEditView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/TScaffoldListView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/TScaffoldSearch.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/TScaffoldView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/_Data_ActiveRecord_Scaffold_TScaffoldBase_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/_Data_ActiveRecord_Scaffold_TScaffoldEditView_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/_Data_ActiveRecord_Scaffold_TScaffoldListView_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/_Data_ActiveRecord_Scaffold_TScaffoldSearch_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold/_Data_ActiveRecord_Scaffold_TScaffoldView_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecord.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecordConfig.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecordConfigurationException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecordCriteria.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecordException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecordGateway.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecordManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/TActiveRecordStateRegistry.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/_Data_ActiveRecord_Exceptions_TActiveRecordException_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/_Data_ActiveRecord_TActiveRecordConfig_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/_Data_ActiveRecord_TActiveRecordCriteria_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/_Data_ActiveRecord_TActiveRecordGateway_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/_Data_ActiveRecord_TActiveRecordManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/_Data_ActiveRecord_TActiveRecordStateRegistry_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveRecord/_Data_ActiveRecord_TActiveRecord_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/TIbmScaffoldInput.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/TMssqlScaffoldInput.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/TMysqlScaffoldInput.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/TPgsqlScaffoldInput.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/TScaffoldInputBase.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/TScaffoldInputCommon.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/TSqliteScaffoldInput.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/_Data_ActiveRecord_Scaffold_InputBuilder_TIbmScaffoldInput_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/_Data_ActiveRecord_Scaffold_InputBuilder_TMssqlScaffoldInput_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/_Data_ActiveRecord_Scaffold_InputBuilder_TMysqlScaffoldInput_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/_Data_ActiveRecord_Scaffold_InputBuilder_TPgsqlScaffoldInput_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/_Data_ActiveRecord_Scaffold_InputBuilder_TScaffoldInputBase_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/_Data_ActiveRecord_Scaffold_InputBuilder_TScaffoldInputCommon_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder/_Data_ActiveRecord_Scaffold_InputBuilder_TSqliteScaffoldInput_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Commom.Sqlite/TMysqlMetaData.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Commom.Sqlite/TSqliteMetaData.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mssql/TMssqlMetaData.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mssql/TMssqlTableColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mssql/TMssqlTableInfo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mssql/_Data_Common_Mssql_TMssqlTableColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mssql/_Data_Common_Mssql_TMssqlTableInfo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mysql/TMysqlTableColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mysql/TMysqlTableInfo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mysql/_Data_Common_Mysql_TMysqlMetaData_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mysql/_Data_Common_Mysql_TMysqlTableColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Mysql/_Data_Common_Mysql_TMysqlTableInfo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Oracle/TOracleMetaData.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Oracle/TOracleTableColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Oracle/_Data_Common_Oracle_TOracleMetaData_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Oracle/_Data_Common_Oracle_TOracleTableColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Pgsql/TPgsqlMetaData.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Pgsql/TPgsqlTableColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Pgsql/TPgsqlTableInfo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Pgsql/_Data_Common_Mssql_TMssqlMetaData_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Pgsql/_Data_Common_Pgsql_TPgsqlMetaData_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Pgsql/_Data_Common_Pgsql_TPgsqlTableColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Pgsql/_Data_Common_Pgsql_TPgsqlTableInfo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Sqlite/TSqliteTableColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Sqlite/TSqliteTableInfo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Sqlite/_Data_Common_Sqlite_TSqliteMetaData_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Sqlite/_Data_Common_Sqlite_TSqliteTableColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common.Sqlite/_Data_Common_Sqlite_TSqliteTableInfo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TDbCommandBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TDbMetaData.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TDbTableColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TDbTableInfo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TMssqlCommandBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TMysqlCommandBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TOracleCommandBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TOracleTableInfo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TPgsqlCommandBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/TSqliteCommandBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_Mssql_TMssqlCommandBuilder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_Mysql_TMysqlCommandBuilder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_Oracle_TOracleCommandBuilder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_Oracle_TOracleTableInfo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_Pgsql_TPgsqlCommandBuilder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_Sqlite_TSqliteCommandBuilder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_TDbCommandBuilder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_TDbMetaData_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_TDbTableColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.Common/_Data_Common_TDbTableInfo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/TDataGatewayCommand.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/TDataGatewayEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/TDataGatewayResultEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/TSqlCriteria.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/TTableGateway.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/_Data_DataGateway_TDataGatewayCommand_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/_Data_DataGateway_TSqlCriteria_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.DataGateway/_Data_DataGateway_TTableGateway_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TDiscriminator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TInlineParameterMapParser.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TParameterMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TParameterProperty.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TResultMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TResultProperty.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSimpleDynamicParser.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapCacheKey.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapCacheModel.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapCacheTypes.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapDelete.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapInsert.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapSelectKey.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapUpdate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapXmlConfigBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapXmlConfiguration.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSqlMapXmlMappingConfiguration.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/TSubMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TDiscriminator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TInlineParameterMapParser_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TParameterMap_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TParameterProperty_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TResultMap_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TResultProperty_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TSimpleDynamicParser_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TSqlMapCacheModel_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TSqlMapStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Configuration/_Data_SqlMap_Configuration_TSqlMapXmlConfiguration_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/IMappedStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TCachingStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TDeleteMappedStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TInsertMappedStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TMappedStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TPostSelectBinding.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TPreparedCommand.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TPreparedStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TPreparedStatementFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TResultSetListItemParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TResultSetMapItemParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TSelectMappedStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TSimpleDynamicSql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TSqlMapObjectCollectionTree.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TSqlMapSelect.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TStaticSql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/TUpdateMappedStatement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_IMappedStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TCachingStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TDeleteMappedStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TInsertMappedStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TMappedStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TPreparedCommand_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TPreparedStatementFactory_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TPreparedStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TSelectMappedStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TSimpleDynamicSql_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TStaticSql_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap.Statements/_Data_SqlMap_Statements_TUpdateMappedStatement_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TInvalidPropertyException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TLazyLoadList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TObjectProxy.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TPropertyAccess.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapApplicationCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapConfig.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapConfigurationException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapDuplicateException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapExecutionException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapFifoCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapGateway.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapLruCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapPagedList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapTypeHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapTypeHandlerRegistry.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/TSqlMapUndefinedException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_DataMapper_TLazyLoadList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_DataMapper_TPropertyAccess_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_DataMapper_TSqlMapCache_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_DataMapper_TSqlMapException_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_DataMapper_TSqlMapPagedList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_DataMapper_TSqlMapTypeHandlerRegistry_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_TSqlMapConfig_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_TSqlMapGateway_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data.SqlMap/_Data_SqlMap_TSqlMapManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/TDataSourceConfig.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/TDbColumnCaseMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/TDbCommand.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/TDbConnection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/TDbDataReader.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/TDbNullConversionMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/TDbTransaction.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/_Data_TDataSourceConfig_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/_Data_TDbCommand_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/_Data_TDbConnection_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/_Data_TDbDataReader_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Data/_Data_TDbTransaction_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TApplicationException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TConfigurationException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TDbConnectionException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TDbException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TErrorHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/THttpException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TIOException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TInvalidDataTypeException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TInvalidDataValueException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TInvalidOperationException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TNotSupportedException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TPhpErrorException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TSystemException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/TTemplateException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/_Exceptions_TErrorHandler_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Exceptions/_Exceptions_TException_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TChoiceFormat.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TDateFormat.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TGlobalization.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TGlobalizationAutoDetect.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TI18NControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TNumberFormat.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TTranslate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/TTranslateParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/Translation.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TChoiceFormat_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TDateFormat_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TGlobalizationAutoDetect_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TGlobalization_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TI18NControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TNumberFormat_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TTranslateParameter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_TTranslate_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.I18N/_I18N_Translation_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.IO/TTarFileExtractor.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.IO/TTextWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.IO/_IO_TTarFileExtractor_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.IO/_IO_TTextWriter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/IUserManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TAuthManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TAuthorizationRule.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TAuthorizationRuleCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TDbUser.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TDbUserManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TSecurityManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TSecurityManagerValidationMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TUser.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TUserManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/TUserManagerPasswordMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/_Security_IUserManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/_Security_TAuthManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/_Security_TAuthorizationRule_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/_Security_TDbUserManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/_Security_TSecurityManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/_Security_TUserManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Security/_Security_TUser_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TBrowserLogRoute.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TDataFieldAccessor.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TDateTimeStamp.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TEmailLogRoute.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TFileLogRoute.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TLogRoute.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TLogRouter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TLogger.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TParameterModule.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TSimpleDateFormatter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/TVarDumper.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/_Util_TDataFieldAccessor_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/_Util_TDateTimeStamp_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/_Util_TLogRouter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/_Util_TLogger_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/_Util_TParameterModule_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/_Util_TSimpleDateFormatter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Util/_Util_TVarDumper_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/IFeedContentProvider.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/TFeedService.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/TJsonResponse.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/TJsonService.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/TPageConfiguration.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/TPageService.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/TSoapServer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/TSoapService.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/_Web_Services_TFeedService_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/_Web_Services_TJsonService_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/_Web_Services_TPageService_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.Services/_Web_Services_TSoapService_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/IListControlAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveCheckBox.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveCheckBoxList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveControlAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveCustomValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveCustomValidatorClientSide.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveDropDownList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveHyperLink.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveImage.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveImageButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveLabel.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveLinkButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveListBox.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveListControlAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveListItemCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActivePageAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActivePanel.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveRadioButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveRadioButtonList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveRatingList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TActiveTextBox.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TAutoComplete.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TAutoCompleteEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TAutoCompleteTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TBaseActiveCallbackControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TBaseActiveControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallback.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackClientScript.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackClientSide.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackErrorHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackOptions.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackPageStateTracker.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackResponseAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TCallbackResponseWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TEventTriggeredCallback.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TInPlaceTextBox.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TInvalidCallbackException.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TMapCollectionDiff.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TScalarDiff.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TStyleDiff.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TTimeTriggeredCallback.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TTriggeredCallback.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TValueTriggeredCallback.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/TViewStateDiff.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveCheckBoxList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveCheckBox_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveControlAdapter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveCustomValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveDropDownList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveHiddenField_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveHyperLink_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveImageButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveLabel_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveLinkButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveListBox_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveListControlAdapter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActivePageAdapter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActivePanel_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveRadioButtonList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveRadioButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveRatingList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TActiveTextBox_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TAutoComplete_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TBaseActiveControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TCallbackClientScript_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TCallbackClientSide_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TCallbackEventParameter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TCallbackOptions_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TCallbackResponseAdapter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TCallback_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TEventTriggeredCallback_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TInPlaceTextBox_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TTimeTriggeredCallback_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TTriggeredCallback_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.ActiveControls/_Web_UI_ActiveControls_TValueTriggeredCallback_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls.assets/_Web_UI_WebControls_assets_captcha_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/IDataSource.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/IItemDataRenderer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/IRepeatInfoUser.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TActiveHiddenField.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TBaseDataList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TBaseValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TBoundColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TBulletStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TBulletedList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TBulletedListDisplayMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TBulletedListEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TButtonColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TButtonColumnType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TButtonType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCaptcha.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCaptchaValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCheckBox.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCheckBoxColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCheckBoxList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCircleHotSpot.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TClientScript.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TClientScriptLoader.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TClientSideValidationSummaryOptions.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TColorPicker.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TColorPickerClientSide.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TColorPickerMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCompareValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCompleteWizardStep.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TConditional.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TContent.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TContentDirection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TContentPlaceHolder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TCustomValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataBoundControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGrid.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridColumnCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridCommandEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridItem.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridItemCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridItemEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridItemRenderer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridPageChangedEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridPager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridPagerButtonType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridPagerEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridPagerMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridPagerPosition.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridPagerStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataGridSortCommandEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataListCommandEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataListItem.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataListItemCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataListItemEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataListItemRenderer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataSourceControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataSourceSelectParameters.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataSourceView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDataTypeValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDatePicker.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDatePickerClientScript.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDatePickerInputMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDatePickerMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDisplayStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDropDownList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TDropDownListColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TEditCommandColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TEmailAddressValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TExpression.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TFileUpload.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TFont.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THiddenField.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THorizontalAlign.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THotSpot.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THotSpotCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THotSpotMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THtmlArea.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THyperLink.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/THyperLinkColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TImage.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TImageButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TImageClickEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TImageMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TImageMapEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TInlineFrame.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TInlineFrameAlign.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TInlineFrameScrollBars.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TJavascriptLogger.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TKeyboard.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TLabel.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TLinkButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TListBox.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TListControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TListControlValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TListItem.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TListItemCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TListItemType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TListSelectionMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TLiteral.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TLiteralColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TMarkdown.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TMetaTag.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TMetaTagCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TMultiView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TOutputCache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TOutputCacheCalculateKeyEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TOutputCacheCheckDependencyEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPagerButtonType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPagerMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPagerPageChangedEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPanel.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPanelStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPlaceHolder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TPolygonHotSpot.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRadioButton.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRadioButtonList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRangeValidationDataType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRangeValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRatingList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TReadOnlyDataSource.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TReadOnlyDataSourceView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRectangleHotSpot.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRegularExpressionValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeatDirection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeatInfo.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeatLayout.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeater.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeaterCommandEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeaterItem.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeaterItemCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeaterItemEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRepeaterItemRenderer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TRequiredFieldValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TSafeHtml.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TScrollBars.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TServerValidateEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TSlider.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TSliderClientScript.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TSliderDirection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TStatements.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TStyleSheet.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTabPanel.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTabView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTabViewCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTable.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableCaptionAlign.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableCell.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableCellCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableFooterRow.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableGridLines.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableHeaderCell.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableHeaderRow.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableHeaderScope.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableItemStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableRow.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableRowCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableRowSection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTableStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTemplateColumn.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTemplatedWizardStep.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTextAlign.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTextBox.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTextBoxAutoCompleteType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTextBoxMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTextHighlighter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TTextHighlighterLineNumberStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TValidationCompareOperator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TValidationDataType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TValidationSummary.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TValidationSummaryDisplayMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TValidationSummaryDisplayStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TValidatorClientSide.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TValidatorDisplayStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TVerticalAlign.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TView.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TViewCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWebControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWebControlAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizard.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardFinishNavigationTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardNavigationButtonStyle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardNavigationButtonType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardNavigationContainer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardNavigationEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardNavigationTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardSideBarListItemTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardSideBarTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardStartNavigationTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardStep.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardStepCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardStepNavigationTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TWizardStepType.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/TXmlTransform.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_ActiveControls_TActiveImage_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TBaseDataList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TBaseValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TBoundColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TBulletedList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TButtonColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TCaptchaValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TCaptcha_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TCheckBoxColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TCheckBoxList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TCheckBox_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TClientScriptLoader_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TClientScript_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TColorPicker_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TCompareValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TConditional_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TContentPlaceHolder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TContent_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TCustomValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataBoundControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataGridColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataGridItemRenderer_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataGridPagerStyle_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataGrid_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataListItemRenderer_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataSourceControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataSourceView_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDataTypeValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDatePicker_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDropDownListColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TDropDownList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TEditCommandColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TEmailAddressValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TExpression_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TFileUpload_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TFont_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_THiddenField_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_THyperLinkColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_THyperLink_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TImageButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TImageMap_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TImage_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TInlineFrame_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TJavascriptLogger_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TKeyboard_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TLabel_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TLinkButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TListBox_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TListControlValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TListControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TListItem_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TLiteralColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TLiteral_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TMarkdown_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TMultiView_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TOutputCache_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TPager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TPanelStyle_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TPanel_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TPlaceHolder_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRadioButtonList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRadioButton_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRangeValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRatingList_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRegularExpressionValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRepeatInfo_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRepeaterItemRenderer_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRepeater_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TRequiredFieldValidator_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TSafeHtml_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TSlider_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TStatements_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TStyleSheet_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TStyle_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTabPanel_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTableCell_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTableFooterRow_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTableHeaderCell_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTableHeaderRow_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTableRow_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTable_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTemplateColumn_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTextBox_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTextHighlighter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TTextProcessor_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TValidationSummary_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TWebControlAdapter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TWebControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TWizardNavigationButtonStyle_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TWizard_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI.WebControls/_Web_UI_WebControls_TXmlTransform_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/IBroadcastEventReceiver.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/IButtonControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/INamingContainer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/IPageStatePersister.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/IPostBackDataHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/IPostBackEventHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/ITemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/ITheme.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/IValidatable.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/IValidator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TBroadcastEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TCachePageStatePersister.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TClientScriptManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TClientSideOptions.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TCommandEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TCompositeControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TCompositeLiteral.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TControlAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TControlCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TEmptyControlCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TForm.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/THead.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/THtmlWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TPage.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TPageStateFormatter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TPageStatePersister.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TSessionPageStatePersister.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TTemplate.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TTemplateControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TTemplateManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TTextProcessor.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TTheme.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/TThemeManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TCachePageStatePersister_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TClientScriptManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TCompositeControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TControlAdapter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TForm_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_THtmlWriter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TPageStatePersister_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TPage_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TSessionPageStatePersister_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TTemplateControl_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TTemplateManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_TThemeManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_WebControls_THead_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web.UI/_Web_UI_WebControls_THtmlArea_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/TAssetManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/TCacheHttpSession.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpCookie.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpCookieCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpRequest.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpRequestUrlFormat.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpResponse.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpResponseAdapter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpSession.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpSessionCookieMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/THttpUtility.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/TSessionIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/TUri.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/TUrlManager.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/TUrlMapping.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/TUrlMappingPattern.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_TAssetManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_TCacheHttpSession_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_THttpRequest_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_THttpResponseAdapter_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_THttpResponse_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_THttpSession_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_THttpUtility_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_TUrlManager_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Web/_Web_TUrlMapping_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Xml/TXmlDocument.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Xml/TXmlElement.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Xml/TXmlElementList.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System.Xml/_Xml_TXmlDocument_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IActiveControl.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IBindable.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/ICache.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/ICacheDependency.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/ICallbackEventHandler.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IDataRenderer.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IModule.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IRenderable.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IService.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IStatePersister.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IStyleable.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/ITextWriter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/IUser.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/Prado.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/PradoBase.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TApplication.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TApplicationComponent.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TApplicationConfiguration.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TApplicationMode.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TApplicationStatePersister.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TComponent.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TComponentReflection.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TEnumerable.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TEventParameter.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TModule.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TPropertyValue.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TReflectionClass.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TService.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/TShellApplication.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_PradoBase_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_TApplicationComponent_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_TApplication_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_TComponent_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_TModule_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_TService_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_TShellApplication_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_interfaces_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/System/_prado_php.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/blank.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Caching.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Collections.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.ActiveRecord.Relations.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.ActiveRecord.Scaffold.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.ActiveRecord.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.ActiveReecord.Scaffold.InputBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.Commom.Sqlite.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.Common.Mssql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.Common.Mysql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.Common.Oracle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.Common.Pgsql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.Common.Sqlite.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.Common.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.DataGateway.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.SqlMap.Configuration.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.SqlMap.Statements.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.SqlMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Data.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Exceptions.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.I18N.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.IO.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Security.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Util.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Web.Services.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Web.UI.ActiveControls.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Web.UI.WebControls.assets.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Web.UI.WebControls.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Web.UI.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Web.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.Xml.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/classtrees_System.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Caching.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Collections.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.ActiveRecord.Relations.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.ActiveRecord.Scaffold.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.ActiveRecord.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.ActiveReecord.Scaffold.InputBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.Commom.Sqlite.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.Common.Mssql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.Common.Mysql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.Common.Oracle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.Common.Pgsql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.Common.Sqlite.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.Common.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.DataGateway.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.SqlMap.Configuration.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.SqlMap.Statements.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.SqlMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Data.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Exceptions.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.I18N.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.IO.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Security.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Util.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Web.Services.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Web.UI.ActiveControls.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Web.UI.WebControls.assets.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Web.UI.WebControls.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Web.UI.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Web.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.Xml.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/elementindex_System.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/errors.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/index.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Caching.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Collections.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.ActiveRecord.Relations.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.ActiveRecord.Scaffold.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.ActiveRecord.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.ActiveReecord.Scaffold.InputBuilder.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.Commom.Sqlite.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.Common.Mssql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.Common.Mysql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.Common.Oracle.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.Common.Pgsql.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.Common.Sqlite.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.Common.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.DataGateway.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.SqlMap.Configuration.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.SqlMap.Statements.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.SqlMap.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Data.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Exceptions.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.I18N.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.IO.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Security.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Util.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Web.Services.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Web.UI.ActiveControls.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Web.UI.WebControls.assets.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Web.UI.WebControls.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Web.UI.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Web.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.Xml.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/li_System.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/media/banner.css
X%%PORTDOCS%%%%DOCSDIR%%/manual/media/stylesheet.css
X%%PORTDOCS%%%%DOCSDIR%%/manual/packages.html
X%%PORTDOCS%%%%DOCSDIR%%/manual/todolist.html
X%%PORTDOCS%%%%DOCSDIR%%/prado3_manual.chm
X%%PORTDOCS%%%%DOCSDIR%%/quickstart.pdf
X%%PORTDOCS%%%%DOCSDIR%%/specs/application.dtd
X%%PORTDOCS%%%%DOCSDIR%%/specs/application.xsd
X%%PORTDOCS%%%%DOCSDIR%%/specs/config.dtd
X%%PORTDOCS%%%%DOCSDIR%%/specs/config.xsd
X%%PORTDOCS%%%%DOCSDIR%%/sqlmap/sqlmap.pdf
X%%WWWDIR%%/demos/address-book/index.php
X%%WWWDIR%%/demos/address-book/protected/.htaccess
X%%WWWDIR%%/demos/address-book/protected/application.xml
X%%WWWDIR%%/demos/address-book/protected/pages/AddressProvider.php
X%%WWWDIR%%/demos/address-book/protected/pages/AddressRecord.php
X%%WWWDIR%%/demos/address-book/protected/pages/FlexApp.php
X%%WWWDIR%%/demos/address-book/protected/pages/FlexApp.tpl
X%%WWWDIR%%/demos/address-book/protected/pages/Home.page
X%%WWWDIR%%/demos/address-book/protected/pages/flex/.actionScriptProperties
X%%WWWDIR%%/demos/address-book/protected/pages/flex/.flexProperties
X%%WWWDIR%%/demos/address-book/protected/pages/flex/.project
X%%WWWDIR%%/demos/address-book/protected/pages/flex/.settings/org.eclipse.core.resources.prefs
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/AC_OETags.js
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/flex_address_book-debug.html
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/flex_address_book.html
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/flex_address_book.swf
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/history.htm
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/history.js
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/history.swf
X%%WWWDIR%%/demos/address-book/protected/pages/flex/bin/playerProductInstall.swf
X%%WWWDIR%%/demos/address-book/protected/pages/flex/flex_address_book.mxml
X%%WWWDIR%%/demos/address-book/protected/pages/flex/html-template/AC_OETags.js
X%%WWWDIR%%/demos/address-book/protected/pages/flex/html-template/history.htm
X%%WWWDIR%%/demos/address-book/protected/pages/flex/html-template/history.js
X%%WWWDIR%%/demos/address-book/protected/pages/flex/html-template/history.swf
X%%WWWDIR%%/demos/address-book/protected/pages/flex/html-template/index.template.html
X%%WWWDIR%%/demos/address-book/protected/pages/flex/html-template/playerProductInstall.swf
X%%WWWDIR%%/demos/address-book/protected/pages/sqlite.db
X%%WWWDIR%%/demos/blog-tutorial/index.php
X%%WWWDIR%%/demos/blog-tutorial/protected/.htaccess
X%%WWWDIR%%/demos/blog-tutorial/protected/application.xml
X%%WWWDIR%%/demos/blog-tutorial/protected/common/BlogTutorialGlobalization.php
X%%WWWDIR%%/demos/blog-tutorial/protected/common/InfoBox.php
X%%WWWDIR%%/demos/blog-tutorial/protected/common/NoteBox.php
X%%WWWDIR%%/demos/blog-tutorial/protected/common/TipBox.php
X%%WWWDIR%%/demos/blog-tutorial/protected/common/TopicList.php
X%%WWWDIR%%/demos/blog-tutorial/protected/common/TopicList.tpl
X%%WWWDIR%%/demos/blog-tutorial/protected/common/fr/TopicList.tpl
X%%WWWDIR%%/demos/blog-tutorial/protected/common/id/TopicList.tpl
X%%WWWDIR%%/demos/blog-tutorial/protected/layout/MainLayout.php
X%%WWWDIR%%/demos/blog-tutorial/protected/layout/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/protected/layout/fr/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/protected/layout/id/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/CreateContact.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/Setup.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/ShareLayout.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/directories2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/directories3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr/CreateContact.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr/Setup.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr/ShareLayout.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr/directories2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr/directories3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id/Setup.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id/ShareLayout.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id/directories2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id/directories3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/ConnectDB.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/CreateAR.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/CreateDB.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/ER.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/ER.vsd
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/directories2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr/ConnectDB.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr/CreateAR.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr/CreateDB.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr/ER.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr/ER.vsd
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr/directories2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/id/ConnectDB.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/id/CreateAR.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/id/CreateDB.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/id/ER.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/id/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/id/directories2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/Auth.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/CreateAdminUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/CreateEditUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/CreateLoginUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/CreateNewUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/Auth.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/CreateAdminUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/CreateEditUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/CreateLoginUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/CreateNewUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/Auth.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/CreateAdminUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/CreateEditUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/CreateLoginUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/CreateNewUser.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/CreateEditPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/CreateListPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/CreateNewPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/CreateReadPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/CreateEditPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/CreateListPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/CreateNewPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/CreateReadPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr/output4.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/CreateEditPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/CreateListPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/CreateNewPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/CreateReadPost.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/directories.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id/output4.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/output4.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/ErrorLogging.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/Performance.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/Summary.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/UseTheme.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr/ErrorLogging.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr/Performance.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr/Summary.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr/UseTheme.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id/ErrorLogging.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id/Performance.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id/Summary.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id/UseTheme.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/output.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/output2.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/output3.gif
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/Requirements.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/fr/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/fr/Requirements.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/id/Overview.page
X%%WWWDIR%%/demos/blog-tutorial/protected/pages/id/Requirements.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/index.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/.htaccess
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/application.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/layouts/MainLayout.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/layouts/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/pages/Contact.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/pages/Contact.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/pages/Home.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/index.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/.htaccess
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/application.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/data/blog.db
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/database/PostRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/database/UserRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/layouts/MainLayout.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/layouts/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/pages/Contact.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/pages/Contact.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/pages/Home.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/schema.sql
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/index.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/.htaccess
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/BlogUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/application.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/data/blog.db
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/database/PostRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/database/UserRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/layouts/MainLayout.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/layouts/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/Contact.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/Contact.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/Home.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/AdminUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/AdminUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/EditUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/EditUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/LoginUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/LoginUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/NewUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/NewUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users/config.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/schema.sql
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/index.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/.htaccess
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/BlogUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/application.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/data/blog.db
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/database/PostRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/database/UserRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/layouts/MainLayout.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/layouts/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/Contact.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/Contact.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/Home.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/EditPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/EditPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/ListPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/ListPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/NewPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/NewPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/PostRenderer.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/PostRenderer.tpl
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/ReadPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/ReadPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts/config.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/AdminUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/AdminUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/EditUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/EditUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/LoginUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/LoginUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/NewUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/NewUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users/config.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/schema.sql
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/index.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/.htaccess
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/BlogErrorHandler.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/BlogException.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/BlogUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/application.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/data/blog.db
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/database/PostRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/database/UserRecord.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/error.html
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/layouts/MainLayout.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/layouts/MainLayout.tpl
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/Contact.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/Contact.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/Home.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/EditPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/EditPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/ListPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/ListPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/NewPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/NewPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/PostRenderer.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/PostRenderer.tpl
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/ReadPost.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/ReadPost.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts/config.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/AdminUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/AdminUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/EditUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/EditUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/LoginUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/LoginUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/NewUser.page
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/NewUser.php
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users/config.xml
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/schema.sql
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/themes/Basic/button.skin
X%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/themes/Basic/style.css
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/arrowdown.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/comment.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/comment_add.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/comments.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/error.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/information.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/lightbulb.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/mantis.jpg
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/mantisbg.jpg
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/mantissample.jpg
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/pradologo.gif
X%%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft/style.css
X%%WWWDIR%%/demos/blog/index.php
X%%WWWDIR%%/demos/blog/protected/.htaccess
X%%WWWDIR%%/demos/blog/protected/Common/BlogDataModule.php
X%%WWWDIR%%/demos/blog/protected/Common/BlogErrorHandler.php
X%%WWWDIR%%/demos/blog/protected/Common/BlogException.php
X%%WWWDIR%%/demos/blog/protected/Common/BlogPage.php
X%%WWWDIR%%/demos/blog/protected/Common/BlogUser.php
X%%WWWDIR%%/demos/blog/protected/Common/BlogUserManager.php
X%%WWWDIR%%/demos/blog/protected/Common/XListMenu.php
X%%WWWDIR%%/demos/blog/protected/Common/messages.txt
X%%WWWDIR%%/demos/blog/protected/Common/schema.sql
X%%WWWDIR%%/demos/blog/protected/Data/Settings.xml
X%%WWWDIR%%/demos/blog/protected/Layouts/MainLayout.php
X%%WWWDIR%%/demos/blog/protected/Layouts/MainLayout.tpl
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/AdminMenu.php
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/AdminMenu.tpl
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/ConfigMan.page
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/ConfigMan.php
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/PostMan.page
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/PostMan.php
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/UserMan.page
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/UserMan.php
X%%WWWDIR%%/demos/blog/protected/Pages/Admin/config.xml
X%%WWWDIR%%/demos/blog/protected/Pages/ErrorReport.page
X%%WWWDIR%%/demos/blog/protected/Pages/ErrorReport.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/EditCategory.page
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/EditCategory.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/EditPost.page
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/EditPost.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/ListPost.page
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/ListPost.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/MyPost.page
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/MyPost.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/NewCategory.page
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/NewCategory.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/NewPost.page
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/NewPost.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/ViewPost.page
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/ViewPost.php
X%%WWWDIR%%/demos/blog/protected/Pages/Posts/config.xml
X%%WWWDIR%%/demos/blog/protected/Pages/SearchPost.page
X%%WWWDIR%%/demos/blog/protected/Pages/SearchPost.php
X%%WWWDIR%%/demos/blog/protected/Pages/Users/EditUser.page
X%%WWWDIR%%/demos/blog/protected/Pages/Users/EditUser.php
X%%WWWDIR%%/demos/blog/protected/Pages/Users/NewUser.page
X%%WWWDIR%%/demos/blog/protected/Pages/Users/NewUser.php
X%%WWWDIR%%/demos/blog/protected/Pages/Users/ViewUser.page
X%%WWWDIR%%/demos/blog/protected/Pages/Users/ViewUser.php
X%%WWWDIR%%/demos/blog/protected/Pages/Users/config.xml
X%%WWWDIR%%/demos/blog/protected/Portlets/AccountPortlet.php
X%%WWWDIR%%/demos/blog/protected/Portlets/AccountPortlet.tpl
X%%WWWDIR%%/demos/blog/protected/Portlets/ArchivePortlet.php
X%%WWWDIR%%/demos/blog/protected/Portlets/ArchivePortlet.tpl
X%%WWWDIR%%/demos/blog/protected/Portlets/CategoryPortlet.php
X%%WWWDIR%%/demos/blog/protected/Portlets/CategoryPortlet.tpl
X%%WWWDIR%%/demos/blog/protected/Portlets/CommentPortlet.php
X%%WWWDIR%%/demos/blog/protected/Portlets/CommentPortlet.tpl
X%%WWWDIR%%/demos/blog/protected/Portlets/LoginPortlet.php
X%%WWWDIR%%/demos/blog/protected/Portlets/LoginPortlet.tpl
X%%WWWDIR%%/demos/blog/protected/Portlets/Portlet.php
X%%WWWDIR%%/demos/blog/protected/Portlets/SearchPortlet.php
X%%WWWDIR%%/demos/blog/protected/Portlets/SearchPortlet.tpl
X%%WWWDIR%%/demos/blog/protected/application.xml
X%%WWWDIR%%/demos/blog/themes/Fall/style.css
X%%WWWDIR%%/demos/blog/themes/Spring/style.css
X%%WWWDIR%%/demos/blog/themes/Summer/style.css
X%%WWWDIR%%/demos/blog/themes/Winter/style.css
X%%WWWDIR%%/demos/chat/index.php
X%%WWWDIR%%/demos/chat/protected/.htaccess
X%%WWWDIR%%/demos/chat/protected/App_Code/ChatBufferRecord.php
X%%WWWDIR%%/demos/chat/protected/App_Code/ChatUserManager.php
X%%WWWDIR%%/demos/chat/protected/App_Code/ChatUserRecord.php
X%%WWWDIR%%/demos/chat/protected/App_Code/chat.db
X%%WWWDIR%%/demos/chat/protected/application.xml
X%%WWWDIR%%/demos/chat/protected/pages/Home.page
X%%WWWDIR%%/demos/chat/protected/pages/Home.php
X%%WWWDIR%%/demos/chat/protected/pages/Login.page
X%%WWWDIR%%/demos/chat/protected/pages/Login.php
X%%WWWDIR%%/demos/chat/protected/pages/config.xml
X%%WWWDIR%%/demos/chat/protected/pages/send.gif
X%%WWWDIR%%/demos/chat/protected/pages/send.png
X%%WWWDIR%%/demos/chat/protected/pages/style.css
X%%WWWDIR%%/demos/composer/index.php
X%%WWWDIR%%/demos/composer/index2.php
X%%WWWDIR%%/demos/composer/protected/.htaccess
X%%WWWDIR%%/demos/composer/protected/pages/ClassDefinition.php
X%%WWWDIR%%/demos/composer/protected/pages/Home.page
X%%WWWDIR%%/demos/composer/protected/pages/Home.php
X%%WWWDIR%%/demos/composer/protected/pages/Layout.php
X%%WWWDIR%%/demos/composer/protected/pages/Layout.tpl
X%%WWWDIR%%/demos/composer/themes/PradoSoft/comments.gif
X%%WWWDIR%%/demos/composer/themes/PradoSoft/eventdef.gif
X%%WWWDIR%%/demos/composer/themes/PradoSoft/pradobg.gif
X%%WWWDIR%%/demos/composer/themes/PradoSoft/pradoheader.gif
X%%WWWDIR%%/demos/composer/themes/PradoSoft/propertydef.gif
X%%WWWDIR%%/demos/composer/themes/PradoSoft/style.css
X%%WWWDIR%%/demos/composer/themes/Simple/style.css
X%%WWWDIR%%/demos/currency-converter/index.php
X%%WWWDIR%%/demos/currency-converter/protected/.htaccess
X%%WWWDIR%%/demos/currency-converter/protected/pages/Home.page
X%%WWWDIR%%/demos/currency-converter/protected/pages/Home.php
X%%WWWDIR%%/demos/currency-converter/themes/Basic/common.css
X%%WWWDIR%%/demos/helloworld/index.php
X%%WWWDIR%%/demos/helloworld/protected/.htaccess
X%%WWWDIR%%/demos/helloworld/protected/pages/Home.page
X%%WWWDIR%%/demos/helloworld/protected/pages/Home.php
X%%WWWDIR%%/demos/northwind-db/index.php
X%%WWWDIR%%/demos/northwind-db/protected/.htaccess
X%%WWWDIR%%/demos/northwind-db/protected/application.xml
X%%WWWDIR%%/demos/northwind-db/protected/data/Northwind.db
X%%WWWDIR%%/demos/northwind-db/protected/database/Category.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Customer.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Employee.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Order.php
X%%WWWDIR%%/demos/northwind-db/protected/database/OrderDetail.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Product.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Region.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Shipper.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Supplier.php
X%%WWWDIR%%/demos/northwind-db/protected/database/Territory.php
X%%WWWDIR%%/demos/northwind-db/protected/database/sqlmap.xml
X%%WWWDIR%%/demos/northwind-db/protected/pages/Home.page
X%%WWWDIR%%/demos/northwind-db/protected/pages/NorthwindCrud.page
X%%WWWDIR%%/demos/northwind-db/protected/pages/NorthwindCrud.php
X%%WWWDIR%%/demos/northwind-db/protected/pages/northwind.gif
X%%WWWDIR%%/demos/personal/index.php
X%%WWWDIR%%/demos/personal/protected/.htaccess
X%%WWWDIR%%/demos/personal/protected/Common/LoginPortlet.php
X%%WWWDIR%%/demos/personal/protected/Common/LoginPortlet.tpl
X%%WWWDIR%%/demos/personal/protected/Common/MainMenu.php
X%%WWWDIR%%/demos/personal/protected/Common/MainMenu.tpl
X%%WWWDIR%%/demos/personal/protected/Pages/Albums.page
X%%WWWDIR%%/demos/personal/protected/Pages/Home.page
X%%WWWDIR%%/demos/personal/protected/Pages/Layout.php
X%%WWWDIR%%/demos/personal/protected/Pages/Layout.tpl
X%%WWWDIR%%/demos/personal/protected/Pages/Links.page
X%%WWWDIR%%/demos/personal/protected/Pages/Register.page
X%%WWWDIR%%/demos/personal/protected/Pages/Register.php
X%%WWWDIR%%/demos/personal/protected/Pages/Resume.page
X%%WWWDIR%%/demos/personal/protected/Pages/Settings.page
X%%WWWDIR%%/demos/personal/protected/Pages/UserLogin.page
X%%WWWDIR%%/demos/personal/protected/Pages/config.xml
X%%WWWDIR%%/demos/personal/protected/application.xml
X%%WWWDIR%%/demos/personal/themes/BlueTheme/buttons.skin
X%%WWWDIR%%/demos/personal/themes/BlueTheme/icon_profile.gif
X%%WWWDIR%%/demos/personal/themes/BlueTheme/labels.skin
X%%WWWDIR%%/demos/personal/themes/White/Default.css
X%%WWWDIR%%/demos/personal/themes/White/Frame.css
X%%WWWDIR%%/demos/personal/themes/White/images/album-bstretch.gif
X%%WWWDIR%%/demos/personal/themes/White/images/album-lstretch.gif
X%%WWWDIR%%/demos/personal/themes/White/images/album-rstretch.gif
X%%WWWDIR%%/demos/personal/themes/White/images/album-tstretch.gif
X%%WWWDIR%%/demos/personal/themes/White/images/background.gif
X%%WWWDIR%%/demos/personal/themes/White/images/body-repeat-photo.gif
X%%WWWDIR%%/demos/personal/themes/White/images/body-repeat.gif
X%%WWWDIR%%/demos/personal/themes/White/images/bullet-1.gif
X%%WWWDIR%%/demos/personal/themes/White/images/bullet-2.gif
X%%WWWDIR%%/demos/personal/themes/White/images/button-create.gif
X%%WWWDIR%%/demos/personal/themes/White/images/button-dwn_res.gif
X%%WWWDIR%%/demos/personal/themes/White/images/button-login.gif
X%%WWWDIR%%/demos/personal/themes/White/images/content-shim-none.gif
X%%WWWDIR%%/demos/personal/themes/White/images/content-shim-photo.gif
X%%WWWDIR%%/demos/personal/themes/White/images/content-shim.gif
X%%WWWDIR%%/demos/personal/themes/White/images/footer-side.gif
X%%WWWDIR%%/demos/personal/themes/White/images/footer.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-bot--x.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-bot-x-.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-botx--.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-mid--x.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-midx--.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-top--x.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-top-x-.gif
X%%WWWDIR%%/demos/personal/themes/White/images/frame-topx--.gif
X%%WWWDIR%%/demos/personal/themes/White/images/header.gif
X%%WWWDIR%%/demos/personal/themes/White/images/photonav-bg.gif
X%%WWWDIR%%/demos/personal/themes/White/images/photonav-top-bg.gif
X%%WWWDIR%%/demos/personal/themes/White/images/resume-photo.jpg
X%%WWWDIR%%/demos/quickstart/images/star1.gif
X%%WWWDIR%%/demos/quickstart/images/star2.gif
X%%WWWDIR%%/demos/quickstart/images/star3.gif
X%%WWWDIR%%/demos/quickstart/images/star4.gif
X%%WWWDIR%%/demos/quickstart/images/star5.gif
X%%WWWDIR%%/demos/quickstart/index.php
X%%WWWDIR%%/demos/quickstart/index2.php
X%%WWWDIR%%/demos/quickstart/protected/.htaccess
X%%WWWDIR%%/demos/quickstart/protected/QuickStartGlobalization.php
X%%WWWDIR%%/demos/quickstart/protected/application.xml
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/CommentBlock.php
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/CommentBlock.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/ajax-loader.gif
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/comments.css
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/comments.js
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/right_back.png
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/right_tag.png
X%%WWWDIR%%/demos/quickstart/protected/controls/Comments/tag.gif
X%%WWWDIR%%/demos/quickstart/protected/controls/DocLink.php
X%%WWWDIR%%/demos/quickstart/protected/controls/Layout.php
X%%WWWDIR%%/demos/quickstart/protected/controls/Layout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/RequiresVersion.php
X%%WWWDIR%%/demos/quickstart/protected/controls/RequiresVersion.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/RunBar.php
X%%WWWDIR%%/demos/quickstart/protected/controls/RunBar.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/SampleLayout.php
X%%WWWDIR%%/demos/quickstart/protected/controls/SampleLayout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/SearchBox.php
X%%WWWDIR%%/demos/quickstart/protected/controls/SearchBox.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/SinceVersion.php
X%%WWWDIR%%/demos/quickstart/protected/controls/SinceVersion.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/TopicList.php
X%%WWWDIR%%/demos/quickstart/protected/controls/TopicList.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/es/Layout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/es/RequiresVersion.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/es/RunBar.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/es/SampleLayout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/es/SearchBox.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/es/SinceVersion.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/es/TopicList.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/fr/Layout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/fr/RunBar.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/fr/SampleLayout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/fr/SearchBox.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/fr/TopicList.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/id/Layout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/id/RequiresVersion.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/id/RunBar.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/id/SampleLayout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/id/SearchBox.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/id/SinceVersion.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/id/TopicList.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/ja/Layout.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/ja/RunBar.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/ja/SearchBox.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/ja/TopicList.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/pl/TopicList.tpl
X%%WWWDIR%%/demos/quickstart/protected/controls/zh/TopicList.tpl
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Exception.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/LICENSE.txt
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Exception.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Token.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/TokenFilter.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Document.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Exception.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Field.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Index/FieldInfo.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Index/SegmentInfo.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Index/SegmentWriter.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Index/Term.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Index/TermInfo.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Index/Writer.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query/MultiTerm.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query/Phrase.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query/Term.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryHit.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryParser.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryToken.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryTokenizer.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Similarity.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Similarity/Default.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight/MultiTerm.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight/Phrase.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight/Term.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Storage/Directory.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Storage/Directory/Filesystem.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Storage/File.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Storage/File/Filesystem.php
X%%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/TODO.txt
X%%WWWDIR%%/demos/quickstart/protected/index/ZendSearch.php
X%%WWWDIR%%/demos/quickstart/protected/index/quickstart/_0.cfs
X%%WWWDIR%%/demos/quickstart/protected/index/quickstart/deletable
X%%WWWDIR%%/demos/quickstart/protected/index/quickstart/segments
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/ActiveButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/ActiveCheckBox.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/ActiveCustomValidator.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Introduction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveButton/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveButton/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveCheckBox/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveCheckBox/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveCustomValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveCustomValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink/hello_world.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/config.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/TActiveButtonClass.png
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/TActiveButtonClass.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id/ActiveButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id/ActiveCustomValidator.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id/ActiveHyperLink.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id/TActiveButtonClass.png
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id/postback-callback.png
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/postback-callback.png
X%%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/postback-callback.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Assets.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Auth.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Collections.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Error.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/I18N.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Logging.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/MasterContent.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Performance.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.de.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.es.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.fr.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.pl.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.zh.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/LanguageList.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/LanguageList.tpl
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/config.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/id/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.de.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.en.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.es.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.fr.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.id.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.pl.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/index.zh.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.de.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.en.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.es.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.fr.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.id.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.pl.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.zh.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/zh_TW/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Scripts.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Scripts1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Scripts2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Scripts3.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Security.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/State.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Themes.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/exception.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/exception2.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Assets.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Auth.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Collections.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Error.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/I18N.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Logging.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/MasterContent.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Performance.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Scripts.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Scripts1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Scripts2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Scripts3.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Security.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/State.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/Themes.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/exception.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/exception2.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/logrouter.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/mastercontent.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id/pcrelation.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/logrouter.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/logrouter.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/mastercontent.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/mastercontent.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/pcrelation.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Advanced/pcrelation.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/AppConfig.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/Overview.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/PageConfig.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/Templates1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/Templates2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/Templates3.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/UrlMapping.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id/AppConfig.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id/Overview.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id/PageConfig.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id/Templates1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id/Templates2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id/Templates3.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id/UrlMapping.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Construction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Button.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Captcha.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/CheckBox.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/ClientScript.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/ClientScriptLoader.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/ColorPicker.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Conditional.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Data.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/DataGrid.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/DataList.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/DatePicker.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Expression.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/FileUpload.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Head.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/HiddenField.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/HtmlArea.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/HyperLink.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Image.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/ImageButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/ImageMap.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/InlineFrame.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/JavascriptLogger.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Keyboard.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Label.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/LinkButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/List.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Literal.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/MultiView.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/NewControl.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/OutputCache.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Pager.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Panel.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/PlaceHolder.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/RadioButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Repeater.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/SafeHtml.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/LabeledTextBox.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/LabeledTextBox.tpl
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/LabeledTextBox.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/bullet.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TClientSideValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TClientSideValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDatePicker/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TExpression/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TFileUpload/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TFileUpload/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/THyperLink/hello_world.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImage/HelloWorld.html
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImage/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImage/hello_world.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageButton/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageButton/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageButton/hello_world.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageMap/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageMap/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageMap/hotspots.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TKeyboard/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TKeyboard/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TLabel/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPanel/hello_world.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPlaceHolder/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPlaceHolder/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/RegionDisplay.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/RegionDisplay.tpl
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample3.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample3.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample4.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample4.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample5.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample5.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TSlider/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TSlider/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TStatements/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTabPanel/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTabPanel/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTable/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTable/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTable/backimage.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTextHighlighter/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample1.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample1.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample5.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample5.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/config.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Slider.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Standard.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Statements.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/TabPanel.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Table.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/TextBox.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/TextHighlighter.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Validation.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/Wizard.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Button.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Captcha.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/CheckBox.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/ClientScript.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/ClientScriptLoader.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/ColorPicker.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Conditional.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Data.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/DataGrid.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/DataList.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/DatePicker.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Expression.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/FileUpload.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Head.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/HiddenField.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/HtmlArea.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/HyperLink.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Image.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/ImageButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/ImageMap.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/InlineFrame.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/JavascriptLogger.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Keyboard.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Label.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/LinkButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/List.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Literal.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/MultiView.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/NewControl.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/OutputCache.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Pager.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Panel.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/PlaceHolder.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/RadioButton.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Repeater.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/SafeHtml.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Slider.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Standard.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Statements.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/TabPanel.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Table.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/TextBox.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/TextHighlighter.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Validation.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/Wizard.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/id/wizard.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Controls/wizard.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/ActiveRecord.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/DAO.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/Samples/Scaffold/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/Samples/Scaffold/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/Samples/Scaffold/sqlite.db
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/Samples/config.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/Scaffold.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/SqlMap.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/ar_objects.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/ar_objects.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/ar_relations.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/ar_relations.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/diagram.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/ActiveRecord.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/DAO.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/Scaffold.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/SqlMap.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/ar_objects.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/ar_relations.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/diagram.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/object_states.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/id/sqlmap_active_record.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/object_states.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Database/sqlmap_active_record.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Applications.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Architecture.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Components.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Controls.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Hangman.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Modules.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Pages.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/Home.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/sequence.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman/words.txt
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Samples/config.xml
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Services.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/applifecycles.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/applifecycles.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/classtree.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/classtree.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Applications.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Architecture.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Components.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Controls.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Hangman.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Modules.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Pages.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/Services.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/applifecycles.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/applifecycles.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/classtree.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/classtree.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/lifecycles.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/lifecycles.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/objectdiagram.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id/objectdiagram.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Applications.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Architecture.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Components.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Controls.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Hangman.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Modules.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Pages.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/Services.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/applifecycles.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/classtree.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/lifecycles.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja/objectdiagram.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/lifecycles.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/lifecycles.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/objectdiagram.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/objectdiagram.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/Installation.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/Introduction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/Upgrading.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/es/AboutPrado.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/AboutPrado.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/CommandLine.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/HelloWorld.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/Installation.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/Introduction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/NewFeatures.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/Upgrading.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr/sequence.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/AboutPrado.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/CommandLine.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/HelloWorld.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/Installation.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/Introduction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/NewFeatures.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/Upgrading.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/sequence.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id/sequence.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/AboutPrado.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/CommandLine.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/HelloWorld.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/Installation.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/Introduction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/NewFeatures.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/Upgrading.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja/sequence.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/AboutPrado.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/CommandLine.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/HelloWorld.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/Installation.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/Introduction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/NewFeatures.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/Upgrading.page
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/directory.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl/sequence.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/sequence.gif
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/sequence.vsd
X%%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/zh/Introduction.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Search.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Search.php
X%%WWWDIR%%/demos/quickstart/protected/pages/Services/SoapService.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Services/id/SoapService.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/AddressBook.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/AjaxChat.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/chat1.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/chat2.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/example1.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/example2.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/fr/AjaxChat.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/fr/CurrencyConverter.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/fr/chat1.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/fr/chat2.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/fr/example1.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/fr/example2.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id/AddressBook.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id/AjaxChat.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id/CurrencyConverter.page
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id/chat1.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id/chat2.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id/example1.png
X%%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id/example2.png
X%%WWWDIR%%/demos/quickstart/protected/pages/ViewSource.page
X%%WWWDIR%%/demos/quickstart/protected/pages/ViewSource.php
X%%WWWDIR%%/demos/quickstart/protected/pages/config.xml
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/arrowdown.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/comment.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/comment_add.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/comments.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/error.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/flag_red.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/information.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/lightbulb.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/mantis.jpg
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/mantisbg.jpg
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/mantissample.jpg
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/pradologo.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/sitemap_color.gif
X%%WWWDIR%%/demos/quickstart/themes/PradoSoft/style.css
X%%WWWDIR%%/demos/quickstart/themes/Simple/style.css
X%%WWWDIR%%/demos/soap/index.php
X%%WWWDIR%%/demos/soap/protected/application.xml
X%%WWWDIR%%/demos/soap/protected/pages/Home.page
X%%WWWDIR%%/demos/soap/protected/pages/Home.php
X%%WWWDIR%%/demos/soap/protected/webservices/SimpleService.php
X%%WWWDIR%%/demos/sqlmap/index.php
X%%WWWDIR%%/demos/sqlmap/protected/.htaccess
X%%WWWDIR%%/demos/sqlmap/protected/APP_CODE/Person.php
X%%WWWDIR%%/demos/sqlmap/protected/App_Data/person.xml
X%%WWWDIR%%/demos/sqlmap/protected/App_Data/test.db
X%%WWWDIR%%/demos/sqlmap/protected/application.xml
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/BigPicture.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/BuildingTSqlMapper.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/CacheModels.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/CodingExamples.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/ComplexProperties.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/CompositeKeys.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/ConfigurationElements.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Configuring.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/CustomTypeHandlers.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/DataMapperAPI.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/DynamicSQL.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/ImplicitResultMaps.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/InheritanceMapping.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/InlineParameterMaps.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Installing.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Layout.php
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Layout.tpl
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/MappedStatements.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Overview.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/ParameterMap.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/ResultMapAttributes.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/ResultMaps.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/StatementElementAttributes.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/TheSQL.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/TopicList.php
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/TopicList.tpl
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Tutorial/TestAgain.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Tutorial/TestFirst.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Tutorial/TestSecond.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Tutorial/example1.png
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Tutorial/grid1.png
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Tutorial/grid2.png
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/WorkingWithDataMaps.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/config.xml
X%%WWWDIR%%/demos/sqlmap/protected/pages/Manual/diagram.png
X%%WWWDIR%%/demos/sqlmap/protected/pages/Sample/Home.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Sample/crud1.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Sample/crud1.php
X%%WWWDIR%%/demos/sqlmap/protected/pages/Sample/crud2.page
X%%WWWDIR%%/demos/sqlmap/protected/pages/Sample/crud2.php
X%%WWWDIR%%/demos/time-tracker/index.php
X%%WWWDIR%%/demos/time-tracker/protected/.htaccess
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/BaseDao.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/CategoryDao.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/CategoryRecord.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/ProjectDao.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/ProjectRecord.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/ReportsDao.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/TimeEntryDao.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/TimeEntryRecord.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao/UserDao.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/DaoManager.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/TimeTrackerException.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/TimeTrackerUser.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/TrackerAuthManager.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/UserManager.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Code/exceptions.txt
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/DateTimeTypeHandler.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4/category.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4/mysql-reset.sql
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4/projects.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4/reports.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4/time-entry.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4/time-tracker-mysql.sql
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4/users.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/SQLite/category.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/SQLite/projects.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/SQLite/reports.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/SQLite/time-entry.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/SQLite/time-tracker.db
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/SQLite/users.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/TimeTrackerUserTypeHandler.php
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/mysql4-sqlmap.xml
X%%WWWDIR%%/demos/time-tracker/protected/App_Data/sqlite-sqlmap.xml
X%%WWWDIR%%/demos/time-tracker/protected/application.xml
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/CategoryDataList.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/CategoryDataList.tpl
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/LogTimeEntry.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/LogTimeEntry.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/Login.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/Login.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/Logout.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/Logout.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/MainLayout.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/MainLayout.tpl
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ProjectDetails.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ProjectDetails.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ProjectList.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ProjectList.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ReportProject.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ReportProject.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ReportResource.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/ReportResource.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/SiteMap.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/SiteMap.tpl
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/TimeEntryList.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/TimeEntryList.tpl
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/UserCreate.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/UserCreate.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/UserList.page
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/UserList.php
X%%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker/config.xml
X%%WWWDIR%%/demos/time-tracker/protected/pages/Welcome.page
X%%WWWDIR%%/demos/time-tracker/tests/functional.php
X%%WWWDIR%%/demos/time-tracker/tests/functional/HelloPradoTestCase.php
X%%WWWDIR%%/demos/time-tracker/tests/unit.php
X%%WWWDIR%%/demos/time-tracker/tests/unit/BaseTestCase.php
X%%WWWDIR%%/demos/time-tracker/tests/unit/CategoryDaoTestCase.php
X%%WWWDIR%%/demos/time-tracker/tests/unit/ProjectDaoTestCase.php
X%%WWWDIR%%/demos/time-tracker/tests/unit/TimeEntryDaoTestCase.php
X%%WWWDIR%%/demos/time-tracker/tests/unit/UserDaoTestCase.php
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/background.png
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/bar.png
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/bell.gif
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/clock.gif
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/group.gif
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/project.css
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/report.css
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/report.gif
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/site.css
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/tabs.png
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/time-entry.css
X%%WWWDIR%%/demos/time-tracker/themes/TimeTracker/time.gif
X%%WWWDIR%%/demos/time-tracker/themes/clock.png
X%%WWWDIR%%/editors/Dreamweaver/PRADO.mxp
X%%WWWDIR%%/editors/Dreamweaver/readme.txt
X%%WWWDIR%%/framework/.htaccess
X%%WWWDIR%%/framework/3rdParty/Markdown/License.text
X%%WWWDIR%%/framework/3rdParty/Markdown/MarkdownParser.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Commands.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/Autoload.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/AutoloadDebug.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/Colour.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/ExecutionTime.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/InlineHelp.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/LoadScript.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/Prototypes.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions/VerbosePrint.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Options.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/README
X%%WWWDIR%%/framework/3rdParty/PhpShell/php-shell-cmd.php
X%%WWWDIR%%/framework/3rdParty/PhpShell/php-shell-init.php
X%%WWWDIR%%/framework/3rdParty/SafeHtml/HTMLSax3.php
X%%WWWDIR%%/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php
X%%WWWDIR%%/framework/3rdParty/SafeHtml/HTMLSax3/States.php
X%%WWWDIR%%/framework/3rdParty/SafeHtml/TSafeHtmlParser.php
X%%WWWDIR%%/framework/3rdParty/SafeHtml/license.txt
X%%WWWDIR%%/framework/3rdParty/SafeHtml/readme.txt
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/ABAP.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/CPP.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/CSS.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/DIFF.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/DTD.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Generator.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/HTML.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/JAVA.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/JAVASCRIPT.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/MYSQL.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/PERL.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/PHP.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/PRADO.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/PYTHON.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/RUBY.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer/Array.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer/BB.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer/Console.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer/Html.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer/HtmlTags.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer/JSON.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer/XML.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/SQL.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/XML.php
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/README
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/TODO
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/abap.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/cpp.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/css.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/diff.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/dtd.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/generate
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/generate.bat
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/html.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/java.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/javascript.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/mysql.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/package.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/perl.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/php.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/prado.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/python.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/ruby.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/sample.css
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/sql.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/xml.xml
X%%WWWDIR%%/framework/3rdParty/TextHighlighter/highlight.css
X%%WWWDIR%%/framework/3rdParty/TinyMCE/license.txt
X%%WWWDIR%%/framework/3rdParty/TinyMCE/tiny_mce.md5
X%%WWWDIR%%/framework/3rdParty/TinyMCE/tiny_mce.tar
X%%WWWDIR%%/framework/3rdParty/WsdlGen/Wsdl.php
X%%WWWDIR%%/framework/3rdParty/WsdlGen/WsdlGenerator.php
X%%WWWDIR%%/framework/3rdParty/WsdlGen/WsdlMessage.php
X%%WWWDIR%%/framework/3rdParty/WsdlGen/WsdlOperation.php
X%%WWWDIR%%/framework/3rdParty/readme.html
X%%WWWDIR%%/framework/Caching/TAPCCache.php
X%%WWWDIR%%/framework/Caching/TCache.php
X%%WWWDIR%%/framework/Caching/TDbCache.php
X%%WWWDIR%%/framework/Caching/TMemCache.php
X%%WWWDIR%%/framework/Caching/TSqliteCache.php
X%%WWWDIR%%/framework/Collections/TAttributeCollection.php
X%%WWWDIR%%/framework/Collections/TDummyDataSource.php
X%%WWWDIR%%/framework/Collections/TList.php
X%%WWWDIR%%/framework/Collections/TMap.php
X%%WWWDIR%%/framework/Collections/TPagedDataSource.php
X%%WWWDIR%%/framework/Collections/TPagedList.php
X%%WWWDIR%%/framework/Collections/TQueue.php
X%%WWWDIR%%/framework/Collections/TStack.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Exceptions/messages.txt
X%%WWWDIR%%/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder/TIbmScaffoldInput.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder/TMssqlScaffoldInput.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder/TMysqlScaffoldInput.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder/TPgsqlScaffoldInput.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputBase.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder/TSqliteScaffoldInput.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldBase.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldEditView.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldEditView.tpl
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldListView.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldListView.tpl
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.tpl
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldView.php
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/TScaffoldView.tpl
X%%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/style.css
X%%WWWDIR%%/framework/Data/ActiveRecord/TActiveRecord.php
X%%WWWDIR%%/framework/Data/ActiveRecord/TActiveRecordConfig.php
X%%WWWDIR%%/framework/Data/ActiveRecord/TActiveRecordCriteria.php
X%%WWWDIR%%/framework/Data/ActiveRecord/TActiveRecordGateway.php
X%%WWWDIR%%/framework/Data/ActiveRecord/TActiveRecordManager.php
X%%WWWDIR%%/framework/Data/ActiveRecord/TActiveRecordStateRegistry.php
X%%WWWDIR%%/framework/Data/Common/Mssql/TMssqlCommandBuilder.php
X%%WWWDIR%%/framework/Data/Common/Mssql/TMssqlMetaData.php
X%%WWWDIR%%/framework/Data/Common/Mssql/TMssqlTableColumn.php
X%%WWWDIR%%/framework/Data/Common/Mssql/TMssqlTableInfo.php
X%%WWWDIR%%/framework/Data/Common/Mysql/TMysqlCommandBuilder.php
X%%WWWDIR%%/framework/Data/Common/Mysql/TMysqlMetaData.php
X%%WWWDIR%%/framework/Data/Common/Mysql/TMysqlTableColumn.php
X%%WWWDIR%%/framework/Data/Common/Mysql/TMysqlTableInfo.php
X%%WWWDIR%%/framework/Data/Common/Oracle/TOracleCommandBuilder.php
X%%WWWDIR%%/framework/Data/Common/Oracle/TOracleMetaData.php
X%%WWWDIR%%/framework/Data/Common/Oracle/TOracleTableColumn.php
X%%WWWDIR%%/framework/Data/Common/Oracle/TOracleTableInfo.php
X%%WWWDIR%%/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php
X%%WWWDIR%%/framework/Data/Common/Pgsql/TPgsqlMetaData.php
X%%WWWDIR%%/framework/Data/Common/Pgsql/TPgsqlTableColumn.php
X%%WWWDIR%%/framework/Data/Common/Pgsql/TPgsqlTableInfo.php
X%%WWWDIR%%/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php
X%%WWWDIR%%/framework/Data/Common/Sqlite/TSqliteMetaData.php
X%%WWWDIR%%/framework/Data/Common/Sqlite/TSqliteTableColumn.php
X%%WWWDIR%%/framework/Data/Common/Sqlite/TSqliteTableInfo.php
X%%WWWDIR%%/framework/Data/Common/TDbCommandBuilder.php
X%%WWWDIR%%/framework/Data/Common/TDbMetaData.php
X%%WWWDIR%%/framework/Data/Common/TDbTableColumn.php
X%%WWWDIR%%/framework/Data/Common/TDbTableInfo.php
X%%WWWDIR%%/framework/Data/DataGateway/TDataGatewayCommand.php
X%%WWWDIR%%/framework/Data/DataGateway/TSqlCriteria.php
X%%WWWDIR%%/framework/Data/DataGateway/TTableGateway.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TDiscriminator.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TInlineParameterMapParser.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TParameterMap.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TParameterProperty.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TResultMap.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TResultProperty.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TSimpleDynamicParser.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TSqlMapStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Configuration/TSqlMapXmlConfiguration.php
X%%WWWDIR%%/framework/Data/SqlMap/DataMapper/TLazyLoadList.php
X%%WWWDIR%%/framework/Data/SqlMap/DataMapper/TPropertyAccess.php
X%%WWWDIR%%/framework/Data/SqlMap/DataMapper/TSqlMapCache.php
X%%WWWDIR%%/framework/Data/SqlMap/DataMapper/TSqlMapException.php
X%%WWWDIR%%/framework/Data/SqlMap/DataMapper/TSqlMapPagedList.php
X%%WWWDIR%%/framework/Data/SqlMap/DataMapper/TSqlMapTypeHandlerRegistry.php
X%%WWWDIR%%/framework/Data/SqlMap/DataMapper/messages.txt
X%%WWWDIR%%/framework/Data/SqlMap/Statements/IMappedStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TCachingStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TDeleteMappedStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TInsertMappedStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TMappedStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TPreparedCommand.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TPreparedStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TPreparedStatementFactory.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TSelectMappedStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TSimpleDynamicSql.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TStaticSql.php
X%%WWWDIR%%/framework/Data/SqlMap/Statements/TUpdateMappedStatement.php
X%%WWWDIR%%/framework/Data/SqlMap/TSqlMapConfig.php
X%%WWWDIR%%/framework/Data/SqlMap/TSqlMapGateway.php
X%%WWWDIR%%/framework/Data/SqlMap/TSqlMapManager.php
X%%WWWDIR%%/framework/Data/TDataSourceConfig.php
X%%WWWDIR%%/framework/Data/TDbCommand.php
X%%WWWDIR%%/framework/Data/TDbConnection.php
X%%WWWDIR%%/framework/Data/TDbDataReader.php
X%%WWWDIR%%/framework/Data/TDbTransaction.php
X%%WWWDIR%%/framework/Exceptions/TErrorHandler.php
X%%WWWDIR%%/framework/Exceptions/TException.php
X%%WWWDIR%%/framework/Exceptions/messages/messages-fr.txt
X%%WWWDIR%%/framework/Exceptions/messages/messages-id.txt
X%%WWWDIR%%/framework/Exceptions/messages/messages-zh.txt
X%%WWWDIR%%/framework/Exceptions/messages/messages.txt
X%%WWWDIR%%/framework/Exceptions/templates/error-fr.html
X%%WWWDIR%%/framework/Exceptions/templates/error-id.html
X%%WWWDIR%%/framework/Exceptions/templates/error-zh.html
X%%WWWDIR%%/framework/Exceptions/templates/error.html
X%%WWWDIR%%/framework/Exceptions/templates/error400-en.html
X%%WWWDIR%%/framework/Exceptions/templates/error400-id.html
X%%WWWDIR%%/framework/Exceptions/templates/error400-zh.html
X%%WWWDIR%%/framework/Exceptions/templates/error400.html
X%%WWWDIR%%/framework/Exceptions/templates/error404-en.html
X%%WWWDIR%%/framework/Exceptions/templates/error404-fr.html
X%%WWWDIR%%/framework/Exceptions/templates/error404-id.html
X%%WWWDIR%%/framework/Exceptions/templates/error404-zh.html
X%%WWWDIR%%/framework/Exceptions/templates/error404.html
X%%WWWDIR%%/framework/Exceptions/templates/error500-en.html
X%%WWWDIR%%/framework/Exceptions/templates/error500-fr.html
X%%WWWDIR%%/framework/Exceptions/templates/error500-id.html
X%%WWWDIR%%/framework/Exceptions/templates/error500-zh.html
X%%WWWDIR%%/framework/Exceptions/templates/error500.html
X%%WWWDIR%%/framework/Exceptions/templates/error503-en.html
X%%WWWDIR%%/framework/Exceptions/templates/error503-fr.html
X%%WWWDIR%%/framework/Exceptions/templates/error503-id.html
X%%WWWDIR%%/framework/Exceptions/templates/error503-zh.html
X%%WWWDIR%%/framework/Exceptions/templates/error503.html
X%%WWWDIR%%/framework/Exceptions/templates/exception-en.html
X%%WWWDIR%%/framework/Exceptions/templates/exception-fr.html
X%%WWWDIR%%/framework/Exceptions/templates/exception-id.html
X%%WWWDIR%%/framework/Exceptions/templates/exception-zh.html
X%%WWWDIR%%/framework/Exceptions/templates/exception.html
X%%WWWDIR%%/framework/Exceptions/templates/readme.txt
X%%WWWDIR%%/framework/I18N/TChoiceFormat.php
X%%WWWDIR%%/framework/I18N/TDateFormat.php
X%%WWWDIR%%/framework/I18N/TGlobalization.php
X%%WWWDIR%%/framework/I18N/TGlobalizationAutoDetect.php
X%%WWWDIR%%/framework/I18N/TI18NControl.php
X%%WWWDIR%%/framework/I18N/TNumberFormat.php
X%%WWWDIR%%/framework/I18N/TTranslate.php
X%%WWWDIR%%/framework/I18N/TTranslateParameter.php
X%%WWWDIR%%/framework/I18N/Translation.php
X%%WWWDIR%%/framework/I18N/core/ChoiceFormat.php
X%%WWWDIR%%/framework/I18N/core/CultureInfo.php
X%%WWWDIR%%/framework/I18N/core/DateFormat.php
X%%WWWDIR%%/framework/I18N/core/DateTimeFormatInfo.php
X%%WWWDIR%%/framework/I18N/core/Gettext/MO.php
X%%WWWDIR%%/framework/I18N/core/Gettext/PO.php
X%%WWWDIR%%/framework/I18N/core/Gettext/TGettext.php
X%%WWWDIR%%/framework/I18N/core/HTTPNegotiator.php
X%%WWWDIR%%/framework/I18N/core/IMessageSource.php
X%%WWWDIR%%/framework/I18N/core/MessageCache.php
X%%WWWDIR%%/framework/I18N/core/MessageFormat.php
X%%WWWDIR%%/framework/I18N/core/MessageSource.php
X%%WWWDIR%%/framework/I18N/core/MessageSource_MySQL.php
X%%WWWDIR%%/framework/I18N/core/MessageSource_SQLite.php
X%%WWWDIR%%/framework/I18N/core/MessageSource_XLIFF.php
X%%WWWDIR%%/framework/I18N/core/MessageSource_gettext.php
X%%WWWDIR%%/framework/I18N/core/NumberFormat.php
X%%WWWDIR%%/framework/I18N/core/NumberFormatInfo.php
X%%WWWDIR%%/framework/I18N/core/TCache_Lite.php
X%%WWWDIR%%/framework/I18N/core/data/af.dat
X%%WWWDIR%%/framework/I18N/core/data/af_ZA.dat
X%%WWWDIR%%/framework/I18N/core/data/am.dat
X%%WWWDIR%%/framework/I18N/core/data/am_ET.dat
X%%WWWDIR%%/framework/I18N/core/data/ar.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_AE.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_BH.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_DZ.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_EG.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_IQ.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_JO.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_KW.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_LB.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_LY.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_MA.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_OM.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_QA.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_SA.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_SD.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_SY.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_TN.dat
X%%WWWDIR%%/framework/I18N/core/data/ar_YE.dat
X%%WWWDIR%%/framework/I18N/core/data/be.dat
X%%WWWDIR%%/framework/I18N/core/data/be_BY.dat
X%%WWWDIR%%/framework/I18N/core/data/bg.dat
X%%WWWDIR%%/framework/I18N/core/data/bg_BG.dat
X%%WWWDIR%%/framework/I18N/core/data/bn.dat
X%%WWWDIR%%/framework/I18N/core/data/bn_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/ca.dat
X%%WWWDIR%%/framework/I18N/core/data/ca_ES.dat
X%%WWWDIR%%/framework/I18N/core/data/cs.dat
X%%WWWDIR%%/framework/I18N/core/data/cs_CZ.dat
X%%WWWDIR%%/framework/I18N/core/data/cy.dat
X%%WWWDIR%%/framework/I18N/core/data/cy_GB.dat
X%%WWWDIR%%/framework/I18N/core/data/da.dat
X%%WWWDIR%%/framework/I18N/core/data/da_DK.dat
X%%WWWDIR%%/framework/I18N/core/data/de.dat
X%%WWWDIR%%/framework/I18N/core/data/de_AT.dat
X%%WWWDIR%%/framework/I18N/core/data/de_BE.dat
X%%WWWDIR%%/framework/I18N/core/data/de_CH.dat
X%%WWWDIR%%/framework/I18N/core/data/de_DE.dat
X%%WWWDIR%%/framework/I18N/core/data/de_LU.dat
X%%WWWDIR%%/framework/I18N/core/data/el.dat
X%%WWWDIR%%/framework/I18N/core/data/el_GR.dat
X%%WWWDIR%%/framework/I18N/core/data/en.dat
X%%WWWDIR%%/framework/I18N/core/data/en_AU.dat
X%%WWWDIR%%/framework/I18N/core/data/en_BE.dat
X%%WWWDIR%%/framework/I18N/core/data/en_BW.dat
X%%WWWDIR%%/framework/I18N/core/data/en_CA.dat
X%%WWWDIR%%/framework/I18N/core/data/en_GB.dat
X%%WWWDIR%%/framework/I18N/core/data/en_HK.dat
X%%WWWDIR%%/framework/I18N/core/data/en_IE.dat
X%%WWWDIR%%/framework/I18N/core/data/en_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/en_MT.dat
X%%WWWDIR%%/framework/I18N/core/data/en_NZ.dat
X%%WWWDIR%%/framework/I18N/core/data/en_PH.dat
X%%WWWDIR%%/framework/I18N/core/data/en_PK.dat
X%%WWWDIR%%/framework/I18N/core/data/en_SG.dat
X%%WWWDIR%%/framework/I18N/core/data/en_US.dat
X%%WWWDIR%%/framework/I18N/core/data/en_US_POSIX.dat
X%%WWWDIR%%/framework/I18N/core/data/en_VI.dat
X%%WWWDIR%%/framework/I18N/core/data/en_ZA.dat
X%%WWWDIR%%/framework/I18N/core/data/en_ZW.dat
X%%WWWDIR%%/framework/I18N/core/data/eo.dat
X%%WWWDIR%%/framework/I18N/core/data/es.dat
X%%WWWDIR%%/framework/I18N/core/data/es_AR.dat
X%%WWWDIR%%/framework/I18N/core/data/es_BO.dat
X%%WWWDIR%%/framework/I18N/core/data/es_CL.dat
X%%WWWDIR%%/framework/I18N/core/data/es_CO.dat
X%%WWWDIR%%/framework/I18N/core/data/es_CR.dat
X%%WWWDIR%%/framework/I18N/core/data/es_DO.dat
X%%WWWDIR%%/framework/I18N/core/data/es_EC.dat
X%%WWWDIR%%/framework/I18N/core/data/es_ES.dat
X%%WWWDIR%%/framework/I18N/core/data/es_GT.dat
X%%WWWDIR%%/framework/I18N/core/data/es_HN.dat
X%%WWWDIR%%/framework/I18N/core/data/es_MX.dat
X%%WWWDIR%%/framework/I18N/core/data/es_NI.dat
X%%WWWDIR%%/framework/I18N/core/data/es_PA.dat
X%%WWWDIR%%/framework/I18N/core/data/es_PE.dat
X%%WWWDIR%%/framework/I18N/core/data/es_PR.dat
X%%WWWDIR%%/framework/I18N/core/data/es_PY.dat
X%%WWWDIR%%/framework/I18N/core/data/es_SV.dat
X%%WWWDIR%%/framework/I18N/core/data/es_US.dat
X%%WWWDIR%%/framework/I18N/core/data/es_UY.dat
X%%WWWDIR%%/framework/I18N/core/data/es_VE.dat
X%%WWWDIR%%/framework/I18N/core/data/et.dat
X%%WWWDIR%%/framework/I18N/core/data/et_EE.dat
X%%WWWDIR%%/framework/I18N/core/data/eu.dat
X%%WWWDIR%%/framework/I18N/core/data/eu_ES.dat
X%%WWWDIR%%/framework/I18N/core/data/fa.dat
X%%WWWDIR%%/framework/I18N/core/data/fa_AF.dat
X%%WWWDIR%%/framework/I18N/core/data/fa_IR.dat
X%%WWWDIR%%/framework/I18N/core/data/fi.dat
X%%WWWDIR%%/framework/I18N/core/data/fi_FI.dat
X%%WWWDIR%%/framework/I18N/core/data/fo.dat
X%%WWWDIR%%/framework/I18N/core/data/fo_FO.dat
X%%WWWDIR%%/framework/I18N/core/data/fr.dat
X%%WWWDIR%%/framework/I18N/core/data/fr_BE.dat
X%%WWWDIR%%/framework/I18N/core/data/fr_CA.dat
X%%WWWDIR%%/framework/I18N/core/data/fr_CH.dat
X%%WWWDIR%%/framework/I18N/core/data/fr_FR.dat
X%%WWWDIR%%/framework/I18N/core/data/fr_LU.dat
X%%WWWDIR%%/framework/I18N/core/data/ga.dat
X%%WWWDIR%%/framework/I18N/core/data/ga_IE.dat
X%%WWWDIR%%/framework/I18N/core/data/gl.dat
X%%WWWDIR%%/framework/I18N/core/data/gl_ES.dat
X%%WWWDIR%%/framework/I18N/core/data/gu.dat
X%%WWWDIR%%/framework/I18N/core/data/gu_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/gv.dat
X%%WWWDIR%%/framework/I18N/core/data/gv_GB.dat
X%%WWWDIR%%/framework/I18N/core/data/he.dat
X%%WWWDIR%%/framework/I18N/core/data/he_IL.dat
X%%WWWDIR%%/framework/I18N/core/data/hi.dat
X%%WWWDIR%%/framework/I18N/core/data/hi_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/hr.dat
X%%WWWDIR%%/framework/I18N/core/data/hr_HR.dat
X%%WWWDIR%%/framework/I18N/core/data/hu.dat
X%%WWWDIR%%/framework/I18N/core/data/hu_HU.dat
X%%WWWDIR%%/framework/I18N/core/data/hy.dat
X%%WWWDIR%%/framework/I18N/core/data/hy_AM.dat
X%%WWWDIR%%/framework/I18N/core/data/hy_AM_REVISED.dat
X%%WWWDIR%%/framework/I18N/core/data/id.dat
X%%WWWDIR%%/framework/I18N/core/data/id_ID.dat
X%%WWWDIR%%/framework/I18N/core/data/in.dat
X%%WWWDIR%%/framework/I18N/core/data/in_ID.dat
X%%WWWDIR%%/framework/I18N/core/data/is.dat
X%%WWWDIR%%/framework/I18N/core/data/is_IS.dat
X%%WWWDIR%%/framework/I18N/core/data/it.dat
X%%WWWDIR%%/framework/I18N/core/data/it_CH.dat
X%%WWWDIR%%/framework/I18N/core/data/it_IT.dat
X%%WWWDIR%%/framework/I18N/core/data/iw.dat
X%%WWWDIR%%/framework/I18N/core/data/iw_IL.dat
X%%WWWDIR%%/framework/I18N/core/data/ja.dat
X%%WWWDIR%%/framework/I18N/core/data/ja_JP.dat
X%%WWWDIR%%/framework/I18N/core/data/ja_JP_TRADITIONAL.dat
X%%WWWDIR%%/framework/I18N/core/data/kk.dat
X%%WWWDIR%%/framework/I18N/core/data/kk_KZ.dat
X%%WWWDIR%%/framework/I18N/core/data/kl.dat
X%%WWWDIR%%/framework/I18N/core/data/kl_GL.dat
X%%WWWDIR%%/framework/I18N/core/data/kn.dat
X%%WWWDIR%%/framework/I18N/core/data/kn_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/ko.dat
X%%WWWDIR%%/framework/I18N/core/data/ko_KR.dat
X%%WWWDIR%%/framework/I18N/core/data/kok.dat
X%%WWWDIR%%/framework/I18N/core/data/kok_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/kw.dat
X%%WWWDIR%%/framework/I18N/core/data/kw_GB.dat
X%%WWWDIR%%/framework/I18N/core/data/license.txt
X%%WWWDIR%%/framework/I18N/core/data/lt.dat
X%%WWWDIR%%/framework/I18N/core/data/lt_LT.dat
X%%WWWDIR%%/framework/I18N/core/data/lv.dat
X%%WWWDIR%%/framework/I18N/core/data/lv_LV.dat
X%%WWWDIR%%/framework/I18N/core/data/mk.dat
X%%WWWDIR%%/framework/I18N/core/data/mk_MK.dat
X%%WWWDIR%%/framework/I18N/core/data/ml.dat
X%%WWWDIR%%/framework/I18N/core/data/ml_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/mr.dat
X%%WWWDIR%%/framework/I18N/core/data/mr_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/ms.dat
X%%WWWDIR%%/framework/I18N/core/data/ms_BN.dat
X%%WWWDIR%%/framework/I18N/core/data/ms_MY.dat
X%%WWWDIR%%/framework/I18N/core/data/mt.dat
X%%WWWDIR%%/framework/I18N/core/data/mt_MT.dat
X%%WWWDIR%%/framework/I18N/core/data/nb.dat
X%%WWWDIR%%/framework/I18N/core/data/nb_NO.dat
X%%WWWDIR%%/framework/I18N/core/data/nl.dat
X%%WWWDIR%%/framework/I18N/core/data/nl_BE.dat
X%%WWWDIR%%/framework/I18N/core/data/nl_NL.dat
X%%WWWDIR%%/framework/I18N/core/data/nn.dat
X%%WWWDIR%%/framework/I18N/core/data/nn_NO.dat
X%%WWWDIR%%/framework/I18N/core/data/no.dat
X%%WWWDIR%%/framework/I18N/core/data/no_NO.dat
X%%WWWDIR%%/framework/I18N/core/data/no_NO_NY.dat
X%%WWWDIR%%/framework/I18N/core/data/om.dat
X%%WWWDIR%%/framework/I18N/core/data/om_ET.dat
X%%WWWDIR%%/framework/I18N/core/data/om_KE.dat
X%%WWWDIR%%/framework/I18N/core/data/or.dat
X%%WWWDIR%%/framework/I18N/core/data/or_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/pa.dat
X%%WWWDIR%%/framework/I18N/core/data/pa_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/pl.dat
X%%WWWDIR%%/framework/I18N/core/data/pl_PL.dat
X%%WWWDIR%%/framework/I18N/core/data/ps.dat
X%%WWWDIR%%/framework/I18N/core/data/ps_AF.dat
X%%WWWDIR%%/framework/I18N/core/data/pt.dat
X%%WWWDIR%%/framework/I18N/core/data/pt_BR.dat
X%%WWWDIR%%/framework/I18N/core/data/pt_PT.dat
X%%WWWDIR%%/framework/I18N/core/data/ro.dat
X%%WWWDIR%%/framework/I18N/core/data/ro_RO.dat
X%%WWWDIR%%/framework/I18N/core/data/root.dat
X%%WWWDIR%%/framework/I18N/core/data/ru.dat
X%%WWWDIR%%/framework/I18N/core/data/ru_RU.dat
X%%WWWDIR%%/framework/I18N/core/data/ru_UA.dat
X%%WWWDIR%%/framework/I18N/core/data/sh.dat
X%%WWWDIR%%/framework/I18N/core/data/sh_YU.dat
X%%WWWDIR%%/framework/I18N/core/data/sk.dat
X%%WWWDIR%%/framework/I18N/core/data/sk_SK.dat
X%%WWWDIR%%/framework/I18N/core/data/sl.dat
X%%WWWDIR%%/framework/I18N/core/data/sl_SI.dat
X%%WWWDIR%%/framework/I18N/core/data/so.dat
X%%WWWDIR%%/framework/I18N/core/data/so_DJ.dat
X%%WWWDIR%%/framework/I18N/core/data/so_ET.dat
X%%WWWDIR%%/framework/I18N/core/data/so_KE.dat
X%%WWWDIR%%/framework/I18N/core/data/so_SO.dat
X%%WWWDIR%%/framework/I18N/core/data/sq.dat
X%%WWWDIR%%/framework/I18N/core/data/sq_AL.dat
X%%WWWDIR%%/framework/I18N/core/data/sr.dat
X%%WWWDIR%%/framework/I18N/core/data/sr_Cyrl.dat
X%%WWWDIR%%/framework/I18N/core/data/sr_Cyrl_YU.dat
X%%WWWDIR%%/framework/I18N/core/data/sr_Latn.dat
X%%WWWDIR%%/framework/I18N/core/data/sr_Latn_YU.dat
X%%WWWDIR%%/framework/I18N/core/data/sr_YU.dat
X%%WWWDIR%%/framework/I18N/core/data/sv.dat
X%%WWWDIR%%/framework/I18N/core/data/sv_FI.dat
X%%WWWDIR%%/framework/I18N/core/data/sv_SE.dat
X%%WWWDIR%%/framework/I18N/core/data/sw.dat
X%%WWWDIR%%/framework/I18N/core/data/sw_KE.dat
X%%WWWDIR%%/framework/I18N/core/data/sw_TZ.dat
X%%WWWDIR%%/framework/I18N/core/data/ta.dat
X%%WWWDIR%%/framework/I18N/core/data/ta_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/te.dat
X%%WWWDIR%%/framework/I18N/core/data/te_IN.dat
X%%WWWDIR%%/framework/I18N/core/data/th.dat
X%%WWWDIR%%/framework/I18N/core/data/th_TH.dat
X%%WWWDIR%%/framework/I18N/core/data/th_TH_TRADITIONAL.dat
X%%WWWDIR%%/framework/I18N/core/data/ti.dat
X%%WWWDIR%%/framework/I18N/core/data/ti_ER.dat
X%%WWWDIR%%/framework/I18N/core/data/ti_ET.dat
X%%WWWDIR%%/framework/I18N/core/data/tr.dat
X%%WWWDIR%%/framework/I18N/core/data/tr_TR.dat
X%%WWWDIR%%/framework/I18N/core/data/uk.dat
X%%WWWDIR%%/framework/I18N/core/data/uk_UA.dat
X%%WWWDIR%%/framework/I18N/core/data/vi.dat
X%%WWWDIR%%/framework/I18N/core/data/vi_VN.dat
X%%WWWDIR%%/framework/I18N/core/data/zh.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_CN.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_HK.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_Hans.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_Hans_CN.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_Hans_SG.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_Hant.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_Hant_HK.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_Hant_MO.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_Hant_TW.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_MO.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_SG.dat
X%%WWWDIR%%/framework/I18N/core/data/zh_TW.dat
X%%WWWDIR%%/framework/I18N/core/util.php
X%%WWWDIR%%/framework/I18N/schema/mysql.sql
X%%WWWDIR%%/framework/I18N/schema/sqlite.sql
X%%WWWDIR%%/framework/IO/TTarFileExtractor.php
X%%WWWDIR%%/framework/IO/TTextWriter.php
X%%WWWDIR%%/framework/PradoBase.php
X%%WWWDIR%%/framework/Security/IUserManager.php
X%%WWWDIR%%/framework/Security/TAuthManager.php
X%%WWWDIR%%/framework/Security/TAuthorizationRule.php
X%%WWWDIR%%/framework/Security/TDbUserManager.php
X%%WWWDIR%%/framework/Security/TSecurityManager.php
X%%WWWDIR%%/framework/Security/TUser.php
X%%WWWDIR%%/framework/Security/TUserManager.php
X%%WWWDIR%%/framework/TApplication.php
X%%WWWDIR%%/framework/TApplicationComponent.php
X%%WWWDIR%%/framework/TComponent.php
X%%WWWDIR%%/framework/TModule.php
X%%WWWDIR%%/framework/TService.php
X%%WWWDIR%%/framework/TShellApplication.php
X%%WWWDIR%%/framework/Util/TDataFieldAccessor.php
X%%WWWDIR%%/framework/Util/TDateTimeStamp.php
X%%WWWDIR%%/framework/Util/TLogRouter.php
X%%WWWDIR%%/framework/Util/TLogger.php
X%%WWWDIR%%/framework/Util/TParameterModule.php
X%%WWWDIR%%/framework/Util/TSimpleDateFormatter.php
X%%WWWDIR%%/framework/Util/TVarDumper.php
X%%WWWDIR%%/framework/Web/Javascripts/TJSON.php
X%%WWWDIR%%/framework/Web/Javascripts/TJavaScript.php
X%%WWWDIR%%/framework/Web/Javascripts/clientscripts.php
X%%WWWDIR%%/framework/Web/Javascripts/source/packages.php
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activecontrols/json.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/blocks.css
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/blocks.png
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/blocks_blank.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/blocks_combined.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/blocks_half.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/blocks_selected.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/default.css
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/default.png
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/default_blank.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/default_combined.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/default_half.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/default_selected.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings/ratings.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/background.png
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/button.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/colorpicker.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/default.css
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/hue.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/slider.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/spacer.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/target_black.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker/target_white.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/controls/controls.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/controls/keyboard.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/controls/slider.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/controls/tabpanel.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/datepicker/calendar.png
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/datepicker/datepicker.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/datepicker/default.css
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/datepicker/spacer.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/logger/logger.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/prado.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/blocks.css
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/blocks.png
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/blocks_blank.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/blocks_half.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/blocks_hover.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/blocks_selected.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/default.css
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/default_blank.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/default_half.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/default_hover.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/default_selected.gif
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/ratings.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings/stars1.png
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prado/validator/validation3.js
X%%WWWDIR%%/framework/Web/Javascripts/source/prototype/prototype.js
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/CHANGELOG
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/MIT-LICENSE
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/README
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/builder.js
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/controls.js
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/dragdrop.js
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/effects.js
X%%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous/slider.js
X%%WWWDIR%%/framework/Web/Services/TFeedService.php
X%%WWWDIR%%/framework/Web/Services/TJsonService.php
X%%WWWDIR%%/framework/Web/Services/TPageService.php
X%%WWWDIR%%/framework/Web/Services/TSoapService.php
X%%WWWDIR%%/framework/Web/TAssetManager.php
X%%WWWDIR%%/framework/Web/TCacheHttpSession.php
X%%WWWDIR%%/framework/Web/THttpRequest.php
X%%WWWDIR%%/framework/Web/THttpResponse.php
X%%WWWDIR%%/framework/Web/THttpResponseAdapter.php
X%%WWWDIR%%/framework/Web/THttpSession.php
X%%WWWDIR%%/framework/Web/THttpUtility.php
X%%WWWDIR%%/framework/Web/TUrlManager.php
X%%WWWDIR%%/framework/Web/TUrlMapping.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveButton.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveCheckBox.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveControlAdapter.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveCustomValidator.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveDropDownList.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveHiddenField.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveHyperLink.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveImage.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveImageButton.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveLabel.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveLinkButton.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveListBox.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActivePageAdapter.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActivePanel.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveRadioButton.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveRatingList.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TActiveTextBox.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TAutoComplete.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TBaseActiveControl.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TCallback.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TCallbackClientScript.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TCallbackClientSide.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TCallbackEventParameter.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TCallbackOptions.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TEventTriggeredCallback.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TInPlaceTextBox.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TTimeTriggeredCallback.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TTriggeredCallback.php
X%%WWWDIR%%/framework/Web/UI/ActiveControls/TValueTriggeredCallback.php
X%%WWWDIR%%/framework/Web/UI/TCachePageStatePersister.php
X%%WWWDIR%%/framework/Web/UI/TClientScriptManager.php
X%%WWWDIR%%/framework/Web/UI/TCompositeControl.php
X%%WWWDIR%%/framework/Web/UI/TControl.php
X%%WWWDIR%%/framework/Web/UI/TControlAdapter.php
X%%WWWDIR%%/framework/Web/UI/TForm.php
X%%WWWDIR%%/framework/Web/UI/THtmlWriter.php
X%%WWWDIR%%/framework/Web/UI/TPage.php
X%%WWWDIR%%/framework/Web/UI/TPageStatePersister.php
X%%WWWDIR%%/framework/Web/UI/TSessionPageStatePersister.php
X%%WWWDIR%%/framework/Web/UI/TTemplateControl.php
X%%WWWDIR%%/framework/Web/UI/TTemplateManager.php
X%%WWWDIR%%/framework/Web/UI/TThemeManager.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TBaseDataList.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TBaseValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TBoundColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TBulletedList.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TButton.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TButtonColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TCaptcha.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TCaptchaValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TCheckBox.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TCheckBoxColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TCheckBoxList.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TClientScript.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TClientScriptLoader.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TColorPicker.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TCompareValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TConditional.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TContent.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TContentPlaceHolder.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TCustomValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataBoundControl.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataGrid.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataGridColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataGridItemRenderer.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataGridPagerStyle.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataList.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataListItemRenderer.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataSourceControl.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataSourceView.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDataTypeValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDatePicker.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDropDownList.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TDropDownListColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TEditCommandColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TEmailAddressValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TExpression.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TFileUpload.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TFont.php
X%%WWWDIR%%/framework/Web/UI/WebControls/THead.php
X%%WWWDIR%%/framework/Web/UI/WebControls/THiddenField.php
X%%WWWDIR%%/framework/Web/UI/WebControls/THtmlArea.php
X%%WWWDIR%%/framework/Web/UI/WebControls/THyperLink.php
X%%WWWDIR%%/framework/Web/UI/WebControls/THyperLinkColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TImage.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TImageButton.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TImageMap.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TInlineFrame.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TJavascriptLogger.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TKeyboard.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TLabel.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TLinkButton.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TListBox.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TListControl.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TListControlValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TListItem.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TLiteral.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TLiteralColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TMarkdown.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TMultiView.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TOutputCache.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TPager.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TPanel.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TPanelStyle.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TPlaceHolder.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRadioButton.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRadioButtonList.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRangeValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRatingList.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRegularExpressionValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRepeatInfo.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRepeater.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRepeaterItemRenderer.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TRequiredFieldValidator.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TSafeHtml.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TSlider.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TStatements.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TStyle.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TStyleSheet.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTabPanel.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTable.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTableCell.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTableFooterRow.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTableHeaderCell.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTableHeaderRow.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTableRow.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTemplateColumn.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTextBox.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTextHighlighter.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TTextProcessor.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TValidationSummary.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TWebControl.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TWebControlAdapter.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TWizard.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php
X%%WWWDIR%%/framework/Web/UI/WebControls/TXmlTransform.php
X%%WWWDIR%%/framework/Web/UI/WebControls/assets/TSlider/TSlider.css
X%%WWWDIR%%/framework/Web/UI/WebControls/assets/TSlider/TSliderHandleHorizontal.png
X%%WWWDIR%%/framework/Web/UI/WebControls/assets/TSlider/TSliderHandleVertical.png
X%%WWWDIR%%/framework/Web/UI/WebControls/assets/captcha.php
X%%WWWDIR%%/framework/Web/UI/WebControls/assets/keyboard.css
X%%WWWDIR%%/framework/Web/UI/WebControls/assets/tabpanel.css
X%%WWWDIR%%/framework/Web/UI/WebControls/assets/verase.ttf
X%%WWWDIR%%/framework/Xml/TXmlDocument.php
X%%WWWDIR%%/framework/interfaces.php
X%%WWWDIR%%/framework/powered.gif
X%%WWWDIR%%/framework/powered2.gif
X%%WWWDIR%%/framework/prado-cli.php
X%%WWWDIR%%/framework/prado.php
X%%WWWDIR%%/framework/pradolite.php
X%%WWWDIR%%/index.html
X%%WWWDIR%%/requirements/index.php
X%%WWWDIR%%/requirements/messages-bg.txt
X%%WWWDIR%%/requirements/messages-id.txt
X%%WWWDIR%%/requirements/messages-zh.txt
X%%WWWDIR%%/requirements/messages.txt
X%%WWWDIR%%/requirements/template-bg.html
X%%WWWDIR%%/requirements/template-id.html
X%%WWWDIR%%/requirements/template-zh.html
X%%WWWDIR%%/requirements/template.html
X%%WWWDIR%%/tests/test_tools/README.txt
X%%WWWDIR%%/tests/test_tools/functional_tests.php
X%%WWWDIR%%/tests/test_tools/selenium/core/SeleniumLog.html
X%%WWWDIR%%/tests/test_tools/selenium/core/TestRunner-splash.html
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/cssQuery/cssQuery-p.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/cssQuery/src/cssQuery-level2.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/cssQuery/src/cssQuery-level3.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/cssQuery/src/cssQuery-standard.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/cssQuery/src/cssQuery.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/prototype.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous/builder.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous/controls.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous/dragdrop.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous/effects.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous/scriptaculous.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous/slider.js
X%%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous/unittest.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/find_matching_child.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/htmlutils.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/injection.html
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/injection_iframe.html
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/js2html.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/narcissus-defs.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/narcissus-exec.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/narcissus-parse.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/prototype-1.4.0.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/se2html.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-api.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-browserbot.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-browserdetect.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-commandhandlers.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-executionloop.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-logging.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-seleneserunner.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-testrunner.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/selenium-version.js
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/user-extensions.js.sample
X%%WWWDIR%%/tests/test_tools/selenium/core/scripts/xmlextras.js
X%%WWWDIR%%/tests/test_tools/selenium/core/selenium-test.css
X%%WWWDIR%%/tests/test_tools/selenium/core/selenium.css
X%%WWWDIR%%/tests/test_tools/selenium/core/xpath/dom.js
X%%WWWDIR%%/tests/test_tools/selenium/core/xpath/misc.js
X%%WWWDIR%%/tests/test_tools/selenium/core/xpath/xpath.js
X%%WWWDIR%%/tests/test_tools/selenium/php/TestRunner.php
X%%WWWDIR%%/tests/test_tools/selenium/php/TestSuiteHeader.php
X%%WWWDIR%%/tests/test_tools/selenium/php/results.php
X%%WWWDIR%%/tests/test_tools/selenium/php/selenium.php
X%%WWWDIR%%/tests/test_tools/selenium/prado-functional-test.js
X%%WWWDIR%%/tests/test_tools/selenium/reference.html
X%%WWWDIR%%/tests/test_tools/simpletest/CHANGELOG
X%%WWWDIR%%/tests/test_tools/simpletest/HELP_MY_TESTS_DONT_WORK_ANYMORE
X%%WWWDIR%%/tests/test_tools/simpletest/HtmlReporterWithCoverage.php
X%%WWWDIR%%/tests/test_tools/simpletest/LICENSE
X%%WWWDIR%%/tests/test_tools/simpletest/README
X%%WWWDIR%%/tests/test_tools/simpletest/VERSION
X%%WWWDIR%%/tests/test_tools/simpletest/authentication.php
X%%WWWDIR%%/tests/test_tools/simpletest/browser.php
X%%WWWDIR%%/tests/test_tools/simpletest/collector.php
X%%WWWDIR%%/tests/test_tools/simpletest/compatibility.php
X%%WWWDIR%%/tests/test_tools/simpletest/cookies.php
X%%WWWDIR%%/tests/test_tools/simpletest/detached.php
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/authentication_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/browser_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/docs.css
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/expectation_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/form_testing_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/group_test_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/index.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/mock_objects_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/overview.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/partial_mocks_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/reporter_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/server_stubs_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/unit_test_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/docs/en/web_tester_documentation.html
X%%WWWDIR%%/tests/test_tools/simpletest/dumper.php
X%%WWWDIR%%/tests/test_tools/simpletest/encoding.php
X%%WWWDIR%%/tests/test_tools/simpletest/errors.php
X%%WWWDIR%%/tests/test_tools/simpletest/exceptions.php
X%%WWWDIR%%/tests/test_tools/simpletest/expectation.php
X%%WWWDIR%%/tests/test_tools/simpletest/form.php
X%%WWWDIR%%/tests/test_tools/simpletest/frames.php
X%%WWWDIR%%/tests/test_tools/simpletest/http.php
X%%WWWDIR%%/tests/test_tools/simpletest/invoker.php
X%%WWWDIR%%/tests/test_tools/simpletest/mock_objects.php
X%%WWWDIR%%/tests/test_tools/simpletest/options.php
X%%WWWDIR%%/tests/test_tools/simpletest/page.php
X%%WWWDIR%%/tests/test_tools/simpletest/parser.php
X%%WWWDIR%%/tests/test_tools/simpletest/reflection_php4.php
X%%WWWDIR%%/tests/test_tools/simpletest/reflection_php5.php
X%%WWWDIR%%/tests/test_tools/simpletest/remote.php
X%%WWWDIR%%/tests/test_tools/simpletest/reporter.php
X%%WWWDIR%%/tests/test_tools/simpletest/runner.php
X%%WWWDIR%%/tests/test_tools/simpletest/scorer.php
X%%WWWDIR%%/tests/test_tools/simpletest/selector.php
X%%WWWDIR%%/tests/test_tools/simpletest/shell_tester.php
X%%WWWDIR%%/tests/test_tools/simpletest/simple_test.php
X%%WWWDIR%%/tests/test_tools/simpletest/simpletest.php
X%%WWWDIR%%/tests/test_tools/simpletest/socket.php
X%%WWWDIR%%/tests/test_tools/simpletest/tag.php
X%%WWWDIR%%/tests/test_tools/simpletest/test_case.php
X%%WWWDIR%%/tests/test_tools/simpletest/unit_tester.php
X%%WWWDIR%%/tests/test_tools/simpletest/url.php
X%%WWWDIR%%/tests/test_tools/simpletest/user_agent.php
X%%WWWDIR%%/tests/test_tools/simpletest/web_tester.php
X%%WWWDIR%%/tests/test_tools/simpletest/xml.php
X%%WWWDIR%%/tests/test_tools/unit_tests.php
X@dirrm %%WWWDIR%%/tests/test_tools/simpletest/docs/en
X@dirrm %%WWWDIR%%/tests/test_tools/simpletest/docs
X@dirrm %%WWWDIR%%/tests/test_tools/simpletest
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/php
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/core/xpath
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/core/scripts
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/core/lib/scriptaculous
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/core/lib/cssQuery/src
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/core/lib/cssQuery
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/core/lib
X@dirrm %%WWWDIR%%/tests/test_tools/selenium/core
X@dirrm %%WWWDIR%%/tests/test_tools/selenium
X@dirrm %%WWWDIR%%/tests/test_tools
X@dirrm %%WWWDIR%%/tests
X@dirrm %%WWWDIR%%/requirements
X@dirrm %%WWWDIR%%/framework/Xml
X@dirrm %%WWWDIR%%/framework/Web/UI/WebControls/assets/TSlider
X@dirrm %%WWWDIR%%/framework/Web/UI/WebControls/assets
X@dirrm %%WWWDIR%%/framework/Web/UI/WebControls
X@dirrm %%WWWDIR%%/framework/Web/UI/ActiveControls
X@dirrm %%WWWDIR%%/framework/Web/UI
X@dirrm %%WWWDIR%%/framework/Web/Services
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/scriptaculous
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prototype
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/validator
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/ratings
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/logger
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/datepicker
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/controls
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/colorpicker
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/activeratings
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado/activecontrols
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source/prado
X@dirrm %%WWWDIR%%/framework/Web/Javascripts/source
X@dirrm %%WWWDIR%%/framework/Web/Javascripts
X@dirrm %%WWWDIR%%/framework/Web
X@dirrm %%WWWDIR%%/framework/Util
X@dirrm %%WWWDIR%%/framework/Security
X@dirrm %%WWWDIR%%/framework/IO
X@dirrm %%WWWDIR%%/framework/I18N/schema
X@dirrm %%WWWDIR%%/framework/I18N/core/data
X@dirrm %%WWWDIR%%/framework/I18N/core/Gettext
X@dirrm %%WWWDIR%%/framework/I18N/core
X@dirrm %%WWWDIR%%/framework/I18N
X@dirrm %%WWWDIR%%/framework/Exceptions/templates
X@dirrm %%WWWDIR%%/framework/Exceptions/messages
X@dirrm %%WWWDIR%%/framework/Exceptions
X@dirrm %%WWWDIR%%/framework/Data/SqlMap/Statements
X@dirrm %%WWWDIR%%/framework/Data/SqlMap/DataMapper
X@dirrm %%WWWDIR%%/framework/Data/SqlMap/Configuration
X@dirrm %%WWWDIR%%/framework/Data/SqlMap
X@dirrm %%WWWDIR%%/framework/Data/DataGateway
X@dirrm %%WWWDIR%%/framework/Data/Common/Sqlite
X@dirrm %%WWWDIR%%/framework/Data/Common/Pgsql
X@dirrm %%WWWDIR%%/framework/Data/Common/Oracle
X@dirrm %%WWWDIR%%/framework/Data/Common/Mysql
X@dirrm %%WWWDIR%%/framework/Data/Common/Mssql
X@dirrm %%WWWDIR%%/framework/Data/Common
X@dirrm %%WWWDIR%%/framework/Data/ActiveRecord/Scaffold/InputBuilder
X@dirrm %%WWWDIR%%/framework/Data/ActiveRecord/Scaffold
X@dirrm %%WWWDIR%%/framework/Data/ActiveRecord/Relations
X@dirrm %%WWWDIR%%/framework/Data/ActiveRecord/Exceptions
X@dirrm %%WWWDIR%%/framework/Data/ActiveRecord
X@dirrm %%WWWDIR%%/framework/Data
X@dirrm %%WWWDIR%%/framework/Collections
X@dirrm %%WWWDIR%%/framework/Caching
X@dirrm %%WWWDIR%%/framework/3rdParty/WsdlGen
X@dirrm %%WWWDIR%%/framework/3rdParty/TinyMCE
X@dirrm %%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter/Renderer
X@dirrm %%WWWDIR%%/framework/3rdParty/TextHighlighter/Text/Highlighter
X@dirrm %%WWWDIR%%/framework/3rdParty/TextHighlighter/Text
X@dirrm %%WWWDIR%%/framework/3rdParty/TextHighlighter
X@dirrm %%WWWDIR%%/framework/3rdParty/SafeHtml/HTMLSax3
X@dirrm %%WWWDIR%%/framework/3rdParty/SafeHtml
X@dirrm %%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell/Extensions
X@dirrm %%WWWDIR%%/framework/3rdParty/PhpShell/PHP/Shell
X@dirrm %%WWWDIR%%/framework/3rdParty/PhpShell/PHP
X@dirrm %%WWWDIR%%/framework/3rdParty/PhpShell
X@dirrm %%WWWDIR%%/framework/3rdParty/Markdown
X@dirrm %%WWWDIR%%/framework/3rdParty
X@dirrm %%WWWDIR%%/framework
X@dirrm %%WWWDIR%%/editors/Dreamweaver
X@dirrm %%WWWDIR%%/editors
X@dirrm %%WWWDIR%%/demos/time-tracker/themes/TimeTracker
X@dirrm %%WWWDIR%%/demos/time-tracker/themes
X@dirrm %%WWWDIR%%/demos/time-tracker/tests/unit
X@dirrm %%WWWDIR%%/demos/time-tracker/tests/functional
X@dirrm %%WWWDIR%%/demos/time-tracker/tests
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/runtime
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/pages/TimeTracker
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/pages
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/App_Data/SQLite
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/App_Data/MySQL4
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/App_Data
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/App_Code/Dao
X@dirrm %%WWWDIR%%/demos/time-tracker/protected/App_Code
X@dirrm %%WWWDIR%%/demos/time-tracker/protected
X@dirrm %%WWWDIR%%/demos/time-tracker/assets
X@dirrm %%WWWDIR%%/demos/time-tracker
X@dirrm %%WWWDIR%%/demos/sqlmap/protected/runtime
X@dirrm %%WWWDIR%%/demos/sqlmap/protected/pages/Sample
X@dirrm %%WWWDIR%%/demos/sqlmap/protected/pages/Manual/Tutorial
X@dirrm %%WWWDIR%%/demos/sqlmap/protected/pages/Manual
X@dirrm %%WWWDIR%%/demos/sqlmap/protected/pages
X@dirrm %%WWWDIR%%/demos/sqlmap/protected/App_Data
X@dirrm %%WWWDIR%%/demos/sqlmap/protected/APP_CODE
X@dirrm %%WWWDIR%%/demos/sqlmap/protected
X@dirrm %%WWWDIR%%/demos/sqlmap/assets
X@dirrm %%WWWDIR%%/demos/sqlmap
X@dirrm %%WWWDIR%%/demos/soap/protected/webservices
X@dirrm %%WWWDIR%%/demos/soap/protected/runtime
X@dirrm %%WWWDIR%%/demos/soap/protected/pages
X@dirrm %%WWWDIR%%/demos/soap/protected
X@dirrm %%WWWDIR%%/demos/soap/assets
X@dirrm %%WWWDIR%%/demos/soap
X@dirrm %%WWWDIR%%/demos/quickstart/themes/Simple
X@dirrm %%WWWDIR%%/demos/quickstart/themes/PradoSoft
X@dirrm %%WWWDIR%%/demos/quickstart/themes
X@dirrm %%WWWDIR%%/demos/quickstart/protected/runtime
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Tutorial/fr
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Tutorial
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Services/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Services
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/zh
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/pl
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/ja
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/fr
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted/es
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/GettingStarted
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/ja
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Samples/Hangman
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals/Samples
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Fundamentals
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Database/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Database/Samples/Scaffold
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Database/Samples
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Database
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TWizard
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTextHighlighter
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTextBox
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTable
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TTabPanel
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TStatements
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TSlider
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRepeater
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRangeValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TRadioButton
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPlaceHolder
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPanel
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TPager
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TMultiView
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TLiteral
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TListBox
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TLinkButton
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TLabel
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TKeyboard
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageMap
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImageButton
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TImage
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/THyperLink
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/THtmlArea
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TFileUpload
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TExpression
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDropDownList
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDatePicker
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataList
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TDataGrid
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TConditional
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TClientSideValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCheckBox
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TCaptcha
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TButton
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/TBulletedList
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/ResetValidation
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls/Samples
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Controls
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Configurations/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Configurations
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Advanced/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/zh_TW
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/messages
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples/I18N
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Advanced/Samples
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/Advanced
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveHyperLink
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveCustomValidator
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveCheckBox
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveButton
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls/Samples
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages/ActiveControls
X@dirrm %%WWWDIR%%/demos/quickstart/protected/pages
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/quickstart
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Storage/File
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Storage/Directory
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Storage
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Similarity
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Search
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Index
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/TokenFilter
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common/Text
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene/Analysis
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search/Lucene
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend/Search
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index/Zend
X@dirrm %%WWWDIR%%/demos/quickstart/protected/index
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls/zh
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls/pl
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls/ja
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls/id
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls/fr
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls/es
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls/Comments
X@dirrm %%WWWDIR%%/demos/quickstart/protected/controls
X@dirrm %%WWWDIR%%/demos/quickstart/protected
X@dirrm %%WWWDIR%%/demos/quickstart/images
X@dirrm %%WWWDIR%%/demos/quickstart/assets
X@dirrm %%WWWDIR%%/demos/quickstart
X@dirrm %%WWWDIR%%/demos/personal/themes/White/images
X@dirrm %%WWWDIR%%/demos/personal/themes/White
X@dirrm %%WWWDIR%%/demos/personal/themes/BlueTheme
X@dirrm %%WWWDIR%%/demos/personal/themes
X@dirrm %%WWWDIR%%/demos/personal/protected/runtime
X@dirrm %%WWWDIR%%/demos/personal/protected/Pages
X@dirrm %%WWWDIR%%/demos/personal/protected/Common
X@dirrm %%WWWDIR%%/demos/personal/protected
X@dirrm %%WWWDIR%%/demos/personal/assets
X@dirrm %%WWWDIR%%/demos/personal
X@dirrm %%WWWDIR%%/demos/northwind-db/protected/runtime
X@dirrm %%WWWDIR%%/demos/northwind-db/protected/pages
X@dirrm %%WWWDIR%%/demos/northwind-db/protected/database
X@dirrm %%WWWDIR%%/demos/northwind-db/protected/data
X@dirrm %%WWWDIR%%/demos/northwind-db/protected
X@dirrm %%WWWDIR%%/demos/northwind-db/assets
X@dirrm %%WWWDIR%%/demos/northwind-db
X@dirrm %%WWWDIR%%/demos/helloworld/protected/runtime
X@dirrm %%WWWDIR%%/demos/helloworld/protected/pages
X@dirrm %%WWWDIR%%/demos/helloworld/protected
X@dirrm %%WWWDIR%%/demos/helloworld/assets
X@dirrm %%WWWDIR%%/demos/helloworld
X@dirrm %%WWWDIR%%/demos/currency-converter/themes/Basic
X@dirrm %%WWWDIR%%/demos/currency-converter/themes
X@dirrm %%WWWDIR%%/demos/currency-converter/protected/runtime
X@dirrm %%WWWDIR%%/demos/currency-converter/protected/pages
X@dirrm %%WWWDIR%%/demos/currency-converter/protected
X@dirrm %%WWWDIR%%/demos/currency-converter/assets
X@dirrm %%WWWDIR%%/demos/currency-converter
X@dirrm %%WWWDIR%%/demos/composer/themes/Simple
X@dirrm %%WWWDIR%%/demos/composer/themes/PradoSoft
X@dirrm %%WWWDIR%%/demos/composer/themes
X@dirrm %%WWWDIR%%/demos/composer/protected/runtime
X@dirrm %%WWWDIR%%/demos/composer/protected/pages
X@dirrm %%WWWDIR%%/demos/composer/protected
X@dirrm %%WWWDIR%%/demos/composer/assets
X@dirrm %%WWWDIR%%/demos/composer
X@dirrm %%WWWDIR%%/demos/chat/protected/runtime
X@dirrm %%WWWDIR%%/demos/chat/protected/pages
X@dirrm %%WWWDIR%%/demos/chat/protected/App_Code
X@dirrm %%WWWDIR%%/demos/chat/protected
X@dirrm %%WWWDIR%%/demos/chat/assets
X@dirrm %%WWWDIR%%/demos/chat
X@dirrm %%WWWDIR%%/demos/blog/themes/Winter
X@dirrm %%WWWDIR%%/demos/blog/themes/Summer
X@dirrm %%WWWDIR%%/demos/blog/themes/Spring
X@dirrm %%WWWDIR%%/demos/blog/themes/NoTheme
X@dirrm %%WWWDIR%%/demos/blog/themes/Fall
X@dirrm %%WWWDIR%%/demos/blog/themes
X@dirrm %%WWWDIR%%/demos/blog/protected/runtime
X@dirrm %%WWWDIR%%/demos/blog/protected/Portlets
X@dirrm %%WWWDIR%%/demos/blog/protected/Pages/Users
X@dirrm %%WWWDIR%%/demos/blog/protected/Pages/Posts
X@dirrm %%WWWDIR%%/demos/blog/protected/Pages/Admin
X@dirrm %%WWWDIR%%/demos/blog/protected/Pages
X@dirrm %%WWWDIR%%/demos/blog/protected/Layouts
X@dirrm %%WWWDIR%%/demos/blog/protected/Data
X@dirrm %%WWWDIR%%/demos/blog/protected/Common
X@dirrm %%WWWDIR%%/demos/blog/protected
X@dirrm %%WWWDIR%%/demos/blog/assets
X@dirrm %%WWWDIR%%/demos/blog-tutorial/themes/PradoSoft
X@dirrm %%WWWDIR%%/demos/blog-tutorial/themes
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/themes/Basic
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/themes
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/runtime
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/users
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages/posts
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/pages
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/layouts
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/database
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/data
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/assets
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5/blog
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day5
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/runtime
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/users
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages/posts
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/pages
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/layouts
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/database
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/data
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/assets
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4/blog
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day4
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/runtime
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages/users
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/pages
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/layouts
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/database
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/data
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/assets
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3/blog
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day3
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/runtime
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/pages
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/layouts
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/database
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/data
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/assets
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2/blog
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day2
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/runtime
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/pages
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/layouts
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/assets
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day1/blog
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples/day1
X@dirrm %%WWWDIR%%/demos/blog-tutorial/samples
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/runtime
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day5
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day4
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day3
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day2
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages/Day1
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/pages
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/layout/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/layout/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/layout
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/common/id
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/common/fr
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected/common
X@dirrm %%WWWDIR%%/demos/blog-tutorial/protected
X@dirrm %%WWWDIR%%/demos/blog-tutorial/assets
X@dirrm %%WWWDIR%%/demos/blog-tutorial
X@dirrm %%WWWDIR%%/demos/blog
X@dirrm %%WWWDIR%%/demos/address-book/protected/runtime
X@dirrm %%WWWDIR%%/demos/address-book/protected/pages/flex/html-template
X@dirrm %%WWWDIR%%/demos/address-book/protected/pages/flex/bin
X@dirrm %%WWWDIR%%/demos/address-book/protected/pages/flex/.settings
X@dirrm %%WWWDIR%%/demos/address-book/protected/pages/flex
X@dirrm %%WWWDIR%%/demos/address-book/protected/pages
X@dirrm %%WWWDIR%%/demos/address-book/protected
X@dirrm %%WWWDIR%%/demos/address-book/assets
X@dirrm %%WWWDIR%%/demos/address-book
X@dirrm %%WWWDIR%%/demos
X@dirrm %%WWWDIR%%
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/sqlmap
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/specs
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/media
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Xml
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Web.UI.WebControls.assets
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Web.UI.WebControls
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Web.UI.ActiveControls
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Web.UI
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Web.Services
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Web
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Util
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Security
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.IO
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.I18N
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Exceptions
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.SqlMap.Statements
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.SqlMap.Configuration
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.SqlMap
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.DataGateway
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.Common.Sqlite
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.Common.Pgsql
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.Common.Oracle
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.Common.Mysql
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.Common.Mssql
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.Common
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.Commom.Sqlite
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.ActiveReecord.Scaffold.InputBuilder
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.ActiveRecord.Scaffold
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.ActiveRecord.Relations
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data.ActiveRecord
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Data
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Collections
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System.Caching
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/System
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@exec mkdir -p %D/%%WWWDIR%%/demos/helloworld/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/helloworld/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog/themes/NoTheme
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day1/blog/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day2/blog/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day3/blog/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day4/blog/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/blog-tutorial/samples/day5/blog/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/chat/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/chat/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/composer/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/composer/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/currency-converter/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/currency-converter/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/address-book/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/address-book/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/northwind-db/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/northwind-db/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/personal/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/personal/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/quickstart/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/quickstart/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/soap/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/soap/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/sqlmap/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/sqlmap/protected/runtime
X@exec mkdir -p %D/%%WWWDIR%%/demos/time-tracker/assets
X@exec mkdir -p %D/%%WWWDIR%%/demos/time-tracker/protected/runtime
END-of-prado/pkg-plist
exit
--- prado-3.1.1.r2290.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801042214.m04MEVLw003320>