forked from Esri/ago-assistant
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Esri#102 from nheminger/master
- Loading branch information
Showing
377 changed files
with
3,081 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE | ||
|
||
Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, | ||
and http://www.unicode.org/cldr/data/ . Unicode Software includes any source code published in the Unicode Standard or under | ||
the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. | ||
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR | ||
OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU | ||
UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS | ||
AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. | ||
|
||
COPYRIGHT AND PERMISSION NOTICE | ||
Copyright � 1991-2007 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated | ||
documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data | ||
Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell | ||
copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided | ||
that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the | ||
above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File | ||
or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified. | ||
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, | ||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE | ||
AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS | ||
INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, | ||
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF | ||
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THE DATA FILES OR SOFTWARE. | ||
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other | ||
dealings in these Data Files or Software without prior written authorization of the copyright holder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
All files within this directory were derived from the Common Locale | ||
Data Repository (see http://unicode.org/cldr) The CLDR project is | ||
responsible for the accuracy and maintenance of this data. A copy | ||
of this data is checked into the Dojo util project as a zip file. | ||
The XML data is transformed to the JSON-style Javascript you see | ||
under the nls/ directory. These Javascript files include data | ||
necessary to do things like format and parse dates, numbers, and | ||
currencies in different locales to consider cultural differences. | ||
They are used by other modules in core Dojo such as dojo.date, | ||
dojo.number and dojo.currency. It usually is not necessary to use | ||
dojo.cldr directly. | ||
|
||
An arbitrary subset of locales have been checked in to dojo/cldr | ||
under svn. To support other locales, the full set may be generated | ||
by using xslt scripts in the util/buildscripts/cldr/ ant script. | ||
Hundreds of locales are supported by the CLDR project. | ||
|
||
See terms of use: http://www.unicode.org/copyright.html#Exhibit1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. | ||
Available via Academic Free License >= 2.1 OR the modified BSD license. | ||
see: http://dojotoolkit.org/license for details | ||
*/ | ||
|
||
//>>built | ||
define("dojo/cldr/monetary",["../_base/kernel","../_base/lang"],function(_1,_2){ | ||
var _3={}; | ||
_2.setObject("dojo.cldr.monetary",_3); | ||
_3.getData=function(_4){ | ||
var _5={ADP:0,AFN:0,ALL:0,AMD:0,BHD:3,BIF:0,BYR:0,CLF:0,CLP:0,COP:0,CRC:0,DJF:0,ESP:0,GNF:0,GYD:0,HUF:0,IDR:0,IQD:0,IRR:3,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MNT:0,MRO:0,MUR:0,OMR:3,PKR:0,PYG:0,RSD:0,RWF:0,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TZS:0,UGX:0,UZS:0,VND:0,VUV:0,XAF:0,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0}; | ||
var _6={}; | ||
var _7=_5[_4],_8=_6[_4]; | ||
if(typeof _7=="undefined"){ | ||
_7=2; | ||
} | ||
if(typeof _8=="undefined"){ | ||
_8=0; | ||
} | ||
return {places:_7,round:_8}; | ||
}; | ||
return _3; | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. | ||
Available via Academic Free License >= 2.1 OR the modified BSD license. | ||
see: http://dojotoolkit.org/license for details | ||
*/ | ||
|
||
//>>built | ||
define("dojo/cldr/nls/ar/currency",{"HKD_displayName":"دولار هونج كونج","CHF_displayName":"فرنك سويسري","JPY_symbol":"JP¥","CAD_displayName":"دولار كندي","HKD_symbol":"HK$","CNY_displayName":"يوان صيني","USD_symbol":"US$","AUD_displayName":"دولار أسترالي","JPY_displayName":"ين ياباني","CAD_symbol":"CA$","USD_displayName":"دولار أمريكي","EUR_symbol":"€","CNY_symbol":"ي.ص","GBP_displayName":"جنيه إسترليني","GBP_symbol":"£","AUD_symbol":"AU$","EUR_displayName":"يورو"}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.