[Midnightbsd-cvs] mports [18287] trunk/www/dojo: dojo 1.10.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 22 16:43:08 EDT 2015


Revision: 18287
          http://svnweb.midnightbsd.org/mports/?rev=18287
Author:   laffer1
Date:     2015-03-22 16:43:07 -0400 (Sun, 22 Mar 2015)
Log Message:
-----------
dojo 1.10.1

Modified Paths:
--------------
    trunk/www/dojo/Makefile
    trunk/www/dojo/distinfo
    trunk/www/dojo/pkg-plist

Modified: trunk/www/dojo/Makefile
===================================================================
--- trunk/www/dojo/Makefile	2015-03-22 20:31:05 UTC (rev 18286)
+++ trunk/www/dojo/Makefile	2015-03-22 20:43:07 UTC (rev 18287)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	dojo
-PORTVERSION=	1.9.1
+PORTVERSION=	1.10.1
 CATEGORIES=	www
 MASTER_SITES=	http://download.dojotoolkit.org/release-${PORTVERSION}/ \
 		FREEBSD_LOCAL/glarkin
@@ -15,6 +15,7 @@
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=		APACHE
+OPTIONS_SUB=		yes
 
 .include <bsd.mport.options.mk>
 
@@ -22,38 +23,18 @@
 USE_APACHE_RUN=		22+
 CONFDIR=		${PREFIX}/${CONFDIR_REL}
 CONFDIR_REL=		${APACHEETCDIR}/Includes
-PLIST_SUB+=		NOAPACHE="" CONFDIR=${CONFDIR_REL}
+PLIST_SUB+=		CONFDIR=${CONFDIR_REL}
 
 CONF=			dojo.conf
 SUB_FILES+=		pkg-message ${CONF}
-.else
-PLIST_SUB+=		NOAPACHE="@comment "
 .endif
 
 do-install:
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
-	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
-	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
-		${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
-	@${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
-	@${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type f -print0 | \
-		${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST}
-	@${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
-	@${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type d -print0 | \
-		${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
 
-.if defined(WITH_APACHE)
-post-install:
-	@if [ -d "${CONFDIR}" ]; then \
-	  ${CP} ${WRKDIR}/${CONF} ${CONFDIR}/dojo.conf; \
-	else \
-	  ${ECHO_MSG} "" ; \
-	  ${ECHO_MSG} "Please check your Apache 2.x installation -" ; \
-	  ${ECHO_MSG} "${CONFDIR} doesn't exist," ; \
-	  ${ECHO_MSG} "so I cannot install ${CONF} there!" ; \
-	  ${ECHO_MSG} "" ; \
-	  ${FALSE} ; \
-	fi
+.if ${PORT_OPTIONS:MAPACHE}
+	@${MKDIR} ${STAGEDIR}${CONFDIR}
+	${CP} ${WRKDIR}/${CONF} ${STAGEDIR}${CONFDIR}/dojo.conf.sample
 .endif
 
 .include <bsd.port.mk>

Modified: trunk/www/dojo/distinfo
===================================================================
--- trunk/www/dojo/distinfo	2015-03-22 20:31:05 UTC (rev 18286)
+++ trunk/www/dojo/distinfo	2015-03-22 20:43:07 UTC (rev 18287)
@@ -1,2 +1,2 @@
-SHA256 (dojo-release-1.9.1.tar.gz) = 6ad9f8e02a200f3b87a716c1576625197baa68767a9f4fce5fa9e89298d7ede6
-SIZE (dojo-release-1.9.1.tar.gz) = 9158987
+SHA256 (dojo-release-1.10.1.tar.gz) = 96cacd92a93ac11a021732d56a636c5c5ee55834f71944819435ef44d346da7a
+SIZE (dojo-release-1.10.1.tar.gz) = 9022330

Modified: trunk/www/dojo/pkg-plist
===================================================================
--- trunk/www/dojo/pkg-plist	2015-03-22 20:31:05 UTC (rev 18286)
+++ trunk/www/dojo/pkg-plist	2015-03-22 20:43:07 UTC (rev 18287)
@@ -1,6 +1,8 @@
+%%APACHE%%@sample %%CONFDIR%%/dojo.conf.sample
 %%WWWDIR%%/build-report.txt
 %%WWWDIR%%/dijit/BackgroundIframe.js
 %%WWWDIR%%/dijit/BackgroundIframe.js.uncompressed.js
+%%WWWDIR%%/dijit/CONTRIBUTING.md
 %%WWWDIR%%/dijit/Calendar.js
 %%WWWDIR%%/dijit/Calendar.js.uncompressed.js
 %%WWWDIR%%/dijit/CalendarLite.js
@@ -9,6 +11,10 @@
 %%WWWDIR%%/dijit/CheckedMenuItem.js.uncompressed.js
 %%WWWDIR%%/dijit/ColorPalette.js
 %%WWWDIR%%/dijit/ColorPalette.js.uncompressed.js
+%%WWWDIR%%/dijit/ConfirmDialog.js
+%%WWWDIR%%/dijit/ConfirmDialog.js.uncompressed.js
+%%WWWDIR%%/dijit/ConfirmTooltipDialog.js
+%%WWWDIR%%/dijit/ConfirmTooltipDialog.js.uncompressed.js
 %%WWWDIR%%/dijit/Declaration.js
 %%WWWDIR%%/dijit/Declaration.js.uncompressed.js
 %%WWWDIR%%/dijit/Destroyable.js
@@ -42,6 +48,7 @@
 %%WWWDIR%%/dijit/PopupMenuItem.js.uncompressed.js
 %%WWWDIR%%/dijit/ProgressBar.js
 %%WWWDIR%%/dijit/ProgressBar.js.uncompressed.js
+%%WWWDIR%%/dijit/README.md
 %%WWWDIR%%/dijit/RadioMenuItem.js
 %%WWWDIR%%/dijit/RadioMenuItem.js.uncompressed.js
 %%WWWDIR%%/dijit/TitlePane.js
@@ -68,6 +75,8 @@
 %%WWWDIR%%/dijit/_BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dijit/_Calendar.js
 %%WWWDIR%%/dijit/_Calendar.js.uncompressed.js
+%%WWWDIR%%/dijit/_ConfirmDialogMixin.js
+%%WWWDIR%%/dijit/_ConfirmDialogMixin.js.uncompressed.js
 %%WWWDIR%%/dijit/_Contained.js
 %%WWWDIR%%/dijit/_Contained.js.uncompressed.js
 %%WWWDIR%%/dijit/_Container.js
@@ -218,6 +227,12 @@
 %%WWWDIR%%/dijit/_editor/nls/hu/LinkDialog.js.uncompressed.js
 %%WWWDIR%%/dijit/_editor/nls/hu/commands.js
 %%WWWDIR%%/dijit/_editor/nls/hu/commands.js.uncompressed.js
+%%WWWDIR%%/dijit/_editor/nls/id/FontChoice.js
+%%WWWDIR%%/dijit/_editor/nls/id/FontChoice.js.uncompressed.js
+%%WWWDIR%%/dijit/_editor/nls/id/LinkDialog.js
+%%WWWDIR%%/dijit/_editor/nls/id/LinkDialog.js.uncompressed.js
+%%WWWDIR%%/dijit/_editor/nls/id/commands.js
+%%WWWDIR%%/dijit/_editor/nls/id/commands.js.uncompressed.js
 %%WWWDIR%%/dijit/_editor/nls/it/FontChoice.js
 %%WWWDIR%%/dijit/_editor/nls/it/FontChoice.js.uncompressed.js
 %%WWWDIR%%/dijit/_editor/nls/it/LinkDialog.js
@@ -561,6 +576,12 @@
 %%WWWDIR%%/dijit/form/nls/hu/Textarea.js.uncompressed.js
 %%WWWDIR%%/dijit/form/nls/hu/validate.js
 %%WWWDIR%%/dijit/form/nls/hu/validate.js.uncompressed.js
+%%WWWDIR%%/dijit/form/nls/id/ComboBox.js
+%%WWWDIR%%/dijit/form/nls/id/ComboBox.js.uncompressed.js
+%%WWWDIR%%/dijit/form/nls/id/Textarea.js
+%%WWWDIR%%/dijit/form/nls/id/Textarea.js.uncompressed.js
+%%WWWDIR%%/dijit/form/nls/id/validate.js
+%%WWWDIR%%/dijit/form/nls/id/validate.js.uncompressed.js
 %%WWWDIR%%/dijit/form/nls/it/ComboBox.js
 %%WWWDIR%%/dijit/form/nls/it/ComboBox.js.uncompressed.js
 %%WWWDIR%%/dijit/form/nls/it/Textarea.js
@@ -862,6 +883,10 @@
 %%WWWDIR%%/dijit/nls/hu/common.js.uncompressed.js
 %%WWWDIR%%/dijit/nls/hu/loading.js
 %%WWWDIR%%/dijit/nls/hu/loading.js.uncompressed.js
+%%WWWDIR%%/dijit/nls/id/common.js
+%%WWWDIR%%/dijit/nls/id/common.js.uncompressed.js
+%%WWWDIR%%/dijit/nls/id/loading.js
+%%WWWDIR%%/dijit/nls/id/loading.js.uncompressed.js
 %%WWWDIR%%/dijit/nls/it/common.js
 %%WWWDIR%%/dijit/nls/it/common.js.uncompressed.js
 %%WWWDIR%%/dijit/nls/it/loading.js
@@ -966,6 +991,7 @@
 %%WWWDIR%%/dijit/templates/TooltipDialog.html
 %%WWWDIR%%/dijit/templates/Tree.html
 %%WWWDIR%%/dijit/templates/TreeNode.html
+%%WWWDIR%%/dijit/templates/actionBar.html
 %%WWWDIR%%/dijit/themes/a11y/README.txt
 %%WWWDIR%%/dijit/themes/a11y/colors3x4.png
 %%WWWDIR%%/dijit/themes/a11y/colors7x10.png
@@ -999,8 +1025,6 @@
 %%WWWDIR%%/dijit/themes/claro/README
 %%WWWDIR%%/dijit/themes/claro/TimePicker.css
 %%WWWDIR%%/dijit/themes/claro/TimePicker.less
-%%WWWDIR%%/dijit/themes/claro/TimePicker_rtl.css
-%%WWWDIR%%/dijit/themes/claro/TimePicker_rtl.less
 %%WWWDIR%%/dijit/themes/claro/TitlePane.css
 %%WWWDIR%%/dijit/themes/claro/TitlePane.less
 %%WWWDIR%%/dijit/themes/claro/TitlePane_rtl.css
@@ -1477,6 +1501,7 @@
 %%WWWDIR%%/dijit/typematic.js.uncompressed.js
 %%WWWDIR%%/dojo/AdapterRegistry.js
 %%WWWDIR%%/dojo/AdapterRegistry.js.uncompressed.js
+%%WWWDIR%%/dojo/CONTRIBUTING.md
 %%WWWDIR%%/dojo/Deferred.js
 %%WWWDIR%%/dojo/Deferred.js.uncompressed.js
 %%WWWDIR%%/dojo/DeferredList.js
@@ -1499,6 +1524,7 @@
 %%WWWDIR%%/dojo/NodeList.js
 %%WWWDIR%%/dojo/NodeList.js.uncompressed.js
 %%WWWDIR%%/dojo/OpenAjax.js
+%%WWWDIR%%/dojo/README.md
 %%WWWDIR%%/dojo/Stateful.js
 %%WWWDIR%%/dojo/Stateful.js.uncompressed.js
 %%WWWDIR%%/dojo/_base/Color.js
@@ -1700,10 +1726,18 @@
 %%WWWDIR%%/dojo/cldr/nls/en-au/generic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en-au/gregorian.js
 %%WWWDIR%%/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/en-au/islamic.js
+%%WWWDIR%%/dojo/cldr/nls/en-au/islamic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en-au/japanese.js
 %%WWWDIR%%/dojo/cldr/nls/en-au/japanese.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/en-au/number.js
+%%WWWDIR%%/dojo/cldr/nls/en-au/number.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en-ca/currency.js
 %%WWWDIR%%/dojo/cldr/nls/en-ca/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/en-ca/generic.js
+%%WWWDIR%%/dojo/cldr/nls/en-ca/generic.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/en-ca/gregorian.js
+%%WWWDIR%%/dojo/cldr/nls/en-ca/gregorian.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en-gb/chinese.js
 %%WWWDIR%%/dojo/cldr/nls/en-gb/chinese.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en-gb/currency.js
@@ -1714,10 +1748,10 @@
 %%WWWDIR%%/dojo/cldr/nls/en-gb/gregorian.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en-gb/indian.js
 %%WWWDIR%%/dojo/cldr/nls/en-gb/indian.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/en-gb/islamic.js
+%%WWWDIR%%/dojo/cldr/nls/en-gb/islamic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en-gb/japanese.js
 %%WWWDIR%%/dojo/cldr/nls/en-gb/japanese.js.uncompressed.js
-%%WWWDIR%%/dojo/cldr/nls/en-gb/number.js
-%%WWWDIR%%/dojo/cldr/nls/en-gb/number.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en/buddhist.js
 %%WWWDIR%%/dojo/cldr/nls/en/buddhist.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/en/chinese.js
@@ -1798,6 +1832,8 @@
 %%WWWDIR%%/dojo/cldr/nls/fr/coptic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/fr/currency.js
 %%WWWDIR%%/dojo/cldr/nls/fr/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/fr/dangi.js
+%%WWWDIR%%/dojo/cldr/nls/fr/dangi.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/fr/ethiopic.js
 %%WWWDIR%%/dojo/cldr/nls/fr/ethiopic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/fr/generic.js
@@ -1814,6 +1850,8 @@
 %%WWWDIR%%/dojo/cldr/nls/fr/japanese.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/fr/number.js
 %%WWWDIR%%/dojo/cldr/nls/fr/number.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/fr/persian.js
+%%WWWDIR%%/dojo/cldr/nls/fr/persian.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/fr/roc.js
 %%WWWDIR%%/dojo/cldr/nls/fr/roc.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/generic.js
@@ -1868,6 +1906,12 @@
 %%WWWDIR%%/dojo/cldr/nls/indian.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/islamic-civil.js
 %%WWWDIR%%/dojo/cldr/nls/islamic-civil.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/islamic-rgsa.js
+%%WWWDIR%%/dojo/cldr/nls/islamic-rgsa.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/islamic-tbla.js
+%%WWWDIR%%/dojo/cldr/nls/islamic-tbla.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/islamic-umalqura.js
+%%WWWDIR%%/dojo/cldr/nls/islamic-umalqura.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/islamic.js
 %%WWWDIR%%/dojo/cldr/nls/islamic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/it/buddhist.js
@@ -1898,6 +1942,8 @@
 %%WWWDIR%%/dojo/cldr/nls/ja/coptic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/ja/currency.js
 %%WWWDIR%%/dojo/cldr/nls/ja/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/ja/dangi.js
+%%WWWDIR%%/dojo/cldr/nls/ja/dangi.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/ja/ethiopic.js
 %%WWWDIR%%/dojo/cldr/nls/ja/ethiopic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/ja/generic.js
@@ -1924,8 +1970,14 @@
 %%WWWDIR%%/dojo/cldr/nls/ko/buddhist.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/ko/chinese.js
 %%WWWDIR%%/dojo/cldr/nls/ko/chinese.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/ko/coptic.js
+%%WWWDIR%%/dojo/cldr/nls/ko/coptic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/ko/currency.js
 %%WWWDIR%%/dojo/cldr/nls/ko/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/ko/dangi.js
+%%WWWDIR%%/dojo/cldr/nls/ko/dangi.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/ko/ethiopic.js
+%%WWWDIR%%/dojo/cldr/nls/ko/ethiopic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/ko/generic.js
 %%WWWDIR%%/dojo/cldr/nls/ko/generic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/ko/gregorian.js
@@ -1962,8 +2014,14 @@
 %%WWWDIR%%/dojo/cldr/nls/nl/buddhist.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/chinese.js
 %%WWWDIR%%/dojo/cldr/nls/nl/chinese.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/nl/coptic.js
+%%WWWDIR%%/dojo/cldr/nls/nl/coptic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/currency.js
 %%WWWDIR%%/dojo/cldr/nls/nl/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/nl/dangi.js
+%%WWWDIR%%/dojo/cldr/nls/nl/dangi.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/nl/ethiopic.js
+%%WWWDIR%%/dojo/cldr/nls/nl/ethiopic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/generic.js
 %%WWWDIR%%/dojo/cldr/nls/nl/generic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/gregorian.js
@@ -1970,6 +2028,8 @@
 %%WWWDIR%%/dojo/cldr/nls/nl/gregorian.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/hebrew.js
 %%WWWDIR%%/dojo/cldr/nls/nl/hebrew.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/nl/indian.js
+%%WWWDIR%%/dojo/cldr/nls/nl/indian.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/islamic.js
 %%WWWDIR%%/dojo/cldr/nls/nl/islamic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/japanese.js
@@ -1976,6 +2036,8 @@
 %%WWWDIR%%/dojo/cldr/nls/nl/japanese.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/number.js
 %%WWWDIR%%/dojo/cldr/nls/nl/number.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/nl/persian.js
+%%WWWDIR%%/dojo/cldr/nls/nl/persian.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/nl/roc.js
 %%WWWDIR%%/dojo/cldr/nls/nl/roc.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/number.js
@@ -2012,6 +2074,8 @@
 %%WWWDIR%%/dojo/cldr/nls/pl/roc.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/pt-pt/buddhist.js
 %%WWWDIR%%/dojo/cldr/nls/pt-pt/buddhist.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/pt-pt/chinese.js
+%%WWWDIR%%/dojo/cldr/nls/pt-pt/chinese.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/pt-pt/currency.js
 %%WWWDIR%%/dojo/cldr/nls/pt-pt/currency.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/pt-pt/generic.js
@@ -2128,6 +2192,8 @@
 %%WWWDIR%%/dojo/cldr/nls/sv/coptic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/sv/currency.js
 %%WWWDIR%%/dojo/cldr/nls/sv/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/sv/dangi.js
+%%WWWDIR%%/dojo/cldr/nls/sv/dangi.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/sv/ethiopic.js
 %%WWWDIR%%/dojo/cldr/nls/sv/ethiopic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/sv/generic.js
@@ -2156,6 +2222,8 @@
 %%WWWDIR%%/dojo/cldr/nls/th/coptic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/th/currency.js
 %%WWWDIR%%/dojo/cldr/nls/th/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/th/dangi.js
+%%WWWDIR%%/dojo/cldr/nls/th/dangi.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/th/ethiopic.js
 %%WWWDIR%%/dojo/cldr/nls/th/ethiopic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/th/generic.js
@@ -2208,6 +2276,8 @@
 %%WWWDIR%%/dojo/cldr/nls/zh-hant/coptic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/zh-hant/currency.js
 %%WWWDIR%%/dojo/cldr/nls/zh-hant/currency.js.uncompressed.js
+%%WWWDIR%%/dojo/cldr/nls/zh-hant/dangi.js
+%%WWWDIR%%/dojo/cldr/nls/zh-hant/dangi.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/zh-hant/ethiopic.js
 %%WWWDIR%%/dojo/cldr/nls/zh-hant/ethiopic.js.uncompressed.js
 %%WWWDIR%%/dojo/cldr/nls/zh-hant/generic.js
@@ -2306,6 +2376,8 @@
 %%WWWDIR%%/dojo/date/locale.js.uncompressed.js
 %%WWWDIR%%/dojo/date/stamp.js
 %%WWWDIR%%/dojo/date/stamp.js.uncompressed.js
+%%WWWDIR%%/dojo/debounce.js
+%%WWWDIR%%/dojo/debounce.js.uncompressed.js
 %%WWWDIR%%/dojo/dnd/AutoSource.js
 %%WWWDIR%%/dojo/dnd/AutoSource.js.uncompressed.js
 %%WWWDIR%%/dojo/dnd/Avatar.js
@@ -2425,6 +2497,8 @@
 %%WWWDIR%%/dojo/nls/hr/colors.js.uncompressed.js
 %%WWWDIR%%/dojo/nls/hu/colors.js
 %%WWWDIR%%/dojo/nls/hu/colors.js.uncompressed.js
+%%WWWDIR%%/dojo/nls/id/colors.js
+%%WWWDIR%%/dojo/nls/id/colors.js.uncompressed.js
 %%WWWDIR%%/dojo/nls/it/colors.js
 %%WWWDIR%%/dojo/nls/it/colors.js.uncompressed.js
 %%WWWDIR%%/dojo/nls/ja/colors.js
@@ -2469,6 +2543,12 @@
 %%WWWDIR%%/dojo/number.js.uncompressed.js
 %%WWWDIR%%/dojo/on.js
 %%WWWDIR%%/dojo/on.js.uncompressed.js
+%%WWWDIR%%/dojo/on/asyncEventListener.js
+%%WWWDIR%%/dojo/on/asyncEventListener.js.uncompressed.js
+%%WWWDIR%%/dojo/on/debounce.js
+%%WWWDIR%%/dojo/on/debounce.js.uncompressed.js
+%%WWWDIR%%/dojo/on/throttle.js
+%%WWWDIR%%/dojo/on/throttle.js.uncompressed.js
 %%WWWDIR%%/dojo/package.json
 %%WWWDIR%%/dojo/parser.js
 %%WWWDIR%%/dojo/parser.js.uncompressed.js
@@ -2561,6 +2641,8 @@
 %%WWWDIR%%/dojo/string.js.uncompressed.js
 %%WWWDIR%%/dojo/text.js
 %%WWWDIR%%/dojo/text.js.uncompressed.js
+%%WWWDIR%%/dojo/throttle.js
+%%WWWDIR%%/dojo/throttle.js.uncompressed.js
 %%WWWDIR%%/dojo/topic.js
 %%WWWDIR%%/dojo/topic.js.uncompressed.js
 %%WWWDIR%%/dojo/touch.js
@@ -2571,10 +2653,12 @@
 %%WWWDIR%%/dojo/when.js.uncompressed.js
 %%WWWDIR%%/dojo/window.js
 %%WWWDIR%%/dojo/window.js.uncompressed.js
+%%WWWDIR%%/dojox/CONTRIBUTING.md
 %%WWWDIR%%/dojox/LICENSE
 %%WWWDIR%%/dojox/NodeList/README
 %%WWWDIR%%/dojox/NodeList/delegate.js
 %%WWWDIR%%/dojox/NodeList/delegate.js.uncompressed.js
+%%WWWDIR%%/dojox/README.md
 %%WWWDIR%%/dojox/analytics.js
 %%WWWDIR%%/dojox/analytics.js.uncompressed.js
 %%WWWDIR%%/dojox/analytics/README
@@ -2794,6 +2878,14 @@
 %%WWWDIR%%/dojox/atom/widget/nls/hu/FeedViewerEntry.js.uncompressed.js
 %%WWWDIR%%/dojox/atom/widget/nls/hu/PeopleEditor.js
 %%WWWDIR%%/dojox/atom/widget/nls/hu/PeopleEditor.js.uncompressed.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/FeedEntryEditor.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/FeedEntryEditor.js.uncompressed.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/FeedEntryViewer.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/FeedEntryViewer.js.uncompressed.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/FeedViewerEntry.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/FeedViewerEntry.js.uncompressed.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/PeopleEditor.js
+%%WWWDIR%%/dojox/atom/widget/nls/id/PeopleEditor.js.uncompressed.js
 %%WWWDIR%%/dojox/atom/widget/nls/it/FeedEntryEditor.js
 %%WWWDIR%%/dojox/atom/widget/nls/it/FeedEntryEditor.js.uncompressed.js
 %%WWWDIR%%/dojox/atom/widget/nls/it/FeedEntryViewer.js
@@ -3023,6 +3115,8 @@
 %%WWWDIR%%/dojox/calendar/ColumnView.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/ColumnViewSecondarySheet.js
 %%WWWDIR%%/dojox/calendar/ColumnViewSecondarySheet.js.uncompressed.js
+%%WWWDIR%%/dojox/calendar/DecorationRenderer.js
+%%WWWDIR%%/dojox/calendar/DecorationRenderer.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/ExpandRenderer.js
 %%WWWDIR%%/dojox/calendar/ExpandRenderer.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/HorizontalRenderer.js
@@ -3045,8 +3139,12 @@
 %%WWWDIR%%/dojox/calendar/Mouse.js
 %%WWWDIR%%/dojox/calendar/Mouse.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/README
+%%WWWDIR%%/dojox/calendar/RendererManager.js
+%%WWWDIR%%/dojox/calendar/RendererManager.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/SimpleColumnView.js
 %%WWWDIR%%/dojox/calendar/SimpleColumnView.js.uncompressed.js
+%%WWWDIR%%/dojox/calendar/StoreManager.js
+%%WWWDIR%%/dojox/calendar/StoreManager.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/StoreMixin.js
 %%WWWDIR%%/dojox/calendar/StoreMixin.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/Touch.js
@@ -3057,8 +3155,8 @@
 %%WWWDIR%%/dojox/calendar/ViewBase.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/_RendererMixin.js
 %%WWWDIR%%/dojox/calendar/_RendererMixin.js.uncompressed.js
-%%WWWDIR%%/dojox/calendar/_VerticalScrollBarBase.js
-%%WWWDIR%%/dojox/calendar/_VerticalScrollBarBase.js.uncompressed.js
+%%WWWDIR%%/dojox/calendar/_ScrollBarBase.js
+%%WWWDIR%%/dojox/calendar/_ScrollBarBase.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/ar/buttons.js
 %%WWWDIR%%/dojox/calendar/nls/ar/buttons.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/bg/buttons.js
@@ -3087,6 +3185,8 @@
 %%WWWDIR%%/dojox/calendar/nls/hr/buttons.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/hu/buttons.js
 %%WWWDIR%%/dojox/calendar/nls/hu/buttons.js.uncompressed.js
+%%WWWDIR%%/dojox/calendar/nls/id/buttons.js
+%%WWWDIR%%/dojox/calendar/nls/id/buttons.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/it/buttons.js
 %%WWWDIR%%/dojox/calendar/nls/it/buttons.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/ja/buttons.js
@@ -3095,6 +3195,8 @@
 %%WWWDIR%%/dojox/calendar/nls/kk/buttons.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/ko/buttons.js
 %%WWWDIR%%/dojox/calendar/nls/ko/buttons.js.uncompressed.js
+%%WWWDIR%%/dojox/calendar/nls/lt/buttons.js
+%%WWWDIR%%/dojox/calendar/nls/lt/buttons.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/nb/buttons.js
 %%WWWDIR%%/dojox/calendar/nls/nb/buttons.js.uncompressed.js
 %%WWWDIR%%/dojox/calendar/nls/nl/buttons.js
@@ -3136,9 +3238,9 @@
 %%WWWDIR%%/dojox/calendar/templates/MobileHorizontalRenderer.html
 %%WWWDIR%%/dojox/calendar/templates/MobileVerticalRenderer.html
 %%WWWDIR%%/dojox/calendar/templates/MonthColumnView.html
-%%WWWDIR%%/dojox/calendar/templates/SimpleColumnView.html
 %%WWWDIR%%/dojox/calendar/templates/SimpleMatrixView.html
 %%WWWDIR%%/dojox/calendar/templates/VerticalRenderer.html
+%%WWWDIR%%/dojox/calendar/themes/Base.less
 %%WWWDIR%%/dojox/calendar/themes/claro/Calendar.css
 %%WWWDIR%%/dojox/calendar/themes/claro/Calendar.less
 %%WWWDIR%%/dojox/calendar/themes/claro/Calendar_rtl.css
@@ -3159,8 +3261,6 @@
 %%WWWDIR%%/dojox/calendar/themes/claro/MonthColumnViewCommon.less
 %%WWWDIR%%/dojox/calendar/themes/claro/MonthColumnView_rtl.css
 %%WWWDIR%%/dojox/calendar/themes/claro/MonthColumnView_rtl.less
-%%WWWDIR%%/dojox/calendar/themes/claro/SimpleColumnView.css
-%%WWWDIR%%/dojox/calendar/themes/claro/SimpleColumnView.less
 %%WWWDIR%%/dojox/calendar/themes/claro/images/titlebar.png
 %%WWWDIR%%/dojox/calendar/themes/iphone/Calendar.css
 %%WWWDIR%%/dojox/calendar/themes/iphone/Calendar.less
@@ -3203,8 +3303,6 @@
 %%WWWDIR%%/dojox/calendar/themes/nihilo/MonthColumnViewCommon.less
 %%WWWDIR%%/dojox/calendar/themes/nihilo/MonthColumnView_rtl.css
 %%WWWDIR%%/dojox/calendar/themes/nihilo/MonthColumnView_rtl.less
-%%WWWDIR%%/dojox/calendar/themes/nihilo/SimpleColumnView.css
-%%WWWDIR%%/dojox/calendar/themes/nihilo/SimpleColumnView.less
 %%WWWDIR%%/dojox/calendar/themes/nihilo/images/accordionItemActive.png
 %%WWWDIR%%/dojox/calendar/themes/nihilo/images/titleBar.png
 %%WWWDIR%%/dojox/calendar/themes/soria/Calendar.css
@@ -3227,8 +3325,6 @@
 %%WWWDIR%%/dojox/calendar/themes/soria/MonthColumnViewCommon.less
 %%WWWDIR%%/dojox/calendar/themes/soria/MonthColumnView_rtl.css
 %%WWWDIR%%/dojox/calendar/themes/soria/MonthColumnView_rtl.less
-%%WWWDIR%%/dojox/calendar/themes/soria/SimpleColumnView.css
-%%WWWDIR%%/dojox/calendar/themes/soria/SimpleColumnView.less
 %%WWWDIR%%/dojox/calendar/themes/soria/images/accordionItemActive.png
 %%WWWDIR%%/dojox/calendar/themes/soria/images/titleBar.png
 %%WWWDIR%%/dojox/calendar/themes/tundra/Calendar.css
@@ -3251,8 +3347,6 @@
 %%WWWDIR%%/dojox/calendar/themes/tundra/MonthColumnViewCommon.less
 %%WWWDIR%%/dojox/calendar/themes/tundra/MonthColumnView_rtl.css
 %%WWWDIR%%/dojox/calendar/themes/tundra/MonthColumnView_rtl.less
-%%WWWDIR%%/dojox/calendar/themes/tundra/SimpleColumnView.css
-%%WWWDIR%%/dojox/calendar/themes/tundra/SimpleColumnView.less
 %%WWWDIR%%/dojox/calendar/themes/tundra/images/accordionItemHover.gif
 %%WWWDIR%%/dojox/calendar/themes/tundra/images/titleBar.png
 %%WWWDIR%%/dojox/calendar/time.js
@@ -3614,77 +3708,6 @@
 %%WWWDIR%%/dojox/data/XmlStore.js.uncompressed.js
 %%WWWDIR%%/dojox/data/css.js
 %%WWWDIR%%/dojox/data/css.js.uncompressed.js
-%%WWWDIR%%/dojox/data/demos/GoogleFeedTemplate.html
-%%WWWDIR%%/dojox/data/demos/GoogleTemplate.html
-%%WWWDIR%%/dojox/data/demos/GoogleTemplateBlog.html
-%%WWWDIR%%/dojox/data/demos/GoogleTemplateImage.html
-%%WWWDIR%%/dojox/data/demos/GoogleTemplateLocal.html
-%%WWWDIR%%/dojox/data/demos/GoogleTemplateVideo.html
-%%WWWDIR%%/dojox/data/demos/demo_CssStores_combo_tree_grid.html
-%%WWWDIR%%/dojox/data/demos/demo_DataDemoTable.html
-%%WWWDIR%%/dojox/data/demos/demo_FileStore_dojotree.html
-%%WWWDIR%%/dojox/data/demos/demo_FileStore_dojoxdata_combo_grid.html
-%%WWWDIR%%/dojox/data/demos/demo_FlickrRestStore.html
-%%WWWDIR%%/dojox/data/demos/demo_FlickrStore.html
-%%WWWDIR%%/dojox/data/demos/demo_GoogleFeedStore.html
-%%WWWDIR%%/dojox/data/demos/demo_GoogleImageSearchStore_Grid.html
-%%WWWDIR%%/dojox/data/demos/demo_GoogleSearchStore.html
-%%WWWDIR%%/dojox/data/demos/demo_GoogleSearchStore_Grid.html
-%%WWWDIR%%/dojox/data/demos/demo_LazyLoad.html
-%%WWWDIR%%/dojox/data/demos/demo_MultiStores.html
-%%WWWDIR%%/dojox/data/demos/demo_OpenSearchStore.html
-%%WWWDIR%%/dojox/data/demos/demo_PicasaStore.html
-%%WWWDIR%%/dojox/data/demos/demo_QueryReadStore_ComboBox.html
-%%WWWDIR%%/dojox/data/demos/demo_QueryReadStore_FilteringSelect.html
-%%WWWDIR%%/dojox/data/demos/demo_QueryReadStore_grid.html
-%%WWWDIR%%/dojox/data/demos/demo_WikipediaStore.html
-%%WWWDIR%%/dojox/data/demos/geography.json
-%%WWWDIR%%/dojox/data/demos/geography.xml
-%%WWWDIR%%/dojox/data/demos/geography/Argentina/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Brazil/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Canada/Ottawa/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Canada/Toronto/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Canada/data.json
-%%WWWDIR%%/dojox/data/demos/geography/China/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Commonwealth of Australia/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Egypt/data.json
-%%WWWDIR%%/dojox/data/demos/geography/France/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Germany/data.json
-%%WWWDIR%%/dojox/data/demos/geography/India/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Italy/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Kenya/Mombasa/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Kenya/Nairobi/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Kenya/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Mexico/Guadalajara/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Mexico/Mexico City/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Mexico/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Mongolia/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Russia/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Spain/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Sudan/Khartoum/data.json
-%%WWWDIR%%/dojox/data/demos/geography/Sudan/data.json
-%%WWWDIR%%/dojox/data/demos/geography/United States of America/data.json
-%%WWWDIR%%/dojox/data/demos/geography/root.json
-%%WWWDIR%%/dojox/data/demos/geography2.xml
-%%WWWDIR%%/dojox/data/demos/openSearchProxy.php
-%%WWWDIR%%/dojox/data/demos/picasaDemo.css
-%%WWWDIR%%/dojox/data/demos/stores/LazyLoadJSIStore.js
-%%WWWDIR%%/dojox/data/demos/stores/LazyLoadJSIStore.js.uncompressed.js
-%%WWWDIR%%/dojox/data/demos/stores/filestore_dojotree.php
-%%WWWDIR%%/dojox/data/demos/stores/filestore_dojoxdata.php
-%%WWWDIR%%/dojox/data/demos/stores/filestore_funcs.php
-%%WWWDIR%%/dojox/data/demos/widgets/FileView.js
-%%WWWDIR%%/dojox/data/demos/widgets/FileView.js.uncompressed.js
-%%WWWDIR%%/dojox/data/demos/widgets/FlickrViewList.js
-%%WWWDIR%%/dojox/data/demos/widgets/FlickrViewList.js.uncompressed.js
-%%WWWDIR%%/dojox/data/demos/widgets/PicasaView.js
-%%WWWDIR%%/dojox/data/demos/widgets/PicasaView.js.uncompressed.js
-%%WWWDIR%%/dojox/data/demos/widgets/PicasaViewList.js
-%%WWWDIR%%/dojox/data/demos/widgets/PicasaViewList.js.uncompressed.js
-%%WWWDIR%%/dojox/data/demos/widgets/templates/FileView.html
-%%WWWDIR%%/dojox/data/demos/widgets/templates/FlickrViewList.html
-%%WWWDIR%%/dojox/data/demos/widgets/templates/PicasaView.html
-%%WWWDIR%%/dojox/data/demos/widgets/templates/PicasaViewList.html
 %%WWWDIR%%/dojox/data/dom.js
 %%WWWDIR%%/dojox/data/dom.js.uncompressed.js
 %%WWWDIR%%/dojox/data/restListener.js
@@ -3968,34 +3991,6 @@
 %%WWWDIR%%/dojox/dtl/contrib/dom.js.uncompressed.js
 %%WWWDIR%%/dojox/dtl/contrib/objects.js
 %%WWWDIR%%/dojox/dtl/contrib/objects.js.uncompressed.js
-%%WWWDIR%%/dojox/dtl/demos/demo_Animation.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Animation_amd.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Blog.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Data.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Dijitless.html
-%%WWWDIR%%/dojox/dtl/demos/demo_DomTemplated.html
-%%WWWDIR%%/dojox/dtl/demos/demo_DomTemplated_amd.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Events.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Inline.html
-%%WWWDIR%%/dojox/dtl/demos/demo_NodeList.html
-%%WWWDIR%%/dojox/dtl/demos/demo_NodeList_amd.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Table.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Templated.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Templated_amd.html
-%%WWWDIR%%/dojox/dtl/demos/demo_Tree.html
-%%WWWDIR%%/dojox/dtl/demos/json/blog/get_blog_1.json
-%%WWWDIR%%/dojox/dtl/demos/json/blog/get_blog_3.json
-%%WWWDIR%%/dojox/dtl/demos/json/blog/get_blog_list.json
-%%WWWDIR%%/dojox/dtl/demos/json/blog/get_page_about.json
-%%WWWDIR%%/dojox/dtl/demos/json/fruit.json
-%%WWWDIR%%/dojox/dtl/demos/json/morefruit.json
-%%WWWDIR%%/dojox/dtl/demos/templates/animation.html
-%%WWWDIR%%/dojox/dtl/demos/templates/blog_base.html
-%%WWWDIR%%/dojox/dtl/demos/templates/blog_detail.html
-%%WWWDIR%%/dojox/dtl/demos/templates/blog_list.html
-%%WWWDIR%%/dojox/dtl/demos/templates/blog_page.html
-%%WWWDIR%%/dojox/dtl/demos/templates/gallery.html
-%%WWWDIR%%/dojox/dtl/demos/templates/nodelist.html
 %%WWWDIR%%/dojox/dtl/dom.js
 %%WWWDIR%%/dojox/dtl/dom.js.uncompressed.js
 %%WWWDIR%%/dojox/dtl/ext-dojo/NodeList.js
@@ -4035,6 +4030,8 @@
 %%WWWDIR%%/dojox/editor/plugins/AutoSave.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/AutoUrlLink.js
 %%WWWDIR%%/dojox/editor/plugins/AutoUrlLink.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/Breadcrumb.js
@@ -4091,6 +4088,8 @@
 %%WWWDIR%%/dojox/editor/plugins/_SpellCheckParser.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/Breadcrumb.js
@@ -4127,6 +4126,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/TextColor.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ar/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ar/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ar/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ar/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ar/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ar/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ar/Breadcrumb.js
@@ -4167,6 +4168,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/az/TableDialog.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/bg/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/bg/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/bg/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/bg/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/bg/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/bg/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/bg/Breadcrumb.js
@@ -4205,6 +4208,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/bg/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ca/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ca/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ca/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ca/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ca/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ca/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ca/Breadcrumb.js
@@ -4243,6 +4248,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/ca/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/cs/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/cs/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/cs/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/cs/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/cs/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/cs/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/cs/Breadcrumb.js
@@ -4281,6 +4288,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/cs/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/da/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/da/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/da/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/da/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/da/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/da/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/da/Breadcrumb.js
@@ -4319,6 +4328,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/da/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/de/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/de/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/de/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/de/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/de/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/de/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/de/Breadcrumb.js
@@ -4357,6 +4368,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/de/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/el/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/el/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/el/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/el/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/el/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/el/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/el/Breadcrumb.js
@@ -4395,6 +4408,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/el/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/es/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/es/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/es/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/es/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/es/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/es/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/es/Breadcrumb.js
@@ -4433,6 +4448,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/es/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fi/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fi/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/fi/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/fi/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fi/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fi/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fi/Breadcrumb.js
@@ -4471,6 +4488,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/fi/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fr/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fr/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/fr/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/fr/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fr/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fr/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/fr/Breadcrumb.js
@@ -4509,6 +4528,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/fr/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/he/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/he/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/he/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/he/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/he/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/he/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/he/Breadcrumb.js
@@ -4547,6 +4568,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/he/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hr/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hr/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/hr/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/hr/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hr/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hr/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hr/Breadcrumb.js
@@ -4585,6 +4608,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/hr/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/hu/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/hu/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/Breadcrumb.js
@@ -4621,8 +4646,50 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/TextColor.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/latinEntities.js
 %%WWWDIR%%/dojox/editor/plugins/nls/hu/latinEntities.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/AutoSave.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/BidiSupport.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Blockquote.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Blockquote.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Breadcrumb.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Breadcrumb.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/CollapsibleToolbar.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/CollapsibleToolbar.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/FindReplace.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/FindReplace.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/InsertAnchor.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/InsertAnchor.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/InsertEntity.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/InsertEntity.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/LocalImage.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/LocalImage.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/PageBreak.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/PageBreak.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/PasteFromWord.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/PasteFromWord.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Preview.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Preview.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/SafePaste.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/SafePaste.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Save.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Save.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/ShowBlockNodes.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/ShowBlockNodes.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Smiley.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/Smiley.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/SpellCheck.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/SpellCheck.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/TableDialog.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/TableDialog.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/TextColor.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/TextColor.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/latinEntities.js
+%%WWWDIR%%/dojox/editor/plugins/nls/id/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/it/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/it/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/it/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/it/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/it/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/it/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/it/Breadcrumb.js
@@ -4661,6 +4728,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/it/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ja/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ja/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ja/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ja/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ja/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ja/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ja/Breadcrumb.js
@@ -4699,6 +4768,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/ja/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/kk/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/kk/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/kk/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/kk/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/kk/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/kk/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/kk/Breadcrumb.js
@@ -4737,6 +4808,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/kk/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ko/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ko/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ko/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ko/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ko/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ko/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ko/Breadcrumb.js
@@ -4777,6 +4850,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nb/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nb/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/nb/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/nb/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nb/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nb/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nb/Breadcrumb.js
@@ -4815,6 +4890,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/nb/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nl/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nl/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/nl/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/nl/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nl/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nl/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/nl/Breadcrumb.js
@@ -4853,6 +4930,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/nl/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pl/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pl/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/pl/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/pl/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pl/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pl/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pl/Breadcrumb.js
@@ -4891,6 +4970,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/pl/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/Breadcrumb.js
@@ -4929,6 +5010,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/pt/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/pt/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/pt/Breadcrumb.js
@@ -4967,6 +5050,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/pt/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ro/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ro/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ro/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ro/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ro/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ro/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ro/Breadcrumb.js
@@ -5005,6 +5090,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/ro/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ru/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ru/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ru/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/ru/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ru/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ru/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/ru/Breadcrumb.js
@@ -5043,6 +5130,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/ru/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sk/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sk/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/sk/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/sk/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sk/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sk/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sk/Breadcrumb.js
@@ -5081,6 +5170,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/sk/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sl/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sl/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/sl/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/sl/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sl/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sl/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sl/Breadcrumb.js
@@ -5119,6 +5210,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/sl/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sv/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sv/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/sv/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/sv/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sv/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sv/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/sv/Breadcrumb.js
@@ -5157,6 +5250,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/sv/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/th/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/th/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/th/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/th/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/th/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/th/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/th/Breadcrumb.js
@@ -5195,6 +5290,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/th/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/tr/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/tr/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/tr/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/tr/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/tr/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/tr/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/tr/Breadcrumb.js
@@ -5233,6 +5330,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/tr/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/uk/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/uk/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/uk/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/uk/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/uk/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/uk/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/uk/Breadcrumb.js
@@ -5271,6 +5370,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/uk/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/Breadcrumb.js
@@ -5309,6 +5410,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh/AutoSave.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh/AutoSave.js.uncompressed.js
+%%WWWDIR%%/dojox/editor/plugins/nls/zh/BidiSupport.js
+%%WWWDIR%%/dojox/editor/plugins/nls/zh/BidiSupport.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh/Blockquote.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh/Blockquote.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh/Breadcrumb.js
@@ -5346,6 +5449,8 @@
 %%WWWDIR%%/dojox/editor/plugins/nls/zh/latinEntities.js
 %%WWWDIR%%/dojox/editor/plugins/nls/zh/latinEntities.js.uncompressed.js
 %%WWWDIR%%/dojox/editor/plugins/resources/css/AutoSave.css
+%%WWWDIR%%/dojox/editor/plugins/resources/css/BidiSupport.css
+%%WWWDIR%%/dojox/editor/plugins/resources/css/BidiSupport_rtl.css
 %%WWWDIR%%/dojox/editor/plugins/resources/css/Blockquote.css
 %%WWWDIR%%/dojox/editor/plugins/resources/css/Breadcrumb.css
 %%WWWDIR%%/dojox/editor/plugins/resources/css/CollapsibleToolbar.css
@@ -5411,6 +5516,10 @@
 %%WWWDIR%%/dojox/editor/plugins/resources/icons/spellcheck.gif
 %%WWWDIR%%/dojox/editor/plugins/resources/icons/tundra/close.gif
 %%WWWDIR%%/dojox/editor/plugins/resources/images/anchor.gif
+%%WWWDIR%%/dojox/editor/plugins/resources/images/bidiIconsDisabled.png
+%%WWWDIR%%/dojox/editor/plugins/resources/images/bidiIconsDisabled_rtl.png
+%%WWWDIR%%/dojox/editor/plugins/resources/images/bidiIconsEnabled.png
+%%WWWDIR%%/dojox/editor/plugins/resources/images/bidiIconsEnabled_rtl.png
 %%WWWDIR%%/dojox/editor/plugins/resources/images/blockelems/address.gif
 %%WWWDIR%%/dojox/editor/plugins/resources/images/blockelems/blockquote.gif
 %%WWWDIR%%/dojox/editor/plugins/resources/images/blockelems/button.gif
@@ -5512,6 +5621,8 @@
 %%WWWDIR%%/dojox/encoding/digests/_sha-32.js.uncompressed.js
 %%WWWDIR%%/dojox/encoding/digests/_sha-64.js
 %%WWWDIR%%/dojox/encoding/digests/_sha-64.js.uncompressed.js
+%%WWWDIR%%/dojox/encoding/digests/_sha2.js
+%%WWWDIR%%/dojox/encoding/digests/_sha2.js.uncompressed.js
 %%WWWDIR%%/dojox/encoding/easy64.js
 %%WWWDIR%%/dojox/encoding/easy64.js.uncompressed.js
 %%WWWDIR%%/dojox/flash.js
@@ -5543,6 +5654,8 @@
 %%WWWDIR%%/dojox/form/FilePickerTextBox.js.uncompressed.js
 %%WWWDIR%%/dojox/form/FileUploader.js
 %%WWWDIR%%/dojox/form/FileUploader.js.uncompressed.js
+%%WWWDIR%%/dojox/form/HorizontalRangeSlider.js
+%%WWWDIR%%/dojox/form/HorizontalRangeSlider.js.uncompressed.js
 %%WWWDIR%%/dojox/form/ListInput.js
 %%WWWDIR%%/dojox/form/ListInput.js.uncompressed.js
 %%WWWDIR%%/dojox/form/Manager.js
@@ -5566,6 +5679,8 @@
 %%WWWDIR%%/dojox/form/TriStateCheckBox.js.uncompressed.js
 %%WWWDIR%%/dojox/form/Uploader.js
 %%WWWDIR%%/dojox/form/Uploader.js.uncompressed.js
+%%WWWDIR%%/dojox/form/VerticalRangeSlider.js
+%%WWWDIR%%/dojox/form/VerticalRangeSlider.js.uncompressed.js
 %%WWWDIR%%/dojox/form/YearTextBox.js
 %%WWWDIR%%/dojox/form/YearTextBox.js.uncompressed.js
 %%WWWDIR%%/dojox/form/_FormSelectWidget.js
@@ -5572,6 +5687,8 @@
 %%WWWDIR%%/dojox/form/_FormSelectWidget.js.uncompressed.js
 %%WWWDIR%%/dojox/form/_HasDropDown.js
 %%WWWDIR%%/dojox/form/_HasDropDown.js.uncompressed.js
+%%WWWDIR%%/dojox/form/_RangeSliderMixin.js
+%%WWWDIR%%/dojox/form/_RangeSliderMixin.js.uncompressed.js
 %%WWWDIR%%/dojox/form/_SelectStackMixin.js
 %%WWWDIR%%/dojox/form/_SelectStackMixin.js.uncompressed.js
 %%WWWDIR%%/dojox/form/manager/_ClassMixin.js
@@ -5674,6 +5791,12 @@
 %%WWWDIR%%/dojox/form/nls/hu/PasswordValidator.js.uncompressed.js
 %%WWWDIR%%/dojox/form/nls/hu/Uploader.js
 %%WWWDIR%%/dojox/form/nls/hu/Uploader.js.uncompressed.js
+%%WWWDIR%%/dojox/form/nls/id/CheckedMultiSelect.js
+%%WWWDIR%%/dojox/form/nls/id/CheckedMultiSelect.js.uncompressed.js
+%%WWWDIR%%/dojox/form/nls/id/PasswordValidator.js
+%%WWWDIR%%/dojox/form/nls/id/PasswordValidator.js.uncompressed.js
+%%WWWDIR%%/dojox/form/nls/id/Uploader.js
+%%WWWDIR%%/dojox/form/nls/id/Uploader.js.uncompressed.js
 %%WWWDIR%%/dojox/form/nls/it/CheckedMultiSelect.js
 %%WWWDIR%%/dojox/form/nls/it/CheckedMultiSelect.js.uncompressed.js
 %%WWWDIR%%/dojox/form/nls/it/PasswordValidator.js
@@ -6071,44 +6194,6 @@
 %%WWWDIR%%/dojox/gfx/canvasext.js.uncompressed.js
 %%WWWDIR%%/dojox/gfx/decompose.js
 %%WWWDIR%%/dojox/gfx/decompose.js.uncompressed.js
-%%WWWDIR%%/dojox/gfx/demos/PI.html
-%%WWWDIR%%/dojox/gfx/demos/beautify.html
-%%WWWDIR%%/dojox/gfx/demos/butterfly.html
-%%WWWDIR%%/dojox/gfx/demos/career_test.html
-%%WWWDIR%%/dojox/gfx/demos/circles.html
-%%WWWDIR%%/dojox/gfx/demos/circles2.html
-%%WWWDIR%%/dojox/gfx/demos/clipping.html
-%%WWWDIR%%/dojox/gfx/demos/clock.html
-%%WWWDIR%%/dojox/gfx/demos/clockWidget.html
-%%WWWDIR%%/dojox/gfx/demos/clock_black.html
-%%WWWDIR%%/dojox/gfx/demos/creator.html
-%%WWWDIR%%/dojox/gfx/demos/data/Lars.json
-%%WWWDIR%%/dojox/gfx/demos/data/Lars.svg
-%%WWWDIR%%/dojox/gfx/demos/data/LarsDreaming.json
-%%WWWDIR%%/dojox/gfx/demos/data/LarsDreaming.svg
-%%WWWDIR%%/dojox/gfx/demos/data/Nils.json
-%%WWWDIR%%/dojox/gfx/demos/data/Nils.svg
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-bg.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-head.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-left-arm.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-left-leg.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-lollipop.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-nose-large.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-nose-medium.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-right-arm.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-right-leg.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino-torso.png
-%%WWWDIR%%/dojox/gfx/demos/data/buratino.jpg
-%%WWWDIR%%/dojox/gfx/demos/data/buratino.json
-%%WWWDIR%%/dojox/gfx/demos/data/transform.json
-%%WWWDIR%%/dojox/gfx/demos/filters.html
-%%WWWDIR%%/dojox/gfx/demos/images/clock_face.jpg
-%%WWWDIR%%/dojox/gfx/demos/images/clock_face_black.jpg
-%%WWWDIR%%/dojox/gfx/demos/inspector.html
-%%WWWDIR%%/dojox/gfx/demos/lion.html
-%%WWWDIR%%/dojox/gfx/demos/roundedPane.html
-%%WWWDIR%%/dojox/gfx/demos/tiger.html
-%%WWWDIR%%/dojox/gfx/demos/tooltip.html
 %%WWWDIR%%/dojox/gfx/filters.js
 %%WWWDIR%%/dojox/gfx/filters.js.uncompressed.js
 %%WWWDIR%%/dojox/gfx/fx.js
@@ -6142,6 +6227,8 @@
 %%WWWDIR%%/dojox/gfx/svg.js.uncompressed.js
 %%WWWDIR%%/dojox/gfx/svg_attach.js
 %%WWWDIR%%/dojox/gfx/svg_attach.js.uncompressed.js
+%%WWWDIR%%/dojox/gfx/svg_mask.js
+%%WWWDIR%%/dojox/gfx/svg_mask.js.uncompressed.js
 %%WWWDIR%%/dojox/gfx/svgext.js
 %%WWWDIR%%/dojox/gfx/svgext.js.uncompressed.js
 %%WWWDIR%%/dojox/gfx/utils.js
@@ -6321,6 +6408,12 @@
 %%WWWDIR%%/dojox/grid/enhanced/nls/hu/Filter.js.uncompressed.js
 %%WWWDIR%%/dojox/grid/enhanced/nls/hu/Pagination.js
 %%WWWDIR%%/dojox/grid/enhanced/nls/hu/Pagination.js.uncompressed.js
+%%WWWDIR%%/dojox/grid/enhanced/nls/id/EnhancedGrid.js
+%%WWWDIR%%/dojox/grid/enhanced/nls/id/EnhancedGrid.js.uncompressed.js
+%%WWWDIR%%/dojox/grid/enhanced/nls/id/Filter.js
+%%WWWDIR%%/dojox/grid/enhanced/nls/id/Filter.js.uncompressed.js
+%%WWWDIR%%/dojox/grid/enhanced/nls/id/Pagination.js
+%%WWWDIR%%/dojox/grid/enhanced/nls/id/Pagination.js.uncompressed.js
 %%WWWDIR%%/dojox/grid/enhanced/nls/it/EnhancedGrid.js
 %%WWWDIR%%/dojox/grid/enhanced/nls/it/EnhancedGrid.js.uncompressed.js
 %%WWWDIR%%/dojox/grid/enhanced/nls/it/Filter.js
@@ -6611,7 +6704,6 @@
 %%WWWDIR%%/dojox/help/_base.js.uncompressed.js
 %%WWWDIR%%/dojox/help/console.js
 %%WWWDIR%%/dojox/help/console.js.uncompressed.js
-%%WWWDIR%%/dojox/help/demos/demo_Console.html
 %%WWWDIR%%/dojox/highlight.js
 %%WWWDIR%%/dojox/highlight.js.uncompressed.js
 %%WWWDIR%%/dojox/highlight/README
@@ -6723,6 +6815,7 @@
 %%WWWDIR%%/dojox/image/resources/Gallery.html
 %%WWWDIR%%/dojox/image/resources/Lightbox.css
 %%WWWDIR%%/dojox/image/resources/Lightbox.html
+%%WWWDIR%%/dojox/image/resources/LightboxNano.css
 %%WWWDIR%%/dojox/image/resources/Magnifier.css
 %%WWWDIR%%/dojox/image/resources/SlideShow.css
 %%WWWDIR%%/dojox/image/resources/SlideShow.html
@@ -7193,8 +7286,12 @@
 %%WWWDIR%%/dojox/mobile/bidi/Carousel.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/CarouselItem.js
 %%WWWDIR%%/dojox/mobile/bidi/CarouselItem.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/bidi/FormLayout.js
+%%WWWDIR%%/dojox/mobile/bidi/FormLayout.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/Heading.js
 %%WWWDIR%%/dojox/mobile/bidi/Heading.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/bidi/Icon.js
+%%WWWDIR%%/dojox/mobile/bidi/Icon.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/IconItem.js
 %%WWWDIR%%/dojox/mobile/bidi/IconItem.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/IconMenu.js
@@ -7201,8 +7298,16 @@
 %%WWWDIR%%/dojox/mobile/bidi/IconMenu.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/ListItem.js
 %%WWWDIR%%/dojox/mobile/bidi/ListItem.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/bidi/ProgressIndicator.js
+%%WWWDIR%%/dojox/mobile/bidi/ProgressIndicator.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/bidi/Rating.js
+%%WWWDIR%%/dojox/mobile/bidi/Rating.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/RoundRectCategory.js
 %%WWWDIR%%/dojox/mobile/bidi/RoundRectCategory.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/bidi/Scrollable.js
+%%WWWDIR%%/dojox/mobile/bidi/Scrollable.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/bidi/SimpleDialog.js
+%%WWWDIR%%/dojox/mobile/bidi/SimpleDialog.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/SpinWheelSlot.js
 %%WWWDIR%%/dojox/mobile/bidi/SpinWheelSlot.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/SwapView.js
@@ -7227,6 +7332,8 @@
 %%WWWDIR%%/dojox/mobile/bidi/_ComboBoxMenu.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/_ItemBase.js
 %%WWWDIR%%/dojox/mobile/bidi/_ItemBase.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/bidi/_PickerBase.js
+%%WWWDIR%%/dojox/mobile/bidi/_PickerBase.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/_StoreListMixin.js
 %%WWWDIR%%/dojox/mobile/bidi/_StoreListMixin.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/bidi/common.js
@@ -7269,6 +7376,74 @@
 %%WWWDIR%%/dojox/mobile/migrationAssist.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/mobile-all.js
 %%WWWDIR%%/dojox/mobile/mobile-all.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/ar/messages.js
+%%WWWDIR%%/dojox/mobile/nls/ar/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/bg/messages.js
+%%WWWDIR%%/dojox/mobile/nls/bg/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/ca/messages.js
+%%WWWDIR%%/dojox/mobile/nls/ca/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/cs/messages.js
+%%WWWDIR%%/dojox/mobile/nls/cs/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/da/messages.js
+%%WWWDIR%%/dojox/mobile/nls/da/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/de/messages.js
+%%WWWDIR%%/dojox/mobile/nls/de/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/el/messages.js
+%%WWWDIR%%/dojox/mobile/nls/el/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/es/messages.js
+%%WWWDIR%%/dojox/mobile/nls/es/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/fi/messages.js
+%%WWWDIR%%/dojox/mobile/nls/fi/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/fr/messages.js
+%%WWWDIR%%/dojox/mobile/nls/fr/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/he/messages.js
+%%WWWDIR%%/dojox/mobile/nls/he/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/hr/messages.js
+%%WWWDIR%%/dojox/mobile/nls/hr/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/hu/messages.js
+%%WWWDIR%%/dojox/mobile/nls/hu/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/id/messages.js
+%%WWWDIR%%/dojox/mobile/nls/id/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/it/messages.js
+%%WWWDIR%%/dojox/mobile/nls/it/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/ja/messages.js
+%%WWWDIR%%/dojox/mobile/nls/ja/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/kk/messages.js
+%%WWWDIR%%/dojox/mobile/nls/kk/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/ko/messages.js
+%%WWWDIR%%/dojox/mobile/nls/ko/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/messages.js
+%%WWWDIR%%/dojox/mobile/nls/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/nb/messages.js
+%%WWWDIR%%/dojox/mobile/nls/nb/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/nl/messages.js
+%%WWWDIR%%/dojox/mobile/nls/nl/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/pl/messages.js
+%%WWWDIR%%/dojox/mobile/nls/pl/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/pt-pt/messages.js
+%%WWWDIR%%/dojox/mobile/nls/pt-pt/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/pt/messages.js
+%%WWWDIR%%/dojox/mobile/nls/pt/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/ro/messages.js
+%%WWWDIR%%/dojox/mobile/nls/ro/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/ru/messages.js
+%%WWWDIR%%/dojox/mobile/nls/ru/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/sk/messages.js
+%%WWWDIR%%/dojox/mobile/nls/sk/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/sl/messages.js
+%%WWWDIR%%/dojox/mobile/nls/sl/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/sv/messages.js
+%%WWWDIR%%/dojox/mobile/nls/sv/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/th/messages.js
+%%WWWDIR%%/dojox/mobile/nls/th/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/tr/messages.js
+%%WWWDIR%%/dojox/mobile/nls/tr/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/uk/messages.js
+%%WWWDIR%%/dojox/mobile/nls/uk/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/zh-tw/messages.js
+%%WWWDIR%%/dojox/mobile/nls/zh-tw/messages.js.uncompressed.js
+%%WWWDIR%%/dojox/mobile/nls/zh/messages.js
+%%WWWDIR%%/dojox/mobile/nls/zh/messages.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/pageTurningUtils.js
 %%WWWDIR%%/dojox/mobile/pageTurningUtils.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/parser.js
@@ -7279,6 +7454,7 @@
 %%WWWDIR%%/dojox/mobile/sniff.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/themes/android/Accordion-compat.css
 %%WWWDIR%%/dojox/mobile/themes/android/Accordion.css
+%%WWWDIR%%/dojox/mobile/themes/android/Accordion_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/android/Button-compat.css
 %%WWWDIR%%/dojox/mobile/themes/android/Button.css
 %%WWWDIR%%/dojox/mobile/themes/android/Carousel.css
@@ -7293,7 +7469,9 @@
 %%WWWDIR%%/dojox/mobile/themes/android/EdgeToEdgeList.css
 %%WWWDIR%%/dojox/mobile/themes/android/FixedSplitter.css
 %%WWWDIR%%/dojox/mobile/themes/android/FormLayout.css
+%%WWWDIR%%/dojox/mobile/themes/android/FormLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/android/GridLayout.css
+%%WWWDIR%%/dojox/mobile/themes/android/GridLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/android/Heading-compat.css
 %%WWWDIR%%/dojox/mobile/themes/android/Heading.css
 %%WWWDIR%%/dojox/mobile/themes/android/IconContainer-compat.css
@@ -7323,6 +7501,7 @@
 %%WWWDIR%%/dojox/mobile/themes/android/ProgressBar.css
 %%WWWDIR%%/dojox/mobile/themes/android/ProgressIndicator-compat.css
 %%WWWDIR%%/dojox/mobile/themes/android/ProgressIndicator.css
+%%WWWDIR%%/dojox/mobile/themes/android/ProgressIndicator_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/android/RadioButton-compat.css
 %%WWWDIR%%/dojox/mobile/themes/android/RadioButton.css
 %%WWWDIR%%/dojox/mobile/themes/android/RoundRect-compat.css
@@ -7445,6 +7624,7 @@
 %%WWWDIR%%/dojox/mobile/themes/android/variables_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/blackberry/Accordion-compat.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/Accordion.css
+%%WWWDIR%%/dojox/mobile/themes/blackberry/Accordion_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/Button-compat.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/Button.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/Carousel.css
@@ -7460,7 +7640,9 @@
 %%WWWDIR%%/dojox/mobile/themes/blackberry/EdgeToEdgeList.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/FixedSplitter.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/FormLayout.css
+%%WWWDIR%%/dojox/mobile/themes/blackberry/FormLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/GridLayout.css
+%%WWWDIR%%/dojox/mobile/themes/blackberry/GridLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/Heading-compat.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/Heading.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/IconContainer-compat.css
@@ -7490,6 +7672,7 @@
 %%WWWDIR%%/dojox/mobile/themes/blackberry/ProgressBar.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/ProgressIndicator-compat.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/ProgressIndicator.css
+%%WWWDIR%%/dojox/mobile/themes/blackberry/ProgressIndicator_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/RadioButton-compat.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/RadioButton.css
 %%WWWDIR%%/dojox/mobile/themes/blackberry/RoundRect-compat.css
@@ -7610,6 +7793,7 @@
 %%WWWDIR%%/dojox/mobile/themes/blackberry/variables_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/common/Accordion-compat.less
 %%WWWDIR%%/dojox/mobile/themes/common/Accordion.less
+%%WWWDIR%%/dojox/mobile/themes/common/Accordion_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/common/Button-compat.less
 %%WWWDIR%%/dojox/mobile/themes/common/Button.less
 %%WWWDIR%%/dojox/mobile/themes/common/Carousel.less
@@ -7623,7 +7807,9 @@
 %%WWWDIR%%/dojox/mobile/themes/common/EdgeToEdgeList.less
 %%WWWDIR%%/dojox/mobile/themes/common/FixedSplitter.less
 %%WWWDIR%%/dojox/mobile/themes/common/FormLayout.less
+%%WWWDIR%%/dojox/mobile/themes/common/FormLayout_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/common/GridLayout.less
+%%WWWDIR%%/dojox/mobile/themes/common/GridLayout_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/common/Heading-compat.less
 %%WWWDIR%%/dojox/mobile/themes/common/Heading.less
 %%WWWDIR%%/dojox/mobile/themes/common/IconContainer-compat.less
@@ -7645,6 +7831,7 @@
 %%WWWDIR%%/dojox/mobile/themes/common/ProgressBar.less
 %%WWWDIR%%/dojox/mobile/themes/common/ProgressIndicator-compat.less
 %%WWWDIR%%/dojox/mobile/themes/common/ProgressIndicator.less
+%%WWWDIR%%/dojox/mobile/themes/common/ProgressIndicator_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/common/RadioButton-compat.less
 %%WWWDIR%%/dojox/mobile/themes/common/RadioButton.less
 %%WWWDIR%%/dojox/mobile/themes/common/RoundRect-compat.less
@@ -7960,6 +8147,7 @@
 %%WWWDIR%%/dojox/mobile/themes/common/transitions/zoomOut.less
 %%WWWDIR%%/dojox/mobile/themes/custom/Accordion-compat.css
 %%WWWDIR%%/dojox/mobile/themes/custom/Accordion.css
+%%WWWDIR%%/dojox/mobile/themes/custom/Accordion_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/custom/Button-compat.css
 %%WWWDIR%%/dojox/mobile/themes/custom/Button.css
 %%WWWDIR%%/dojox/mobile/themes/custom/Carousel.css
@@ -7974,7 +8162,9 @@
 %%WWWDIR%%/dojox/mobile/themes/custom/EdgeToEdgeList.css
 %%WWWDIR%%/dojox/mobile/themes/custom/FixedSplitter.css
 %%WWWDIR%%/dojox/mobile/themes/custom/FormLayout.css
+%%WWWDIR%%/dojox/mobile/themes/custom/FormLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/custom/GridLayout.css
+%%WWWDIR%%/dojox/mobile/themes/custom/GridLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/custom/Heading-compat.css
 %%WWWDIR%%/dojox/mobile/themes/custom/Heading.css
 %%WWWDIR%%/dojox/mobile/themes/custom/IconContainer-compat.css
@@ -8004,6 +8194,7 @@
 %%WWWDIR%%/dojox/mobile/themes/custom/ProgressBar.css
 %%WWWDIR%%/dojox/mobile/themes/custom/ProgressIndicator-compat.css
 %%WWWDIR%%/dojox/mobile/themes/custom/ProgressIndicator.css
+%%WWWDIR%%/dojox/mobile/themes/custom/ProgressIndicator_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/custom/RadioButton-compat.css
 %%WWWDIR%%/dojox/mobile/themes/custom/RadioButton.css
 %%WWWDIR%%/dojox/mobile/themes/custom/RoundRect-compat.css
@@ -8120,6 +8311,7 @@
 %%WWWDIR%%/dojox/mobile/themes/custom/variables_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/holodark/Accordion-compat.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/Accordion.css
+%%WWWDIR%%/dojox/mobile/themes/holodark/Accordion_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/Button-compat.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/Button-compat.less
 %%WWWDIR%%/dojox/mobile/themes/holodark/Button.css
@@ -8137,7 +8329,9 @@
 %%WWWDIR%%/dojox/mobile/themes/holodark/EdgeToEdgeList.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/FixedSplitter.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/FormLayout.css
+%%WWWDIR%%/dojox/mobile/themes/holodark/FormLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/GridLayout.css
+%%WWWDIR%%/dojox/mobile/themes/holodark/GridLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/Heading-compat.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/Heading-compat.less
 %%WWWDIR%%/dojox/mobile/themes/holodark/Heading.css
@@ -8169,6 +8363,7 @@
 %%WWWDIR%%/dojox/mobile/themes/holodark/ProgressBar.less
 %%WWWDIR%%/dojox/mobile/themes/holodark/ProgressIndicator-compat.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/ProgressIndicator.css
+%%WWWDIR%%/dojox/mobile/themes/holodark/ProgressIndicator_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/RadioButton-compat.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/RadioButton.css
 %%WWWDIR%%/dojox/mobile/themes/holodark/RadioButton.less
@@ -8292,8 +8487,191 @@
 %%WWWDIR%%/dojox/mobile/themes/holodark/images/vseparator.png
 %%WWWDIR%%/dojox/mobile/themes/holodark/variables.less
 %%WWWDIR%%/dojox/mobile/themes/holodark/variables_rtl.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/Accordion-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Accordion.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Accordion_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Button-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Button-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/Button.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Button.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/Carousel.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Carousel_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/CheckBox-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/CheckBox.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/CheckBox.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/ComboBox-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ComboBox.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ComboBox_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/DatePicker.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/EdgeToEdgeCategory.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/EdgeToEdgeList.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/FixedSplitter.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/FormLayout.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/FormLayout_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/GridLayout.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/GridLayout_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Heading-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Heading-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/Heading.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconContainer-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconContainer-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconContainer.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconContainer.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconContainer_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconMenu-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconMenu.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconMenu_rtl-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/IconMenu_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ListItem-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ListItem-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/ListItem.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ListItem.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/ListItem_rtl-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ListItem_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ListItem_rtl.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/Opener-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Opener.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Overlay-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Overlay.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Overlay.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/PageIndicator-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/PageIndicator.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/PageIndicator.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/ProgressBar-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ProgressBar.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ProgressIndicator-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ProgressIndicator.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ProgressIndicator_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RadioButton-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RadioButton.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RadioButton.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/RoundRect-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RoundRect.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RoundRectCategory.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RoundRectCategory_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RoundRectList-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/RoundRectList.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ScrollablePane.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/SearchBox-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/SearchBox.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/SimpleDialog-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/SimpleDialog.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Slider-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Slider.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Slider.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/SpinWheel-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/SpinWheel-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/SpinWheel.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/SpinWheel.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/SpinWheel_rtl-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/SpinWheel_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Switch-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Switch-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/Switch.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Switch.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/Switch_rtl-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Switch_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TabBar-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TabBar-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/TabBar.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TabBar.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/TabBar_rtl-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TabBar_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TextArea-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TextArea.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TextBox-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TextBox.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/TextBox.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/TimePicker.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToggleButton-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToggleButton.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToggleButton.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToggleButton_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToolBarButton-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToolBarButton.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToolBarButton.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/ToolBarButton_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Tooltip-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/Tooltip.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ValuePicker-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ValuePicker-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/ValuePicker.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ValuePicker.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/View.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/View.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/android-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/android_rtl-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/base-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/base.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/base_rtl-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/base_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/common-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/common.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/arrow-button-bg-sel.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/arrow-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/arrow-button-head-sel.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/arrow-button-head.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/arrow-button-right-head-sel.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/arrow-button-right-head.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/blue-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/blue-button-sel-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/button-arrow-head-bg.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/button-chk-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/button-sel-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/button-unsel-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/gray-arrow.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/heading-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/icon-content-heading-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/red-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/red-button-sel-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/slider-h-bar-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/slider-h-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/slider-handle-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-arc1-k.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-arc1-l.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-arc1-r.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-arc2-k.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-arc2-l.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-arc2-r.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-round1-k.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-round1-l.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-round1-r.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-round2-k.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-round2-l.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-round2-r.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-square-k.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-square-l.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/switch-square-r.gif
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/tab-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/tab-orange-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/tab-seg-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/tab-seg-sel-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/tab-sel-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/tab-slim-bar-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/tab-tall-bar-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/togglebutton-chk-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/togglebutton-chk-mark-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/compat/valuepicker-button-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/Calendar-compat.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/Calendar-compat.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/Calendar.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/Calendar.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/compat/calendar-datelabel-act-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/compat/calendar-datelabel-sel-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/compat/calendar-month-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/dijit/compat/calendar-year-bg.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/images/thumb-overlay-large.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/images/thumb-overlay-small.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/images/thumb-overlay.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/images/vseparator.png
+%%WWWDIR%%/dojox/mobile/themes/ios7/ios7.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/ios7_rtl.css
+%%WWWDIR%%/dojox/mobile/themes/ios7/variables.less
+%%WWWDIR%%/dojox/mobile/themes/ios7/variables_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/iphone/Accordion-compat.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/Accordion.css
+%%WWWDIR%%/dojox/mobile/themes/iphone/Accordion_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/Button-compat.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/Button.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/Carousel.css
@@ -8309,7 +8687,9 @@
 %%WWWDIR%%/dojox/mobile/themes/iphone/EdgeToEdgeList.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/FixedSplitter.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/FormLayout.css
+%%WWWDIR%%/dojox/mobile/themes/iphone/FormLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/GridLayout.css
+%%WWWDIR%%/dojox/mobile/themes/iphone/GridLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/Heading-compat.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/Heading.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/Heading.less
@@ -8340,6 +8720,7 @@
 %%WWWDIR%%/dojox/mobile/themes/iphone/ProgressBar.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/ProgressIndicator-compat.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/ProgressIndicator.css
+%%WWWDIR%%/dojox/mobile/themes/iphone/ProgressIndicator_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/RadioButton-compat.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/RadioButton.css
 %%WWWDIR%%/dojox/mobile/themes/iphone/RoundRect-compat.css
@@ -8491,6 +8872,7 @@
 %%WWWDIR%%/dojox/mobile/themes/windows/Accordion-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Accordion.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Accordion.less
+%%WWWDIR%%/dojox/mobile/themes/windows/Accordion_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Button-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Button.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Button.less
@@ -8510,7 +8892,9 @@
 %%WWWDIR%%/dojox/mobile/themes/windows/EdgeToEdgeList.less
 %%WWWDIR%%/dojox/mobile/themes/windows/FixedSplitter.css
 %%WWWDIR%%/dojox/mobile/themes/windows/FormLayout.css
+%%WWWDIR%%/dojox/mobile/themes/windows/FormLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/windows/GridLayout.css
+%%WWWDIR%%/dojox/mobile/themes/windows/GridLayout_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Heading-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Heading.css
 %%WWWDIR%%/dojox/mobile/themes/windows/Heading.less
@@ -8541,6 +8925,7 @@
 %%WWWDIR%%/dojox/mobile/themes/windows/ProgressIndicator-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/ProgressIndicator.css
 %%WWWDIR%%/dojox/mobile/themes/windows/ProgressIndicator.less
+%%WWWDIR%%/dojox/mobile/themes/windows/ProgressIndicator_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/windows/RadioButton-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/RadioButton.css
 %%WWWDIR%%/dojox/mobile/themes/windows/RadioButton.less
@@ -8604,6 +8989,7 @@
 %%WWWDIR%%/dojox/mobile/themes/windows/View.less
 %%WWWDIR%%/dojox/mobile/themes/windows/base-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/base.css
+%%WWWDIR%%/dojox/mobile/themes/windows/base_rtl.css
 %%WWWDIR%%/dojox/mobile/themes/windows/common-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/common.css
 %%WWWDIR%%/dojox/mobile/themes/windows/common.less
@@ -8669,6 +9055,7 @@
 %%WWWDIR%%/dojox/mobile/themes/windows/variables_rtl.less
 %%WWWDIR%%/dojox/mobile/themes/windows/windows-compat.css
 %%WWWDIR%%/dojox/mobile/themes/windows/windows.css
+%%WWWDIR%%/dojox/mobile/themes/windows/windows_rtl.css
 %%WWWDIR%%/dojox/mobile/transition.js
 %%WWWDIR%%/dojox/mobile/transition.js.uncompressed.js
 %%WWWDIR%%/dojox/mobile/uacss.js
@@ -8779,16 +9166,6 @@
 %%WWWDIR%%/dojox/rpc/SMDLibrary/yahoo.smd
 %%WWWDIR%%/dojox/rpc/Service.js
 %%WWWDIR%%/dojox/rpc/Service.js.uncompressed.js
-%%WWWDIR%%/dojox/rpc/demos/demo_GoogleAjax.html
-%%WWWDIR%%/dojox/rpc/demos/demo_GoogleAjaxTranslate.html
-%%WWWDIR%%/dojox/rpc/demos/demo_GoogleFeed.html
-%%WWWDIR%%/dojox/rpc/demos/demo_jabsorb.html
-%%WWWDIR%%/dojox/rpc/demos/documentation.html
-%%WWWDIR%%/dojox/rpc/demos/templates/documentation.html
-%%WWWDIR%%/dojox/rpc/demos/templates/wikipedia.html
-%%WWWDIR%%/dojox/rpc/demos/templates/yahoo.html
-%%WWWDIR%%/dojox/rpc/demos/wikipedia.html
-%%WWWDIR%%/dojox/rpc/demos/yahoo.html
 %%WWWDIR%%/dojox/secure/DOM.js
 %%WWWDIR%%/dojox/secure/DOM.js.uncompressed.js
 %%WWWDIR%%/dojox/secure/README
@@ -8840,7 +9217,6 @@
 %%WWWDIR%%/dojox/sql/_base.js.uncompressed.js
 %%WWWDIR%%/dojox/sql/_crypto.js
 %%WWWDIR%%/dojox/sql/_crypto.js.uncompressed.js
-%%WWWDIR%%/dojox/sql/demos/customers/customers.html
 %%WWWDIR%%/dojox/storage.js
 %%WWWDIR%%/dojox/storage.js.uncompressed.js
 %%WWWDIR%%/dojox/storage/AirDBStorageProvider.js
@@ -8869,12 +9245,23 @@
 %%WWWDIR%%/dojox/storage/_common.js
 %%WWWDIR%%/dojox/storage/_common.js.uncompressed.js
 %%WWWDIR%%/dojox/storage/buildFlashStorage.sh
-%%WWWDIR%%/dojox/storage/demos/helloworld.html
 %%WWWDIR%%/dojox/storage/manager.js
 %%WWWDIR%%/dojox/storage/manager.js.uncompressed.js
 %%WWWDIR%%/dojox/storage/storage_dialog.fla
 %%WWWDIR%%/dojox/storage/storage_dialog.swf
+%%WWWDIR%%/dojox/store/LocalDB.js
+%%WWWDIR%%/dojox/store/LocalDB.js.uncompressed.js
 %%WWWDIR%%/dojox/store/README
+%%WWWDIR%%/dojox/store/db/IndexedDB.js
+%%WWWDIR%%/dojox/store/db/IndexedDB.js.uncompressed.js
+%%WWWDIR%%/dojox/store/db/SQL.js
+%%WWWDIR%%/dojox/store/db/SQL.js.uncompressed.js
+%%WWWDIR%%/dojox/store/db/has.js
+%%WWWDIR%%/dojox/store/db/has.js.uncompressed.js
+%%WWWDIR%%/dojox/store/priority.js
+%%WWWDIR%%/dojox/store/priority.js.uncompressed.js
+%%WWWDIR%%/dojox/store/transaction.js
+%%WWWDIR%%/dojox/store/transaction.js.uncompressed.js
 %%WWWDIR%%/dojox/string/BidiComplex.js
 %%WWWDIR%%/dojox/string/BidiComplex.js.uncompressed.js
 %%WWWDIR%%/dojox/string/BidiEngine.js
@@ -9214,6 +9601,12 @@
 %%WWWDIR%%/dojox/widget/nls/hu/FilePicker.js.uncompressed.js
 %%WWWDIR%%/dojox/widget/nls/hu/Wizard.js
 %%WWWDIR%%/dojox/widget/nls/hu/Wizard.js.uncompressed.js
+%%WWWDIR%%/dojox/widget/nls/id/ColorPicker.js
+%%WWWDIR%%/dojox/widget/nls/id/ColorPicker.js.uncompressed.js
+%%WWWDIR%%/dojox/widget/nls/id/FilePicker.js
+%%WWWDIR%%/dojox/widget/nls/id/FilePicker.js.uncompressed.js
+%%WWWDIR%%/dojox/widget/nls/id/Wizard.js
+%%WWWDIR%%/dojox/widget/nls/id/Wizard.js.uncompressed.js
 %%WWWDIR%%/dojox/widget/nls/it/ColorPicker.js
 %%WWWDIR%%/dojox/widget/nls/it/ColorPicker.js.uncompressed.js
 %%WWWDIR%%/dojox/widget/nls/it/FilePicker.js
@@ -9361,21 +9754,6 @@
 %%WWWDIR%%/dojox/wire/XmlWire.js.uncompressed.js
 %%WWWDIR%%/dojox/wire/_base.js
 %%WWWDIR%%/dojox/wire/_base.js.uncompressed.js
-%%WWWDIR%%/dojox/wire/demos/TableContainer.css
-%%WWWDIR%%/dojox/wire/demos/TableContainer.js
-%%WWWDIR%%/dojox/wire/demos/TableContainer.js.uncompressed.js
-%%WWWDIR%%/dojox/wire/demos/WidgetRepeater.js
-%%WWWDIR%%/dojox/wire/demos/WidgetRepeater.js.uncompressed.js
-%%WWWDIR%%/dojox/wire/demos/markup/countries.json
-%%WWWDIR%%/dojox/wire/demos/markup/demo_ActionChaining.html
-%%WWWDIR%%/dojox/wire/demos/markup/demo_ActionWiring.html
-%%WWWDIR%%/dojox/wire/demos/markup/demo_BasicChildWire.html
-%%WWWDIR%%/dojox/wire/demos/markup/demo_BasicColumnWiring.html
-%%WWWDIR%%/dojox/wire/demos/markup/demo_ConditionalActions.html
-%%WWWDIR%%/dojox/wire/demos/markup/demo_FlickrStoreWire.html
-%%WWWDIR%%/dojox/wire/demos/markup/demo_TopicWiring.html
-%%WWWDIR%%/dojox/wire/demos/markup/flickrDemo.css
-%%WWWDIR%%/dojox/wire/demos/markup/states.json
 %%WWWDIR%%/dojox/wire/ml/Action.js
 %%WWWDIR%%/dojox/wire/ml/Action.js.uncompressed.js
 %%WWWDIR%%/dojox/wire/ml/Data.js
@@ -9427,771 +9805,779 @@
 %%WWWDIR%%/dojox/xmpp/widget/templates/ChatSession.html
 %%WWWDIR%%/dojox/xmpp/xmppSession.js
 %%WWWDIR%%/dojox/xmpp/xmppSession.js.uncompressed.js
- at dirrm %%WWWDIR%%/dojox/xmpp/widget/templates
- at dirrm %%WWWDIR%%/dojox/xmpp/widget
- at dirrm %%WWWDIR%%/dojox/xmpp
- at dirrm %%WWWDIR%%/dojox/xml
- at dirrm %%WWWDIR%%/dojox/wire/ml
- at dirrm %%WWWDIR%%/dojox/wire/demos/markup
- at dirrm %%WWWDIR%%/dojox/wire/demos
- at dirrm %%WWWDIR%%/dojox/wire
- at dirrm %%WWWDIR%%/dojox/widget/rotator
- at dirrm %%WWWDIR%%/dojox/widget/nls/zh-tw
- at dirrm %%WWWDIR%%/dojox/widget/nls/zh
- at dirrm %%WWWDIR%%/dojox/widget/nls/uk
- at dirrm %%WWWDIR%%/dojox/widget/nls/tr
- at dirrm %%WWWDIR%%/dojox/widget/nls/th
- at dirrm %%WWWDIR%%/dojox/widget/nls/sv
- at dirrm %%WWWDIR%%/dojox/widget/nls/sl
- at dirrm %%WWWDIR%%/dojox/widget/nls/sk
- at dirrm %%WWWDIR%%/dojox/widget/nls/ru
- at dirrm %%WWWDIR%%/dojox/widget/nls/ro
- at dirrm %%WWWDIR%%/dojox/widget/nls/pt-pt
- at dirrm %%WWWDIR%%/dojox/widget/nls/pt
- at dirrm %%WWWDIR%%/dojox/widget/nls/pl
- at dirrm %%WWWDIR%%/dojox/widget/nls/nl
- at dirrm %%WWWDIR%%/dojox/widget/nls/nb
- at dirrm %%WWWDIR%%/dojox/widget/nls/ko
- at dirrm %%WWWDIR%%/dojox/widget/nls/kk
- at dirrm %%WWWDIR%%/dojox/widget/nls/ja
- at dirrm %%WWWDIR%%/dojox/widget/nls/it
- at dirrm %%WWWDIR%%/dojox/widget/nls/hu
- at dirrm %%WWWDIR%%/dojox/widget/nls/hr
- at dirrm %%WWWDIR%%/dojox/widget/nls/he
- at dirrm %%WWWDIR%%/dojox/widget/nls/fr
- at dirrm %%WWWDIR%%/dojox/widget/nls/fi
- at dirrm %%WWWDIR%%/dojox/widget/nls/es
- at dirrm %%WWWDIR%%/dojox/widget/nls/el
- at dirrm %%WWWDIR%%/dojox/widget/nls/de
- at dirrm %%WWWDIR%%/dojox/widget/nls/da
- at dirrm %%WWWDIR%%/dojox/widget/nls/cs
- at dirrm %%WWWDIR%%/dojox/widget/nls/ca
- at dirrm %%WWWDIR%%/dojox/widget/nls/bg
- at dirrm %%WWWDIR%%/dojox/widget/nls/az
- at dirrm %%WWWDIR%%/dojox/widget/nls/ar
- at dirrm %%WWWDIR%%/dojox/widget/nls
- at dirrm %%WWWDIR%%/dojox/widget/gauge
- at dirrm %%WWWDIR%%/dojox/widget/Wizard
- at dirrm %%WWWDIR%%/dojox/widget/UpgradeBar
- at dirrm %%WWWDIR%%/dojox/widget/Toaster
- at dirrm %%WWWDIR%%/dojox/widget/TitleGroup
- at dirrm %%WWWDIR%%/dojox/widget/Standby/images
- at dirrm %%WWWDIR%%/dojox/widget/Standby
- at dirrm %%WWWDIR%%/dojox/widget/SortList
- at dirrm %%WWWDIR%%/dojox/widget/RollingList
- at dirrm %%WWWDIR%%/dojox/widget/Portlet/images
- at dirrm %%WWWDIR%%/dojox/widget/Portlet
- at dirrm %%WWWDIR%%/dojox/widget/Pager/images
- at dirrm %%WWWDIR%%/dojox/widget/Pager
- at dirrm %%WWWDIR%%/dojox/widget/MultiSelectCalendar
- at dirrm %%WWWDIR%%/dojox/widget/Loader/icons
- at dirrm %%WWWDIR%%/dojox/widget/Loader
- at dirrm %%WWWDIR%%/dojox/widget/FisheyeList
- at dirrm %%WWWDIR%%/dojox/widget/FilePicker/images
- at dirrm %%WWWDIR%%/dojox/widget/FilePicker
- at dirrm %%WWWDIR%%/dojox/widget/DocTester
- at dirrm %%WWWDIR%%/dojox/widget/Dialog/images
- at dirrm %%WWWDIR%%/dojox/widget/Dialog
- at dirrm %%WWWDIR%%/dojox/widget/ColorPicker/images
- at dirrm %%WWWDIR%%/dojox/widget/ColorPicker
- at dirrm %%WWWDIR%%/dojox/widget/Calendar
- at dirrm %%WWWDIR%%/dojox/widget
- at dirrm %%WWWDIR%%/dojox/validate
- at dirrm %%WWWDIR%%/dojox/uuid
- at dirrm %%WWWDIR%%/dojox/treemap/themes
- at dirrm %%WWWDIR%%/dojox/treemap
- at dirrm %%WWWDIR%%/dojox/timing
- at dirrm %%WWWDIR%%/dojox/testing
- at dirrm %%WWWDIR%%/dojox/string
- at dirrm %%WWWDIR%%/dojox/store
- at dirrm %%WWWDIR%%/dojox/storage/demos
- at dirrm %%WWWDIR%%/dojox/storage
- at dirrm %%WWWDIR%%/dojox/sql/demos/customers
- at dirrm %%WWWDIR%%/dojox/sql/demos
- at dirrm %%WWWDIR%%/dojox/sql
- at dirrm %%WWWDIR%%/dojox/socket
- at dirrm %%WWWDIR%%/dojox/sketch/resources/images
- at dirrm %%WWWDIR%%/dojox/sketch/resources
- at dirrm %%WWWDIR%%/dojox/sketch
- at dirrm %%WWWDIR%%/dojox/secure
- at dirrm %%WWWDIR%%/dojox/rpc/demos/templates
- at dirrm %%WWWDIR%%/dojox/rpc/demos
- at dirrm %%WWWDIR%%/dojox/rpc/SMDLibrary
- at dirrm %%WWWDIR%%/dojox/rpc
- at dirrm %%WWWDIR%%/dojox/robot
- at dirrm %%WWWDIR%%/dojox/resources
- at dirrm %%WWWDIR%%/dojox/rails
- at dirrm %%WWWDIR%%/dojox/mvc
- at dirrm %%WWWDIR%%/dojox/mobile/themes/windows/images/light
- at dirrm %%WWWDIR%%/dojox/mobile/themes/windows/images/dark
- at dirrm %%WWWDIR%%/dojox/mobile/themes/windows/images
- at dirrm %%WWWDIR%%/dojox/mobile/themes/windows/dijit
- at dirrm %%WWWDIR%%/dojox/mobile/themes/windows/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/windows
- at dirrm %%WWWDIR%%/dojox/mobile/themes/utils
- at dirrm %%WWWDIR%%/dojox/mobile/themes/iphone/images
- at dirrm %%WWWDIR%%/dojox/mobile/themes/iphone/dijit/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/iphone/dijit
- at dirrm %%WWWDIR%%/dojox/mobile/themes/iphone/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/iphone
- at dirrm %%WWWDIR%%/dojox/mobile/themes/holodark/images
- at dirrm %%WWWDIR%%/dojox/mobile/themes/holodark/dijit/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/holodark/dijit
- at dirrm %%WWWDIR%%/dojox/mobile/themes/holodark/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/holodark
- at dirrm %%WWWDIR%%/dojox/mobile/themes/custom/images
- at dirrm %%WWWDIR%%/dojox/mobile/themes/custom/dijit/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/custom/dijit
- at dirrm %%WWWDIR%%/dojox/mobile/themes/custom/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/custom
- at dirrm %%WWWDIR%%/dojox/mobile/themes/common/transitions
- at dirrm %%WWWDIR%%/dojox/mobile/themes/common/domButtons/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/common/domButtons
- at dirrm %%WWWDIR%%/dojox/mobile/themes/common/dijit
- at dirrm %%WWWDIR%%/dojox/mobile/themes/common/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/common
- at dirrm %%WWWDIR%%/dojox/mobile/themes/blackberry/images
- at dirrm %%WWWDIR%%/dojox/mobile/themes/blackberry/dijit/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/blackberry/dijit
- at dirrm %%WWWDIR%%/dojox/mobile/themes/blackberry/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/blackberry
- at dirrm %%WWWDIR%%/dojox/mobile/themes/android/images
- at dirrm %%WWWDIR%%/dojox/mobile/themes/android/dijit/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/android/dijit
- at dirrm %%WWWDIR%%/dojox/mobile/themes/android/compat
- at dirrm %%WWWDIR%%/dojox/mobile/themes/android
- at dirrm %%WWWDIR%%/dojox/mobile/themes
- at dirrm %%WWWDIR%%/dojox/mobile/dh
- at dirrm %%WWWDIR%%/dojox/mobile/build
- at dirrm %%WWWDIR%%/dojox/mobile/bidi
- at dirrm %%WWWDIR%%/dojox/mobile/app
- at dirrm %%WWWDIR%%/dojox/mobile
- at dirrm %%WWWDIR%%/dojox/mdnd/resources
- at dirrm %%WWWDIR%%/dojox/mdnd/dropMode
- at dirrm %%WWWDIR%%/dojox/mdnd/adapter
- at dirrm %%WWWDIR%%/dojox/mdnd
- at dirrm %%WWWDIR%%/dojox/math/random
- at dirrm %%WWWDIR%%/dojox/math
- at dirrm %%WWWDIR%%/dojox/layout/resources/icons
- at dirrm %%WWWDIR%%/dojox/layout/resources
- at dirrm %%WWWDIR%%/dojox/layout/ext-dijit/layout
- at dirrm %%WWWDIR%%/dojox/layout/ext-dijit
- at dirrm %%WWWDIR%%/dojox/layout/dnd
- at dirrm %%WWWDIR%%/dojox/layout
- at dirrm %%WWWDIR%%/dojox/lang/oo
- at dirrm %%WWWDIR%%/dojox/lang/functional
- at dirrm %%WWWDIR%%/dojox/lang/async
- at dirrm %%WWWDIR%%/dojox/lang/aspect
- at dirrm %%WWWDIR%%/dojox/lang
- at dirrm %%WWWDIR%%/dojox/jsonPath
- at dirrm %%WWWDIR%%/dojox/json
- at dirrm %%WWWDIR%%/dojox/jq
- at dirrm %%WWWDIR%%/dojox/io/proxy
- at dirrm %%WWWDIR%%/dojox/io
- at dirrm %%WWWDIR%%/dojox/image/resources/images
- at dirrm %%WWWDIR%%/dojox/image/resources
- at dirrm %%WWWDIR%%/dojox/image
- at dirrm %%WWWDIR%%/dojox/html/resources
- at dirrm %%WWWDIR%%/dojox/html/ext-dojo
- at dirrm %%WWWDIR%%/dojox/html
- at dirrm %%WWWDIR%%/dojox/highlight/widget
- at dirrm %%WWWDIR%%/dojox/highlight/resources/pygments
- at dirrm %%WWWDIR%%/dojox/highlight/resources
- at dirrm %%WWWDIR%%/dojox/highlight/languages/pygments
- at dirrm %%WWWDIR%%/dojox/highlight/languages
- at dirrm %%WWWDIR%%/dojox/highlight
- at dirrm %%WWWDIR%%/dojox/help/demos
- at dirrm %%WWWDIR%%/dojox/help
- at dirrm %%WWWDIR%%/dojox/grid/resources/images
- at dirrm %%WWWDIR%%/dojox/grid/resources
- at dirrm %%WWWDIR%%/dojox/grid/nls
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/templates
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/resources/tundra
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/resources/images
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/resources/claro
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/resources
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/plugins/filter
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/plugins/exporter
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/plugins
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/zh-tw
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/zh
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/uk
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/tr
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/th
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/sv
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/sl
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/sk
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/ru
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/ro
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/pt-pt
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/pt
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/pl
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/nl
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/nb
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/ko
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/kk
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/ja
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/it
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/hu
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/hr
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/he
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/fr
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/fi
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/es
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/el
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/de
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/da
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/cs
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/ca
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/bg
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls/ar
- at dirrm %%WWWDIR%%/dojox/grid/enhanced/nls
- at dirrm %%WWWDIR%%/dojox/grid/enhanced
- at dirrm %%WWWDIR%%/dojox/grid/cells
- at dirrm %%WWWDIR%%/dojox/grid/bidi
- at dirrm %%WWWDIR%%/dojox/grid
- at dirrm %%WWWDIR%%/dojox/gfx3d
- at dirrm %%WWWDIR%%/dojox/gfx/resources
- at dirrm %%WWWDIR%%/dojox/gfx/demos/images
- at dirrm %%WWWDIR%%/dojox/gfx/demos/data
- at dirrm %%WWWDIR%%/dojox/gfx/demos
- at dirrm %%WWWDIR%%/dojox/gfx
- at dirrm %%WWWDIR%%/dojox/gesture
- at dirrm %%WWWDIR%%/dojox/geo/openlayers/widget
- at dirrm %%WWWDIR%%/dojox/geo/openlayers
- at dirrm %%WWWDIR%%/dojox/geo/charting/widget
- at dirrm %%WWWDIR%%/dojox/geo/charting/resources/markers
- at dirrm %%WWWDIR%%/dojox/geo/charting/resources/img
- at dirrm %%WWWDIR%%/dojox/geo/charting/resources/data
- at dirrm %%WWWDIR%%/dojox/geo/charting/resources
- at dirrm %%WWWDIR%%/dojox/geo/charting
- at dirrm %%WWWDIR%%/dojox/geo
- at dirrm %%WWWDIR%%/dojox/gauges
- at dirrm %%WWWDIR%%/dojox/gantt/resources/images
- at dirrm %%WWWDIR%%/dojox/gantt/resources
- at dirrm %%WWWDIR%%/dojox/gantt
- at dirrm %%WWWDIR%%/dojox/fx/resources
- at dirrm %%WWWDIR%%/dojox/fx/ext-dojo
- at dirrm %%WWWDIR%%/dojox/fx
- at dirrm %%WWWDIR%%/dojox/form/uploader/plugins
- at dirrm %%WWWDIR%%/dojox/form/uploader
- at dirrm %%WWWDIR%%/dojox/form/resources/images
- at dirrm %%WWWDIR%%/dojox/form/resources
- at dirrm %%WWWDIR%%/dojox/form/nls/zh-tw
- at dirrm %%WWWDIR%%/dojox/form/nls/zh
- at dirrm %%WWWDIR%%/dojox/form/nls/uk
- at dirrm %%WWWDIR%%/dojox/form/nls/tr
- at dirrm %%WWWDIR%%/dojox/form/nls/th
- at dirrm %%WWWDIR%%/dojox/form/nls/sv
- at dirrm %%WWWDIR%%/dojox/form/nls/sl
- at dirrm %%WWWDIR%%/dojox/form/nls/sk
- at dirrm %%WWWDIR%%/dojox/form/nls/ru
- at dirrm %%WWWDIR%%/dojox/form/nls/ro
- at dirrm %%WWWDIR%%/dojox/form/nls/pt-pt
- at dirrm %%WWWDIR%%/dojox/form/nls/pt
- at dirrm %%WWWDIR%%/dojox/form/nls/pl
- at dirrm %%WWWDIR%%/dojox/form/nls/nl
- at dirrm %%WWWDIR%%/dojox/form/nls/nb
- at dirrm %%WWWDIR%%/dojox/form/nls/ko
- at dirrm %%WWWDIR%%/dojox/form/nls/kk
- at dirrm %%WWWDIR%%/dojox/form/nls/ja
- at dirrm %%WWWDIR%%/dojox/form/nls/it
- at dirrm %%WWWDIR%%/dojox/form/nls/hu
- at dirrm %%WWWDIR%%/dojox/form/nls/hr
- at dirrm %%WWWDIR%%/dojox/form/nls/he
- at dirrm %%WWWDIR%%/dojox/form/nls/fr
- at dirrm %%WWWDIR%%/dojox/form/nls/fi
- at dirrm %%WWWDIR%%/dojox/form/nls/es
- at dirrm %%WWWDIR%%/dojox/form/nls/el
- at dirrm %%WWWDIR%%/dojox/form/nls/de
- at dirrm %%WWWDIR%%/dojox/form/nls/da
- at dirrm %%WWWDIR%%/dojox/form/nls/cs
- at dirrm %%WWWDIR%%/dojox/form/nls/ca
- at dirrm %%WWWDIR%%/dojox/form/nls/bg
- at dirrm %%WWWDIR%%/dojox/form/nls/az
- at dirrm %%WWWDIR%%/dojox/form/nls/ar
- at dirrm %%WWWDIR%%/dojox/form/nls
- at dirrm %%WWWDIR%%/dojox/form/manager
- at dirrm %%WWWDIR%%/dojox/form
- at dirrm %%WWWDIR%%/dojox/flash
- at dirrm %%WWWDIR%%/dojox/encoding/digests
- at dirrm %%WWWDIR%%/dojox/encoding/crypto
- at dirrm %%WWWDIR%%/dojox/encoding/compression
- at dirrm %%WWWDIR%%/dojox/encoding
- at dirrm %%WWWDIR%%/dojox/embed/resources
- at dirrm %%WWWDIR%%/dojox/embed
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/images/tundra
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/images/soria
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/images/nihilo
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/images/claro
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/images/blockelems
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/images
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/icons/tundra
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/icons/soria
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/icons/nihilo
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/icons/claro
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/icons
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/emoticons
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources/css
- at dirrm %%WWWDIR%%/dojox/editor/plugins/resources
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/zh
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/uk
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/tr
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/th
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/sv
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/sl
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/sk
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/ru
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/ro
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/pt
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/pl
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/nl
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/nb
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/ko
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/kk
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/ja
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/it
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/hu
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/hr
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/he
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/fr
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/fi
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/es
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/el
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/de
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/da
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/cs
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/ca
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/bg
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/az
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls/ar
- at dirrm %%WWWDIR%%/dojox/editor/plugins/nls
- at dirrm %%WWWDIR%%/dojox/editor/plugins
- at dirrm %%WWWDIR%%/dojox/editor
- at dirrm %%WWWDIR%%/dojox/dtl/utils
- at dirrm %%WWWDIR%%/dojox/dtl/tag
- at dirrm %%WWWDIR%%/dojox/dtl/render
- at dirrm %%WWWDIR%%/dojox/dtl/filter
- at dirrm %%WWWDIR%%/dojox/dtl/ext-dojo
- at dirrm %%WWWDIR%%/dojox/dtl/demos/templates
- at dirrm %%WWWDIR%%/dojox/dtl/demos/json/blog
- at dirrm %%WWWDIR%%/dojox/dtl/demos/json
- at dirrm %%WWWDIR%%/dojox/dtl/demos
- at dirrm %%WWWDIR%%/dojox/dtl/contrib
- at dirrm %%WWWDIR%%/dojox/dtl
- at dirrm %%WWWDIR%%/dojox/drawing/util
- at dirrm %%WWWDIR%%/dojox/drawing/ui/dom
- at dirrm %%WWWDIR%%/dojox/drawing/ui
- at dirrm %%WWWDIR%%/dojox/drawing/tools/custom
- at dirrm %%WWWDIR%%/dojox/drawing/tools
- at dirrm %%WWWDIR%%/dojox/drawing/stencil
- at dirrm %%WWWDIR%%/dojox/drawing/resources/images
- at dirrm %%WWWDIR%%/dojox/drawing/resources
- at dirrm %%WWWDIR%%/dojox/drawing/plugins/tools
- at dirrm %%WWWDIR%%/dojox/drawing/plugins/drawing
- at dirrm %%WWWDIR%%/dojox/drawing/plugins
- at dirrm %%WWWDIR%%/dojox/drawing/manager
- at dirrm %%WWWDIR%%/dojox/drawing/library
- at dirrm %%WWWDIR%%/dojox/drawing/annotations
- at dirrm %%WWWDIR%%/dojox/drawing
- at dirrm %%WWWDIR%%/dojox/dnd
- at dirrm %%WWWDIR%%/dojox/dgauges/components/grey
- at dirrm %%WWWDIR%%/dojox/dgauges/components/green
- at dirrm %%WWWDIR%%/dojox/dgauges/components/default
- at dirrm %%WWWDIR%%/dojox/dgauges/components/classic
- at dirrm %%WWWDIR%%/dojox/dgauges/components/black
- at dirrm %%WWWDIR%%/dojox/dgauges/components
- at dirrm %%WWWDIR%%/dojox/dgauges
- at dirrm %%WWWDIR%%/dojox/date/zoneinfo
- at dirrm %%WWWDIR%%/dojox/date/umalqura
- at dirrm %%WWWDIR%%/dojox/date/persian
- at dirrm %%WWWDIR%%/dojox/date/islamic
- at dirrm %%WWWDIR%%/dojox/date/hebrew
- at dirrm %%WWWDIR%%/dojox/date/buddhist
- at dirrm %%WWWDIR%%/dojox/date
- at dirrm %%WWWDIR%%/dojox/data/util
- at dirrm %%WWWDIR%%/dojox/data/s3
- at dirrm %%WWWDIR%%/dojox/data/demos/widgets/templates
- at dirrm %%WWWDIR%%/dojox/data/demos/widgets
- at dirrm %%WWWDIR%%/dojox/data/demos/stores
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/United States of America
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Sudan/Khartoum
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Sudan
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Spain
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Russia
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Mongolia
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Mexico/Mexico City
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Mexico/Guadalajara
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Mexico
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Kenya/Nairobi
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Kenya/Mombasa
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Kenya
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Italy
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/India
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Germany
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/France
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Egypt
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Commonwealth of Australia
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/China
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Canada/Toronto
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Canada/Ottawa
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Canada
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Brazil
- at dirrm %%WWWDIR%%/dojox/data/demos/geography/Argentina
- at dirrm %%WWWDIR%%/dojox/data/demos/geography
- at dirrm %%WWWDIR%%/dojox/data/demos
- at dirrm %%WWWDIR%%/dojox/data
- at dirrm %%WWWDIR%%/dojox/css3
- at dirrm %%WWWDIR%%/dojox/cometd
- at dirrm %%WWWDIR%%/dojox/color/api
- at dirrm %%WWWDIR%%/dojox/color
- at dirrm %%WWWDIR%%/dojox/collections
- at dirrm %%WWWDIR%%/dojox/charting/widget
- at dirrm %%WWWDIR%%/dojox/charting/themes/PlotKit
- at dirrm %%WWWDIR%%/dojox/charting/themes
- at dirrm %%WWWDIR%%/dojox/charting/scaler
- at dirrm %%WWWDIR%%/dojox/charting/resources
- at dirrm %%WWWDIR%%/dojox/charting/plot3d
- at dirrm %%WWWDIR%%/dojox/charting/plot2d
- at dirrm %%WWWDIR%%/dojox/charting/bidi/widget
- at dirrm %%WWWDIR%%/dojox/charting/bidi/axis2d
- at dirrm %%WWWDIR%%/dojox/charting/bidi/action2d
- at dirrm %%WWWDIR%%/dojox/charting/bidi
- at dirrm %%WWWDIR%%/dojox/charting/axis2d
- at dirrm %%WWWDIR%%/dojox/charting/action2d
- at dirrm %%WWWDIR%%/dojox/charting
- at dirrm %%WWWDIR%%/dojox/calendar/themes/tundra/images
- at dirrm %%WWWDIR%%/dojox/calendar/themes/tundra
- at dirrm %%WWWDIR%%/dojox/calendar/themes/soria/images
- at dirrm %%WWWDIR%%/dojox/calendar/themes/soria
- at dirrm %%WWWDIR%%/dojox/calendar/themes/nihilo/images
- at dirrm %%WWWDIR%%/dojox/calendar/themes/nihilo
- at dirrm %%WWWDIR%%/dojox/calendar/themes/iphone
- at dirrm %%WWWDIR%%/dojox/calendar/themes/claro/images
- at dirrm %%WWWDIR%%/dojox/calendar/themes/claro
- at dirrm %%WWWDIR%%/dojox/calendar/themes
- at dirrm %%WWWDIR%%/dojox/calendar/templates
- at dirrm %%WWWDIR%%/dojox/calendar/nls/zh-tw
- at dirrm %%WWWDIR%%/dojox/calendar/nls/zh
- at dirrm %%WWWDIR%%/dojox/calendar/nls/uk
- at dirrm %%WWWDIR%%/dojox/calendar/nls/tr
- at dirrm %%WWWDIR%%/dojox/calendar/nls/th
- at dirrm %%WWWDIR%%/dojox/calendar/nls/sv
- at dirrm %%WWWDIR%%/dojox/calendar/nls/sl
- at dirrm %%WWWDIR%%/dojox/calendar/nls/sk
- at dirrm %%WWWDIR%%/dojox/calendar/nls/ru
- at dirrm %%WWWDIR%%/dojox/calendar/nls/ro
- at dirrm %%WWWDIR%%/dojox/calendar/nls/pt-pt
- at dirrm %%WWWDIR%%/dojox/calendar/nls/pt
- at dirrm %%WWWDIR%%/dojox/calendar/nls/pl
- at dirrm %%WWWDIR%%/dojox/calendar/nls/nl
- at dirrm %%WWWDIR%%/dojox/calendar/nls/nb
- at dirrm %%WWWDIR%%/dojox/calendar/nls/ko
- at dirrm %%WWWDIR%%/dojox/calendar/nls/kk
- at dirrm %%WWWDIR%%/dojox/calendar/nls/ja
- at dirrm %%WWWDIR%%/dojox/calendar/nls/it
- at dirrm %%WWWDIR%%/dojox/calendar/nls/hu
- at dirrm %%WWWDIR%%/dojox/calendar/nls/hr
- at dirrm %%WWWDIR%%/dojox/calendar/nls/he
- at dirrm %%WWWDIR%%/dojox/calendar/nls/fr
- at dirrm %%WWWDIR%%/dojox/calendar/nls/fi
- at dirrm %%WWWDIR%%/dojox/calendar/nls/es
- at dirrm %%WWWDIR%%/dojox/calendar/nls/el
- at dirrm %%WWWDIR%%/dojox/calendar/nls/de
- at dirrm %%WWWDIR%%/dojox/calendar/nls/da
- at dirrm %%WWWDIR%%/dojox/calendar/nls/cs
- at dirrm %%WWWDIR%%/dojox/calendar/nls/ca
- at dirrm %%WWWDIR%%/dojox/calendar/nls/bg
- at dirrm %%WWWDIR%%/dojox/calendar/nls/ar
- at dirrm %%WWWDIR%%/dojox/calendar/nls
- at dirrm %%WWWDIR%%/dojox/calendar
- at dirrm %%WWWDIR%%/dojox/calc/templates
- at dirrm %%WWWDIR%%/dojox/calc/resources
- at dirrm %%WWWDIR%%/dojox/calc
- at dirrm %%WWWDIR%%/dojox/av/widget/resources/images
- at dirrm %%WWWDIR%%/dojox/av/widget/resources
- at dirrm %%WWWDIR%%/dojox/av/widget
- at dirrm %%WWWDIR%%/dojox/av/resources
- at dirrm %%WWWDIR%%/dojox/av
- at dirrm %%WWWDIR%%/dojox/atom/widget/templates/css
- at dirrm %%WWWDIR%%/dojox/atom/widget/templates
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/zh-tw
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/zh
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/uk
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/tr
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/th
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/sv
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/sl
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/sk
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/ru
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/ro
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/pt-pt
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/pt
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/pl
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/nl
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/nb
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/ko
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/kk
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/ja
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/it
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/hu
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/hr
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/he
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/fr
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/fi
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/es
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/el
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/de
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/da
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/cs
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/ca
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/bg
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/az
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls/ar
- at dirrm %%WWWDIR%%/dojox/atom/widget/nls
- at dirrm %%WWWDIR%%/dojox/atom/widget
- at dirrm %%WWWDIR%%/dojox/atom/io
- at dirrm %%WWWDIR%%/dojox/atom
- at dirrm %%WWWDIR%%/dojox/app/widgets
- at dirrm %%WWWDIR%%/dojox/app/utils
- at dirrm %%WWWDIR%%/dojox/app/schema
- at dirrm %%WWWDIR%%/dojox/app/module
- at dirrm %%WWWDIR%%/dojox/app/controllers
- at dirrm %%WWWDIR%%/dojox/app/build
- at dirrm %%WWWDIR%%/dojox/app
- at dirrm %%WWWDIR%%/dojox/analytics/profiles
- at dirrm %%WWWDIR%%/dojox/analytics/plugins
- at dirrm %%WWWDIR%%/dojox/analytics/logger
- at dirrm %%WWWDIR%%/dojox/analytics
- at dirrm %%WWWDIR%%/dojox/NodeList
- at dirrm %%WWWDIR%%/dojox
- at dirrm %%WWWDIR%%/dojo/store/util
- at dirrm %%WWWDIR%%/dojo/store/api
- at dirrm %%WWWDIR%%/dojo/store
- at dirrm %%WWWDIR%%/dojo/selector
- at dirrm %%WWWDIR%%/dojo/rpc
- at dirrm %%WWWDIR%%/dojo/router
- at dirrm %%WWWDIR%%/dojo/resources/images
- at dirrm %%WWWDIR%%/dojo/resources
- at dirrm %%WWWDIR%%/dojo/request
- at dirrm %%WWWDIR%%/dojo/promise
- at dirrm %%WWWDIR%%/dojo/nls/zh-tw
- at dirrm %%WWWDIR%%/dojo/nls/zh
- at dirrm %%WWWDIR%%/dojo/nls/uk
- at dirrm %%WWWDIR%%/dojo/nls/tr
- at dirrm %%WWWDIR%%/dojo/nls/th
- at dirrm %%WWWDIR%%/dojo/nls/sv
- at dirrm %%WWWDIR%%/dojo/nls/sl
- at dirrm %%WWWDIR%%/dojo/nls/sk
- at dirrm %%WWWDIR%%/dojo/nls/ru
- at dirrm %%WWWDIR%%/dojo/nls/ro
- at dirrm %%WWWDIR%%/dojo/nls/pt-pt
- at dirrm %%WWWDIR%%/dojo/nls/pt
- at dirrm %%WWWDIR%%/dojo/nls/pl
- at dirrm %%WWWDIR%%/dojo/nls/nl
- at dirrm %%WWWDIR%%/dojo/nls/nb
- at dirrm %%WWWDIR%%/dojo/nls/ko
- at dirrm %%WWWDIR%%/dojo/nls/kk
- at dirrm %%WWWDIR%%/dojo/nls/ja
- at dirrm %%WWWDIR%%/dojo/nls/it
- at dirrm %%WWWDIR%%/dojo/nls/hu
- at dirrm %%WWWDIR%%/dojo/nls/hr
- at dirrm %%WWWDIR%%/dojo/nls/he
- at dirrm %%WWWDIR%%/dojo/nls/fr
- at dirrm %%WWWDIR%%/dojo/nls/fi
- at dirrm %%WWWDIR%%/dojo/nls/es
- at dirrm %%WWWDIR%%/dojo/nls/el
- at dirrm %%WWWDIR%%/dojo/nls/de
- at dirrm %%WWWDIR%%/dojo/nls/da
- at dirrm %%WWWDIR%%/dojo/nls/cs
- at dirrm %%WWWDIR%%/dojo/nls/ca
- at dirrm %%WWWDIR%%/dojo/nls/bg
- at dirrm %%WWWDIR%%/dojo/nls/az
- at dirrm %%WWWDIR%%/dojo/nls/ar
- at dirrm %%WWWDIR%%/dojo/nls
- at dirrm %%WWWDIR%%/dojo/io
- at dirrm %%WWWDIR%%/dojo/fx
- at dirrm %%WWWDIR%%/dojo/errors
- at dirrm %%WWWDIR%%/dojo/dnd
- at dirrm %%WWWDIR%%/dojo/date
- at dirrm %%WWWDIR%%/dojo/data/util
- at dirrm %%WWWDIR%%/dojo/data/api
- at dirrm %%WWWDIR%%/dojo/data
- at dirrm %%WWWDIR%%/dojo/cldr/nls/zh-tw
- at dirrm %%WWWDIR%%/dojo/cldr/nls/zh-hk
- at dirrm %%WWWDIR%%/dojo/cldr/nls/zh-hant
- at dirrm %%WWWDIR%%/dojo/cldr/nls/zh
- at dirrm %%WWWDIR%%/dojo/cldr/nls/tr
- at dirrm %%WWWDIR%%/dojo/cldr/nls/th
- at dirrm %%WWWDIR%%/dojo/cldr/nls/sv
- at dirrm %%WWWDIR%%/dojo/cldr/nls/sl
- at dirrm %%WWWDIR%%/dojo/cldr/nls/sk
- at dirrm %%WWWDIR%%/dojo/cldr/nls/ru
- at dirrm %%WWWDIR%%/dojo/cldr/nls/ro
- at dirrm %%WWWDIR%%/dojo/cldr/nls/pt-pt
- at dirrm %%WWWDIR%%/dojo/cldr/nls/pt
- at dirrm %%WWWDIR%%/dojo/cldr/nls/pl
- at dirrm %%WWWDIR%%/dojo/cldr/nls/nl
- at dirrm %%WWWDIR%%/dojo/cldr/nls/nb
- at dirrm %%WWWDIR%%/dojo/cldr/nls/ko
- at dirrm %%WWWDIR%%/dojo/cldr/nls/ja
- at dirrm %%WWWDIR%%/dojo/cldr/nls/it
- at dirrm %%WWWDIR%%/dojo/cldr/nls/hu
- at dirrm %%WWWDIR%%/dojo/cldr/nls/he
- at dirrm %%WWWDIR%%/dojo/cldr/nls/fr-ch
- at dirrm %%WWWDIR%%/dojo/cldr/nls/fr
- at dirrm %%WWWDIR%%/dojo/cldr/nls/fi
- at dirrm %%WWWDIR%%/dojo/cldr/nls/es
- at dirrm %%WWWDIR%%/dojo/cldr/nls/en-gb
- at dirrm %%WWWDIR%%/dojo/cldr/nls/en-ca
- at dirrm %%WWWDIR%%/dojo/cldr/nls/en-au
- at dirrm %%WWWDIR%%/dojo/cldr/nls/en
- at dirrm %%WWWDIR%%/dojo/cldr/nls/el
- at dirrm %%WWWDIR%%/dojo/cldr/nls/de
- at dirrm %%WWWDIR%%/dojo/cldr/nls/da
- at dirrm %%WWWDIR%%/dojo/cldr/nls/cs
- at dirrm %%WWWDIR%%/dojo/cldr/nls/ca
- at dirrm %%WWWDIR%%/dojo/cldr/nls/ar
- at dirrm %%WWWDIR%%/dojo/cldr/nls
- at dirrm %%WWWDIR%%/dojo/cldr
- at dirrm %%WWWDIR%%/dojo/_firebug
- at dirrm %%WWWDIR%%/dojo/_base
- at dirrm %%WWWDIR%%/dojo
- at dirrm %%WWWDIR%%/dijit/tree
- at dirrm %%WWWDIR%%/dijit/themes/tundra/layout
- at dirrm %%WWWDIR%%/dijit/themes/tundra/images
- at dirrm %%WWWDIR%%/dijit/themes/tundra/form
- at dirrm %%WWWDIR%%/dijit/themes/tundra
- at dirrm %%WWWDIR%%/dijit/themes/soria/layout
- at dirrm %%WWWDIR%%/dijit/themes/soria/images
- at dirrm %%WWWDIR%%/dijit/themes/soria/form
- at dirrm %%WWWDIR%%/dijit/themes/soria
- at dirrm %%WWWDIR%%/dijit/themes/nihilo/layout
- at dirrm %%WWWDIR%%/dijit/themes/nihilo/images
- at dirrm %%WWWDIR%%/dijit/themes/nihilo/form
- at dirrm %%WWWDIR%%/dijit/themes/nihilo
- at dirrm %%WWWDIR%%/dijit/themes/claro/layout/images
- at dirrm %%WWWDIR%%/dijit/themes/claro/layout
- at dirrm %%WWWDIR%%/dijit/themes/claro/images
- at dirrm %%WWWDIR%%/dijit/themes/claro/form/images
- at dirrm %%WWWDIR%%/dijit/themes/claro/form
- at dirrm %%WWWDIR%%/dijit/themes/claro
- at dirrm %%WWWDIR%%/dijit/themes/a11y
- at dirrm %%WWWDIR%%/dijit/themes
- at dirrm %%WWWDIR%%/dijit/templates
- at dirrm %%WWWDIR%%/dijit/nls/zh-tw
- at dirrm %%WWWDIR%%/dijit/nls/zh
- at dirrm %%WWWDIR%%/dijit/nls/uk
- at dirrm %%WWWDIR%%/dijit/nls/tr
- at dirrm %%WWWDIR%%/dijit/nls/th
- at dirrm %%WWWDIR%%/dijit/nls/sv
- at dirrm %%WWWDIR%%/dijit/nls/sl
- at dirrm %%WWWDIR%%/dijit/nls/sk
- at dirrm %%WWWDIR%%/dijit/nls/ru
- at dirrm %%WWWDIR%%/dijit/nls/ro
- at dirrm %%WWWDIR%%/dijit/nls/pt-pt
- at dirrm %%WWWDIR%%/dijit/nls/pt
- at dirrm %%WWWDIR%%/dijit/nls/pl
- at dirrm %%WWWDIR%%/dijit/nls/nl
- at dirrm %%WWWDIR%%/dijit/nls/nb
- at dirrm %%WWWDIR%%/dijit/nls/ko
- at dirrm %%WWWDIR%%/dijit/nls/kk
- at dirrm %%WWWDIR%%/dijit/nls/ja
- at dirrm %%WWWDIR%%/dijit/nls/it
- at dirrm %%WWWDIR%%/dijit/nls/hu
- at dirrm %%WWWDIR%%/dijit/nls/hr
- at dirrm %%WWWDIR%%/dijit/nls/he
- at dirrm %%WWWDIR%%/dijit/nls/fr
- at dirrm %%WWWDIR%%/dijit/nls/fi
- at dirrm %%WWWDIR%%/dijit/nls/es
- at dirrm %%WWWDIR%%/dijit/nls/el
- at dirrm %%WWWDIR%%/dijit/nls/de
- at dirrm %%WWWDIR%%/dijit/nls/da
- at dirrm %%WWWDIR%%/dijit/nls/cs
- at dirrm %%WWWDIR%%/dijit/nls/ca
- at dirrm %%WWWDIR%%/dijit/nls/bg
- at dirrm %%WWWDIR%%/dijit/nls/az
- at dirrm %%WWWDIR%%/dijit/nls/ar
- at dirrm %%WWWDIR%%/dijit/nls
- at dirrm %%WWWDIR%%/dijit/layout/templates
- at dirrm %%WWWDIR%%/dijit/layout
- at dirrm %%WWWDIR%%/dijit/icons/images
- at dirrm %%WWWDIR%%/dijit/icons
- at dirrm %%WWWDIR%%/dijit/form/templates
- at dirrm %%WWWDIR%%/dijit/form/nls/zh-tw
- at dirrm %%WWWDIR%%/dijit/form/nls/zh
- at dirrm %%WWWDIR%%/dijit/form/nls/uk
- at dirrm %%WWWDIR%%/dijit/form/nls/tr
- at dirrm %%WWWDIR%%/dijit/form/nls/th
- at dirrm %%WWWDIR%%/dijit/form/nls/sv
- at dirrm %%WWWDIR%%/dijit/form/nls/sl
- at dirrm %%WWWDIR%%/dijit/form/nls/sk
- at dirrm %%WWWDIR%%/dijit/form/nls/ru
- at dirrm %%WWWDIR%%/dijit/form/nls/ro
- at dirrm %%WWWDIR%%/dijit/form/nls/pt-pt
- at dirrm %%WWWDIR%%/dijit/form/nls/pt
- at dirrm %%WWWDIR%%/dijit/form/nls/pl
- at dirrm %%WWWDIR%%/dijit/form/nls/nl
- at dirrm %%WWWDIR%%/dijit/form/nls/nb
- at dirrm %%WWWDIR%%/dijit/form/nls/ko
- at dirrm %%WWWDIR%%/dijit/form/nls/kk
- at dirrm %%WWWDIR%%/dijit/form/nls/ja
- at dirrm %%WWWDIR%%/dijit/form/nls/it
- at dirrm %%WWWDIR%%/dijit/form/nls/hu
- at dirrm %%WWWDIR%%/dijit/form/nls/hr
- at dirrm %%WWWDIR%%/dijit/form/nls/he
- at dirrm %%WWWDIR%%/dijit/form/nls/fr
- at dirrm %%WWWDIR%%/dijit/form/nls/fi
- at dirrm %%WWWDIR%%/dijit/form/nls/es
- at dirrm %%WWWDIR%%/dijit/form/nls/el
- at dirrm %%WWWDIR%%/dijit/form/nls/de
- at dirrm %%WWWDIR%%/dijit/form/nls/da
- at dirrm %%WWWDIR%%/dijit/form/nls/cs
- at dirrm %%WWWDIR%%/dijit/form/nls/ca
- at dirrm %%WWWDIR%%/dijit/form/nls/bg
- at dirrm %%WWWDIR%%/dijit/form/nls/az
- at dirrm %%WWWDIR%%/dijit/form/nls/ar
- at dirrm %%WWWDIR%%/dijit/form/nls
- at dirrm %%WWWDIR%%/dijit/form
- at dirrm %%WWWDIR%%/dijit/_tree
- at dirrm %%WWWDIR%%/dijit/_editor/plugins
- at dirrm %%WWWDIR%%/dijit/_editor/nls/zh-tw
- at dirrm %%WWWDIR%%/dijit/_editor/nls/zh
- at dirrm %%WWWDIR%%/dijit/_editor/nls/uk
- at dirrm %%WWWDIR%%/dijit/_editor/nls/tr
- at dirrm %%WWWDIR%%/dijit/_editor/nls/th
- at dirrm %%WWWDIR%%/dijit/_editor/nls/sv
- at dirrm %%WWWDIR%%/dijit/_editor/nls/sl
- at dirrm %%WWWDIR%%/dijit/_editor/nls/sk
- at dirrm %%WWWDIR%%/dijit/_editor/nls/ru
- at dirrm %%WWWDIR%%/dijit/_editor/nls/ro
- at dirrm %%WWWDIR%%/dijit/_editor/nls/pt-pt
- at dirrm %%WWWDIR%%/dijit/_editor/nls/pt
- at dirrm %%WWWDIR%%/dijit/_editor/nls/pl
- at dirrm %%WWWDIR%%/dijit/_editor/nls/nl
- at dirrm %%WWWDIR%%/dijit/_editor/nls/nb
- at dirrm %%WWWDIR%%/dijit/_editor/nls/ko
- at dirrm %%WWWDIR%%/dijit/_editor/nls/kk
- at dirrm %%WWWDIR%%/dijit/_editor/nls/ja
- at dirrm %%WWWDIR%%/dijit/_editor/nls/it
- at dirrm %%WWWDIR%%/dijit/_editor/nls/hu
- at dirrm %%WWWDIR%%/dijit/_editor/nls/hr
- at dirrm %%WWWDIR%%/dijit/_editor/nls/he
- at dirrm %%WWWDIR%%/dijit/_editor/nls/fr
- at dirrm %%WWWDIR%%/dijit/_editor/nls/fi
- at dirrm %%WWWDIR%%/dijit/_editor/nls/es
- at dirrm %%WWWDIR%%/dijit/_editor/nls/el
- at dirrm %%WWWDIR%%/dijit/_editor/nls/de
- at dirrm %%WWWDIR%%/dijit/_editor/nls/da
- at dirrm %%WWWDIR%%/dijit/_editor/nls/cs
- at dirrm %%WWWDIR%%/dijit/_editor/nls/ca
- at dirrm %%WWWDIR%%/dijit/_editor/nls/bg
- at dirrm %%WWWDIR%%/dijit/_editor/nls/az
- at dirrm %%WWWDIR%%/dijit/_editor/nls/ar
- at dirrm %%WWWDIR%%/dijit/_editor/nls
- at dirrm %%WWWDIR%%/dijit/_editor
- at dirrm %%WWWDIR%%/dijit/_base
- at dirrm %%WWWDIR%%/dijit
- at dirrm %%WWWDIR%%
+ at dirrmtry %%WWWDIR%%/dijit/_base
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/ar
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/az
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/bg
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/ca
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/cs
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/da
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/de
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/el
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/es
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/fi
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/fr
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/he
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/hr
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/hu
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/id
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/it
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/ja
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/kk
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/ko
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/nb
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/nl
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/pl
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/pt
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/ro
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/ru
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/sk
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/sl
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/sv
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/th
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/tr
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/uk
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/zh
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dijit/_editor/nls
+ at dirrmtry %%WWWDIR%%/dijit/_editor/plugins
+ at dirrmtry %%WWWDIR%%/dijit/_editor
+ at dirrmtry %%WWWDIR%%/dijit/_tree
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/ar
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/az
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/bg
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/ca
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/cs
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/da
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/de
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/el
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/es
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/fi
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/fr
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/he
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/hr
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/hu
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/id
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/it
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/ja
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/kk
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/ko
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/nb
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/nl
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/pl
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/pt
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/ro
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/ru
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/sk
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/sl
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/sv
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/th
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/tr
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/uk
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/zh
+ at dirrmtry %%WWWDIR%%/dijit/form/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dijit/form/nls
+ at dirrmtry %%WWWDIR%%/dijit/form/templates
+ at dirrmtry %%WWWDIR%%/dijit/form
+ at dirrmtry %%WWWDIR%%/dijit/icons/images
+ at dirrmtry %%WWWDIR%%/dijit/icons
+ at dirrmtry %%WWWDIR%%/dijit/layout/templates
+ at dirrmtry %%WWWDIR%%/dijit/layout
+ at dirrmtry %%WWWDIR%%/dijit/nls/ar
+ at dirrmtry %%WWWDIR%%/dijit/nls/az
+ at dirrmtry %%WWWDIR%%/dijit/nls/bg
+ at dirrmtry %%WWWDIR%%/dijit/nls/ca
+ at dirrmtry %%WWWDIR%%/dijit/nls/cs
+ at dirrmtry %%WWWDIR%%/dijit/nls/da
+ at dirrmtry %%WWWDIR%%/dijit/nls/de
+ at dirrmtry %%WWWDIR%%/dijit/nls/el
+ at dirrmtry %%WWWDIR%%/dijit/nls/es
+ at dirrmtry %%WWWDIR%%/dijit/nls/fi
+ at dirrmtry %%WWWDIR%%/dijit/nls/fr
+ at dirrmtry %%WWWDIR%%/dijit/nls/he
+ at dirrmtry %%WWWDIR%%/dijit/nls/hr
+ at dirrmtry %%WWWDIR%%/dijit/nls/hu
+ at dirrmtry %%WWWDIR%%/dijit/nls/id
+ at dirrmtry %%WWWDIR%%/dijit/nls/it
+ at dirrmtry %%WWWDIR%%/dijit/nls/ja
+ at dirrmtry %%WWWDIR%%/dijit/nls/kk
+ at dirrmtry %%WWWDIR%%/dijit/nls/ko
+ at dirrmtry %%WWWDIR%%/dijit/nls/nb
+ at dirrmtry %%WWWDIR%%/dijit/nls/nl
+ at dirrmtry %%WWWDIR%%/dijit/nls/pl
+ at dirrmtry %%WWWDIR%%/dijit/nls/pt
+ at dirrmtry %%WWWDIR%%/dijit/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dijit/nls/ro
+ at dirrmtry %%WWWDIR%%/dijit/nls/ru
+ at dirrmtry %%WWWDIR%%/dijit/nls/sk
+ at dirrmtry %%WWWDIR%%/dijit/nls/sl
+ at dirrmtry %%WWWDIR%%/dijit/nls/sv
+ at dirrmtry %%WWWDIR%%/dijit/nls/th
+ at dirrmtry %%WWWDIR%%/dijit/nls/tr
+ at dirrmtry %%WWWDIR%%/dijit/nls/uk
+ at dirrmtry %%WWWDIR%%/dijit/nls/zh
+ at dirrmtry %%WWWDIR%%/dijit/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dijit/nls
+ at dirrmtry %%WWWDIR%%/dijit/templates
+ at dirrmtry %%WWWDIR%%/dijit/themes/a11y
+ at dirrmtry %%WWWDIR%%/dijit/themes/claro/form/images
+ at dirrmtry %%WWWDIR%%/dijit/themes/claro/form
+ at dirrmtry %%WWWDIR%%/dijit/themes/claro/images
+ at dirrmtry %%WWWDIR%%/dijit/themes/claro/layout/images
+ at dirrmtry %%WWWDIR%%/dijit/themes/claro/layout
+ at dirrmtry %%WWWDIR%%/dijit/themes/claro
+ at dirrmtry %%WWWDIR%%/dijit/themes/nihilo/form
+ at dirrmtry %%WWWDIR%%/dijit/themes/nihilo/images
+ at dirrmtry %%WWWDIR%%/dijit/themes/nihilo/layout
+ at dirrmtry %%WWWDIR%%/dijit/themes/nihilo
+ at dirrmtry %%WWWDIR%%/dijit/themes/soria/form
+ at dirrmtry %%WWWDIR%%/dijit/themes/soria/images
+ at dirrmtry %%WWWDIR%%/dijit/themes/soria/layout
+ at dirrmtry %%WWWDIR%%/dijit/themes/soria
+ at dirrmtry %%WWWDIR%%/dijit/themes/tundra/form
+ at dirrmtry %%WWWDIR%%/dijit/themes/tundra/images
+ at dirrmtry %%WWWDIR%%/dijit/themes/tundra/layout
+ at dirrmtry %%WWWDIR%%/dijit/themes/tundra
+ at dirrmtry %%WWWDIR%%/dijit/themes
+ at dirrmtry %%WWWDIR%%/dijit/tree
+ at dirrmtry %%WWWDIR%%/dijit
+ at dirrmtry %%WWWDIR%%/dojo/_base
+ at dirrmtry %%WWWDIR%%/dojo/_firebug
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/ar
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/ca
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/cs
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/da
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/de
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/el
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/en
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/en-au
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/en-ca
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/en-gb
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/es
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/fi
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/fr
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/fr-ch
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/he
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/hu
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/it
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/ja
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/ko
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/nb
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/nl
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/pl
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/pt
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/ro
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/ru
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/sk
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/sl
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/sv
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/th
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/tr
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/zh
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/zh-hant
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/zh-hk
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojo/cldr/nls
+ at dirrmtry %%WWWDIR%%/dojo/cldr
+ at dirrmtry %%WWWDIR%%/dojo/data/api
+ at dirrmtry %%WWWDIR%%/dojo/data/util
+ at dirrmtry %%WWWDIR%%/dojo/data
+ at dirrmtry %%WWWDIR%%/dojo/date
+ at dirrmtry %%WWWDIR%%/dojo/dnd
+ at dirrmtry %%WWWDIR%%/dojo/errors
+ at dirrmtry %%WWWDIR%%/dojo/fx
+ at dirrmtry %%WWWDIR%%/dojo/io
+ at dirrmtry %%WWWDIR%%/dojo/nls/ar
+ at dirrmtry %%WWWDIR%%/dojo/nls/az
+ at dirrmtry %%WWWDIR%%/dojo/nls/bg
+ at dirrmtry %%WWWDIR%%/dojo/nls/ca
+ at dirrmtry %%WWWDIR%%/dojo/nls/cs
+ at dirrmtry %%WWWDIR%%/dojo/nls/da
+ at dirrmtry %%WWWDIR%%/dojo/nls/de
+ at dirrmtry %%WWWDIR%%/dojo/nls/el
+ at dirrmtry %%WWWDIR%%/dojo/nls/es
+ at dirrmtry %%WWWDIR%%/dojo/nls/fi
+ at dirrmtry %%WWWDIR%%/dojo/nls/fr
+ at dirrmtry %%WWWDIR%%/dojo/nls/he
+ at dirrmtry %%WWWDIR%%/dojo/nls/hr
+ at dirrmtry %%WWWDIR%%/dojo/nls/hu
+ at dirrmtry %%WWWDIR%%/dojo/nls/id
+ at dirrmtry %%WWWDIR%%/dojo/nls/it
+ at dirrmtry %%WWWDIR%%/dojo/nls/ja
+ at dirrmtry %%WWWDIR%%/dojo/nls/kk
+ at dirrmtry %%WWWDIR%%/dojo/nls/ko
+ at dirrmtry %%WWWDIR%%/dojo/nls/nb
+ at dirrmtry %%WWWDIR%%/dojo/nls/nl
+ at dirrmtry %%WWWDIR%%/dojo/nls/pl
+ at dirrmtry %%WWWDIR%%/dojo/nls/pt
+ at dirrmtry %%WWWDIR%%/dojo/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojo/nls/ro
+ at dirrmtry %%WWWDIR%%/dojo/nls/ru
+ at dirrmtry %%WWWDIR%%/dojo/nls/sk
+ at dirrmtry %%WWWDIR%%/dojo/nls/sl
+ at dirrmtry %%WWWDIR%%/dojo/nls/sv
+ at dirrmtry %%WWWDIR%%/dojo/nls/th
+ at dirrmtry %%WWWDIR%%/dojo/nls/tr
+ at dirrmtry %%WWWDIR%%/dojo/nls/uk
+ at dirrmtry %%WWWDIR%%/dojo/nls/zh
+ at dirrmtry %%WWWDIR%%/dojo/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojo/nls
+ at dirrmtry %%WWWDIR%%/dojo/on
+ at dirrmtry %%WWWDIR%%/dojo/promise
+ at dirrmtry %%WWWDIR%%/dojo/request
+ at dirrmtry %%WWWDIR%%/dojo/resources/images
+ at dirrmtry %%WWWDIR%%/dojo/resources
+ at dirrmtry %%WWWDIR%%/dojo/router
+ at dirrmtry %%WWWDIR%%/dojo/rpc
+ at dirrmtry %%WWWDIR%%/dojo/selector
+ at dirrmtry %%WWWDIR%%/dojo/store/api
+ at dirrmtry %%WWWDIR%%/dojo/store/util
+ at dirrmtry %%WWWDIR%%/dojo/store
+ at dirrmtry %%WWWDIR%%/dojo
+ at dirrmtry %%WWWDIR%%/dojox/NodeList
+ at dirrmtry %%WWWDIR%%/dojox/analytics/logger
+ at dirrmtry %%WWWDIR%%/dojox/analytics/plugins
+ at dirrmtry %%WWWDIR%%/dojox/analytics/profiles
+ at dirrmtry %%WWWDIR%%/dojox/analytics
+ at dirrmtry %%WWWDIR%%/dojox/app/build
+ at dirrmtry %%WWWDIR%%/dojox/app/controllers
+ at dirrmtry %%WWWDIR%%/dojox/app/module
+ at dirrmtry %%WWWDIR%%/dojox/app/schema
+ at dirrmtry %%WWWDIR%%/dojox/app/utils
+ at dirrmtry %%WWWDIR%%/dojox/app/widgets
+ at dirrmtry %%WWWDIR%%/dojox/app
+ at dirrmtry %%WWWDIR%%/dojox/atom/io
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/ar
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/az
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/bg
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/ca
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/cs
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/da
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/de
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/el
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/es
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/fi
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/fr
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/he
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/hr
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/hu
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/id
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/it
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/ja
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/kk
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/ko
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/nb
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/nl
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/pl
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/pt
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/ro
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/ru
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/sk
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/sl
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/sv
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/th
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/tr
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/uk
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/zh
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/nls
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/templates/css
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget/templates
+ at dirrmtry %%WWWDIR%%/dojox/atom/widget
+ at dirrmtry %%WWWDIR%%/dojox/atom
+ at dirrmtry %%WWWDIR%%/dojox/av/resources
+ at dirrmtry %%WWWDIR%%/dojox/av/widget/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/av/widget/resources
+ at dirrmtry %%WWWDIR%%/dojox/av/widget
+ at dirrmtry %%WWWDIR%%/dojox/av
+ at dirrmtry %%WWWDIR%%/dojox/calc/resources
+ at dirrmtry %%WWWDIR%%/dojox/calc/templates
+ at dirrmtry %%WWWDIR%%/dojox/calc
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/ar
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/bg
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/ca
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/cs
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/da
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/de
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/el
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/es
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/fi
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/fr
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/he
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/hr
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/hu
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/id
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/it
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/ja
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/kk
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/ko
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/lt
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/nb
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/nl
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/pl
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/pt
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/ro
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/ru
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/sk
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/sl
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/sv
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/th
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/tr
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/uk
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/zh
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojox/calendar/nls
+ at dirrmtry %%WWWDIR%%/dojox/calendar/templates
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/claro/images
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/claro
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/iphone
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/nihilo/images
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/nihilo
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/soria/images
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/soria
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/tundra/images
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes/tundra
+ at dirrmtry %%WWWDIR%%/dojox/calendar/themes
+ at dirrmtry %%WWWDIR%%/dojox/calendar
+ at dirrmtry %%WWWDIR%%/dojox/charting/action2d
+ at dirrmtry %%WWWDIR%%/dojox/charting/axis2d
+ at dirrmtry %%WWWDIR%%/dojox/charting/bidi/action2d
+ at dirrmtry %%WWWDIR%%/dojox/charting/bidi/axis2d
+ at dirrmtry %%WWWDIR%%/dojox/charting/bidi/widget
+ at dirrmtry %%WWWDIR%%/dojox/charting/bidi
+ at dirrmtry %%WWWDIR%%/dojox/charting/plot2d
+ at dirrmtry %%WWWDIR%%/dojox/charting/plot3d
+ at dirrmtry %%WWWDIR%%/dojox/charting/resources
+ at dirrmtry %%WWWDIR%%/dojox/charting/scaler
+ at dirrmtry %%WWWDIR%%/dojox/charting/themes/PlotKit
+ at dirrmtry %%WWWDIR%%/dojox/charting/themes
+ at dirrmtry %%WWWDIR%%/dojox/charting/widget
+ at dirrmtry %%WWWDIR%%/dojox/charting
+ at dirrmtry %%WWWDIR%%/dojox/collections
+ at dirrmtry %%WWWDIR%%/dojox/color/api
+ at dirrmtry %%WWWDIR%%/dojox/color
+ at dirrmtry %%WWWDIR%%/dojox/cometd
+ at dirrmtry %%WWWDIR%%/dojox/css3
+ at dirrmtry %%WWWDIR%%/dojox/data/s3
+ at dirrmtry %%WWWDIR%%/dojox/data/util
+ at dirrmtry %%WWWDIR%%/dojox/data
+ at dirrmtry %%WWWDIR%%/dojox/date/buddhist
+ at dirrmtry %%WWWDIR%%/dojox/date/hebrew
+ at dirrmtry %%WWWDIR%%/dojox/date/islamic
+ at dirrmtry %%WWWDIR%%/dojox/date/persian
+ at dirrmtry %%WWWDIR%%/dojox/date/umalqura
+ at dirrmtry %%WWWDIR%%/dojox/date/zoneinfo
+ at dirrmtry %%WWWDIR%%/dojox/date
+ at dirrmtry %%WWWDIR%%/dojox/dgauges/components/black
+ at dirrmtry %%WWWDIR%%/dojox/dgauges/components/classic
+ at dirrmtry %%WWWDIR%%/dojox/dgauges/components/default
+ at dirrmtry %%WWWDIR%%/dojox/dgauges/components/green
+ at dirrmtry %%WWWDIR%%/dojox/dgauges/components/grey
+ at dirrmtry %%WWWDIR%%/dojox/dgauges/components
+ at dirrmtry %%WWWDIR%%/dojox/dgauges
+ at dirrmtry %%WWWDIR%%/dojox/dnd
+ at dirrmtry %%WWWDIR%%/dojox/drawing/annotations
+ at dirrmtry %%WWWDIR%%/dojox/drawing/library
+ at dirrmtry %%WWWDIR%%/dojox/drawing/manager
+ at dirrmtry %%WWWDIR%%/dojox/drawing/plugins/drawing
+ at dirrmtry %%WWWDIR%%/dojox/drawing/plugins/tools
+ at dirrmtry %%WWWDIR%%/dojox/drawing/plugins
+ at dirrmtry %%WWWDIR%%/dojox/drawing/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/drawing/resources
+ at dirrmtry %%WWWDIR%%/dojox/drawing/stencil
+ at dirrmtry %%WWWDIR%%/dojox/drawing/tools/custom
+ at dirrmtry %%WWWDIR%%/dojox/drawing/tools
+ at dirrmtry %%WWWDIR%%/dojox/drawing/ui/dom
+ at dirrmtry %%WWWDIR%%/dojox/drawing/ui
+ at dirrmtry %%WWWDIR%%/dojox/drawing/util
+ at dirrmtry %%WWWDIR%%/dojox/drawing
+ at dirrmtry %%WWWDIR%%/dojox/dtl/contrib
+ at dirrmtry %%WWWDIR%%/dojox/dtl/ext-dojo
+ at dirrmtry %%WWWDIR%%/dojox/dtl/filter
+ at dirrmtry %%WWWDIR%%/dojox/dtl/render
+ at dirrmtry %%WWWDIR%%/dojox/dtl/tag
+ at dirrmtry %%WWWDIR%%/dojox/dtl/utils
+ at dirrmtry %%WWWDIR%%/dojox/dtl
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/ar
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/az
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/bg
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/ca
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/cs
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/da
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/de
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/el
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/es
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/fi
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/fr
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/he
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/hr
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/hu
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/id
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/it
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/ja
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/kk
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/ko
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/nb
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/nl
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/pl
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/pt
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/ro
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/ru
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/sk
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/sl
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/sv
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/th
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/tr
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/uk
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/zh
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/nls
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/css
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/emoticons
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/icons/claro
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/icons/nihilo
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/icons/soria
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/icons/tundra
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/icons
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/images/blockelems
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/images/claro
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/images/nihilo
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/images/soria
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/images/tundra
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins/resources
+ at dirrmtry %%WWWDIR%%/dojox/editor/plugins
+ at dirrmtry %%WWWDIR%%/dojox/editor
+ at dirrmtry %%WWWDIR%%/dojox/embed/resources
+ at dirrmtry %%WWWDIR%%/dojox/embed
+ at dirrmtry %%WWWDIR%%/dojox/encoding/compression
+ at dirrmtry %%WWWDIR%%/dojox/encoding/crypto
+ at dirrmtry %%WWWDIR%%/dojox/encoding/digests
+ at dirrmtry %%WWWDIR%%/dojox/encoding
+ at dirrmtry %%WWWDIR%%/dojox/flash
+ at dirrmtry %%WWWDIR%%/dojox/form/manager
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/ar
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/az
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/bg
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/ca
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/cs
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/da
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/de
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/el
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/es
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/fi
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/fr
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/he
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/hr
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/hu
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/id
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/it
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/ja
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/kk
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/ko
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/nb
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/nl
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/pl
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/pt
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/ro
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/ru
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/sk
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/sl
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/sv
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/th
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/tr
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/uk
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/zh
+ at dirrmtry %%WWWDIR%%/dojox/form/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojox/form/nls
+ at dirrmtry %%WWWDIR%%/dojox/form/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/form/resources
+ at dirrmtry %%WWWDIR%%/dojox/form/uploader/plugins
+ at dirrmtry %%WWWDIR%%/dojox/form/uploader
+ at dirrmtry %%WWWDIR%%/dojox/form
+ at dirrmtry %%WWWDIR%%/dojox/fx/ext-dojo
+ at dirrmtry %%WWWDIR%%/dojox/fx/resources
+ at dirrmtry %%WWWDIR%%/dojox/fx
+ at dirrmtry %%WWWDIR%%/dojox/gantt/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/gantt/resources
+ at dirrmtry %%WWWDIR%%/dojox/gantt
+ at dirrmtry %%WWWDIR%%/dojox/gauges
+ at dirrmtry %%WWWDIR%%/dojox/geo/charting/resources/data
+ at dirrmtry %%WWWDIR%%/dojox/geo/charting/resources/img
+ at dirrmtry %%WWWDIR%%/dojox/geo/charting/resources/markers
+ at dirrmtry %%WWWDIR%%/dojox/geo/charting/resources
+ at dirrmtry %%WWWDIR%%/dojox/geo/charting/widget
+ at dirrmtry %%WWWDIR%%/dojox/geo/charting
+ at dirrmtry %%WWWDIR%%/dojox/geo/openlayers/widget
+ at dirrmtry %%WWWDIR%%/dojox/geo/openlayers
+ at dirrmtry %%WWWDIR%%/dojox/geo
+ at dirrmtry %%WWWDIR%%/dojox/gesture
+ at dirrmtry %%WWWDIR%%/dojox/gfx/resources
+ at dirrmtry %%WWWDIR%%/dojox/gfx
+ at dirrmtry %%WWWDIR%%/dojox/gfx3d
+ at dirrmtry %%WWWDIR%%/dojox/grid/bidi
+ at dirrmtry %%WWWDIR%%/dojox/grid/cells
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/ar
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/bg
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/ca
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/cs
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/da
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/de
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/el
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/es
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/fi
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/fr
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/he
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/hr
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/hu
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/id
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/it
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/ja
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/kk
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/ko
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/nb
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/nl
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/pl
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/pt
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/ro
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/ru
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/sk
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/sl
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/sv
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/th
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/tr
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/uk
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/zh
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/nls
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/plugins/exporter
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/plugins/filter
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/plugins
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/resources/claro
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/resources/tundra
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/resources
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced/templates
+ at dirrmtry %%WWWDIR%%/dojox/grid/enhanced
+ at dirrmtry %%WWWDIR%%/dojox/grid/nls
+ at dirrmtry %%WWWDIR%%/dojox/grid/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/grid/resources
+ at dirrmtry %%WWWDIR%%/dojox/grid
+ at dirrmtry %%WWWDIR%%/dojox/help
+ at dirrmtry %%WWWDIR%%/dojox/highlight/languages/pygments
+ at dirrmtry %%WWWDIR%%/dojox/highlight/languages
+ at dirrmtry %%WWWDIR%%/dojox/highlight/resources/pygments
+ at dirrmtry %%WWWDIR%%/dojox/highlight/resources
+ at dirrmtry %%WWWDIR%%/dojox/highlight/widget
+ at dirrmtry %%WWWDIR%%/dojox/highlight
+ at dirrmtry %%WWWDIR%%/dojox/html/ext-dojo
+ at dirrmtry %%WWWDIR%%/dojox/html/resources
+ at dirrmtry %%WWWDIR%%/dojox/html
+ at dirrmtry %%WWWDIR%%/dojox/image/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/image/resources
+ at dirrmtry %%WWWDIR%%/dojox/image
+ at dirrmtry %%WWWDIR%%/dojox/io/proxy
+ at dirrmtry %%WWWDIR%%/dojox/io
+ at dirrmtry %%WWWDIR%%/dojox/jq
+ at dirrmtry %%WWWDIR%%/dojox/json
+ at dirrmtry %%WWWDIR%%/dojox/jsonPath
+ at dirrmtry %%WWWDIR%%/dojox/lang/aspect
+ at dirrmtry %%WWWDIR%%/dojox/lang/async
+ at dirrmtry %%WWWDIR%%/dojox/lang/functional
+ at dirrmtry %%WWWDIR%%/dojox/lang/oo
+ at dirrmtry %%WWWDIR%%/dojox/lang
+ at dirrmtry %%WWWDIR%%/dojox/layout/dnd
+ at dirrmtry %%WWWDIR%%/dojox/layout/ext-dijit/layout
+ at dirrmtry %%WWWDIR%%/dojox/layout/ext-dijit
+ at dirrmtry %%WWWDIR%%/dojox/layout/resources/icons
+ at dirrmtry %%WWWDIR%%/dojox/layout/resources
+ at dirrmtry %%WWWDIR%%/dojox/layout
+ at dirrmtry %%WWWDIR%%/dojox/math/random
+ at dirrmtry %%WWWDIR%%/dojox/math
+ at dirrmtry %%WWWDIR%%/dojox/mdnd/adapter
+ at dirrmtry %%WWWDIR%%/dojox/mdnd/dropMode
+ at dirrmtry %%WWWDIR%%/dojox/mdnd/resources
+ at dirrmtry %%WWWDIR%%/dojox/mdnd
+ at dirrmtry %%WWWDIR%%/dojox/mobile/app
+ at dirrmtry %%WWWDIR%%/dojox/mobile/bidi
+ at dirrmtry %%WWWDIR%%/dojox/mobile/build
+ at dirrmtry %%WWWDIR%%/dojox/mobile/dh
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/ar
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/bg
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/ca
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/cs
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/da
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/de
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/el
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/es
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/fi
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/fr
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/he
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/hr
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/hu
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/id
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/it
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/ja
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/kk
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/ko
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/nb
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/nl
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/pl
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/pt
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/ro
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/ru
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/sk
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/sl
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/sv
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/th
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/tr
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/uk
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/zh
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojox/mobile/nls
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/android/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/android/dijit/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/android/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/android/images
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/android
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/blackberry/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/blackberry/dijit/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/blackberry/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/blackberry/images
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/blackberry
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/common/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/common/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/common/domButtons/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/common/domButtons
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/common/transitions
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/common
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/custom/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/custom/dijit/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/custom/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/custom/images
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/custom
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/holodark/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/holodark/dijit/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/holodark/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/holodark/images
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/holodark
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/ios7/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/ios7/dijit/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/ios7/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/ios7/images
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/ios7
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/iphone/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/iphone/dijit/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/iphone/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/iphone/images
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/iphone
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/utils
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/windows/compat
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/windows/dijit
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/windows/images/dark
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/windows/images/light
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/windows/images
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes/windows
+ at dirrmtry %%WWWDIR%%/dojox/mobile/themes
+ at dirrmtry %%WWWDIR%%/dojox/mobile
+ at dirrmtry %%WWWDIR%%/dojox/mvc
+ at dirrmtry %%WWWDIR%%/dojox/rails
+ at dirrmtry %%WWWDIR%%/dojox/resources
+ at dirrmtry %%WWWDIR%%/dojox/robot
+ at dirrmtry %%WWWDIR%%/dojox/rpc/SMDLibrary
+ at dirrmtry %%WWWDIR%%/dojox/rpc
+ at dirrmtry %%WWWDIR%%/dojox/secure
+ at dirrmtry %%WWWDIR%%/dojox/sketch/resources/images
+ at dirrmtry %%WWWDIR%%/dojox/sketch/resources
+ at dirrmtry %%WWWDIR%%/dojox/sketch
+ at dirrmtry %%WWWDIR%%/dojox/socket
+ at dirrmtry %%WWWDIR%%/dojox/sql
+ at dirrmtry %%WWWDIR%%/dojox/storage
+ at dirrmtry %%WWWDIR%%/dojox/store/db
+ at dirrmtry %%WWWDIR%%/dojox/store
+ at dirrmtry %%WWWDIR%%/dojox/string
+ at dirrmtry %%WWWDIR%%/dojox/testing
+ at dirrmtry %%WWWDIR%%/dojox/timing
+ at dirrmtry %%WWWDIR%%/dojox/treemap/themes
+ at dirrmtry %%WWWDIR%%/dojox/treemap
+ at dirrmtry %%WWWDIR%%/dojox/uuid
+ at dirrmtry %%WWWDIR%%/dojox/validate
+ at dirrmtry %%WWWDIR%%/dojox/widget/Calendar
+ at dirrmtry %%WWWDIR%%/dojox/widget/ColorPicker/images
+ at dirrmtry %%WWWDIR%%/dojox/widget/ColorPicker
+ at dirrmtry %%WWWDIR%%/dojox/widget/Dialog/images
+ at dirrmtry %%WWWDIR%%/dojox/widget/Dialog
+ at dirrmtry %%WWWDIR%%/dojox/widget/DocTester
+ at dirrmtry %%WWWDIR%%/dojox/widget/FilePicker/images
+ at dirrmtry %%WWWDIR%%/dojox/widget/FilePicker
+ at dirrmtry %%WWWDIR%%/dojox/widget/FisheyeList
+ at dirrmtry %%WWWDIR%%/dojox/widget/Loader/icons
+ at dirrmtry %%WWWDIR%%/dojox/widget/Loader
+ at dirrmtry %%WWWDIR%%/dojox/widget/MultiSelectCalendar
+ at dirrmtry %%WWWDIR%%/dojox/widget/Pager/images
+ at dirrmtry %%WWWDIR%%/dojox/widget/Pager
+ at dirrmtry %%WWWDIR%%/dojox/widget/Portlet/images
+ at dirrmtry %%WWWDIR%%/dojox/widget/Portlet
+ at dirrmtry %%WWWDIR%%/dojox/widget/RollingList
+ at dirrmtry %%WWWDIR%%/dojox/widget/SortList
+ at dirrmtry %%WWWDIR%%/dojox/widget/Standby/images
+ at dirrmtry %%WWWDIR%%/dojox/widget/Standby
+ at dirrmtry %%WWWDIR%%/dojox/widget/TitleGroup
+ at dirrmtry %%WWWDIR%%/dojox/widget/Toaster
+ at dirrmtry %%WWWDIR%%/dojox/widget/UpgradeBar
+ at dirrmtry %%WWWDIR%%/dojox/widget/Wizard
+ at dirrmtry %%WWWDIR%%/dojox/widget/gauge
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/ar
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/az
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/bg
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/ca
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/cs
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/da
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/de
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/el
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/es
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/fi
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/fr
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/he
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/hr
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/hu
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/id
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/it
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/ja
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/kk
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/ko
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/nb
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/nl
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/pl
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/pt
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/pt-pt
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/ro
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/ru
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/sk
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/sl
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/sv
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/th
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/tr
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/uk
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/zh
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls/zh-tw
+ at dirrmtry %%WWWDIR%%/dojox/widget/nls
+ at dirrmtry %%WWWDIR%%/dojox/widget/rotator
+ at dirrmtry %%WWWDIR%%/dojox/widget
+ at dirrmtry %%WWWDIR%%/dojox/wire/ml
+ at dirrmtry %%WWWDIR%%/dojox/wire
+ at dirrmtry %%WWWDIR%%/dojox/xml
+ at dirrmtry %%WWWDIR%%/dojox/xmpp/widget/templates
+ at dirrmtry %%WWWDIR%%/dojox/xmpp/widget
+ at dirrmtry %%WWWDIR%%/dojox/xmpp
+ at dirrmtry %%WWWDIR%%/dojox
+ at dirrmtry %%WWWDIR%%



More information about the Midnightbsd-cvs mailing list